| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetOfferingStatusResponse |
DeviceFarmClient.getOfferingStatus()
Gets the current status and future status of all offerings purchased by an AWS account.
|
default GetOfferingStatusResponse |
DeviceFarmClient.getOfferingStatus(Consumer<GetOfferingStatusRequest.Builder> getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account.
|
default GetOfferingStatusResponse |
DeviceFarmClient.getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetOfferingStatusResponse> |
GetOfferingStatusIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOfferingStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super GetOfferingStatusResponse> subscriber) |
Copyright © 2023. All rights reserved.