Uses of Interface
software.amazon.awssdk.services.ssmcontacts.SsmContactsBaseClientBuilder
-
Packages that use SsmContactsBaseClientBuilder Package Description software.amazon.awssdk.services.ssmcontacts Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. -
-
Uses of SsmContactsBaseClientBuilder in software.amazon.awssdk.services.ssmcontacts
Classes in software.amazon.awssdk.services.ssmcontacts with type parameters of type SsmContactsBaseClientBuilder Modifier and Type Interface Description interfaceSsmContactsBaseClientBuilder<B extends SsmContactsBaseClientBuilder<B,C>,C>This includes configuration specific to SSM Contacts that is supported by bothSsmContactsClientBuilderandSsmContactsAsyncClientBuilder.Subinterfaces of SsmContactsBaseClientBuilder in software.amazon.awssdk.services.ssmcontacts Modifier and Type Interface Description interfaceSsmContactsAsyncClientBuilderA builder for creating an instance ofSsmContactsAsyncClient.interfaceSsmContactsClientBuilderA builder for creating an instance ofSsmContactsClient.
-