Uses of Class
software.amazon.awssdk.services.finspace.model.UpdateKxClusterCodeConfigurationResponse
-
Packages that use UpdateKxClusterCodeConfigurationResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of UpdateKxClusterCodeConfigurationResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return UpdateKxClusterCodeConfigurationResponse Modifier and Type Method Description default UpdateKxClusterCodeConfigurationResponseFinspaceClient. updateKxClusterCodeConfiguration(Consumer<UpdateKxClusterCodeConfigurationRequest.Builder> updateKxClusterCodeConfigurationRequest)Allows you to update code configuration on a running cluster.default UpdateKxClusterCodeConfigurationResponseFinspaceClient. updateKxClusterCodeConfiguration(UpdateKxClusterCodeConfigurationRequest updateKxClusterCodeConfigurationRequest)Allows you to update code configuration on a running cluster.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type UpdateKxClusterCodeConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateKxClusterCodeConfigurationResponse>FinspaceAsyncClient. updateKxClusterCodeConfiguration(Consumer<UpdateKxClusterCodeConfigurationRequest.Builder> updateKxClusterCodeConfigurationRequest)Allows you to update code configuration on a running cluster.default CompletableFuture<UpdateKxClusterCodeConfigurationResponse>FinspaceAsyncClient. updateKxClusterCodeConfiguration(UpdateKxClusterCodeConfigurationRequest updateKxClusterCodeConfigurationRequest)Allows you to update code configuration on a running cluster.
-