Uses of Enum
software.amazon.awssdk.services.ram.model.ResourceOwner
Packages that use ResourceOwner
-
Uses of ResourceOwner in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceOwnerModifier and TypeMethodDescriptionstatic ResourceOwnerUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ResourceOwnerGetResourceSharesRequest.resourceOwner()Specifies that you want to retrieve details of only those resource shares that match the following:final ResourceOwnerListPrincipalsRequest.resourceOwner()Specifies that you want to list information for only resource shares that match the following:final ResourceOwnerListResourcesRequest.resourceOwner()Specifies that you want to list only the resource shares that match the following:static ResourceOwnerReturns 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.ram.model that return types with arguments of type ResourceOwnerMethods in software.amazon.awssdk.services.ram.model with parameters of type ResourceOwnerModifier and TypeMethodDescriptionGetResourceSharesRequest.Builder.resourceOwner(ResourceOwner resourceOwner) Specifies that you want to retrieve details of only those resource shares that match the following:ListPrincipalsRequest.Builder.resourceOwner(ResourceOwner resourceOwner) Specifies that you want to list information for only resource shares that match the following:ListResourcesRequest.Builder.resourceOwner(ResourceOwner resourceOwner) Specifies that you want to list only the resource shares that match the following: