Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListAppImageConfigsResponse
-
Packages that use ListAppImageConfigsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListAppImageConfigsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListAppImageConfigsResponse Modifier and Type Method Description default ListAppImageConfigsResponseSageMakerClient. listAppImageConfigs(Consumer<ListAppImageConfigsRequest.Builder> listAppImageConfigsRequest)Lists the AppImageConfigs in your account and their properties.default ListAppImageConfigsResponseSageMakerClient. listAppImageConfigs(ListAppImageConfigsRequest listAppImageConfigsRequest)Lists the AppImageConfigs in your account and their properties.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListAppImageConfigsResponse Modifier and Type Method Description default CompletableFuture<ListAppImageConfigsResponse>SageMakerAsyncClient. listAppImageConfigs(Consumer<ListAppImageConfigsRequest.Builder> listAppImageConfigsRequest)Lists the AppImageConfigs in your account and their properties.default CompletableFuture<ListAppImageConfigsResponse>SageMakerAsyncClient. listAppImageConfigs(ListAppImageConfigsRequest listAppImageConfigsRequest)Lists the AppImageConfigs in your account and their properties. -
Uses of ListAppImageConfigsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListAppImageConfigsResponse Modifier and Type Method Description Iterator<ListAppImageConfigsResponse>ListAppImageConfigsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListAppImageConfigsResponse Modifier and Type Method Description voidListAppImageConfigsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppImageConfigsResponse> subscriber)
-