Uses of Class
software.amazon.awssdk.services.rds.model.DBSecurityGroup
-
Packages that use DBSecurityGroup Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBSecurityGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSecurityGroup Modifier and Type Method Description DBSecurityGroupAuthorizeDbSecurityGroupIngressResponse. dbSecurityGroup()Returns the value of the DBSecurityGroup property for this object.DBSecurityGroupCreateDbSecurityGroupResponse. dbSecurityGroup()Returns the value of the DBSecurityGroup property for this object.DBSecurityGroupRevokeDbSecurityGroupIngressResponse. dbSecurityGroup()Returns the value of the DBSecurityGroup property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSecurityGroup Modifier and Type Method Description List<DBSecurityGroup>DescribeDbSecurityGroupsResponse. dbSecurityGroups()A list ofDBSecurityGroupinstances.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBSecurityGroup Modifier and Type Method Description AuthorizeDbSecurityGroupIngressResponse.BuilderAuthorizeDbSecurityGroupIngressResponse.Builder. dbSecurityGroup(DBSecurityGroup dbSecurityGroup)Sets the value of the DBSecurityGroup property for this object.CreateDbSecurityGroupResponse.BuilderCreateDbSecurityGroupResponse.Builder. dbSecurityGroup(DBSecurityGroup dbSecurityGroup)Sets the value of the DBSecurityGroup property for this object.RevokeDbSecurityGroupIngressResponse.BuilderRevokeDbSecurityGroupIngressResponse.Builder. dbSecurityGroup(DBSecurityGroup dbSecurityGroup)Sets the value of the DBSecurityGroup property for this object.DescribeDbSecurityGroupsResponse.BuilderDescribeDbSecurityGroupsResponse.Builder. dbSecurityGroups(DBSecurityGroup... dbSecurityGroups)A list ofDBSecurityGroupinstances.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSecurityGroup Modifier and Type Method Description DescribeDbSecurityGroupsResponse.BuilderDescribeDbSecurityGroupsResponse.Builder. dbSecurityGroups(Collection<DBSecurityGroup> dbSecurityGroups)A list ofDBSecurityGroupinstances. -
Uses of DBSecurityGroup in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBSecurityGroup Modifier and Type Method Description SdkIterable<DBSecurityGroup>DescribeDBSecurityGroupsIterable. dbSecurityGroups()Returns an iterable to iterate through the paginatedDescribeDbSecurityGroupsResponse.dbSecurityGroups()member.SdkPublisher<DBSecurityGroup>DescribeDBSecurityGroupsPublisher. dbSecurityGroups()Returns a publisher that can be used to get a stream of data.
-