Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.SupplementalDataStorageLocationType
Packages that use SupplementalDataStorageLocationType
-
Uses of SupplementalDataStorageLocationType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SupplementalDataStorageLocationTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.SupplementalDataStorageLocation.type()Specifies the storage service used for this location.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 SupplementalDataStorageLocationTypeMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SupplementalDataStorageLocationTypeModifier and TypeMethodDescriptionSupplementalDataStorageLocation.Builder.type(SupplementalDataStorageLocationType type) Specifies the storage service used for this location.