Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewayGrpcConnectionPool
-
Packages that use VirtualGatewayGrpcConnectionPool Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualGatewayGrpcConnectionPool in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualGatewayGrpcConnectionPool Modifier and Type Method Description VirtualGatewayGrpcConnectionPoolVirtualGatewayConnectionPool. grpc()An object that represents a type of connection pool.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualGatewayGrpcConnectionPool Modifier and Type Method Description static VirtualGatewayConnectionPoolVirtualGatewayConnectionPool. fromGrpc(VirtualGatewayGrpcConnectionPool grpc)Create an instance of this class withVirtualGatewayConnectionPool.grpc()initialized to the given value.VirtualGatewayConnectionPool.BuilderVirtualGatewayConnectionPool.Builder. grpc(VirtualGatewayGrpcConnectionPool grpc)An object that represents a type of connection pool.
-