Uses of Interface
software.amazon.awssdk.services.globalaccelerator.model.ListCustomRoutingPortMappingsByDestinationRequest.Builder
-
Packages that use ListCustomRoutingPortMappingsByDestinationRequest.Builder Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of ListCustomRoutingPortMappingsByDestinationRequest.Builder in software.amazon.awssdk.services.globalaccelerator
Method parameters in software.amazon.awssdk.services.globalaccelerator with type arguments of type ListCustomRoutingPortMappingsByDestinationRequest.Builder 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 ListCustomRoutingPortMappingsByDestinationResponseGlobalAcceleratorClient. listCustomRoutingPortMappingsByDestination(Consumer<ListCustomRoutingPortMappingsByDestinationRequest.Builder> listCustomRoutingPortMappingsByDestinationRequest)List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.default ListCustomRoutingPortMappingsByDestinationPublisherGlobalAcceleratorAsyncClient. listCustomRoutingPortMappingsByDestinationPaginator(Consumer<ListCustomRoutingPortMappingsByDestinationRequest.Builder> listCustomRoutingPortMappingsByDestinationRequest)List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint.default ListCustomRoutingPortMappingsByDestinationIterableGlobalAcceleratorClient. listCustomRoutingPortMappingsByDestinationPaginator(Consumer<ListCustomRoutingPortMappingsByDestinationRequest.Builder> listCustomRoutingPortMappingsByDestinationRequest)List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint. -
Uses of ListCustomRoutingPortMappingsByDestinationRequest.Builder in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return ListCustomRoutingPortMappingsByDestinationRequest.Builder Modifier and Type Method Description static ListCustomRoutingPortMappingsByDestinationRequest.BuilderListCustomRoutingPortMappingsByDestinationRequest. builder()ListCustomRoutingPortMappingsByDestinationRequest.BuilderListCustomRoutingPortMappingsByDestinationRequest.Builder. destinationAddress(String destinationAddress)The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port mappings.ListCustomRoutingPortMappingsByDestinationRequest.BuilderListCustomRoutingPortMappingsByDestinationRequest.Builder. endpointId(String endpointId)The ID for the virtual private cloud (VPC) subnet.ListCustomRoutingPortMappingsByDestinationRequest.BuilderListCustomRoutingPortMappingsByDestinationRequest.Builder. maxResults(Integer maxResults)The number of destination port mappings that you want to return with this call.ListCustomRoutingPortMappingsByDestinationRequest.BuilderListCustomRoutingPortMappingsByDestinationRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListCustomRoutingPortMappingsByDestinationRequest.BuilderListCustomRoutingPortMappingsByDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomRoutingPortMappingsByDestinationRequest.BuilderListCustomRoutingPortMappingsByDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCustomRoutingPortMappingsByDestinationRequest.BuilderListCustomRoutingPortMappingsByDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type ListCustomRoutingPortMappingsByDestinationRequest.Builder Modifier and Type Method Description static Class<? extends ListCustomRoutingPortMappingsByDestinationRequest.Builder>ListCustomRoutingPortMappingsByDestinationRequest. serializableBuilderClass()
-