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