Uses of Class
com.amazonaws.services.devicefarm.model.GetOfferingStatusResult
-
Packages that use GetOfferingStatusResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of GetOfferingStatusResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return GetOfferingStatusResult Modifier and Type Method Description GetOfferingStatusResult
AbstractAWSDeviceFarm. getOfferingStatus(GetOfferingStatusRequest request)
GetOfferingStatusResult
AWSDeviceFarm. getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account.GetOfferingStatusResult
AWSDeviceFarmClient. getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account.Method parameters in com.amazonaws.services.devicefarm with type arguments of type GetOfferingStatusResult Modifier and Type Method Description Future<GetOfferingStatusResult>
AbstractAWSDeviceFarmAsync. getOfferingStatusAsync(GetOfferingStatusRequest request, AsyncHandler<GetOfferingStatusRequest,GetOfferingStatusResult> asyncHandler)
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>
AWSDeviceFarmAsyncClient. getOfferingStatusAsync(GetOfferingStatusRequest request, AsyncHandler<GetOfferingStatusRequest,GetOfferingStatusResult> asyncHandler)
-
Uses of GetOfferingStatusResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return GetOfferingStatusResult Modifier and Type Method 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.
-