| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin |
AWS IAM Identity Center (successor to AWS Single Sign-On) helps you securely create, or connect, your workforce
identities and manage their access centrally across AWS accounts and applications.
|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePermissionSetResult> |
AbstractAWSSSOAdminAsync.createPermissionSetAsync(CreatePermissionSetRequest request,
AsyncHandler<CreatePermissionSetRequest,CreatePermissionSetResult> asyncHandler) |
Future<CreatePermissionSetResult> |
AWSSSOAdminAsync.createPermissionSetAsync(CreatePermissionSetRequest createPermissionSetRequest,
AsyncHandler<CreatePermissionSetRequest,CreatePermissionSetResult> asyncHandler)
Creates a permission set within a specified IAM Identity Center instance.
|
Future<CreatePermissionSetResult> |
AWSSSOAdminAsyncClient.createPermissionSetAsync(CreatePermissionSetRequest request,
AsyncHandler<CreatePermissionSetRequest,CreatePermissionSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePermissionSetRequest |
CreatePermissionSetRequest.clone() |
CreatePermissionSetRequest |
CreatePermissionSetRequest.withDescription(String description)
The description of the PermissionSet.
|
CreatePermissionSetRequest |
CreatePermissionSetRequest.withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
CreatePermissionSetRequest |
CreatePermissionSetRequest.withName(String name)
The name of the PermissionSet.
|
CreatePermissionSetRequest |
CreatePermissionSetRequest.withRelayState(String relayState)
Used to redirect users within the application during the federation authentication process.
|
CreatePermissionSetRequest |
CreatePermissionSetRequest.withSessionDuration(String sessionDuration)
The length of time that the application user sessions are valid in the ISO-8601 standard.
|
CreatePermissionSetRequest |
CreatePermissionSetRequest.withTags(Collection<Tag> tags)
The tags to attach to the new PermissionSet.
|
CreatePermissionSetRequest |
CreatePermissionSetRequest.withTags(Tag... tags)
The tags to attach to the new PermissionSet.
|
Copyright © 2023. All rights reserved.