Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetOfferingStatusResponse
-
Packages that use GetOfferingStatusResponse 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 -
-
Uses of GetOfferingStatusResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetOfferingStatusResponse Modifier and Type Method Description default GetOfferingStatusResponseDeviceFarmClient. getOfferingStatus()Gets the current status and future status of all offerings purchased by an AWS account.default GetOfferingStatusResponseDeviceFarmClient. getOfferingStatus(Consumer<GetOfferingStatusRequest.Builder> 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.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetOfferingStatusResponse Modifier and Type Method Description default CompletableFuture<GetOfferingStatusResponse>DeviceFarmAsyncClient. getOfferingStatus()Gets the current status and future status of all offerings purchased by an AWS account.default CompletableFuture<GetOfferingStatusResponse>DeviceFarmAsyncClient. getOfferingStatus(Consumer<GetOfferingStatusRequest.Builder> getOfferingStatusRequest)Gets the current status and future status of all offerings purchased by an AWS account.default CompletableFuture<GetOfferingStatusResponse>DeviceFarmAsyncClient. getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)Gets the current status and future status of all offerings purchased by an AWS account. -
Uses of GetOfferingStatusResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type GetOfferingStatusResponse Modifier and Type Method Description Iterator<GetOfferingStatusResponse>GetOfferingStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type GetOfferingStatusResponse Modifier and Type Method Description voidGetOfferingStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super GetOfferingStatusResponse> subscriber)
-