Uses of Interface
software.amazon.awssdk.services.rds.model.RemoveRoleFromDbClusterRequest.Builder
Packages that use RemoveRoleFromDbClusterRequest.Builder
Package
Description
-
Uses of RemoveRoleFromDbClusterRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type RemoveRoleFromDbClusterRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.removeRoleFromDBCluster(Consumer<RemoveRoleFromDbClusterRequest.Builder> removeRoleFromDbClusterRequest) Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a DB cluster.default RemoveRoleFromDbClusterResponseRdsClient.removeRoleFromDBCluster(Consumer<RemoveRoleFromDbClusterRequest.Builder> removeRoleFromDbClusterRequest) Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a DB cluster. -
Uses of RemoveRoleFromDbClusterRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RemoveRoleFromDbClusterRequest.BuilderModifier and TypeMethodDescriptionRemoveRoleFromDbClusterRequest.builder()RemoveRoleFromDbClusterRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The name of the DB cluster to disassociate the IAM role from.RemoveRoleFromDbClusterRequest.Builder.featureName(String featureName) The name of the feature for the DB cluster that the IAM role is to be disassociated from.RemoveRoleFromDbClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RemoveRoleFromDbClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora DB cluster, for examplearn:aws:iam::123456789012:role/AuroraAccessRole.RemoveRoleFromDbClusterRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RemoveRoleFromDbClusterRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RemoveRoleFromDbClusterRequest.Builder>RemoveRoleFromDbClusterRequest.serializableBuilderClass()