Uses of Interface
software.amazon.awssdk.services.ecs.EcsAsyncClient
-
Packages that use EcsAsyncClient Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service software.amazon.awssdk.services.ecs.paginators software.amazon.awssdk.services.ecs.waiters -
-
Uses of EcsAsyncClient in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return EcsAsyncClient Modifier and Type Method Description static EcsAsyncClientEcsAsyncClient. create()Create aEcsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EcsAsyncClient in software.amazon.awssdk.services.ecs.paginators
Constructors in software.amazon.awssdk.services.ecs.paginators with parameters of type EcsAsyncClient Constructor Description ListAccountSettingsPublisher(EcsAsyncClient client, ListAccountSettingsRequest firstRequest)ListAttributesPublisher(EcsAsyncClient client, ListAttributesRequest firstRequest)ListClustersPublisher(EcsAsyncClient client, ListClustersRequest firstRequest)ListContainerInstancesPublisher(EcsAsyncClient client, ListContainerInstancesRequest firstRequest)ListServicesByNamespacePublisher(EcsAsyncClient client, ListServicesByNamespaceRequest firstRequest)ListServicesPublisher(EcsAsyncClient client, ListServicesRequest firstRequest)ListTaskDefinitionFamiliesPublisher(EcsAsyncClient client, ListTaskDefinitionFamiliesRequest firstRequest)ListTaskDefinitionsPublisher(EcsAsyncClient client, ListTaskDefinitionsRequest firstRequest)ListTasksPublisher(EcsAsyncClient client, ListTasksRequest firstRequest) -
Uses of EcsAsyncClient in software.amazon.awssdk.services.ecs.waiters
Methods in software.amazon.awssdk.services.ecs.waiters with parameters of type EcsAsyncClient Modifier and Type Method Description EcsAsyncWaiter.BuilderEcsAsyncWaiter.Builder. client(EcsAsyncClient client)Sets a customEcsAsyncClientthat will be used to poll the resource
-