Uses of Class
software.amazon.awssdk.services.finspace.model.UpdateKxEnvironmentResponse
-
Packages that use UpdateKxEnvironmentResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of UpdateKxEnvironmentResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return UpdateKxEnvironmentResponse Modifier and Type Method Description default UpdateKxEnvironmentResponseFinspaceClient. updateKxEnvironment(Consumer<UpdateKxEnvironmentRequest.Builder> updateKxEnvironmentRequest)Updates information for the given kdb environment.default UpdateKxEnvironmentResponseFinspaceClient. updateKxEnvironment(UpdateKxEnvironmentRequest updateKxEnvironmentRequest)Updates information for the given kdb environment.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type UpdateKxEnvironmentResponse Modifier and Type Method Description default CompletableFuture<UpdateKxEnvironmentResponse>FinspaceAsyncClient. updateKxEnvironment(Consumer<UpdateKxEnvironmentRequest.Builder> updateKxEnvironmentRequest)Updates information for the given kdb environment.default CompletableFuture<UpdateKxEnvironmentResponse>FinspaceAsyncClient. updateKxEnvironment(UpdateKxEnvironmentRequest updateKxEnvironmentRequest)Updates information for the given kdb environment.
-