Uses of Interface
software.amazon.awssdk.services.ec2.model.RevokeSecurityGroupIngressRequest.Builder
Packages that use RevokeSecurityGroupIngressRequest.Builder
Package
Description
-
Uses of RevokeSecurityGroupIngressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type RevokeSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest) Removes the specified inbound (ingress) rules from a security group.Ec2Client.revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest) Removes the specified inbound (ingress) rules from a security group. -
Uses of RevokeSecurityGroupIngressRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RevokeSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionRevokeSecurityGroupIngressRequest.builder()The CIDR IP address range.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.If the protocol is TCP or UDP, this is the start of the port range.The ID of the security group.[Default VPC] The name of the security group.RevokeSecurityGroupIngressRequest.Builder.ipPermissions(Collection<IpPermission> ipPermissions) The sets of IP permissions.RevokeSecurityGroupIngressRequest.Builder.ipPermissions(Consumer<IpPermission.Builder>... ipPermissions) The sets of IP permissions.RevokeSecurityGroupIngressRequest.Builder.ipPermissions(IpPermission... ipPermissions) The sets of IP permissions.RevokeSecurityGroupIngressRequest.Builder.ipProtocol(String ipProtocol) RevokeSecurityGroupIngressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RevokeSecurityGroupIngressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RevokeSecurityGroupIngressRequest.Builder.securityGroupRuleIds(String... securityGroupRuleIds) The IDs of the security group rules.RevokeSecurityGroupIngressRequest.Builder.securityGroupRuleIds(Collection<String> securityGroupRuleIds) The IDs of the security group rules.RevokeSecurityGroupIngressRequest.Builder.sourceSecurityGroupName(String sourceSecurityGroupName) [Default VPC] The name of the source security group.RevokeSecurityGroupIngressRequest.Builder.sourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId) Not supported.RevokeSecurityGroupIngressRequest.toBuilder()If the protocol is TCP or UDP, this is the end of the port range.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RevokeSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RevokeSecurityGroupIngressRequest.Builder>RevokeSecurityGroupIngressRequest.serializableBuilderClass()