| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin |
IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities
and manage their access centrally across Amazon Web Services accounts and applications.
|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutApplicationGrantResult> |
AbstractAWSSSOAdminAsync.putApplicationGrantAsync(PutApplicationGrantRequest request,
AsyncHandler<PutApplicationGrantRequest,PutApplicationGrantResult> asyncHandler) |
Future<PutApplicationGrantResult> |
AWSSSOAdminAsyncClient.putApplicationGrantAsync(PutApplicationGrantRequest request,
AsyncHandler<PutApplicationGrantRequest,PutApplicationGrantResult> asyncHandler) |
Future<PutApplicationGrantResult> |
AWSSSOAdminAsync.putApplicationGrantAsync(PutApplicationGrantRequest putApplicationGrantRequest,
AsyncHandler<PutApplicationGrantRequest,PutApplicationGrantResult> asyncHandler)
Adds a grant to an application.
|
| Modifier and Type | Method and Description |
|---|---|
PutApplicationGrantRequest |
PutApplicationGrantRequest.clone() |
PutApplicationGrantRequest |
PutApplicationGrantRequest.withApplicationArn(String applicationArn)
Specifies the ARN of the application to update.
|
PutApplicationGrantRequest |
PutApplicationGrantRequest.withGrant(Grant grant)
Specifies a structure that describes the grant to update.
|
PutApplicationGrantRequest |
PutApplicationGrantRequest.withGrantType(GrantType grantType)
Specifies the type of grant to update.
|
PutApplicationGrantRequest |
PutApplicationGrantRequest.withGrantType(String grantType)
Specifies the type of grant to update.
|
Copyright © 2024. All rights reserved.