Uses of Interface
software.amazon.awssdk.services.rds.model.AuthorizeDbSecurityGroupIngressRequest.Builder
Packages that use AuthorizeDbSecurityGroupIngressRequest.Builder
Package
Description
-
Uses of AuthorizeDbSecurityGroupIngressRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type AuthorizeDbSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.authorizeDBSecurityGroupIngress(Consumer<AuthorizeDbSecurityGroupIngressRequest.Builder> authorizeDbSecurityGroupIngressRequest) Enables ingress to a DBSecurityGroup using one of two forms of authorization.RdsClient.authorizeDBSecurityGroupIngress(Consumer<AuthorizeDbSecurityGroupIngressRequest.Builder> authorizeDbSecurityGroupIngressRequest) Enables ingress to a DBSecurityGroup using one of two forms of authorization. -
Uses of AuthorizeDbSecurityGroupIngressRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return AuthorizeDbSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionAuthorizeDbSecurityGroupIngressRequest.builder()The IP range to authorize.AuthorizeDbSecurityGroupIngressRequest.Builder.dbSecurityGroupName(String dbSecurityGroupName) The name of the DB security group to add authorization to.AuthorizeDbSecurityGroupIngressRequest.Builder.ec2SecurityGroupId(String ec2SecurityGroupId) Id of the EC2 security group to authorize.AuthorizeDbSecurityGroupIngressRequest.Builder.ec2SecurityGroupName(String ec2SecurityGroupName) Name of the EC2 security group to authorize.AuthorizeDbSecurityGroupIngressRequest.Builder.ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) Amazon Web Services account number of the owner of the EC2 security group specified in theEC2SecurityGroupNameparameter.AuthorizeDbSecurityGroupIngressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AuthorizeDbSecurityGroupIngressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AuthorizeDbSecurityGroupIngressRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type AuthorizeDbSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AuthorizeDbSecurityGroupIngressRequest.Builder>AuthorizeDbSecurityGroupIngressRequest.serializableBuilderClass()