| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model | |
| software.amazon.awssdk.services.verifiedpermissions.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<IdentitySourceItem> |
ListIdentitySourcesResponse.identitySources()
The list of identity sources stored in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListIdentitySourcesResponse.Builder |
ListIdentitySourcesResponse.Builder.identitySources(IdentitySourceItem... identitySources)
The list of identity sources stored in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListIdentitySourcesResponse.Builder |
ListIdentitySourcesResponse.Builder.identitySources(Collection<IdentitySourceItem> identitySources)
The list of identity sources stored in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<IdentitySourceItem> |
ListIdentitySourcesPublisher.identitySources()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<IdentitySourceItem> |
ListIdentitySourcesIterable.identitySources()
Returns an iterable to iterate through the paginated
ListIdentitySourcesResponse.identitySources()
member. |
Copyright © 2023. All rights reserved.