Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ListActionsResponse.Builder
-
Packages that use ListActionsResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ListActionsResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ListActionsResponse.Builder Modifier and Type Method Description ListActionsResponse.BuilderListActionsResponse.Builder. actionSummaries(Collection<ActionSummary> actionSummaries)A list of actions and their properties.ListActionsResponse.BuilderListActionsResponse.Builder. actionSummaries(Consumer<ActionSummary.Builder>... actionSummaries)A list of actions and their properties.ListActionsResponse.BuilderListActionsResponse.Builder. actionSummaries(ActionSummary... actionSummaries)A list of actions and their properties.static ListActionsResponse.BuilderListActionsResponse. builder()ListActionsResponse.BuilderListActionsResponse.Builder. nextToken(String nextToken)A token for getting the next set of actions, if there are any.ListActionsResponse.BuilderListActionsResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ListActionsResponse.Builder Modifier and Type Method Description static Class<? extends ListActionsResponse.Builder>ListActionsResponse. serializableBuilderClass()
-