Uses of Interface
software.amazon.awssdk.services.neptune.model.DescribeDbClusterSnapshotAttributesRequest.Builder
-
Packages that use DescribeDbClusterSnapshotAttributesRequest.Builder Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.model -
-
Uses of DescribeDbClusterSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.neptune
Method parameters in software.amazon.awssdk.services.neptune with type arguments of type DescribeDbClusterSnapshotAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeDbClusterSnapshotAttributesResponse>NeptuneAsyncClient. describeDBClusterSnapshotAttributes(Consumer<DescribeDbClusterSnapshotAttributesRequest.Builder> describeDbClusterSnapshotAttributesRequest)Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.default DescribeDbClusterSnapshotAttributesResponseNeptuneClient. describeDBClusterSnapshotAttributes(Consumer<DescribeDbClusterSnapshotAttributesRequest.Builder> describeDbClusterSnapshotAttributesRequest)Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot. -
Uses of DescribeDbClusterSnapshotAttributesRequest.Builder in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return DescribeDbClusterSnapshotAttributesRequest.Builder Modifier and Type Method Description static DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest. builder()DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest.Builder. dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)The identifier for the DB cluster snapshot to describe the attributes for.DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDbClusterSnapshotAttributesRequest.BuilderDescribeDbClusterSnapshotAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.neptune.model that return types with arguments of type DescribeDbClusterSnapshotAttributesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDbClusterSnapshotAttributesRequest.Builder>DescribeDbClusterSnapshotAttributesRequest. serializableBuilderClass()
-