Uses of Class
software.amazon.awssdk.services.finspace.model.CreateKxEnvironmentResponse
-
Packages that use CreateKxEnvironmentResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of CreateKxEnvironmentResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return CreateKxEnvironmentResponse Modifier and Type Method Description default CreateKxEnvironmentResponseFinspaceClient. createKxEnvironment(Consumer<CreateKxEnvironmentRequest.Builder> createKxEnvironmentRequest)Creates a managed kdb environment for the account.default CreateKxEnvironmentResponseFinspaceClient. createKxEnvironment(CreateKxEnvironmentRequest createKxEnvironmentRequest)Creates a managed kdb environment for the account.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type CreateKxEnvironmentResponse Modifier and Type Method Description default CompletableFuture<CreateKxEnvironmentResponse>FinspaceAsyncClient. createKxEnvironment(Consumer<CreateKxEnvironmentRequest.Builder> createKxEnvironmentRequest)Creates a managed kdb environment for the account.default CompletableFuture<CreateKxEnvironmentResponse>FinspaceAsyncClient. createKxEnvironment(CreateKxEnvironmentRequest createKxEnvironmentRequest)Creates a managed kdb environment for the account.
-