| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model | |
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SessionMappingSummary> |
ListStudioSessionMappingsResponse.sessionMappings()
A list of session mapping summary objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListStudioSessionMappingsResponse.Builder |
ListStudioSessionMappingsResponse.Builder.sessionMappings(SessionMappingSummary... sessionMappings)
A list of session mapping summary objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListStudioSessionMappingsResponse.Builder |
ListStudioSessionMappingsResponse.Builder.sessionMappings(Collection<SessionMappingSummary> sessionMappings)
A list of session mapping summary objects.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SessionMappingSummary> |
ListStudioSessionMappingsPublisher.sessionMappings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SessionMappingSummary> |
ListStudioSessionMappingsIterable.sessionMappings()
Returns an iterable to iterate through the paginated
ListStudioSessionMappingsResponse.sessionMappings()
member. |
Copyright © 2023. All rights reserved.