Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualGatewaySpec
-
Packages that use VirtualGatewaySpec Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualGatewaySpec in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualGatewaySpec Modifier and Type Method Description VirtualGatewaySpecCreateVirtualGatewayRequest. spec()The virtual gateway specification to apply.VirtualGatewaySpecUpdateVirtualGatewayRequest. spec()The new virtual gateway specification to apply.VirtualGatewaySpecVirtualGatewayData. spec()The specifications of the virtual gateway.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualGatewaySpec Modifier and Type Method Description CreateVirtualGatewayRequest.BuilderCreateVirtualGatewayRequest.Builder. spec(VirtualGatewaySpec spec)The virtual gateway specification to apply.UpdateVirtualGatewayRequest.BuilderUpdateVirtualGatewayRequest.Builder. spec(VirtualGatewaySpec spec)The new virtual gateway specification to apply.VirtualGatewayData.BuilderVirtualGatewayData.Builder. spec(VirtualGatewaySpec spec)The specifications of the virtual gateway.
-