Uses of Interface
software.amazon.awssdk.services.ssm.SsmBaseClientBuilder
-
Packages that use SsmBaseClientBuilder Package Description software.amazon.awssdk.services.ssm Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale. -
-
Uses of SsmBaseClientBuilder in software.amazon.awssdk.services.ssm
Classes in software.amazon.awssdk.services.ssm with type parameters of type SsmBaseClientBuilder Modifier and Type Interface Description interfaceSsmBaseClientBuilder<B extends SsmBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon SSM that is supported by bothSsmClientBuilderandSsmAsyncClientBuilder.Subinterfaces of SsmBaseClientBuilder in software.amazon.awssdk.services.ssm Modifier and Type Interface Description interfaceSsmAsyncClientBuilderA builder for creating an instance ofSsmAsyncClient.interfaceSsmClientBuilderA builder for creating an instance ofSsmClient.
-