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