Uses of Interface
software.amazon.awssdk.services.appmesh.AppMeshAsyncClient
-
Packages that use AppMeshAsyncClient 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 AppMeshAsyncClient in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return AppMeshAsyncClient Modifier and Type Method Description static AppMeshAsyncClientAppMeshAsyncClient. create()Create aAppMeshAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppMeshAsyncClient in software.amazon.awssdk.services.appmesh.paginators
Constructors in software.amazon.awssdk.services.appmesh.paginators with parameters of type AppMeshAsyncClient Constructor Description ListGatewayRoutesPublisher(AppMeshAsyncClient client, ListGatewayRoutesRequest firstRequest)ListMeshesPublisher(AppMeshAsyncClient client, ListMeshesRequest firstRequest)ListRoutesPublisher(AppMeshAsyncClient client, ListRoutesRequest firstRequest)ListTagsForResourcePublisher(AppMeshAsyncClient client, ListTagsForResourceRequest firstRequest)ListVirtualGatewaysPublisher(AppMeshAsyncClient client, ListVirtualGatewaysRequest firstRequest)ListVirtualNodesPublisher(AppMeshAsyncClient client, ListVirtualNodesRequest firstRequest)ListVirtualRoutersPublisher(AppMeshAsyncClient client, ListVirtualRoutersRequest firstRequest)ListVirtualServicesPublisher(AppMeshAsyncClient client, ListVirtualServicesRequest firstRequest)
-