Uses of Interface
software.amazon.awssdk.services.ec2.model.AuthorizeSecurityGroupIngressRequest.Builder
Packages that use AuthorizeSecurityGroupIngressRequest.Builder
Package
Description
-
Uses of AuthorizeSecurityGroupIngressRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AuthorizeSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest) Adds the specified inbound (ingress) rules to a security group.Ec2Client.authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest) Adds the specified inbound (ingress) rules to a security group. -
Uses of AuthorizeSecurityGroupIngressRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AuthorizeSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionAuthorizeSecurityGroupIngressRequest.builder()The IPv4 address range, in CIDR format.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.AuthorizeSecurityGroupIngressRequest.Builder.ipPermissions(Collection<IpPermission> ipPermissions) The permissions for the security group rules.AuthorizeSecurityGroupIngressRequest.Builder.ipPermissions(Consumer<IpPermission.Builder>... ipPermissions) The permissions for the security group rules.AuthorizeSecurityGroupIngressRequest.Builder.ipPermissions(IpPermission... ipPermissions) The permissions for the security group rules.AuthorizeSecurityGroupIngressRequest.Builder.ipProtocol(String ipProtocol) AuthorizeSecurityGroupIngressRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AuthorizeSecurityGroupIngressRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AuthorizeSecurityGroupIngressRequest.Builder.sourceSecurityGroupName(String sourceSecurityGroupName) [Default VPC] The name of the source security group.AuthorizeSecurityGroupIngressRequest.Builder.sourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId) The Amazon Web Services account ID for the source security group, if the source security group is in a different account.AuthorizeSecurityGroupIngressRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags applied to the security group rule.AuthorizeSecurityGroupIngressRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags applied to the security group rule.AuthorizeSecurityGroupIngressRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags applied to the security group rule.AuthorizeSecurityGroupIngressRequest.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 AuthorizeSecurityGroupIngressRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AuthorizeSecurityGroupIngressRequest.Builder>AuthorizeSecurityGroupIngressRequest.serializableBuilderClass()