| 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.
|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
default GetContactChannelResponse |
SsmContactsClient.getContactChannel(Consumer<GetContactChannelRequest.Builder> getContactChannelRequest)
List details about a specific contact channel.
|
default CompletableFuture<GetContactChannelResponse> |
SsmContactsAsyncClient.getContactChannel(Consumer<GetContactChannelRequest.Builder> getContactChannelRequest)
List details about a specific contact channel.
|
| Modifier and Type | Method and Description |
|---|---|
static GetContactChannelRequest.Builder |
GetContactChannelRequest.builder() |
GetContactChannelRequest.Builder |
GetContactChannelRequest.Builder.contactChannelId(String contactChannelId)
The Amazon Resource Name (ARN) of the contact channel you want information about.
|
GetContactChannelRequest.Builder |
GetContactChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetContactChannelRequest.Builder |
GetContactChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetContactChannelRequest.Builder |
GetContactChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetContactChannelRequest.Builder> |
GetContactChannelRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.