Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.DestinationPortMapping
-
Packages that use DestinationPortMapping Package Description software.amazon.awssdk.services.globalaccelerator.model software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of DestinationPortMapping in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type DestinationPortMapping Modifier and Type Method Description List<DestinationPortMapping>ListCustomRoutingPortMappingsByDestinationResponse. destinationPortMappings()The port mappings for the endpoint IP address that you specified in the request.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type DestinationPortMapping Modifier and Type Method Description ListCustomRoutingPortMappingsByDestinationResponse.BuilderListCustomRoutingPortMappingsByDestinationResponse.Builder. destinationPortMappings(DestinationPortMapping... destinationPortMappings)The port mappings for the endpoint IP address that you specified in the request.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type DestinationPortMapping Modifier and Type Method Description ListCustomRoutingPortMappingsByDestinationResponse.BuilderListCustomRoutingPortMappingsByDestinationResponse.Builder. destinationPortMappings(Collection<DestinationPortMapping> destinationPortMappings)The port mappings for the endpoint IP address that you specified in the request. -
Uses of DestinationPortMapping in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type DestinationPortMapping Modifier and Type Method Description SdkIterable<DestinationPortMapping>ListCustomRoutingPortMappingsByDestinationIterable. destinationPortMappings()Returns an iterable to iterate through the paginatedListCustomRoutingPortMappingsByDestinationResponse.destinationPortMappings()member.SdkPublisher<DestinationPortMapping>ListCustomRoutingPortMappingsByDestinationPublisher. destinationPortMappings()Returns a publisher that can be used to get a stream of data.
-