Uses of Enum
software.amazon.awssdk.services.ram.model.PermissionStatus
Packages that use PermissionStatus
-
Uses of PermissionStatus in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return PermissionStatusModifier and TypeMethodDescriptionstatic PermissionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PermissionStatusDeletePermissionResponse.permissionStatus()This operation is performed asynchronously, and this response parameter indicates the current status.final PermissionStatusDeletePermissionVersionResponse.permissionStatus()This operation is performed asynchronously, and this response parameter indicates the current status.final PermissionStatusResourceSharePermissionDetail.status()The current status of the association between the permission and the resource share.static PermissionStatusReturns 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 PermissionStatusMethods in software.amazon.awssdk.services.ram.model with parameters of type PermissionStatusModifier and TypeMethodDescriptionDeletePermissionResponse.Builder.permissionStatus(PermissionStatus permissionStatus) This operation is performed asynchronously, and this response parameter indicates the current status.DeletePermissionVersionResponse.Builder.permissionStatus(PermissionStatus permissionStatus) This operation is performed asynchronously, and this response parameter indicates the current status.ResourceSharePermissionDetail.Builder.status(PermissionStatus status) The current status of the association between the permission and the resource share.