Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SupplementalDataStorageLocationType
-
Packages that use SupplementalDataStorageLocationType Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of SupplementalDataStorageLocationType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SupplementalDataStorageLocationType Modifier and Type Method Description static SupplementalDataStorageLocationTypeSupplementalDataStorageLocationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SupplementalDataStorageLocationTypeSupplementalDataStorageLocation. type()Specifies the storage service used for this location.static SupplementalDataStorageLocationTypeSupplementalDataStorageLocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SupplementalDataStorageLocationType[]SupplementalDataStorageLocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type SupplementalDataStorageLocationType Modifier and Type Method Description static Set<SupplementalDataStorageLocationType>SupplementalDataStorageLocationType. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SupplementalDataStorageLocationType Modifier and Type Method Description SupplementalDataStorageLocation.BuilderSupplementalDataStorageLocation.Builder. type(SupplementalDataStorageLocationType type)Specifies the storage service used for this location.
-