Uses of Class
software.amazon.awssdk.services.appmesh.model.Backend
-
Packages that use Backend Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of Backend in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return Backend Modifier and Type Method Description static BackendBackend. fromVirtualService(Consumer<VirtualServiceBackend.Builder> virtualService)Create an instance of this class withvirtualService()initialized to the given value.static BackendBackend. fromVirtualService(VirtualServiceBackend virtualService)Create an instance of this class withvirtualService()initialized to the given value.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type Backend Modifier and Type Method Description List<Backend>VirtualNodeSpec. backends()The backends that the virtual node is expected to send outbound traffic to.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type Backend Modifier and Type Method Description VirtualNodeSpec.BuilderVirtualNodeSpec.Builder. backends(Backend... backends)The backends that the virtual node is expected to send outbound traffic to.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type Backend Modifier and Type Method Description VirtualNodeSpec.BuilderVirtualNodeSpec.Builder. backends(Collection<Backend> backends)The backends that the virtual node is expected to send outbound traffic to.
-