Uses of Class
software.amazon.awssdk.services.ssoadmin.model.PermissionsBoundary
-
Packages that use PermissionsBoundary Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of PermissionsBoundary in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return PermissionsBoundary Modifier and Type Method Description PermissionsBoundaryGetPermissionsBoundaryForPermissionSetResponse. permissionsBoundary()The permissions boundary attached to the specified permission set.PermissionsBoundaryPutPermissionsBoundaryToPermissionSetRequest. permissionsBoundary()The permissions boundary that you want to attach to aPermissionSet.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type PermissionsBoundary Modifier and Type Method Description GetPermissionsBoundaryForPermissionSetResponse.BuilderGetPermissionsBoundaryForPermissionSetResponse.Builder. permissionsBoundary(PermissionsBoundary permissionsBoundary)The permissions boundary attached to the specified permission set.PutPermissionsBoundaryToPermissionSetRequest.BuilderPutPermissionsBoundaryToPermissionSetRequest.Builder. permissionsBoundary(PermissionsBoundary permissionsBoundary)The permissions boundary that you want to attach to aPermissionSet.
-