| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
GetContactChannelResult |
AbstractAWSSSMContacts.getContactChannel(GetContactChannelRequest request) |
GetContactChannelResult |
AWSSSMContacts.getContactChannel(GetContactChannelRequest getContactChannelRequest)
List details about a specific contact channel.
|
GetContactChannelResult |
AWSSSMContactsClient.getContactChannel(GetContactChannelRequest request)
List details about a specific contact channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetContactChannelResult> |
AbstractAWSSSMContactsAsync.getContactChannelAsync(GetContactChannelRequest request,
AsyncHandler<GetContactChannelRequest,GetContactChannelResult> asyncHandler) |
Future<GetContactChannelResult> |
AWSSSMContactsAsyncClient.getContactChannelAsync(GetContactChannelRequest request,
AsyncHandler<GetContactChannelRequest,GetContactChannelResult> asyncHandler) |
Future<GetContactChannelResult> |
AWSSSMContactsAsync.getContactChannelAsync(GetContactChannelRequest getContactChannelRequest,
AsyncHandler<GetContactChannelRequest,GetContactChannelResult> asyncHandler)
List details about a specific contact channel.
|
| Modifier and Type | Method and Description |
|---|---|
GetContactChannelResult |
GetContactChannelResult.clone() |
GetContactChannelResult |
GetContactChannelResult.withActivationStatus(ActivationStatus activationStatus)
A Boolean value indicating if the contact channel has been activated or not.
|
GetContactChannelResult |
GetContactChannelResult.withActivationStatus(String activationStatus)
A Boolean value indicating if the contact channel has been activated or not.
|
GetContactChannelResult |
GetContactChannelResult.withContactArn(String contactArn)
The ARN of the contact that the channel belongs to.
|
GetContactChannelResult |
GetContactChannelResult.withContactChannelArn(String contactChannelArn)
The ARN of the contact channel.
|
GetContactChannelResult |
GetContactChannelResult.withDeliveryAddress(ContactChannelAddress deliveryAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
GetContactChannelResult |
GetContactChannelResult.withName(String name)
The name of the contact channel
|
GetContactChannelResult |
GetContactChannelResult.withType(ChannelType type)
The type of contact channel.
|
GetContactChannelResult |
GetContactChannelResult.withType(String type)
The type of contact channel.
|
Copyright © 2023. All rights reserved.