Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListComputeQuotasResponse
-
Packages that use ListComputeQuotasResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListComputeQuotasResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListComputeQuotasResponse Modifier and Type Method Description default ListComputeQuotasResponseSageMakerClient. listComputeQuotas(Consumer<ListComputeQuotasRequest.Builder> listComputeQuotasRequest)List the resource allocation definitions.default ListComputeQuotasResponseSageMakerClient. listComputeQuotas(ListComputeQuotasRequest listComputeQuotasRequest)List the resource allocation definitions.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListComputeQuotasResponse Modifier and Type Method Description default CompletableFuture<ListComputeQuotasResponse>SageMakerAsyncClient. listComputeQuotas(Consumer<ListComputeQuotasRequest.Builder> listComputeQuotasRequest)List the resource allocation definitions.default CompletableFuture<ListComputeQuotasResponse>SageMakerAsyncClient. listComputeQuotas(ListComputeQuotasRequest listComputeQuotasRequest)List the resource allocation definitions. -
Uses of ListComputeQuotasResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListComputeQuotasResponse Modifier and Type Method Description Iterator<ListComputeQuotasResponse>ListComputeQuotasIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListComputeQuotasResponse Modifier and Type Method Description voidListComputeQuotasPublisher. subscribe(org.reactivestreams.Subscriber<? super ListComputeQuotasResponse> subscriber)
-