Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.DescriptorType
Packages that use DescriptorType
-
Uses of DescriptorType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return DescriptorTypeModifier and TypeMethodDescriptionfinal DescriptorTypeRegistryRecordSummary.descriptorType()The type of descriptor associated with this registry record.static DescriptorTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DescriptorTypeReturns the enum constant of this type with the specified name.static DescriptorType[]DescriptorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type DescriptorTypeMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type DescriptorTypeModifier and TypeMethodDescriptionRegistryRecordSummary.Builder.descriptorType(DescriptorType descriptorType) The type of descriptor associated with this registry record.