Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListCustomRoutingPortMappingsResponse
-
Packages that use ListCustomRoutingPortMappingsResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of ListCustomRoutingPortMappingsResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return ListCustomRoutingPortMappingsResponse Modifier and Type Method Description default ListCustomRoutingPortMappingsResponseGlobalAcceleratorClient. listCustomRoutingPortMappings(Consumer<ListCustomRoutingPortMappingsRequest.Builder> listCustomRoutingPortMappingsRequest)Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.default ListCustomRoutingPortMappingsResponseGlobalAcceleratorClient. listCustomRoutingPortMappings(ListCustomRoutingPortMappingsRequest listCustomRoutingPortMappingsRequest)Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type ListCustomRoutingPortMappingsResponse Modifier and Type Method Description default CompletableFuture<ListCustomRoutingPortMappingsResponse>GlobalAcceleratorAsyncClient. listCustomRoutingPortMappings(Consumer<ListCustomRoutingPortMappingsRequest.Builder> listCustomRoutingPortMappingsRequest)Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.default CompletableFuture<ListCustomRoutingPortMappingsResponse>GlobalAcceleratorAsyncClient. listCustomRoutingPortMappings(ListCustomRoutingPortMappingsRequest listCustomRoutingPortMappingsRequest)Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator. -
Uses of ListCustomRoutingPortMappingsResponse in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type ListCustomRoutingPortMappingsResponse Modifier and Type Method Description Iterator<ListCustomRoutingPortMappingsResponse>ListCustomRoutingPortMappingsIterable. iterator()Method parameters in software.amazon.awssdk.services.globalaccelerator.paginators with type arguments of type ListCustomRoutingPortMappingsResponse Modifier and Type Method Description voidListCustomRoutingPortMappingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomRoutingPortMappingsResponse> subscriber)
-