Uses of Class
software.amazon.awssdk.services.emr.model.SessionMappingSummary
-
Packages that use SessionMappingSummary Package Description software.amazon.awssdk.services.emr.model software.amazon.awssdk.services.emr.paginators -
-
Uses of SessionMappingSummary in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type SessionMappingSummary Modifier and Type Method Description List<SessionMappingSummary>ListStudioSessionMappingsResponse. sessionMappings()A list of session mapping summary objects.Methods in software.amazon.awssdk.services.emr.model with parameters of type SessionMappingSummary Modifier and Type Method Description ListStudioSessionMappingsResponse.BuilderListStudioSessionMappingsResponse.Builder. sessionMappings(SessionMappingSummary... sessionMappings)A list of session mapping summary objects.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type SessionMappingSummary Modifier and Type Method Description ListStudioSessionMappingsResponse.BuilderListStudioSessionMappingsResponse.Builder. sessionMappings(Collection<SessionMappingSummary> sessionMappings)A list of session mapping summary objects. -
Uses of SessionMappingSummary in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type SessionMappingSummary Modifier and Type Method Description SdkIterable<SessionMappingSummary>ListStudioSessionMappingsIterable. sessionMappings()Returns an iterable to iterate through the paginatedListStudioSessionMappingsResponse.sessionMappings()member.SdkPublisher<SessionMappingSummary>ListStudioSessionMappingsPublisher. sessionMappings()Returns a publisher that can be used to get a stream of data.
-