Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListEndpointConfigsRequest
-
Packages that use ListEndpointConfigsRequest 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 ListEndpointConfigsRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListEndpointConfigsRequest Modifier and Type Method Description default CompletableFuture<ListEndpointConfigsResponse>SageMakerAsyncClient. listEndpointConfigs(ListEndpointConfigsRequest listEndpointConfigsRequest)Lists endpoint configurations.default ListEndpointConfigsResponseSageMakerClient. listEndpointConfigs(ListEndpointConfigsRequest listEndpointConfigsRequest)Lists endpoint configurations.default ListEndpointConfigsPublisherSageMakerAsyncClient. listEndpointConfigsPaginator(ListEndpointConfigsRequest listEndpointConfigsRequest)Lists endpoint configurations.default ListEndpointConfigsIterableSageMakerClient. listEndpointConfigsPaginator(ListEndpointConfigsRequest listEndpointConfigsRequest)Lists endpoint configurations. -
Uses of ListEndpointConfigsRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListEndpointConfigsRequest Constructor Description ListEndpointConfigsIterable(SageMakerClient client, ListEndpointConfigsRequest firstRequest)ListEndpointConfigsPublisher(SageMakerAsyncClient client, ListEndpointConfigsRequest firstRequest) -
Uses of ListEndpointConfigsRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListEndpointConfigsRequest Modifier and Type Method Description SdkHttpFullRequestListEndpointConfigsRequestMarshaller. marshall(ListEndpointConfigsRequest listEndpointConfigsRequest)
-