Uses of Interface
software.amazon.awssdk.services.rds.model.RevokeDbSecurityGroupIngressResponse.Builder
-
Packages that use RevokeDbSecurityGroupIngressResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of RevokeDbSecurityGroupIngressResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RevokeDbSecurityGroupIngressResponse.Builder Modifier and Type Method Description static RevokeDbSecurityGroupIngressResponse.BuilderRevokeDbSecurityGroupIngressResponse. builder()default RevokeDbSecurityGroupIngressResponse.BuilderRevokeDbSecurityGroupIngressResponse.Builder. dbSecurityGroup(Consumer<DBSecurityGroup.Builder> 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.RevokeDbSecurityGroupIngressResponse.BuilderRevokeDbSecurityGroupIngressResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RevokeDbSecurityGroupIngressResponse.Builder Modifier and Type Method Description static Class<? extends RevokeDbSecurityGroupIngressResponse.Builder>RevokeDbSecurityGroupIngressResponse. serializableBuilderClass()
-