| 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<DeleteApplicationGrantResult> |
AWSSSOAdminAsyncClient.deleteApplicationGrantAsync(DeleteApplicationGrantRequest request,
AsyncHandler<DeleteApplicationGrantRequest,DeleteApplicationGrantResult> asyncHandler) |
Future<DeleteApplicationGrantResult> |
AbstractAWSSSOAdminAsync.deleteApplicationGrantAsync(DeleteApplicationGrantRequest request,
AsyncHandler<DeleteApplicationGrantRequest,DeleteApplicationGrantResult> asyncHandler) |
Future<DeleteApplicationGrantResult> |
AWSSSOAdminAsync.deleteApplicationGrantAsync(DeleteApplicationGrantRequest deleteApplicationGrantRequest,
AsyncHandler<DeleteApplicationGrantRequest,DeleteApplicationGrantResult> asyncHandler)
Deletes a grant from an application.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationGrantRequest |
DeleteApplicationGrantRequest.clone() |
DeleteApplicationGrantRequest |
DeleteApplicationGrantRequest.withApplicationArn(String applicationArn)
Specifies the ARN of the application with the grant to delete.
|
DeleteApplicationGrantRequest |
DeleteApplicationGrantRequest.withGrantType(GrantType grantType)
Specifies the type of grant to delete from the application.
|
DeleteApplicationGrantRequest |
DeleteApplicationGrantRequest.withGrantType(String grantType)
Specifies the type of grant to delete from the application.
|
Copyright © 2023. All rights reserved.