| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.paginators |
| 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 ListCustomRoutingPortMappingsByDestinationResponse |
GlobalAcceleratorClient.listCustomRoutingPortMappingsByDestination(ListCustomRoutingPortMappingsByDestinationRequest listCustomRoutingPortMappingsByDestinationRequest)
List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
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 CompletableFuture<ListCustomRoutingPortMappingsByDestinationResponse> |
GlobalAcceleratorAsyncClient.listCustomRoutingPortMappingsByDestination(ListCustomRoutingPortMappingsByDestinationRequest listCustomRoutingPortMappingsByDestinationRequest)
List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCustomRoutingPortMappingsByDestinationResponse> |
ListCustomRoutingPortMappingsByDestinationIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomRoutingPortMappingsByDestinationPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCustomRoutingPortMappingsByDestinationResponse> subscriber) |
Copyright © 2023. All rights reserved.