Uses of Class
software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest
Packages that use GetSecurityGroupsForVpcRequest
Package
Description
-
Uses of GetSecurityGroupsForVpcRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetSecurityGroupsForVpcRequestModifier and TypeMethodDescriptionEc2AsyncClient.getSecurityGroupsForVpc(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest) Gets security groups that can be associated by the Amazon Web Services account making the request with network interfaces in the specified VPC.default GetSecurityGroupsForVpcResponseEc2Client.getSecurityGroupsForVpc(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest) Gets security groups that can be associated by the Amazon Web Services account making the request with network interfaces in the specified VPC.default GetSecurityGroupsForVpcPublisherEc2AsyncClient.getSecurityGroupsForVpcPaginator(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest) This is a variant ofEc2AsyncClient.getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest)operation.default GetSecurityGroupsForVpcIterableEc2Client.getSecurityGroupsForVpcPaginator(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest) This is a variant ofEc2Client.getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest)operation. -
Uses of GetSecurityGroupsForVpcRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type GetSecurityGroupsForVpcRequestModifierConstructorDescriptionGetSecurityGroupsForVpcIterable(Ec2Client client, GetSecurityGroupsForVpcRequest firstRequest) GetSecurityGroupsForVpcPublisher(Ec2AsyncClient client, GetSecurityGroupsForVpcRequest firstRequest) -
Uses of GetSecurityGroupsForVpcRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type GetSecurityGroupsForVpcRequestModifier and TypeMethodDescriptionGetSecurityGroupsForVpcRequestMarshaller.marshall(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest)