Uses of Interface
software.amazon.awssdk.services.appmesh.AppMeshClient
-
Packages that use AppMeshClient 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.paginators -
-
Uses of AppMeshClient in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return AppMeshClient Modifier and Type Method Description static AppMeshClientAppMeshClient. create()Create aAppMeshClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppMeshClient in software.amazon.awssdk.services.appmesh.paginators
Constructors in software.amazon.awssdk.services.appmesh.paginators with parameters of type AppMeshClient Constructor Description ListGatewayRoutesIterable(AppMeshClient client, ListGatewayRoutesRequest firstRequest)ListMeshesIterable(AppMeshClient client, ListMeshesRequest firstRequest)ListRoutesIterable(AppMeshClient client, ListRoutesRequest firstRequest)ListTagsForResourceIterable(AppMeshClient client, ListTagsForResourceRequest firstRequest)ListVirtualGatewaysIterable(AppMeshClient client, ListVirtualGatewaysRequest firstRequest)ListVirtualNodesIterable(AppMeshClient client, ListVirtualNodesRequest firstRequest)ListVirtualRoutersIterable(AppMeshClient client, ListVirtualRoutersRequest firstRequest)ListVirtualServicesIterable(AppMeshClient client, ListVirtualServicesRequest firstRequest)
-