Registry / cloud / aws-java-sdk-ssm

aws-java-sdk-ssm

JSON →
library1.12.778javamavenunverified

The AWS Java SDK for AWS Simple Systems Management Service holds the client classes that are used for communicating with the AWS Simple Systems Management Service.

<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-ssm</artifactId> <version>1.12.778</version> </dependency>
INSTALL
IMPORT
SIG · AWS-JAVA-SDK-SSM
A
aws-java-sdk-ssm
cloudjavav1.12.778
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.

AWSSimpleSystemsManagement
com.amazonaws.services.simplesystemsmanagement.AWSSimpleSystemsManagement

Creates a default SSM client and lists parameters.

import com.amazonaws.services.simplesystemsmanagement.AWSSimpleSystemsManagement; import com.amazonaws.services.simplesystemsmanagement.AWSSimpleSystemsManagementClientBuilder; public class Example { public static void main(String[] args) { AWSSimpleSystemsManagement ssm = AWSSimpleSystemsManagementClientBuilder.defaultClient(); System.out.println(ssm.describeParameters()); } }
Debug
Known issues
breakingVersion 1.x of the AWS SDK for Java is in maintenance mode; consider migrating to SDK v2.
fix
Use software.amazon.awssdk:ssm instead.
affects: >=1.0.0 <2.0.0
Upgrade
Version history
1.12.778latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Resources
aws-java-sdk-ssm — mvn dependency:get aws-java-sdk-ssm · libregistry