| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
AccountModification |
AccountModification.clone() |
AccountModification |
AccountModification.withDedicatedTenancyManagementCidrRange(String dedicatedTenancyManagementCidrRange)
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
|
AccountModification |
AccountModification.withDedicatedTenancySupport(DedicatedTenancySupportResultEnum dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
|
AccountModification |
AccountModification.withDedicatedTenancySupport(String dedicatedTenancySupport)
The status of BYOL (whether BYOL is being enabled or disabled).
|
AccountModification |
AccountModification.withErrorCode(String errorCode)
The error code that is returned if the configuration of BYOL cannot be modified.
|
AccountModification |
AccountModification.withErrorMessage(String errorMessage)
The text of the error message that is returned if the configuration of BYOL cannot be modified.
|
AccountModification |
AccountModification.withModificationState(DedicatedTenancyModificationStateEnum modificationState)
The state of the modification to the configuration of BYOL.
|
AccountModification |
AccountModification.withModificationState(String modificationState)
The state of the modification to the configuration of BYOL.
|
AccountModification |
AccountModification.withStartTime(Date startTime)
The timestamp when the modification of the BYOL configuration was started.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountModification> |
DescribeAccountModificationsResult.getAccountModifications()
The list of modifications to the configuration of BYOL.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountModificationsResult |
DescribeAccountModificationsResult.withAccountModifications(AccountModification... accountModifications)
The list of modifications to the configuration of BYOL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccountModificationsResult.setAccountModifications(Collection<AccountModification> accountModifications)
The list of modifications to the configuration of BYOL.
|
DescribeAccountModificationsResult |
DescribeAccountModificationsResult.withAccountModifications(Collection<AccountModification> accountModifications)
The list of modifications to the configuration of BYOL.
|
Copyright © 2021. All rights reserved.