Uses of Class
software.amazon.awssdk.services.ssmsap.model.PermissionActionType
-
Packages that use PermissionActionType Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of PermissionActionType in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return PermissionActionType Modifier and Type Method Description PermissionActionTypeDeleteResourcePermissionRequest. actionType()Delete or restore the permissions on the target database.PermissionActionTypeGetResourcePermissionRequest. actionType()PermissionActionTypePutResourcePermissionRequest. actionType()static PermissionActionTypePermissionActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PermissionActionTypePermissionActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionActionType[]PermissionActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type PermissionActionType Modifier and Type Method Description static Set<PermissionActionType>PermissionActionType. knownValues()Methods in software.amazon.awssdk.services.ssmsap.model with parameters of type PermissionActionType Modifier and Type Method Description DeleteResourcePermissionRequest.BuilderDeleteResourcePermissionRequest.Builder. actionType(PermissionActionType actionType)Delete or restore the permissions on the target database.GetResourcePermissionRequest.BuilderGetResourcePermissionRequest.Builder. actionType(PermissionActionType actionType)PutResourcePermissionRequest.BuilderPutResourcePermissionRequest.Builder. actionType(PermissionActionType actionType)
-