Uses of Class
software.amazon.awssdk.services.appmesh.model.CreateMeshRequest
-
Packages that use CreateMeshRequest Package Description software.amazon.awssdk.services.appmesh App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices.software.amazon.awssdk.services.appmesh.transform -
-
Uses of CreateMeshRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type CreateMeshRequest Modifier and Type Method Description default CompletableFuture<CreateMeshResponse>AppMeshAsyncClient. createMesh(CreateMeshRequest createMeshRequest)Creates a service mesh.default CreateMeshResponseAppMeshClient. createMesh(CreateMeshRequest createMeshRequest)Creates a service mesh. -
Uses of CreateMeshRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type CreateMeshRequest Modifier and Type Method Description SdkHttpFullRequestCreateMeshRequestMarshaller. marshall(CreateMeshRequest createMeshRequest)
-