Uses of Class
software.amazon.awssdk.services.ram.model.PermissionStatus
-
Packages that use PermissionStatus Package Description software.amazon.awssdk.services.ram.model -
-
Uses of PermissionStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return PermissionStatus Modifier and Type Method Description static PermissionStatusPermissionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PermissionStatusDeletePermissionResponse. permissionStatus()This operation is performed asynchronously, and this response parameter indicates the current status.PermissionStatusDeletePermissionVersionResponse. permissionStatus()This operation is performed asynchronously, and this response parameter indicates the current status.PermissionStatusResourceSharePermissionDetail. status()The current status of the association between the permission and the resource share.static PermissionStatusPermissionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionStatus[]PermissionStatus. 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 PermissionStatus Modifier and Type Method Description static Set<PermissionStatus>PermissionStatus. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type PermissionStatus Modifier and Type Method Description DeletePermissionResponse.BuilderDeletePermissionResponse.Builder. permissionStatus(PermissionStatus permissionStatus)This operation is performed asynchronously, and this response parameter indicates the current status.DeletePermissionVersionResponse.BuilderDeletePermissionVersionResponse.Builder. permissionStatus(PermissionStatus permissionStatus)This operation is performed asynchronously, and this response parameter indicates the current status.ResourceSharePermissionDetail.BuilderResourceSharePermissionDetail.Builder. status(PermissionStatus status)The current status of the association between the permission and the resource share.
-