Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListAliasesResponse
-
Packages that use ListAliasesResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListAliasesResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListAliasesResponse Modifier and Type Method Description default ListAliasesResponseSageMakerClient. listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)Lists the aliases of a specified image or image version.default ListAliasesResponseSageMakerClient. listAliases(ListAliasesRequest listAliasesRequest)Lists the aliases of a specified image or image version.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListAliasesResponse Modifier and Type Method Description default CompletableFuture<ListAliasesResponse>SageMakerAsyncClient. listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)Lists the aliases of a specified image or image version.default CompletableFuture<ListAliasesResponse>SageMakerAsyncClient. listAliases(ListAliasesRequest listAliasesRequest)Lists the aliases of a specified image or image version. -
Uses of ListAliasesResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListAliasesResponse Modifier and Type Method Description Iterator<ListAliasesResponse>ListAliasesIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListAliasesResponse Modifier and Type Method Description voidListAliasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAliasesResponse> subscriber)
-