Uses of Class
software.amazon.awssdk.services.bedrock.model.AuthorizationStatus
-
Packages that use AuthorizationStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of AuthorizationStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return AuthorizationStatus Modifier and Type Method Description AuthorizationStatusGetFoundationModelAvailabilityResponse. authorizationStatus()Authorization status.static AuthorizationStatusAuthorizationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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.bedrock.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.bedrock.model with parameters of type AuthorizationStatus Modifier and Type Method Description GetFoundationModelAvailabilityResponse.BuilderGetFoundationModelAvailabilityResponse.Builder. authorizationStatus(AuthorizationStatus authorizationStatus)Authorization status.
-