| Package | Description |
|---|---|
| com.amazonaws.services.lightsail |
Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who
need to build websites or web applications.
|
| 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 © 2024. All rights reserved.