| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCustomRoutingPortMappingsByDestinationResponse |
GlobalAcceleratorClient.listCustomRoutingPortMappingsByDestination(Consumer<ListCustomRoutingPortMappingsByDestinationRequest.Builder> listCustomRoutingPortMappingsByDestinationRequest)
List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.
|
default CompletableFuture<ListCustomRoutingPortMappingsByDestinationResponse> |
GlobalAcceleratorAsyncClient.listCustomRoutingPortMappingsByDestination(Consumer<ListCustomRoutingPortMappingsByDestinationRequest.Builder> listCustomRoutingPortMappingsByDestinationRequest)
List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.
|
default ListCustomRoutingPortMappingsByDestinationIterable |
GlobalAcceleratorClient.listCustomRoutingPortMappingsByDestinationPaginator(Consumer<ListCustomRoutingPortMappingsByDestinationRequest.Builder> listCustomRoutingPortMappingsByDestinationRequest)
List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.
|
default ListCustomRoutingPortMappingsByDestinationPublisher |
GlobalAcceleratorAsyncClient.listCustomRoutingPortMappingsByDestinationPaginator(Consumer<ListCustomRoutingPortMappingsByDestinationRequest.Builder> listCustomRoutingPortMappingsByDestinationRequest)
List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCustomRoutingPortMappingsByDestinationRequest.Builder |
ListCustomRoutingPortMappingsByDestinationRequest.builder() |
ListCustomRoutingPortMappingsByDestinationRequest.Builder |
ListCustomRoutingPortMappingsByDestinationRequest.Builder.destinationAddress(String destinationAddress)
The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port
mappings.
|
ListCustomRoutingPortMappingsByDestinationRequest.Builder |
ListCustomRoutingPortMappingsByDestinationRequest.Builder.endpointId(String endpointId)
The ID for the virtual private cloud (VPC) subnet.
|
ListCustomRoutingPortMappingsByDestinationRequest.Builder |
ListCustomRoutingPortMappingsByDestinationRequest.Builder.maxResults(Integer maxResults)
The number of destination port mappings that you want to return with this call.
|
ListCustomRoutingPortMappingsByDestinationRequest.Builder |
ListCustomRoutingPortMappingsByDestinationRequest.Builder.nextToken(String nextToken)
The token for the next set of results.
|
ListCustomRoutingPortMappingsByDestinationRequest.Builder |
ListCustomRoutingPortMappingsByDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCustomRoutingPortMappingsByDestinationRequest.Builder |
ListCustomRoutingPortMappingsByDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCustomRoutingPortMappingsByDestinationRequest.Builder |
ListCustomRoutingPortMappingsByDestinationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCustomRoutingPortMappingsByDestinationRequest.Builder> |
ListCustomRoutingPortMappingsByDestinationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.