Uses of Class
software.amazon.awssdk.services.redshift.model.AuthorizationStatus
-
Packages that use AuthorizationStatus Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of AuthorizationStatus in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return AuthorizationStatus Modifier and Type Method Description static AuthorizationStatusAuthorizationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AuthorizationStatusAuthorizeEndpointAccessResponse. status()The status of the authorization action.AuthorizationStatusEndpointAuthorization. status()The status of the authorization action.AuthorizationStatusRevokeEndpointAccessResponse. status()The status of the authorization action.static AuthorizationStatusAuthorizationStatus. 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.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AuthorizationStatus Modifier and Type Method Description static Set<AuthorizationStatus>AuthorizationStatus. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type AuthorizationStatus Modifier and Type Method Description AuthorizeEndpointAccessResponse.BuilderAuthorizeEndpointAccessResponse.Builder. status(AuthorizationStatus status)The status of the authorization action.EndpointAuthorization.BuilderEndpointAuthorization.Builder. status(AuthorizationStatus status)The status of the authorization action.RevokeEndpointAccessResponse.BuilderRevokeEndpointAccessResponse.Builder. status(AuthorizationStatus status)The status of the authorization action.
-