Uses of Class
software.amazon.awssdk.services.neptune.model.AddRoleToDbClusterResponse
-
Packages that use AddRoleToDbClusterResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of AddRoleToDbClusterResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return AddRoleToDbClusterResponse Modifier and Type Method Description default AddRoleToDbClusterResponseNeptuneClient. addRoleToDBCluster(Consumer<AddRoleToDbClusterRequest.Builder> addRoleToDbClusterRequest)Associates an Identity and Access Management (IAM) role with an Neptune DB cluster.default AddRoleToDbClusterResponseNeptuneClient. addRoleToDBCluster(AddRoleToDbClusterRequest addRoleToDbClusterRequest)Associates an Identity and Access Management (IAM) role with an Neptune DB cluster.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type AddRoleToDbClusterResponse Modifier and Type Method Description default CompletableFuture<AddRoleToDbClusterResponse>NeptuneAsyncClient. addRoleToDBCluster(Consumer<AddRoleToDbClusterRequest.Builder> addRoleToDbClusterRequest)Associates an Identity and Access Management (IAM) role with an Neptune DB cluster.default CompletableFuture<AddRoleToDbClusterResponse>NeptuneAsyncClient. addRoleToDBCluster(AddRoleToDbClusterRequest addRoleToDbClusterRequest)Associates an Identity and Access Management (IAM) role with an Neptune DB cluster.
-