| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
PermissionSet |
PermissionSet.clone() |
PermissionSet |
DescribePermissionSetResult.getPermissionSet()
Describes the level of access on an Amazon Web Services account.
|
PermissionSet |
CreatePermissionSetResult.getPermissionSet()
Defines the level of access on an Amazon Web Services account.
|
PermissionSet |
PermissionSet.withCreatedDate(Date createdDate)
The date that the permission set was created.
|
PermissionSet |
PermissionSet.withDescription(String description)
The description of the PermissionSet.
|
PermissionSet |
PermissionSet.withName(String name)
The name of the permission set.
|
PermissionSet |
PermissionSet.withPermissionSetArn(String permissionSetArn)
The ARN of the permission set.
|
PermissionSet |
PermissionSet.withRelayState(String relayState)
Used to redirect users within the application during the federation authentication process.
|
PermissionSet |
PermissionSet.withSessionDuration(String sessionDuration)
The length of time that the application user sessions are valid for in the ISO-8601 standard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePermissionSetResult.setPermissionSet(PermissionSet permissionSet)
Describes the level of access on an Amazon Web Services account.
|
void |
CreatePermissionSetResult.setPermissionSet(PermissionSet permissionSet)
Defines the level of access on an Amazon Web Services account.
|
DescribePermissionSetResult |
DescribePermissionSetResult.withPermissionSet(PermissionSet permissionSet)
Describes the level of access on an Amazon Web Services account.
|
CreatePermissionSetResult |
CreatePermissionSetResult.withPermissionSet(PermissionSet permissionSet)
Defines the level of access on an Amazon Web Services account.
|
Copyright © 2024. All rights reserved.