Uses of Class
software.amazon.awssdk.services.ssoadmin.model.PermissionSet
-
Packages that use PermissionSet Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of PermissionSet in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return PermissionSet Modifier and Type Method Description PermissionSetCreatePermissionSetResponse. permissionSet()Defines the level of access on an Amazon Web Services account.PermissionSetDescribePermissionSetResponse. permissionSet()Describes the level of access on an Amazon Web Services account.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type PermissionSet Modifier and Type Method Description CreatePermissionSetResponse.BuilderCreatePermissionSetResponse.Builder. permissionSet(PermissionSet permissionSet)Defines the level of access on an Amazon Web Services account.DescribePermissionSetResponse.BuilderDescribePermissionSetResponse.Builder. permissionSet(PermissionSet permissionSet)Describes the level of access on an Amazon Web Services account.
-