| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model | |
| software.amazon.awssdk.services.globalaccelerator.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DestinationPortMapping> |
ListCustomRoutingPortMappingsByDestinationResponse.destinationPortMappings()
The port mappings for the endpoint IP address that you specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsByDestinationResponse.Builder |
ListCustomRoutingPortMappingsByDestinationResponse.Builder.destinationPortMappings(DestinationPortMapping... destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsByDestinationResponse.Builder |
ListCustomRoutingPortMappingsByDestinationResponse.Builder.destinationPortMappings(Collection<DestinationPortMapping> destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DestinationPortMapping> |
ListCustomRoutingPortMappingsByDestinationPublisher.destinationPortMappings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DestinationPortMapping> |
ListCustomRoutingPortMappingsByDestinationIterable.destinationPortMappings()
Returns an iterable to iterate through the paginated
ListCustomRoutingPortMappingsByDestinationResponse.destinationPortMappings() member. |
Copyright © 2023. All rights reserved.