Uses of Interface
software.amazon.awssdk.services.appmesh.AppMeshBaseClientBuilder
-
Packages that use AppMeshBaseClientBuilder 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. -
-
Uses of AppMeshBaseClientBuilder in software.amazon.awssdk.services.appmesh
Classes in software.amazon.awssdk.services.appmesh with type parameters of type AppMeshBaseClientBuilder Modifier and Type Interface Description interfaceAppMeshBaseClientBuilder<B extends AppMeshBaseClientBuilder<B,C>,C>This includes configuration specific to AWS App Mesh that is supported by bothAppMeshClientBuilderandAppMeshAsyncClientBuilder.Subinterfaces of AppMeshBaseClientBuilder in software.amazon.awssdk.services.appmesh Modifier and Type Interface Description interfaceAppMeshAsyncClientBuilderA builder for creating an instance ofAppMeshAsyncClient.interfaceAppMeshClientBuilderA builder for creating an instance ofAppMeshClient.
-