Registry / cloud / aws-java-sdk-ecs

aws-java-sdk-ecs

JSON →
library1.12.779javamavenunverified

The AWS Java SDK for the Amazon EC2 Container Service holds the client classes that are used for communicating with the Amazon EC2 Container Service.

<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-ecs</artifactId> <version>1.12.779</version> </dependency>
INSTALL
IMPORT
SIG · AWS-JAVA-SDK-ECS
A
aws-java-sdk-ecs
cloudjavav1.12.779
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AmazonECSClient
com.amazonaws.services.ecs.AmazonECSClient

Creates a default Amazon ECS client.

import com.amazonaws.services.ecs.AmazonECSClient; import com.amazonaws.services.ecs.AmazonECS; public class Main { public static void main(String[] args) { AmazonECS client = AmazonECSClient.builder().build(); System.out.println("Client created: " + client); } }
Debug
Known issues
breakingThe AWS SDK v1 for Java is in maintenance mode; consider migrating to AWS SDK v2.
fix
Use software.amazon.awssdk:ecs from SDK v2.
affects: >=1.0.0
Upgrade
Version history
1.12.779latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
aws-java-sdk-ecs — mvn dependency:get aws-java-sdk-ecs · libregistry