Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListCustomRoutingPortMappingsByDestinationResponse
-
Packages that use ListCustomRoutingPortMappingsByDestinationResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of ListCustomRoutingPortMappingsByDestinationResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return ListCustomRoutingPortMappingsByDestinationResponse Modifier and Type Method Description default ListCustomRoutingPortMappingsByDestinationResponseGlobalAcceleratorClient. listCustomRoutingPortMappingsByDestination(Consumer<ListCustomRoutingPortMappingsByDestinationRequest.Builder> 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.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type ListCustomRoutingPortMappingsByDestinationResponse Modifier and Type Method 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. -
Uses of ListCustomRoutingPortMappingsByDestinationResponse in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type ListCustomRoutingPortMappingsByDestinationResponse Modifier and Type Method Description Iterator<ListCustomRoutingPortMappingsByDestinationResponse>ListCustomRoutingPortMappingsByDestinationIterable. iterator()Method parameters in software.amazon.awssdk.services.globalaccelerator.paginators with type arguments of type ListCustomRoutingPortMappingsByDestinationResponse Modifier and Type Method Description voidListCustomRoutingPortMappingsByDestinationPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomRoutingPortMappingsByDestinationResponse> subscriber)
-