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