Uses of Class
software.amazon.awssdk.services.rds.model.DBSecurityGroup
Packages that use DBSecurityGroup
Package
Description
-
Uses of DBSecurityGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSecurityGroupModifier and TypeMethodDescriptionfinal DBSecurityGroupAuthorizeDbSecurityGroupIngressResponse.dbSecurityGroup()Returns the value of the DBSecurityGroup property for this object.final DBSecurityGroupCreateDbSecurityGroupResponse.dbSecurityGroup()Returns the value of the DBSecurityGroup property for this object.final 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 DBSecurityGroupModifier and TypeMethodDescriptionfinal List<DBSecurityGroup>DescribeDbSecurityGroupsResponse.dbSecurityGroups()A list ofDBSecurityGroupinstances.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBSecurityGroupModifier and TypeMethodDescriptionAuthorizeDbSecurityGroupIngressResponse.Builder.dbSecurityGroup(DBSecurityGroup dbSecurityGroup) Sets the value of the DBSecurityGroup property for this object.CreateDbSecurityGroupResponse.Builder.dbSecurityGroup(DBSecurityGroup dbSecurityGroup) Sets the value of the DBSecurityGroup property for this object.RevokeDbSecurityGroupIngressResponse.Builder.dbSecurityGroup(DBSecurityGroup dbSecurityGroup) Sets the value of the DBSecurityGroup property for this object.DescribeDbSecurityGroupsResponse.Builder.dbSecurityGroups(DBSecurityGroup... dbSecurityGroups) A list ofDBSecurityGroupinstances.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSecurityGroupModifier and TypeMethodDescriptionDescribeDbSecurityGroupsResponse.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 DBSecurityGroupModifier and TypeMethodDescriptionfinal SdkIterable<DBSecurityGroup>DescribeDBSecurityGroupsIterable.dbSecurityGroups()Returns an iterable to iterate through the paginatedDescribeDbSecurityGroupsResponse.dbSecurityGroups()member.final SdkPublisher<DBSecurityGroup>DescribeDBSecurityGroupsPublisher.dbSecurityGroups()Returns a publisher that can be used to get a stream of data.