Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateSpaceResponse
-
Packages that use UpdateSpaceResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateSpaceResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateSpaceResponse Modifier and Type Method Description default UpdateSpaceResponseSageMakerClient. updateSpace(Consumer<UpdateSpaceRequest.Builder> updateSpaceRequest)Updates the settings of a space.default UpdateSpaceResponseSageMakerClient. updateSpace(UpdateSpaceRequest updateSpaceRequest)Updates the settings of a space.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateSpaceResponse Modifier and Type Method Description default CompletableFuture<UpdateSpaceResponse>SageMakerAsyncClient. updateSpace(Consumer<UpdateSpaceRequest.Builder> updateSpaceRequest)Updates the settings of a space.default CompletableFuture<UpdateSpaceResponse>SageMakerAsyncClient. updateSpace(UpdateSpaceRequest updateSpaceRequest)Updates the settings of a space.
-