Uses of Class
software.amazon.awssdk.services.imagebuilder.model.Ownership
-
Packages that use Ownership Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of Ownership in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return Ownership Modifier and Type Method Description static OwnershipOwnership. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OwnershipListComponentsRequest. owner()Filters results based on the type of owner for the component.OwnershipListContainerRecipesRequest. owner()Returns container recipes belonging to the specified owner, that have been shared with you.OwnershipListImageRecipesRequest. owner()The owner defines which image recipes you want to list.OwnershipListImagesRequest. owner()The owner defines which images you want to list.OwnershipListWorkflowsRequest. owner()Used to get a list of workflow build version filtered by the identity of the creator.static OwnershipOwnership. valueOf(String name)Returns the enum constant of this type with the specified name.static Ownership[]Ownership. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type Ownership Modifier and Type Method Description static Set<Ownership>Ownership. knownValues()Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type Ownership Modifier and Type Method Description ListComponentsRequest.BuilderListComponentsRequest.Builder. owner(Ownership owner)Filters results based on the type of owner for the component.ListContainerRecipesRequest.BuilderListContainerRecipesRequest.Builder. owner(Ownership owner)Returns container recipes belonging to the specified owner, that have been shared with you.ListImageRecipesRequest.BuilderListImageRecipesRequest.Builder. owner(Ownership owner)The owner defines which image recipes you want to list.ListImagesRequest.BuilderListImagesRequest.Builder. owner(Ownership owner)The owner defines which images you want to list.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. owner(Ownership owner)Used to get a list of workflow build version filtered by the identity of the creator.
-