| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNetworkVpcAssociationStatus |
ServiceNetworkVpcAssociationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServiceNetworkVpcAssociationStatus |
DeleteServiceNetworkVpcAssociationResponse.status()
The status.
|
ServiceNetworkVpcAssociationStatus |
ServiceNetworkVpcAssociationSummary.status()
The status.
|
ServiceNetworkVpcAssociationStatus |
UpdateServiceNetworkVpcAssociationResponse.status()
The status.
|
ServiceNetworkVpcAssociationStatus |
GetServiceNetworkVpcAssociationResponse.status()
The status of the association.
|
ServiceNetworkVpcAssociationStatus |
CreateServiceNetworkVpcAssociationResponse.status()
The operation's status.
|
static ServiceNetworkVpcAssociationStatus |
ServiceNetworkVpcAssociationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceNetworkVpcAssociationStatus[] |
ServiceNetworkVpcAssociationStatus.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<ServiceNetworkVpcAssociationStatus> |
ServiceNetworkVpcAssociationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceNetworkVpcAssociationResponse.Builder |
DeleteServiceNetworkVpcAssociationResponse.Builder.status(ServiceNetworkVpcAssociationStatus status)
The status.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.status(ServiceNetworkVpcAssociationStatus status)
The status.
|
UpdateServiceNetworkVpcAssociationResponse.Builder |
UpdateServiceNetworkVpcAssociationResponse.Builder.status(ServiceNetworkVpcAssociationStatus status)
The status.
|
GetServiceNetworkVpcAssociationResponse.Builder |
GetServiceNetworkVpcAssociationResponse.Builder.status(ServiceNetworkVpcAssociationStatus status)
The status of the association.
|
CreateServiceNetworkVpcAssociationResponse.Builder |
CreateServiceNetworkVpcAssociationResponse.Builder.status(ServiceNetworkVpcAssociationStatus status)
The operation's status.
|
Copyright © 2023. All rights reserved.