Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListActionsRequest
-
Packages that use ListActionsRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators software.amazon.awssdk.services.sagemaker.transform -
-
Uses of ListActionsRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListActionsRequest Modifier and Type Method Description default CompletableFuture<ListActionsResponse>SageMakerAsyncClient. listActions(ListActionsRequest listActionsRequest)Lists the actions in your account and their properties.default ListActionsResponseSageMakerClient. listActions(ListActionsRequest listActionsRequest)Lists the actions in your account and their properties.default ListActionsPublisherSageMakerAsyncClient. listActionsPaginator(ListActionsRequest listActionsRequest)Lists the actions in your account and their properties.default ListActionsIterableSageMakerClient. listActionsPaginator(ListActionsRequest listActionsRequest)Lists the actions in your account and their properties. -
Uses of ListActionsRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListActionsRequest Constructor Description ListActionsIterable(SageMakerClient client, ListActionsRequest firstRequest)ListActionsPublisher(SageMakerAsyncClient client, ListActionsRequest firstRequest) -
Uses of ListActionsRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListActionsRequest Modifier and Type Method Description SdkHttpFullRequestListActionsRequestMarshaller. marshall(ListActionsRequest listActionsRequest)
-