Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListHubContentsRequest
-
Packages that use ListHubContentsRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of ListHubContentsRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListHubContentsRequest Modifier and Type Method Description default CompletableFuture<ListHubContentsResponse>SageMakerAsyncClient. listHubContents(ListHubContentsRequest listHubContentsRequest)List the contents of a hub.default ListHubContentsResponseSageMakerClient. listHubContents(ListHubContentsRequest listHubContentsRequest)List the contents of a hub. -
Uses of ListHubContentsRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListHubContentsRequest Modifier and Type Method Description SdkHttpFullRequestListHubContentsRequestMarshaller. marshall(ListHubContentsRequest listHubContentsRequest)
-