Uses of Interface
software.amazon.awssdk.services.ecs.EcsClient
-
Packages that use EcsClient 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 EcsClient in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return EcsClient Modifier and Type Method Description static EcsClientEcsClient. create()Create aEcsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EcsClient in software.amazon.awssdk.services.ecs.paginators
Constructors in software.amazon.awssdk.services.ecs.paginators with parameters of type EcsClient Constructor Description ListAccountSettingsIterable(EcsClient client, ListAccountSettingsRequest firstRequest)ListAttributesIterable(EcsClient client, ListAttributesRequest firstRequest)ListClustersIterable(EcsClient client, ListClustersRequest firstRequest)ListContainerInstancesIterable(EcsClient client, ListContainerInstancesRequest firstRequest)ListServicesByNamespaceIterable(EcsClient client, ListServicesByNamespaceRequest firstRequest)ListServicesIterable(EcsClient client, ListServicesRequest firstRequest)ListTaskDefinitionFamiliesIterable(EcsClient client, ListTaskDefinitionFamiliesRequest firstRequest)ListTaskDefinitionsIterable(EcsClient client, ListTaskDefinitionsRequest firstRequest)ListTasksIterable(EcsClient client, ListTasksRequest firstRequest) -
Uses of EcsClient in software.amazon.awssdk.services.ecs.waiters
Methods in software.amazon.awssdk.services.ecs.waiters with parameters of type EcsClient Modifier and Type Method Description EcsWaiter.BuilderEcsWaiter.Builder. client(EcsClient client)Sets a customEcsClientthat will be used to poll the resource
-