| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with AWS for developers who just need virtual private servers.
|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetContactMethodsResult> |
AmazonLightsailAsyncClient.getContactMethodsAsync(GetContactMethodsRequest request,
AsyncHandler<GetContactMethodsRequest,GetContactMethodsResult> asyncHandler) |
Future<GetContactMethodsResult> |
AbstractAmazonLightsailAsync.getContactMethodsAsync(GetContactMethodsRequest request,
AsyncHandler<GetContactMethodsRequest,GetContactMethodsResult> asyncHandler) |
Future<GetContactMethodsResult> |
AmazonLightsailAsync.getContactMethodsAsync(GetContactMethodsRequest getContactMethodsRequest,
AsyncHandler<GetContactMethodsRequest,GetContactMethodsResult> asyncHandler)
Returns information about the configured contact methods.
|
| Modifier and Type | Method and Description |
|---|---|
GetContactMethodsRequest |
GetContactMethodsRequest.clone() |
GetContactMethodsRequest |
GetContactMethodsRequest.withProtocols(Collection<String> protocols)
The protocols used to send notifications, such as
Email, or SMS (text messaging). |
GetContactMethodsRequest |
GetContactMethodsRequest.withProtocols(ContactProtocol... protocols)
The protocols used to send notifications, such as
Email, or SMS (text messaging). |
GetContactMethodsRequest |
GetContactMethodsRequest.withProtocols(String... protocols)
The protocols used to send notifications, such as
Email, or SMS (text messaging). |
Copyright © 2020. All rights reserved.