Uses of Enum
software.amazon.awssdk.services.ram.model.ResourceShareAssociationType
Packages that use ResourceShareAssociationType
-
Uses of ResourceShareAssociationType in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShareAssociationTypeModifier and TypeMethodDescriptionGetResourceShareAssociationsRequest.associationType()Specifies whether you want to retrieve the associations that involve a specified resource or principal.ResourceShareAssociation.associationType()The type of entity included in this association.static ResourceShareAssociationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceShareAssociationTypeReturns the enum constant of this type with the specified name.static ResourceShareAssociationType[]ResourceShareAssociationType.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 ResourceShareAssociationTypeModifier and TypeMethodDescriptionstatic Set<ResourceShareAssociationType>ResourceShareAssociationType.knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareAssociationTypeModifier and TypeMethodDescriptionGetResourceShareAssociationsRequest.Builder.associationType(ResourceShareAssociationType associationType) Specifies whether you want to retrieve the associations that involve a specified resource or principal.ResourceShareAssociation.Builder.associationType(ResourceShareAssociationType associationType) The type of entity included in this association.