Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualServiceBackend
-
Packages that use VirtualServiceBackend Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of VirtualServiceBackend in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return VirtualServiceBackend Modifier and Type Method Description VirtualServiceBackendBackend. virtualService()Specifies a virtual service to use as a backend.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualServiceBackend Modifier and Type Method Description static BackendBackend. fromVirtualService(VirtualServiceBackend virtualService)Create an instance of this class withBackend.virtualService()initialized to the given value.Backend.BuilderBackend.Builder. virtualService(VirtualServiceBackend virtualService)Specifies a virtual service to use as a backend.
-