Uses of Interface
software.amazon.awssdk.services.rds.model.RevokeDbSecurityGroupIngressRequest.Builder
Packages that use RevokeDbSecurityGroupIngressRequest.Builder
Package
Description
-
Uses of RevokeDbSecurityGroupIngressRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type RevokeDbSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.revokeDBSecurityGroupIngress(Consumer<RevokeDbSecurityGroupIngressRequest.Builder> revokeDbSecurityGroupIngressRequest) Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups.RdsClient.revokeDBSecurityGroupIngress(Consumer<RevokeDbSecurityGroupIngressRequest.Builder> revokeDbSecurityGroupIngressRequest) Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups. -
Uses of RevokeDbSecurityGroupIngressRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RevokeDbSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionRevokeDbSecurityGroupIngressRequest.builder()The IP range to revoke access from.RevokeDbSecurityGroupIngressRequest.Builder.dbSecurityGroupName(String dbSecurityGroupName) The name of the DB security group to revoke ingress from.RevokeDbSecurityGroupIngressRequest.Builder.ec2SecurityGroupId(String ec2SecurityGroupId) The id of the EC2 security group to revoke access from.RevokeDbSecurityGroupIngressRequest.Builder.ec2SecurityGroupName(String ec2SecurityGroupName) The name of the EC2 security group to revoke access from.RevokeDbSecurityGroupIngressRequest.Builder.ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) The Amazon Web Services account number of the owner of the EC2 security group specified in theEC2SecurityGroupNameparameter.RevokeDbSecurityGroupIngressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RevokeDbSecurityGroupIngressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RevokeDbSecurityGroupIngressRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RevokeDbSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RevokeDbSecurityGroupIngressRequest.Builder>RevokeDbSecurityGroupIngressRequest.serializableBuilderClass()