| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListVpceConfigurationsResponse> |
DeviceFarmAsyncClient.listVPCEConfigurations(Consumer<ListVpceConfigurationsRequest.Builder> listVpceConfigurationsRequest)
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
|
default ListVpceConfigurationsResponse |
DeviceFarmClient.listVPCEConfigurations(Consumer<ListVpceConfigurationsRequest.Builder> listVpceConfigurationsRequest)
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListVpceConfigurationsRequest.Builder |
ListVpceConfigurationsRequest.builder() |
ListVpceConfigurationsRequest.Builder |
ListVpceConfigurationsRequest.Builder.maxResults(Integer maxResults)
An integer specifying the maximum number of items you want to return in the API response.
|
ListVpceConfigurationsRequest.Builder |
ListVpceConfigurationsRequest.Builder.nextToken(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.
|
ListVpceConfigurationsRequest.Builder |
ListVpceConfigurationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVpceConfigurationsRequest.Builder |
ListVpceConfigurationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListVpceConfigurationsRequest.Builder |
ListVpceConfigurationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListVpceConfigurationsRequest.Builder> |
ListVpceConfigurationsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.