Uses of Enum
software.amazon.awssdk.services.ram.model.ResourceShareAssociationStatus
Packages that use ResourceShareAssociationStatus
-
Uses of ResourceShareAssociationStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShareAssociationStatusModifier and TypeMethodDescriptionGetResourceShareAssociationsRequest.associationStatus()Specifies that you want to retrieve only associations that have this status.ListPermissionAssociationsRequest.associationStatus()Specifies that you want to list only those associations with resource shares that match this status.ListSourceAssociationsRequest.associationStatus()The status of the source associations that you want to retrieve.Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceShareAssociation.status()The current status of the association.Returns the enum constant of this type with the specified name.static ResourceShareAssociationStatus[]ResourceShareAssociationStatus.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 ResourceShareAssociationStatusModifier and TypeMethodDescriptionstatic Set<ResourceShareAssociationStatus>ResourceShareAssociationStatus.knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareAssociationStatusModifier and TypeMethodDescriptionGetResourceShareAssociationsRequest.Builder.associationStatus(ResourceShareAssociationStatus associationStatus) Specifies that you want to retrieve only associations that have this status.ListPermissionAssociationsRequest.Builder.associationStatus(ResourceShareAssociationStatus associationStatus) Specifies that you want to list only those associations with resource shares that match this status.ListSourceAssociationsRequest.Builder.associationStatus(ResourceShareAssociationStatus associationStatus) The status of the source associations that you want to retrieve.ResourceShareAssociation.Builder.status(ResourceShareAssociationStatus status) The current status of the association.