Uses of Interface
software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest.Builder
Packages that use GetSecurityGroupsForVpcRequest.Builder
Package
Description
-
Uses of GetSecurityGroupsForVpcRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetSecurityGroupsForVpcRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.getSecurityGroupsForVpc(Consumer<GetSecurityGroupsForVpcRequest.Builder> 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(Consumer<GetSecurityGroupsForVpcRequest.Builder> 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(Consumer<GetSecurityGroupsForVpcRequest.Builder> getSecurityGroupsForVpcRequest) This is a variant ofEc2AsyncClient.getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest)operation.default GetSecurityGroupsForVpcIterableEc2Client.getSecurityGroupsForVpcPaginator(Consumer<GetSecurityGroupsForVpcRequest.Builder> getSecurityGroupsForVpcRequest) This is a variant ofEc2Client.getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest)operation. -
Uses of GetSecurityGroupsForVpcRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetSecurityGroupsForVpcRequest.BuilderModifier and TypeMethodDescriptionGetSecurityGroupsForVpcRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetSecurityGroupsForVpcRequest.Builder.filters(Collection<Filter> filters) The filters.GetSecurityGroupsForVpcRequest.Builder.filters(Consumer<Filter.Builder>... filters) The filters.The filters.GetSecurityGroupsForVpcRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.GetSecurityGroupsForVpcRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetSecurityGroupsForVpcRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetSecurityGroupsForVpcRequest.toBuilder()The VPC ID where the security group can be used.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetSecurityGroupsForVpcRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetSecurityGroupsForVpcRequest.Builder>GetSecurityGroupsForVpcRequest.serializableBuilderClass()