Uses of Class
software.amazon.awssdk.services.sagemaker.model.ActionSummary
-
Packages that use ActionSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ActionSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ActionSummary Modifier and Type Method Description List<ActionSummary>ListActionsResponse. actionSummaries()A list of actions and their properties.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ActionSummary Modifier and Type Method Description ListActionsResponse.BuilderListActionsResponse.Builder. actionSummaries(ActionSummary... actionSummaries)A list of actions and their properties.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ActionSummary Modifier and Type Method Description ListActionsResponse.BuilderListActionsResponse.Builder. actionSummaries(Collection<ActionSummary> actionSummaries)A list of actions and their properties. -
Uses of ActionSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ActionSummary Modifier and Type Method Description SdkIterable<ActionSummary>ListActionsIterable. actionSummaries()Returns an iterable to iterate through the paginatedListActionsResponse.actionSummaries()member.SdkPublisher<ActionSummary>ListActionsPublisher. actionSummaries()Returns a publisher that can be used to get a stream of data.
-