| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.clone() |
Application |
Application.withApplicationAccount(String applicationAccount)
The Amazon Web Services account ID number of the application.
|
Application |
Application.withApplicationArn(String applicationArn)
The ARN of the application.
|
Application |
Application.withApplicationProviderArn(String applicationProviderArn)
The ARN of the application provider for this application.
|
Application |
Application.withCreatedDate(Date createdDate)
The date and time when the application was originally created.
|
Application |
Application.withDescription(String description)
The description of the application.
|
Application |
Application.withInstanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center that is configured with this application.
|
Application |
Application.withName(String name)
The name of the application.
|
Application |
Application.withPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the access portal associated with this application.
|
Application |
Application.withStatus(ApplicationStatus status)
The current status of the application in this instance of IAM Identity Center.
|
Application |
Application.withStatus(String status)
The current status of the application in this instance of IAM Identity Center.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ListApplicationsResult.getApplications()
Retrieves all applications associated with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withApplications(Application... applications)
Retrieves all applications associated with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplications(Collection<Application> applications)
Retrieves all applications associated with the instance.
|
ListApplicationsResult |
ListApplicationsResult.withApplications(Collection<Application> applications)
Retrieves all applications associated with the instance.
|
Copyright © 2024. All rights reserved.