Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailOwnership
Packages that use GuardrailOwnership
-
Uses of GuardrailOwnership in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailOwnershipModifier and TypeMethodDescriptionstatic GuardrailOwnershipUse this in place of valueOf to convert the raw string returned by the service into the enum value.final GuardrailOwnershipAppliedGuardrailDetails.guardrailOwnership()The ownership type of the guardrail, indicating whether it is owned by the requesting account or is a cross-account guardrail shared from another AWS account.static GuardrailOwnershipReturns the enum constant of this type with the specified name.static GuardrailOwnership[]GuardrailOwnership.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailOwnershipModifier and TypeMethodDescriptionstatic Set<GuardrailOwnership>GuardrailOwnership.knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailOwnershipModifier and TypeMethodDescriptionAppliedGuardrailDetails.Builder.guardrailOwnership(GuardrailOwnership guardrailOwnership) The ownership type of the guardrail, indicating whether it is owned by the requesting account or is a cross-account guardrail shared from another AWS account.