Uses of Class
software.amazon.awssdk.services.bedrock.model.RegionAvailability
-
Packages that use RegionAvailability Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of RegionAvailability in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return RegionAvailability Modifier and Type Method Description static RegionAvailabilityRegionAvailability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RegionAvailabilityGetFoundationModelAvailabilityResponse. regionAvailability()Region availability.static RegionAvailabilityRegionAvailability. valueOf(String name)Returns the enum constant of this type with the specified name.static RegionAvailability[]RegionAvailability. 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 RegionAvailability Modifier and Type Method Description static Set<RegionAvailability>RegionAvailability. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type RegionAvailability Modifier and Type Method Description GetFoundationModelAvailabilityResponse.BuilderGetFoundationModelAvailabilityResponse.Builder. regionAvailability(RegionAvailability regionAvailability)Region availability.
-