Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewayRef
-
Packages that use VirtualGatewayRef Package Description software.amazon.awssdk.services.appmesh.model software.amazon.awssdk.services.appmesh.paginators -
-
Uses of VirtualGatewayRef in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type VirtualGatewayRef Modifier and Type Method Description List<VirtualGatewayRef>ListVirtualGatewaysResponse. virtualGateways()The list of existing virtual gateways for the specified service mesh.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualGatewayRef Modifier and Type Method Description ListVirtualGatewaysResponse.BuilderListVirtualGatewaysResponse.Builder. virtualGateways(VirtualGatewayRef... virtualGateways)The list of existing virtual gateways for the specified service mesh.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type VirtualGatewayRef Modifier and Type Method Description ListVirtualGatewaysResponse.BuilderListVirtualGatewaysResponse.Builder. virtualGateways(Collection<VirtualGatewayRef> virtualGateways)The list of existing virtual gateways for the specified service mesh. -
Uses of VirtualGatewayRef in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type VirtualGatewayRef Modifier and Type Method Description SdkIterable<VirtualGatewayRef>ListVirtualGatewaysIterable. virtualGateways()Returns an iterable to iterate through the paginatedListVirtualGatewaysResponse.virtualGateways()member.SdkPublisher<VirtualGatewayRef>ListVirtualGatewaysPublisher. virtualGateways()Returns a publisher that can be used to get a stream of data.
-