| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContactMethod |
ContactMethod.clone() |
ContactMethod |
ContactMethod.withArn(String arn)
The Amazon Resource Name (ARN) of the contact method.
|
ContactMethod |
ContactMethod.withContactEndpoint(String contactEndpoint)
The destination of the contact method, such as an email address or a mobile phone number.
|
ContactMethod |
ContactMethod.withCreatedAt(Date createdAt)
The timestamp when the contact method was created.
|
ContactMethod |
ContactMethod.withLocation(ResourceLocation location)
An object that describes the location of the contact method, such as the Amazon Web Services Region and
Availability Zone.
|
ContactMethod |
ContactMethod.withName(String name)
The name of the contact method.
|
ContactMethod |
ContactMethod.withProtocol(ContactProtocol protocol)
The protocol of the contact method, such as email or SMS (text messaging).
|
ContactMethod |
ContactMethod.withProtocol(String protocol)
The protocol of the contact method, such as email or SMS (text messaging).
|
ContactMethod |
ContactMethod.withResourceType(ResourceType resourceType)
The Lightsail resource type (e.g.,
ContactMethod). |
ContactMethod |
ContactMethod.withResourceType(String resourceType)
The Lightsail resource type (e.g.,
ContactMethod). |
ContactMethod |
ContactMethod.withStatus(ContactMethodStatus status)
The current status of the contact method.
|
ContactMethod |
ContactMethod.withStatus(String status)
The current status of the contact method.
|
ContactMethod |
ContactMethod.withSupportCode(String supportCode)
The support code.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactMethod> |
GetContactMethodsResult.getContactMethods()
An array of objects that describe the contact methods.
|
| Modifier and Type | Method and Description |
|---|---|
GetContactMethodsResult |
GetContactMethodsResult.withContactMethods(ContactMethod... contactMethods)
An array of objects that describe the contact methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContactMethodsResult.setContactMethods(Collection<ContactMethod> contactMethods)
An array of objects that describe the contact methods.
|
GetContactMethodsResult |
GetContactMethodsResult.withContactMethods(Collection<ContactMethod> contactMethods)
An array of objects that describe the contact methods.
|
Copyright © 2023. All rights reserved.