Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsResponse
-
Packages that use ListEndpointConfigsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListEndpointConfigsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListEndpointConfigsResponse Modifier and Type Method Description default ListEndpointConfigsResponseSageMakerClient. listEndpointConfigs()Lists endpoint configurations.default ListEndpointConfigsResponseSageMakerClient. listEndpointConfigs(Consumer<ListEndpointConfigsRequest.Builder> listEndpointConfigsRequest)Lists endpoint configurations.default ListEndpointConfigsResponseSageMakerClient. listEndpointConfigs(ListEndpointConfigsRequest listEndpointConfigsRequest)Lists endpoint configurations.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListEndpointConfigsResponse Modifier and Type Method Description default CompletableFuture<ListEndpointConfigsResponse>SageMakerAsyncClient. listEndpointConfigs()Lists endpoint configurations.default CompletableFuture<ListEndpointConfigsResponse>SageMakerAsyncClient. listEndpointConfigs(Consumer<ListEndpointConfigsRequest.Builder> listEndpointConfigsRequest)Lists endpoint configurations.default CompletableFuture<ListEndpointConfigsResponse>SageMakerAsyncClient. listEndpointConfigs(ListEndpointConfigsRequest listEndpointConfigsRequest)Lists endpoint configurations. -
Uses of ListEndpointConfigsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListEndpointConfigsResponse Modifier and Type Method Description Iterator<ListEndpointConfigsResponse>ListEndpointConfigsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListEndpointConfigsResponse Modifier and Type Method Description voidListEndpointConfigsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEndpointConfigsResponse> subscriber)
-