Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.PortMapping
-
Packages that use PortMapping Package Description software.amazon.awssdk.services.globalaccelerator.model software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of PortMapping in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type PortMapping Modifier and Type Method Description List<PortMapping>ListCustomRoutingPortMappingsResponse. portMappings()The port mappings for a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type PortMapping Modifier and Type Method Description ListCustomRoutingPortMappingsResponse.BuilderListCustomRoutingPortMappingsResponse.Builder. portMappings(PortMapping... portMappings)The port mappings for a custom routing accelerator.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type PortMapping Modifier and Type Method Description ListCustomRoutingPortMappingsResponse.BuilderListCustomRoutingPortMappingsResponse.Builder. portMappings(Collection<PortMapping> portMappings)The port mappings for a custom routing accelerator. -
Uses of PortMapping in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type PortMapping Modifier and Type Method Description SdkIterable<PortMapping>ListCustomRoutingPortMappingsIterable. portMappings()Returns an iterable to iterate through the paginatedListCustomRoutingPortMappingsResponse.portMappings()member.SdkPublisher<PortMapping>ListCustomRoutingPortMappingsPublisher. portMappings()Returns a publisher that can be used to get a stream of data.
-