Uses of Class
software.amazon.awssdk.services.docdbelastic.model.GetClusterResponse
-
Packages that use GetClusterResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters -
-
Uses of GetClusterResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return GetClusterResponse Modifier and Type Method Description default GetClusterResponseDocDbElasticClient. getCluster(Consumer<GetClusterRequest.Builder> getClusterRequest)Returns information about a specific elastic cluster.default GetClusterResponseDocDbElasticClient. getCluster(GetClusterRequest getClusterRequest)Returns information about a specific elastic cluster.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type GetClusterResponse Modifier and Type Method Description default CompletableFuture<GetClusterResponse>DocDbElasticAsyncClient. getCluster(Consumer<GetClusterRequest.Builder> getClusterRequest)Returns information about a specific elastic cluster.default CompletableFuture<GetClusterResponse>DocDbElasticAsyncClient. getCluster(GetClusterRequest getClusterRequest)Returns information about a specific elastic cluster.
-