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