| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationStatus |
AuthorizationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AuthorizationStatus |
EndpointAuthorization.status()
The status of the authorization action.
|
AuthorizationStatus |
AuthorizeEndpointAccessResponse.status()
The status of the authorization action.
|
AuthorizationStatus |
RevokeEndpointAccessResponse.status()
The status of the authorization action.
|
static AuthorizationStatus |
AuthorizationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationStatus[] |
AuthorizationStatus.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<AuthorizationStatus> |
AuthorizationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EndpointAuthorization.Builder |
EndpointAuthorization.Builder.status(AuthorizationStatus status)
The status of the authorization action.
|
AuthorizeEndpointAccessResponse.Builder |
AuthorizeEndpointAccessResponse.Builder.status(AuthorizationStatus status)
The status of the authorization action.
|
RevokeEndpointAccessResponse.Builder |
RevokeEndpointAccessResponse.Builder.status(AuthorizationStatus status)
The status of the authorization action.
|
Copyright © 2023. All rights reserved.