Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterAssociatedRole
Packages that use DBClusterAssociatedRole
-
Uses of DBClusterAssociatedRole in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterAssociatedRoleModifier and TypeMethodDescriptionfinal List<DBClusterAssociatedRole>CreateDbClusterRequest.associatedRoles()A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster.final List<DBClusterAssociatedRole>RestoreDbClusterFromS3Request.associatedRoles()A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored from Amazon S3.final List<DBClusterAssociatedRole>RestoreDbClusterFromSnapshotRequest.associatedRoles()A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored from a snapshot.final List<DBClusterAssociatedRole>RestoreDbClusterToPointInTimeRequest.associatedRoles()A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored to a point in time.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterAssociatedRoleModifier and TypeMethodDescriptionCreateDbClusterRequest.Builder.associatedRoles(DBClusterAssociatedRole... associatedRoles) A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster.RestoreDbClusterFromS3Request.Builder.associatedRoles(DBClusterAssociatedRole... associatedRoles) A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored from Amazon S3.RestoreDbClusterFromSnapshotRequest.Builder.associatedRoles(DBClusterAssociatedRole... associatedRoles) A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored from a snapshot.RestoreDbClusterToPointInTimeRequest.Builder.associatedRoles(DBClusterAssociatedRole... associatedRoles) A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored to a point in time.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterAssociatedRoleModifier and TypeMethodDescriptionCreateDbClusterRequest.Builder.associatedRoles(Collection<DBClusterAssociatedRole> associatedRoles) A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster.RestoreDbClusterFromS3Request.Builder.associatedRoles(Collection<DBClusterAssociatedRole> associatedRoles) A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored from Amazon S3.RestoreDbClusterFromSnapshotRequest.Builder.associatedRoles(Collection<DBClusterAssociatedRole> associatedRoles) A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored from a snapshot.RestoreDbClusterToPointInTimeRequest.Builder.associatedRoles(Collection<DBClusterAssociatedRole> associatedRoles) A list of Amazon Web Services Identity and Access Management (IAM) roles to associate with the DB cluster when it's restored to a point in time.