Uses of Interface
software.amazon.awssdk.services.ec2.model.AuthorizeSecurityGroupEgressResponse.Builder
Packages that use AuthorizeSecurityGroupEgressResponse.Builder
-
Uses of AuthorizeSecurityGroupEgressResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AuthorizeSecurityGroupEgressResponse.BuilderModifier and TypeMethodDescriptionAuthorizeSecurityGroupEgressResponse.builder()AuthorizeSecurityGroupEgressResponse.Builder.returnValue(Boolean returnValue) Returnstrueif the request succeeds; otherwise, returns an error.AuthorizeSecurityGroupEgressResponse.Builder.securityGroupRules(Collection<SecurityGroupRule> securityGroupRules) Information about the outbound (egress) security group rules that were added.AuthorizeSecurityGroupEgressResponse.Builder.securityGroupRules(Consumer<SecurityGroupRule.Builder>... securityGroupRules) Information about the outbound (egress) security group rules that were added.AuthorizeSecurityGroupEgressResponse.Builder.securityGroupRules(SecurityGroupRule... securityGroupRules) Information about the outbound (egress) security group rules that were added.AuthorizeSecurityGroupEgressResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AuthorizeSecurityGroupEgressResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AuthorizeSecurityGroupEgressResponse.Builder>AuthorizeSecurityGroupEgressResponse.serializableBuilderClass()