Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListCustomRoutingPortMappingsByDestinationRequest
-
Packages that use ListCustomRoutingPortMappingsByDestinationRequest Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators software.amazon.awssdk.services.globalaccelerator.transform -
-
Uses of ListCustomRoutingPortMappingsByDestinationRequest in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator with parameters of type ListCustomRoutingPortMappingsByDestinationRequest Modifier and Type Method Description default CompletableFuture<ListCustomRoutingPortMappingsByDestinationResponse>GlobalAcceleratorAsyncClient. listCustomRoutingPortMappingsByDestination(ListCustomRoutingPortMappingsByDestinationRequest listCustomRoutingPortMappingsByDestinationRequest)List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.default ListCustomRoutingPortMappingsByDestinationResponseGlobalAcceleratorClient. listCustomRoutingPortMappingsByDestination(ListCustomRoutingPortMappingsByDestinationRequest listCustomRoutingPortMappingsByDestinationRequest)List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.default ListCustomRoutingPortMappingsByDestinationPublisherGlobalAcceleratorAsyncClient. listCustomRoutingPortMappingsByDestinationPaginator(ListCustomRoutingPortMappingsByDestinationRequest listCustomRoutingPortMappingsByDestinationRequest)List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.default ListCustomRoutingPortMappingsByDestinationIterableGlobalAcceleratorClient. listCustomRoutingPortMappingsByDestinationPaginator(ListCustomRoutingPortMappingsByDestinationRequest listCustomRoutingPortMappingsByDestinationRequest)List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint. -
Uses of ListCustomRoutingPortMappingsByDestinationRequest in software.amazon.awssdk.services.globalaccelerator.paginators
Constructors in software.amazon.awssdk.services.globalaccelerator.paginators with parameters of type ListCustomRoutingPortMappingsByDestinationRequest Constructor Description ListCustomRoutingPortMappingsByDestinationIterable(GlobalAcceleratorClient client, ListCustomRoutingPortMappingsByDestinationRequest firstRequest)ListCustomRoutingPortMappingsByDestinationPublisher(GlobalAcceleratorAsyncClient client, ListCustomRoutingPortMappingsByDestinationRequest firstRequest) -
Uses of ListCustomRoutingPortMappingsByDestinationRequest in software.amazon.awssdk.services.globalaccelerator.transform
Methods in software.amazon.awssdk.services.globalaccelerator.transform with parameters of type ListCustomRoutingPortMappingsByDestinationRequest Modifier and Type Method Description SdkHttpFullRequestListCustomRoutingPortMappingsByDestinationRequestMarshaller. marshall(ListCustomRoutingPortMappingsByDestinationRequest listCustomRoutingPortMappingsByDestinationRequest)
-