Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsRequest
-
Packages that use ListAppImageConfigsRequest 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 ListAppImageConfigsRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListAppImageConfigsRequest Modifier and Type Method Description default CompletableFuture<ListAppImageConfigsResponse>SageMakerAsyncClient. listAppImageConfigs(ListAppImageConfigsRequest listAppImageConfigsRequest)Lists the AppImageConfigs in your account and their properties.default ListAppImageConfigsResponseSageMakerClient. listAppImageConfigs(ListAppImageConfigsRequest listAppImageConfigsRequest)Lists the AppImageConfigs in your account and their properties.default ListAppImageConfigsPublisherSageMakerAsyncClient. listAppImageConfigsPaginator(ListAppImageConfigsRequest listAppImageConfigsRequest)Lists the AppImageConfigs in your account and their properties.default ListAppImageConfigsIterableSageMakerClient. listAppImageConfigsPaginator(ListAppImageConfigsRequest listAppImageConfigsRequest)Lists the AppImageConfigs in your account and their properties. -
Uses of ListAppImageConfigsRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListAppImageConfigsRequest Constructor Description ListAppImageConfigsIterable(SageMakerClient client, ListAppImageConfigsRequest firstRequest)ListAppImageConfigsPublisher(SageMakerAsyncClient client, ListAppImageConfigsRequest firstRequest) -
Uses of ListAppImageConfigsRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListAppImageConfigsRequest Modifier and Type Method Description SdkHttpFullRequestListAppImageConfigsRequestMarshaller. marshall(ListAppImageConfigsRequest listAppImageConfigsRequest)
-