| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
static ListInstancesResponse.Builder |
ListInstancesResponse.builder() |
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(Collection<InstanceMetadata> instances)
Lists the SSO instances that the caller has access to.
|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(Consumer<InstanceMetadata.Builder>... instances)
Lists the SSO instances that the caller has access to.
|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.instances(InstanceMetadata... instances)
Lists the SSO instances that the caller has access to.
|
ListInstancesResponse.Builder |
ListInstancesResponse.Builder.nextToken(String nextToken)
The pagination token for the list API.
|
ListInstancesResponse.Builder |
ListInstancesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInstancesResponse.Builder> |
ListInstancesResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.