| 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<CreateApplicationResult> |
AbstractAWSSSOAdminAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSSSOAdminAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application in IAM Identity Center for the given application provider.
|
Future<CreateApplicationResult> |
AWSSSOAdminAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withApplicationProviderArn(String applicationProviderArn)
The ARN of the application provider under which the operation will run.
|
CreateApplicationRequest |
CreateApplicationRequest.withClientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.
|
CreateApplicationRequest |
CreateApplicationRequest.withDescription(String description)
The description of the .
|
CreateApplicationRequest |
CreateApplicationRequest.withInstanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center under which the operation will run.
|
CreateApplicationRequest |
CreateApplicationRequest.withName(String name)
The name of the .
|
CreateApplicationRequest |
CreateApplicationRequest.withPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
|
CreateApplicationRequest |
CreateApplicationRequest.withStatus(ApplicationStatus status)
Specifies whether the application is enabled or disabled.
|
CreateApplicationRequest |
CreateApplicationRequest.withStatus(String status)
Specifies whether the application is enabled or disabled.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Collection<Tag> tags)
Specifies tags to be attached to the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Tag... tags)
Specifies tags to be attached to the application.
|
Copyright © 2023. All rights reserved.