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