Uses of Interface
software.amazon.awssdk.services.finspace.model.GetKxDatabaseRequest.Builder
-
Packages that use GetKxDatabaseRequest.Builder Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.model -
-
Uses of GetKxDatabaseRequest.Builder in software.amazon.awssdk.services.finspace
Method parameters in software.amazon.awssdk.services.finspace with type arguments of type GetKxDatabaseRequest.Builder Modifier and Type Method Description default CompletableFuture<GetKxDatabaseResponse>FinspaceAsyncClient. getKxDatabase(Consumer<GetKxDatabaseRequest.Builder> getKxDatabaseRequest)Returns database information for the specified environment ID.default GetKxDatabaseResponseFinspaceClient. getKxDatabase(Consumer<GetKxDatabaseRequest.Builder> getKxDatabaseRequest)Returns database information for the specified environment ID. -
Uses of GetKxDatabaseRequest.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return GetKxDatabaseRequest.Builder Modifier and Type Method Description static GetKxDatabaseRequest.BuilderGetKxDatabaseRequest. builder()GetKxDatabaseRequest.BuilderGetKxDatabaseRequest.Builder. databaseName(String databaseName)The name of the kdb database.GetKxDatabaseRequest.BuilderGetKxDatabaseRequest.Builder. environmentId(String environmentId)A unique identifier for the kdb environment.GetKxDatabaseRequest.BuilderGetKxDatabaseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetKxDatabaseRequest.BuilderGetKxDatabaseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetKxDatabaseRequest.BuilderGetKxDatabaseRequest. toBuilder()Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type GetKxDatabaseRequest.Builder Modifier and Type Method Description static Class<? extends GetKxDatabaseRequest.Builder>GetKxDatabaseRequest. serializableBuilderClass()
-