Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
GetOfferingStatusResult |
AWSDeviceFarm.getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by
an AWS account.
|
GetOfferingStatusResult |
AbstractAWSDeviceFarm.getOfferingStatus(GetOfferingStatusRequest request) |
GetOfferingStatusResult |
AWSDeviceFarmClient.getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by
an AWS account.
|
Modifier and Type | Method and Description |
---|---|
Future<GetOfferingStatusResult> |
AWSDeviceFarmAsync.getOfferingStatusAsync(GetOfferingStatusRequest getOfferingStatusRequest,
AsyncHandler<GetOfferingStatusRequest,GetOfferingStatusResult> asyncHandler)
Gets the current status and future status of all offerings purchased by
an AWS account.
|
Future<GetOfferingStatusResult> |
AbstractAWSDeviceFarmAsync.getOfferingStatusAsync(GetOfferingStatusRequest request,
AsyncHandler<GetOfferingStatusRequest,GetOfferingStatusResult> asyncHandler) |
Future<GetOfferingStatusResult> |
AWSDeviceFarmAsyncClient.getOfferingStatusAsync(GetOfferingStatusRequest request,
AsyncHandler<GetOfferingStatusRequest,GetOfferingStatusResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetOfferingStatusResult |
GetOfferingStatusResult.addCurrentEntry(String key,
OfferingStatus value) |
GetOfferingStatusResult |
GetOfferingStatusResult.addNextPeriodEntry(String key,
OfferingStatus value) |
GetOfferingStatusResult |
GetOfferingStatusResult.clearCurrentEntries()
Removes all the entries added into Current.
|
GetOfferingStatusResult |
GetOfferingStatusResult.clearNextPeriodEntries()
Removes all the entries added into NextPeriod.
|
GetOfferingStatusResult |
GetOfferingStatusResult.clone() |
GetOfferingStatusResult |
GetOfferingStatusResult.withCurrent(Map<String,OfferingStatus> current)
When specified, gets the offering status for the current period.
|
GetOfferingStatusResult |
GetOfferingStatusResult.withNextPeriod(Map<String,OfferingStatus> nextPeriod)
When specified, gets the offering status for the next period.
|
GetOfferingStatusResult |
GetOfferingStatusResult.withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
Copyright © 2018. All rights reserved.