Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetOfferingStatusRequest
-
Packages that use GetOfferingStatusRequest Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.paginators software.amazon.awssdk.services.devicefarm.transform -
-
Uses of GetOfferingStatusRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type GetOfferingStatusRequest Modifier and Type Method Description default CompletableFuture<GetOfferingStatusResponse>DeviceFarmAsyncClient. getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)Gets the current status and future status of all offerings purchased by an AWS account.default GetOfferingStatusResponseDeviceFarmClient. getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)Gets the current status and future status of all offerings purchased by an AWS account.default GetOfferingStatusPublisherDeviceFarmAsyncClient. getOfferingStatusPaginator(GetOfferingStatusRequest getOfferingStatusRequest)Gets the current status and future status of all offerings purchased by an AWS account.default GetOfferingStatusIterableDeviceFarmClient. getOfferingStatusPaginator(GetOfferingStatusRequest getOfferingStatusRequest)Gets the current status and future status of all offerings purchased by an AWS account. -
Uses of GetOfferingStatusRequest in software.amazon.awssdk.services.devicefarm.paginators
Constructors in software.amazon.awssdk.services.devicefarm.paginators with parameters of type GetOfferingStatusRequest Constructor Description GetOfferingStatusIterable(DeviceFarmClient client, GetOfferingStatusRequest firstRequest)GetOfferingStatusPublisher(DeviceFarmAsyncClient client, GetOfferingStatusRequest firstRequest) -
Uses of GetOfferingStatusRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type GetOfferingStatusRequest Modifier and Type Method Description SdkHttpFullRequestGetOfferingStatusRequestMarshaller. marshall(GetOfferingStatusRequest getOfferingStatusRequest)
-