Uses of Class
software.amazon.awssdk.services.finspace.model.GetKxEnvironmentResponse
-
Packages that use GetKxEnvironmentResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of GetKxEnvironmentResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return GetKxEnvironmentResponse Modifier and Type Method Description default GetKxEnvironmentResponseFinspaceClient. getKxEnvironment(Consumer<GetKxEnvironmentRequest.Builder> getKxEnvironmentRequest)Retrieves all the information for the specified kdb environment.default GetKxEnvironmentResponseFinspaceClient. getKxEnvironment(GetKxEnvironmentRequest getKxEnvironmentRequest)Retrieves all the information for the specified kdb environment.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type GetKxEnvironmentResponse Modifier and Type Method Description default CompletableFuture<GetKxEnvironmentResponse>FinspaceAsyncClient. getKxEnvironment(Consumer<GetKxEnvironmentRequest.Builder> getKxEnvironmentRequest)Retrieves all the information for the specified kdb environment.default CompletableFuture<GetKxEnvironmentResponse>FinspaceAsyncClient. getKxEnvironment(GetKxEnvironmentRequest getKxEnvironmentRequest)Retrieves all the information for the specified kdb environment.
-