| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceMetadata |
InstanceMetadata.clone() |
InstanceMetadata |
InstanceMetadata.withCreatedDate(Date createdDate)
The date and time that the Identity Center instance was created.
|
InstanceMetadata |
InstanceMetadata.withIdentityStoreId(String identityStoreId)
The identifier of the identity store that is connected to the Identity Center instance.
|
InstanceMetadata |
InstanceMetadata.withInstanceArn(String instanceArn)
The ARN of the Identity Center instance under which the operation will be executed.
|
InstanceMetadata |
InstanceMetadata.withName(String name)
The name of the Identity Center instance.
|
InstanceMetadata |
InstanceMetadata.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID number of the owner of the Identity Center instance.
|
InstanceMetadata |
InstanceMetadata.withStatus(InstanceStatus status)
The current status of this Identity Center instance.
|
InstanceMetadata |
InstanceMetadata.withStatus(String status)
The current status of this Identity Center instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceMetadata> |
ListInstancesResult.getInstances()
Lists the IAM Identity Center instances that the caller has access to.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResult |
ListInstancesResult.withInstances(InstanceMetadata... instances)
Lists the IAM Identity Center instances that the caller has access to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstancesResult.setInstances(Collection<InstanceMetadata> instances)
Lists the IAM Identity Center instances that the caller has access to.
|
ListInstancesResult |
ListInstancesResult.withInstances(Collection<InstanceMetadata> instances)
Lists the IAM Identity Center instances that the caller has access to.
|
Copyright © 2025. All rights reserved.