Uses of Class
software.amazon.awssdk.services.ram.model.ResourceShareAssociationStatus
-
Packages that use ResourceShareAssociationStatus Package Description software.amazon.awssdk.services.ram.model -
-
Uses of ResourceShareAssociationStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShareAssociationStatus Modifier and Type Method Description ResourceShareAssociationStatusGetResourceShareAssociationsRequest. associationStatus()Specifies that you want to retrieve only associations that have this status.ResourceShareAssociationStatusListPermissionAssociationsRequest. associationStatus()Specifies that you want to list only those associations with resource shares that match this status.static ResourceShareAssociationStatusResourceShareAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceShareAssociationStatusResourceShareAssociation. status()The current status of the association.static ResourceShareAssociationStatusResourceShareAssociationStatus. valueOf(String name)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 ResourceShareAssociationStatus Modifier and Type Method Description static Set<ResourceShareAssociationStatus>ResourceShareAssociationStatus. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareAssociationStatus Modifier and Type Method Description GetResourceShareAssociationsRequest.BuilderGetResourceShareAssociationsRequest.Builder. associationStatus(ResourceShareAssociationStatus associationStatus)Specifies that you want to retrieve only associations that have this status.ListPermissionAssociationsRequest.BuilderListPermissionAssociationsRequest.Builder. associationStatus(ResourceShareAssociationStatus associationStatus)Specifies that you want to list only those associations with resource shares that match this status.ResourceShareAssociation.BuilderResourceShareAssociation.Builder. status(ResourceShareAssociationStatus status)The current status of the association.
-