Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ListActionsRequest.Builder
-
Packages that use ListActionsRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of ListActionsRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type ListActionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListActionsResponse>SageMakerAsyncClient. listActions(Consumer<ListActionsRequest.Builder> listActionsRequest)Lists the actions in your account and their properties.default ListActionsResponseSageMakerClient. listActions(Consumer<ListActionsRequest.Builder> listActionsRequest)Lists the actions in your account and their properties.default ListActionsPublisherSageMakerAsyncClient. listActionsPaginator(Consumer<ListActionsRequest.Builder> listActionsRequest)Lists the actions in your account and their properties.default ListActionsIterableSageMakerClient. listActionsPaginator(Consumer<ListActionsRequest.Builder> listActionsRequest)Lists the actions in your account and their properties. -
Uses of ListActionsRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ListActionsRequest.Builder Modifier and Type Method Description ListActionsRequest.BuilderListActionsRequest.Builder. actionType(String actionType)A filter that returns only actions of the specified type.static ListActionsRequest.BuilderListActionsRequest. builder()ListActionsRequest.BuilderListActionsRequest.Builder. createdAfter(Instant createdAfter)A filter that returns only actions created on or after the specified time.ListActionsRequest.BuilderListActionsRequest.Builder. createdBefore(Instant createdBefore)A filter that returns only actions created on or before the specified time.ListActionsRequest.BuilderListActionsRequest.Builder. maxResults(Integer maxResults)The maximum number of actions to return in the response.ListActionsRequest.BuilderListActionsRequest.Builder. nextToken(String nextToken)If the previous call toListActionsdidn't return the full set of actions, the call returns a token for getting the next set of actions.ListActionsRequest.BuilderListActionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListActionsRequest.BuilderListActionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListActionsRequest.BuilderListActionsRequest.Builder. sortBy(String sortBy)The property used to sort results.ListActionsRequest.BuilderListActionsRequest.Builder. sortBy(SortActionsBy sortBy)The property used to sort results.ListActionsRequest.BuilderListActionsRequest.Builder. sortOrder(String sortOrder)The sort order.ListActionsRequest.BuilderListActionsRequest.Builder. sortOrder(SortOrder sortOrder)The sort order.ListActionsRequest.BuilderListActionsRequest.Builder. sourceUri(String sourceUri)A filter that returns only actions with the specified source URI.ListActionsRequest.BuilderListActionsRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ListActionsRequest.Builder Modifier and Type Method Description static Class<? extends ListActionsRequest.Builder>ListActionsRequest. serializableBuilderClass()
-