| 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 |
|---|---|
GetContactMethodsResult |
AmazonLightsailClient.getContactMethods(GetContactMethodsRequest request)
Returns information about the configured contact methods.
|
GetContactMethodsResult |
AmazonLightsail.getContactMethods(GetContactMethodsRequest getContactMethodsRequest)
Returns information about the configured contact methods.
|
GetContactMethodsResult |
AbstractAmazonLightsail.getContactMethods(GetContactMethodsRequest request) |
| 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 |
|---|---|
GetContactMethodsResult |
GetContactMethodsResult.clone() |
GetContactMethodsResult |
GetContactMethodsResult.withContactMethods(Collection<ContactMethod> contactMethods)
An array of objects that describe the contact methods.
|
GetContactMethodsResult |
GetContactMethodsResult.withContactMethods(ContactMethod... contactMethods)
An array of objects that describe the contact methods.
|
Copyright © 2024. All rights reserved.