| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
ContactStatus |
DescribeContactResponse.contactStatus()
Status of a contact.
|
ContactStatus |
ContactData.contactStatus()
Status of a contact.
|
static ContactStatus |
ContactStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContactStatus |
ContactStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactStatus[] |
ContactStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ContactStatus> |
ContactStatus.knownValues()
|
List<ContactStatus> |
ListContactsRequest.statusList()
Status of a contact reservation.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeContactResponse.Builder |
DescribeContactResponse.Builder.contactStatus(ContactStatus contactStatus)
Status of a contact.
|
ContactData.Builder |
ContactData.Builder.contactStatus(ContactStatus contactStatus)
Status of a contact.
|
ListContactsRequest.Builder |
ListContactsRequest.Builder.statusList(ContactStatus... statusList)
Status of a contact reservation.
|
| Modifier and Type | Method and Description |
|---|---|
ListContactsRequest.Builder |
ListContactsRequest.Builder.statusList(Collection<ContactStatus> statusList)
Status of a contact reservation.
|
Copyright © 2023. All rights reserved.