| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssoadmin.model | |
| software.amazon.awssdk.services.ssoadmin.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceMetadata> |
ListInstancesResponse.instances()
Lists the IAM Identity Center instances that the caller has access to.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(InstanceMetadata... instances)
Lists the IAM Identity Center instances that the caller has access to.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(Collection<InstanceMetadata> instances)
Lists the IAM Identity Center instances that the caller has access to.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<InstanceMetadata> |
ListInstancesPublisher.instances()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<InstanceMetadata> |
ListInstancesIterable.instances()
Returns an iterable to iterate through the paginated
ListInstancesResponse.instances() member. |
Copyright © 2022. All rights reserved.