Uses of Class
software.amazon.awssdk.services.finspace.model.GetKxDatabaseRequest
-
Packages that use GetKxDatabaseRequest 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 GetKxDatabaseRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type GetKxDatabaseRequest Modifier and Type Method Description default CompletableFuture<GetKxDatabaseResponse>FinspaceAsyncClient. getKxDatabase(GetKxDatabaseRequest getKxDatabaseRequest)Returns database information for the specified environment ID.default GetKxDatabaseResponseFinspaceClient. getKxDatabase(GetKxDatabaseRequest getKxDatabaseRequest)Returns database information for the specified environment ID. -
Uses of GetKxDatabaseRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type GetKxDatabaseRequest Modifier and Type Method Description SdkHttpFullRequestGetKxDatabaseRequestMarshaller. marshall(GetKxDatabaseRequest getKxDatabaseRequest)
-