Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.ResourceOwner
-
Packages that use ResourceOwner Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of ResourceOwner in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return ResourceOwner Modifier and Type Method Description static ResourceOwnerResourceOwner. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceOwnerListBlueprintsRequest. resourceOwner()Returns the value of the ResourceOwner property for this object.ResourceOwnerListDataAutomationProjectsRequest. resourceOwner()Returns the value of the ResourceOwner property for this object.static ResourceOwnerResourceOwner. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceOwner[]ResourceOwner. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type ResourceOwner Modifier and Type Method Description static Set<ResourceOwner>ResourceOwner. knownValues()Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type ResourceOwner Modifier and Type Method Description ListBlueprintsRequest.BuilderListBlueprintsRequest.Builder. resourceOwner(ResourceOwner resourceOwner)Sets the value of the ResourceOwner property for this object.ListDataAutomationProjectsRequest.BuilderListDataAutomationProjectsRequest.Builder. resourceOwner(ResourceOwner resourceOwner)Sets the value of the ResourceOwner property for this object.
-