Interface Ec2Client

    • Method Detail

      • acceptVpcPeeringConnection

        default AcceptVpcPeeringConnectionResponse acceptVpcPeeringConnection​(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the pending-acceptance state, and you must be the owner of the peer VPC. Use DescribeVpcPeeringConnections to view your outstanding VPC peering connection requests.

        For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.

        Parameters:
        acceptVpcPeeringConnectionRequest -
        Returns:
        Result of the AcceptVpcPeeringConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • advertiseByoipCidr

        default AdvertiseByoipCidrResponse advertiseByoipCidr​(AdvertiseByoipCidrRequest advertiseByoipCidrRequest)
                                                       throws AwsServiceException,
                                                              SdkClientException,
                                                              Ec2Exception

        Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

        You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.

        We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from Amazon Web Services. To minimize down time, you can configure your Amazon Web Services resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through Amazon Web Services.

        It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of BGP propagation delays.

        To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.

        Parameters:
        advertiseByoipCidrRequest -
        Returns:
        Result of the AdvertiseByoipCidr operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • advertiseByoipCidr

        default AdvertiseByoipCidrResponse advertiseByoipCidr​(Consumer<AdvertiseByoipCidrRequest.Builder> advertiseByoipCidrRequest)
                                                       throws AwsServiceException,
                                                              SdkClientException,
                                                              Ec2Exception

        Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

        You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.

        We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from Amazon Web Services. To minimize down time, you can configure your Amazon Web Services resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through Amazon Web Services.

        It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of BGP propagation delays.

        To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.


        This is a convenience which creates an instance of the AdvertiseByoipCidrRequest.Builder avoiding the need to create one manually via AdvertiseByoipCidrRequest.builder()

        Parameters:
        advertiseByoipCidrRequest - A Consumer that will call methods on AdvertiseByoipCidrRequest.Builder to create a request.
        Returns:
        Result of the AdvertiseByoipCidr operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • allocateAddress

        default AllocateAddressResponse allocateAddress​(AllocateAddressRequest allocateAddressRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Allocates an Elastic IP address to your Amazon Web Services account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different Amazon Web Services account.

        You can allocate an Elastic IP address from an address pool owned by Amazon Web Services or from an address pool created from a public IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Services resources using bring your own IP addresses (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

        If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation.

        For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

        You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).

        Parameters:
        allocateAddressRequest -
        Returns:
        Result of the AllocateAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • allocateAddress

        default AllocateAddressResponse allocateAddress​(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Allocates an Elastic IP address to your Amazon Web Services account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different Amazon Web Services account.

        You can allocate an Elastic IP address from an address pool owned by Amazon Web Services or from an address pool created from a public IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Services resources using bring your own IP addresses (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

        If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation.

        For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

        You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).


        This is a convenience which creates an instance of the AllocateAddressRequest.Builder avoiding the need to create one manually via AllocateAddressRequest.builder()

        Parameters:
        allocateAddressRequest - A Consumer that will call methods on AllocateAddressRequest.Builder to create a request.
        Returns:
        Result of the AllocateAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • allocateAddress

        default AllocateAddressResponse allocateAddress()
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Allocates an Elastic IP address to your Amazon Web Services account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different Amazon Web Services account.

        You can allocate an Elastic IP address from an address pool owned by Amazon Web Services or from an address pool created from a public IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Services resources using bring your own IP addresses (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

        If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation.

        For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

        You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).

        Returns:
        Result of the AllocateAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        allocateAddress(AllocateAddressRequest), AWS API Documentation
      • allocateHosts

        default AllocateHostsResponse allocateHosts​(AllocateHostsRequest allocateHostsRequest)
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate.

        Parameters:
        allocateHostsRequest -
        Returns:
        Result of the AllocateHosts operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • allocateIpamPoolCidr

        default AllocateIpamPoolCidrResponse allocateIpamPoolCidr​(AllocateIpamPoolCidrRequest allocateIpamPoolCidrRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Allocate a CIDR from an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations.

        In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.

        This action creates an allocation with strong consistency. The returned CIDR will not overlap with any other allocations from the same pool.

        Parameters:
        allocateIpamPoolCidrRequest -
        Returns:
        Result of the AllocateIpamPoolCidr operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • applySecurityGroupsToClientVpnTargetNetwork

        default ApplySecurityGroupsToClientVpnTargetNetworkResponse applySecurityGroupsToClientVpnTargetNetwork​(ApplySecurityGroupsToClientVpnTargetNetworkRequest applySecurityGroupsToClientVpnTargetNetworkRequest)
                                                                                                         throws AwsServiceException,
                                                                                                                SdkClientException,
                                                                                                                Ec2Exception

        Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing security groups with the specified security groups.

        Parameters:
        applySecurityGroupsToClientVpnTargetNetworkRequest -
        Returns:
        Result of the ApplySecurityGroupsToClientVpnTargetNetwork operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • assignIpv6Addresses

        default AssignIpv6AddressesResponse assignIpv6Addresses​(AssignIpv6AddressesRequest assignIpv6AddressesRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide.

        You must specify either the IPv6 addresses or the IPv6 address count in the request.

        You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        assignIpv6AddressesRequest -
        Returns:
        Result of the AssignIpv6Addresses operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • assignPrivateIpAddresses

        default AssignPrivateIpAddressesResponse assignPrivateIpAddresses​(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Assigns one or more secondary private IP addresses to the specified network interface.

        You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

        When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved.

        Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete.

        You must specify either the IP addresses or the IP address count in the request.

        You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        assignPrivateIpAddressesRequest - Contains the parameters for AssignPrivateIpAddresses.
        Returns:
        Result of the AssignPrivateIpAddresses operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • assignPrivateIpAddresses

        default AssignPrivateIpAddressesResponse assignPrivateIpAddresses​(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Assigns one or more secondary private IP addresses to the specified network interface.

        You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

        When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved.

        Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete.

        You must specify either the IP addresses or the IP address count in the request.

        You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.


        This is a convenience which creates an instance of the AssignPrivateIpAddressesRequest.Builder avoiding the need to create one manually via AssignPrivateIpAddressesRequest.builder()

        Parameters:
        assignPrivateIpAddressesRequest - A Consumer that will call methods on AssignPrivateIpAddressesRequest.Builder to create a request. Contains the parameters for AssignPrivateIpAddresses.
        Returns:
        Result of the AssignPrivateIpAddresses operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateAddress

        default AssociateAddressResponse associateAddress​(AssociateAddressRequest associateAddressRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.

        If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account.

        [Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface.

        You cannot associate an Elastic IP address with an interface in a different network border group.

        This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing.

        Parameters:
        associateAddressRequest -
        Returns:
        Result of the AssociateAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateAddress

        default AssociateAddressResponse associateAddress​(Consumer<AssociateAddressRequest.Builder> associateAddressRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.

        If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account.

        [Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface.

        You cannot associate an Elastic IP address with an interface in a different network border group.

        This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing.


        This is a convenience which creates an instance of the AssociateAddressRequest.Builder avoiding the need to create one manually via AssociateAddressRequest.builder()

        Parameters:
        associateAddressRequest - A Consumer that will call methods on AssociateAddressRequest.Builder to create a request.
        Returns:
        Result of the AssociateAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateAddress

        default AssociateAddressResponse associateAddress()
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.

        If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account.

        [Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface.

        You cannot associate an Elastic IP address with an interface in a different network border group.

        This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing.

        Returns:
        Result of the AssociateAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        associateAddress(AssociateAddressRequest), AWS API Documentation
      • associateClientVpnTargetNetwork

        default AssociateClientVpnTargetNetworkResponse associateClientVpnTargetNetwork​(AssociateClientVpnTargetNetworkRequest associateClientVpnTargetNetworkRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy.

        If you specified a VPC when you created the Client VPN endpoint or if you have previous subnet associations, the specified subnet must be in the same VPC. To specify a subnet that's in a different VPC, you must first modify the Client VPN endpoint (ModifyClientVpnEndpoint) and change the VPC that's associated with it.

        Parameters:
        associateClientVpnTargetNetworkRequest -
        Returns:
        Result of the AssociateClientVpnTargetNetwork operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateDhcpOptions

        default AssociateDhcpOptionsResponse associateDhcpOptions​(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.

        After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.

        For more information, see DHCP options sets in the Amazon VPC User Guide.

        Parameters:
        associateDhcpOptionsRequest -
        Returns:
        Result of the AssociateDhcpOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateDhcpOptions

        default AssociateDhcpOptionsResponse associateDhcpOptions​(Consumer<AssociateDhcpOptionsRequest.Builder> associateDhcpOptionsRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.

        After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.

        For more information, see DHCP options sets in the Amazon VPC User Guide.


        This is a convenience which creates an instance of the AssociateDhcpOptionsRequest.Builder avoiding the need to create one manually via AssociateDhcpOptionsRequest.builder()

        Parameters:
        associateDhcpOptionsRequest - A Consumer that will call methods on AssociateDhcpOptionsRequest.Builder to create a request.
        Returns:
        Result of the AssociateDhcpOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateEnclaveCertificateIamRole

        default AssociateEnclaveCertificateIamRoleResponse associateEnclaveCertificateIamRole​(AssociateEnclaveCertificateIamRoleRequest associateEnclaveCertificateIamRoleRequest)
                                                                                       throws AwsServiceException,
                                                                                              SdkClientException,
                                                                                              Ec2Exception

        Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see Certificate Manager for Nitro Enclaves in the Amazon Web Services Nitro Enclaves User Guide.

        When the IAM role is associated with the ACM certificate, the certificate, certificate chain, and encrypted private key are placed in an Amazon S3 location that only the associated IAM role can access. The private key of the certificate is encrypted with an Amazon Web Services managed key that has an attached attestation-based key policy.

        To enable the IAM role to access the Amazon S3 object, you must grant it permission to call s3:GetObject on the Amazon S3 bucket returned by the command. To enable the IAM role to access the KMS key, you must grant it permission to call kms:Decrypt on the KMS key returned by the command. For more information, see Grant the role permission to access the certificate and encryption key in the Amazon Web Services Nitro Enclaves User Guide.

        Parameters:
        associateEnclaveCertificateIamRoleRequest -
        Returns:
        Result of the AssociateEnclaveCertificateIamRole operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateIamInstanceProfile

        default AssociateIamInstanceProfileResponse associateIamInstanceProfile​(AssociateIamInstanceProfileRequest associateIamInstanceProfileRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.

        Parameters:
        associateIamInstanceProfileRequest -
        Returns:
        Result of the AssociateIamInstanceProfile operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateIpamResourceDiscovery

        default AssociateIpamResourceDiscoveryResponse associateIpamResourceDiscovery​(AssociateIpamResourceDiscoveryRequest associateIpamResourceDiscoveryRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

        Parameters:
        associateIpamResourceDiscoveryRequest -
        Returns:
        Result of the AssociateIpamResourceDiscovery operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateNatGatewayAddress

        default AssociateNatGatewayAddressResponse associateNatGatewayAddress​(AssociateNatGatewayAddressRequest associateNatGatewayAddressRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.

        By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see Elastic IP address quotas in the Amazon VPC User Guide.

        When you associate an EIP or secondary EIPs with a public NAT gateway, the network border group of the EIPs must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. If it's not the same, the EIP will fail to associate. You can see the network border group for the subnet's AZ by viewing the details of the subnet. Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information about network border groups and EIPs, see Allocate an Elastic IP address in the Amazon VPC User Guide.

        Parameters:
        associateNatGatewayAddressRequest -
        Returns:
        Result of the AssociateNatGatewayAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateNatGatewayAddress

        default AssociateNatGatewayAddressResponse associateNatGatewayAddress​(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.

        By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see Elastic IP address quotas in the Amazon VPC User Guide.

        When you associate an EIP or secondary EIPs with a public NAT gateway, the network border group of the EIPs must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. If it's not the same, the EIP will fail to associate. You can see the network border group for the subnet's AZ by viewing the details of the subnet. Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information about network border groups and EIPs, see Allocate an Elastic IP address in the Amazon VPC User Guide.


        This is a convenience which creates an instance of the AssociateNatGatewayAddressRequest.Builder avoiding the need to create one manually via AssociateNatGatewayAddressRequest.builder()

        Parameters:
        associateNatGatewayAddressRequest - A Consumer that will call methods on AssociateNatGatewayAddressRequest.Builder to create a request.
        Returns:
        Result of the AssociateNatGatewayAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateRouteTable

        default AssociateRouteTableResponse associateRouteTable​(AssociateRouteTableRequest associateRouteTableRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets.

        For more information, see Route tables in the Amazon VPC User Guide.

        Parameters:
        associateRouteTableRequest -
        Returns:
        Result of the AssociateRouteTable operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateTrunkInterface

        default AssociateTrunkInterfaceResponse associateTrunkInterface​(AssociateTrunkInterfaceRequest associateTrunkInterfaceRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Associates a branch network interface with a trunk network interface.

        Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface.

        Parameters:
        associateTrunkInterfaceRequest -
        Returns:
        Result of the AssociateTrunkInterface operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • associateVpcCidrBlock

        default AssociateVpcCidrBlockResponse associateVpcCidrBlock​(AssociateVpcCidrBlockRequest associateVpcCidrBlockRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).

        You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block.

        For more information about associating CIDR blocks with your VPC and applicable restrictions, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.

        Parameters:
        associateVpcCidrBlockRequest -
        Returns:
        Result of the AssociateVpcCidrBlock operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • attachClassicLinkVpc

        default AttachClassicLinkVpcResponse attachClassicLinkVpc​(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        This action is deprecated.

        Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it.

        After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again.

        Linking your instance to a VPC is sometimes referred to as attaching your instance.

        Parameters:
        attachClassicLinkVpcRequest -
        Returns:
        Result of the AttachClassicLinkVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • attachClassicLinkVpc

        default AttachClassicLinkVpcResponse attachClassicLinkVpc​(Consumer<AttachClassicLinkVpcRequest.Builder> attachClassicLinkVpcRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        This action is deprecated.

        Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it.

        After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again.

        Linking your instance to a VPC is sometimes referred to as attaching your instance.


        This is a convenience which creates an instance of the AttachClassicLinkVpcRequest.Builder avoiding the need to create one manually via AttachClassicLinkVpcRequest.builder()

        Parameters:
        attachClassicLinkVpcRequest - A Consumer that will call methods on AttachClassicLinkVpcRequest.Builder to create a request.
        Returns:
        Result of the AttachClassicLinkVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • attachVolume

        default AttachVolumeResponse attachVolume​(AttachVolumeRequest attachVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.

        Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

        After you attach an EBS volume, you must make it available. For more information, see Make an EBS volume available for use.

        If a volume has an Amazon Web Services Marketplace product code:

        • The volume can be attached only to a stopped instance.

        • Amazon Web Services Marketplace product codes are copied from the volume to the instance.

        • You must be subscribed to the product.

        • The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance.

        For more information, see Attach an Amazon EBS volume to an instance in the Amazon EBS User Guide.

        Parameters:
        attachVolumeRequest -
        Returns:
        Result of the AttachVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • attachVolume

        default AttachVolumeResponse attachVolume​(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.

        Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

        After you attach an EBS volume, you must make it available. For more information, see Make an EBS volume available for use.

        If a volume has an Amazon Web Services Marketplace product code:

        • The volume can be attached only to a stopped instance.

        • Amazon Web Services Marketplace product codes are copied from the volume to the instance.

        • You must be subscribed to the product.

        • The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance.

        For more information, see Attach an Amazon EBS volume to an instance in the Amazon EBS User Guide.


        This is a convenience which creates an instance of the AttachVolumeRequest.Builder avoiding the need to create one manually via AttachVolumeRequest.builder()

        Parameters:
        attachVolumeRequest - A Consumer that will call methods on AttachVolumeRequest.Builder to create a request.
        Returns:
        Result of the AttachVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • authorizeClientVpnIngress

        default AuthorizeClientVpnIngressResponse authorizeClientVpnIngress​(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in Amazon Web Services or on-premises networks.

        Parameters:
        authorizeClientVpnIngressRequest -
        Returns:
        Result of the AuthorizeClientVpnIngress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • authorizeSecurityGroupEgress

        default AuthorizeSecurityGroupEgressResponse authorizeSecurityGroupEgress​(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Adds the specified outbound (egress) rules to a security group.

        An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 address ranges, the IP address ranges specified by a prefix list, or the instances that are associated with a source security group. For more information, see Security group rules.

        You must specify exactly one of the following destinations: an IPv4 or IPv6 address range, a prefix list, or a security group. You must specify a protocol for each rule (for example, TCP). If the protocol is TCP or UDP, you must also specify a port or port range. If the protocol is ICMP or ICMPv6, you must also specify the ICMP type and code.

        Rule changes are propagated to instances associated with the security group as quickly as possible. However, a small delay might occur.

        For examples of rules that you can add to security groups for specific access scenarios, see Security group rules for different use cases in the Amazon EC2 User Guide.

        For information about security group quotas, see Amazon VPC quotas in the Amazon VPC User Guide.

        Parameters:
        authorizeSecurityGroupEgressRequest -
        Returns:
        Result of the AuthorizeSecurityGroupEgress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • authorizeSecurityGroupEgress

        default AuthorizeSecurityGroupEgressResponse authorizeSecurityGroupEgress​(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Adds the specified outbound (egress) rules to a security group.

        An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 address ranges, the IP address ranges specified by a prefix list, or the instances that are associated with a source security group. For more information, see Security group rules.

        You must specify exactly one of the following destinations: an IPv4 or IPv6 address range, a prefix list, or a security group. You must specify a protocol for each rule (for example, TCP). If the protocol is TCP or UDP, you must also specify a port or port range. If the protocol is ICMP or ICMPv6, you must also specify the ICMP type and code.

        Rule changes are propagated to instances associated with the security group as quickly as possible. However, a small delay might occur.

        For examples of rules that you can add to security groups for specific access scenarios, see Security group rules for different use cases in the Amazon EC2 User Guide.

        For information about security group quotas, see Amazon VPC quotas in the Amazon VPC User Guide.


        This is a convenience which creates an instance of the AuthorizeSecurityGroupEgressRequest.Builder avoiding the need to create one manually via AuthorizeSecurityGroupEgressRequest.builder()

        Parameters:
        authorizeSecurityGroupEgressRequest - A Consumer that will call methods on AuthorizeSecurityGroupEgressRequest.Builder to create a request.
        Returns:
        Result of the AuthorizeSecurityGroupEgress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • authorizeSecurityGroupIngress

        default AuthorizeSecurityGroupIngressResponse authorizeSecurityGroupIngress​(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Adds the specified inbound (ingress) rules to a security group.

        An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 address range, the IP address ranges that are specified by a prefix list, or the instances that are associated with a destination security group. For more information, see Security group rules.

        You must specify exactly one of the following sources: an IPv4 or IPv6 address range, a prefix list, or a security group. You must specify a protocol for each rule (for example, TCP). If the protocol is TCP or UDP, you must also specify a port or port range. If the protocol is ICMP or ICMPv6, you must also specify the ICMP/ICMPv6 type and code.

        Rule changes are propagated to instances associated with the security group as quickly as possible. However, a small delay might occur.

        For examples of rules that you can add to security groups for specific access scenarios, see Security group rules for different use cases in the Amazon EC2 User Guide.

        For more information about security group quotas, see Amazon VPC quotas in the Amazon VPC User Guide.

        Parameters:
        authorizeSecurityGroupIngressRequest -
        Returns:
        Result of the AuthorizeSecurityGroupIngress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • authorizeSecurityGroupIngress

        default AuthorizeSecurityGroupIngressResponse authorizeSecurityGroupIngress​(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Adds the specified inbound (ingress) rules to a security group.

        An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 address range, the IP address ranges that are specified by a prefix list, or the instances that are associated with a destination security group. For more information, see Security group rules.

        You must specify exactly one of the following sources: an IPv4 or IPv6 address range, a prefix list, or a security group. You must specify a protocol for each rule (for example, TCP). If the protocol is TCP or UDP, you must also specify a port or port range. If the protocol is ICMP or ICMPv6, you must also specify the ICMP/ICMPv6 type and code.

        Rule changes are propagated to instances associated with the security group as quickly as possible. However, a small delay might occur.

        For examples of rules that you can add to security groups for specific access scenarios, see Security group rules for different use cases in the Amazon EC2 User Guide.

        For more information about security group quotas, see Amazon VPC quotas in the Amazon VPC User Guide.


        This is a convenience which creates an instance of the AuthorizeSecurityGroupIngressRequest.Builder avoiding the need to create one manually via AuthorizeSecurityGroupIngressRequest.builder()

        Parameters:
        authorizeSecurityGroupIngressRequest - A Consumer that will call methods on AuthorizeSecurityGroupIngressRequest.Builder to create a request.
        Returns:
        Result of the AuthorizeSecurityGroupIngress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • bundleInstance

        default BundleInstanceResponse bundleInstance​(BundleInstanceRequest bundleInstanceRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Bundles an Amazon instance store-backed Windows instance.

        During bundling, only the root device volume (C:\) is bundled. Data on other instance store volumes is not preserved.

        This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.

        Parameters:
        bundleInstanceRequest - Contains the parameters for BundleInstance.
        Returns:
        Result of the BundleInstance operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • cancelBundleTask

        default CancelBundleTaskResponse cancelBundleTask​(CancelBundleTaskRequest cancelBundleTaskRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Cancels a bundling operation for an instance store-backed Windows instance.

        Parameters:
        cancelBundleTaskRequest - Contains the parameters for CancelBundleTask.
        Returns:
        Result of the CancelBundleTask operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • cancelCapacityReservation

        default CancelCapacityReservationResponse cancelCapacityReservation​(CancelCapacityReservationRequest cancelCapacityReservationRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state to cancelled.

        Instances running in the reserved capacity continue running until you stop them. Stopped instances that target the Capacity Reservation can no longer launch. Modify these instances to either target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation that has matching attributes and sufficient capacity.

        Parameters:
        cancelCapacityReservationRequest -
        Returns:
        Result of the CancelCapacityReservation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • cancelCapacityReservationFleets

        default CancelCapacityReservationFleetsResponse cancelCapacityReservationFleets​(CancelCapacityReservationFleetsRequest cancelCapacityReservationFleetsRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        Cancels one or more Capacity Reservation Fleets. When you cancel a Capacity Reservation Fleet, the following happens:

        • The Capacity Reservation Fleet's status changes to cancelled.

        • The individual Capacity Reservations in the Fleet are cancelled. Instances running in the Capacity Reservations at the time of cancelling the Fleet continue to run in shared capacity.

        • The Fleet stops creating new Capacity Reservations.

        Parameters:
        cancelCapacityReservationFleetsRequest -
        Returns:
        Result of the CancelCapacityReservationFleets operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • cancelConversionTask

        default CancelConversionTaskResponse cancelConversionTask​(CancelConversionTaskRequest cancelConversionTaskRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.

        For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI.

        Parameters:
        cancelConversionTaskRequest -
        Returns:
        Result of the CancelConversionTask operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • cancelExportTask

        default CancelExportTaskResponse cancelExportTask​(CancelExportTaskRequest cancelExportTaskRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.

        Parameters:
        cancelExportTaskRequest -
        Returns:
        Result of the CancelExportTask operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • cancelSpotFleetRequests

        default CancelSpotFleetRequestsResponse cancelSpotFleetRequests​(CancelSpotFleetRequestsRequest cancelSpotFleetRequestsRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Cancels the specified Spot Fleet requests.

        After you cancel a Spot Fleet request, the Spot Fleet launches no new instances.

        You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.

        Parameters:
        cancelSpotFleetRequestsRequest - Contains the parameters for CancelSpotFleetRequests.
        Returns:
        Result of the CancelSpotFleetRequests operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • cancelSpotFleetRequests

        default CancelSpotFleetRequestsResponse cancelSpotFleetRequests​(Consumer<CancelSpotFleetRequestsRequest.Builder> cancelSpotFleetRequestsRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Cancels the specified Spot Fleet requests.

        After you cancel a Spot Fleet request, the Spot Fleet launches no new instances.

        You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.


        This is a convenience which creates an instance of the CancelSpotFleetRequestsRequest.Builder avoiding the need to create one manually via CancelSpotFleetRequestsRequest.builder()

        Parameters:
        cancelSpotFleetRequestsRequest - A Consumer that will call methods on CancelSpotFleetRequestsRequest.Builder to create a request. Contains the parameters for CancelSpotFleetRequests.
        Returns:
        Result of the CancelSpotFleetRequests operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • cancelSpotInstanceRequests

        default CancelSpotInstanceRequestsResponse cancelSpotInstanceRequests​(CancelSpotInstanceRequestsRequest cancelSpotInstanceRequestsRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Cancels one or more Spot Instance requests.

        Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.

        Parameters:
        cancelSpotInstanceRequestsRequest - Contains the parameters for CancelSpotInstanceRequests.
        Returns:
        Result of the CancelSpotInstanceRequests operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • confirmProductInstance

        default ConfirmProductInstanceResponse confirmProductInstance​(ConfirmProductInstanceRequest confirmProductInstanceRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support.

        Parameters:
        confirmProductInstanceRequest -
        Returns:
        Result of the ConfirmProductInstance operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • copyImage

        default CopyImageResponse copyImage​(CopyImageRequest copyImageRequest)
                                     throws AwsServiceException,
                                            SdkClientException,
                                            Ec2Exception

        Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask.

        To copy an AMI from one Region to another, specify the source Region using the SourceRegion parameter, and specify the destination Region using its endpoint. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set Encrypted during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot.

        To copy an AMI from a Region to an Outpost, specify the source Region using the SourceRegion parameter, and specify the ARN of the destination Outpost using DestinationOutpostArn. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.

        For more information about the prerequisites and limits when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.

        Parameters:
        copyImageRequest - Contains the parameters for CopyImage.
        Returns:
        Result of the CopyImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • copyImage

        default CopyImageResponse copyImage​(Consumer<CopyImageRequest.Builder> copyImageRequest)
                                     throws AwsServiceException,
                                            SdkClientException,
                                            Ec2Exception

        Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask.

        To copy an AMI from one Region to another, specify the source Region using the SourceRegion parameter, and specify the destination Region using its endpoint. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set Encrypted during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot.

        To copy an AMI from a Region to an Outpost, specify the source Region using the SourceRegion parameter, and specify the ARN of the destination Outpost using DestinationOutpostArn. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.

        For more information about the prerequisites and limits when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the CopyImageRequest.Builder avoiding the need to create one manually via CopyImageRequest.builder()

        Parameters:
        copyImageRequest - A Consumer that will call methods on CopyImageRequest.Builder to create a request. Contains the parameters for CopyImage.
        Returns:
        Result of the CopyImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • copySnapshot

        default CopySnapshotResponse copySnapshot​(CopySnapshotRequest copySnapshotRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy a snapshot within the same Region, from one Region to another, or from a Region to an Outpost. You can't copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

        You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs).

        When copying snapshots to a Region, copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for the snapshot copy operation. By default, encrypted snapshot copies use the default Key Management Service (KMS) KMS key; however, you can specify a different KMS key. To copy an encrypted snapshot that has been shared from another account, you must have permissions for the KMS key used to encrypt the snapshot.

        Snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.

        Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose.

        For more information, see Copy an Amazon EBS snapshot in the Amazon EBS User Guide.

        Parameters:
        copySnapshotRequest -
        Returns:
        Result of the CopySnapshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • copySnapshot

        default CopySnapshotResponse copySnapshot​(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy a snapshot within the same Region, from one Region to another, or from a Region to an Outpost. You can't copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

        You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs).

        When copying snapshots to a Region, copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for the snapshot copy operation. By default, encrypted snapshot copies use the default Key Management Service (KMS) KMS key; however, you can specify a different KMS key. To copy an encrypted snapshot that has been shared from another account, you must have permissions for the KMS key used to encrypt the snapshot.

        Snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.

        Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose.

        For more information, see Copy an Amazon EBS snapshot in the Amazon EBS User Guide.


        This is a convenience which creates an instance of the CopySnapshotRequest.Builder avoiding the need to create one manually via CopySnapshotRequest.builder()

        Parameters:
        copySnapshotRequest - A Consumer that will call methods on CopySnapshotRequest.Builder to create a request.
        Returns:
        Result of the CopySnapshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createCapacityReservation

        default CreateCapacityReservationResponse createCapacityReservation​(CreateCapacityReservationRequest createCapacityReservationRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Creates a new Capacity Reservation with the specified attributes.

        Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see Capacity Reservations in the Amazon EC2 User Guide.

        Your request to create a Capacity Reservation could fail if Amazon EC2 does not have sufficient capacity to fulfill the request. If your request fails due to Amazon EC2 capacity constraints, either try again at a later time, try in a different Availability Zone, or request a smaller capacity reservation. If your application is flexible across instance types and sizes, try to create a Capacity Reservation with different instance attributes.

        Your request could also fail if the requested quantity exceeds your On-Demand Instance limit for the selected instance type. If your request fails due to limit constraints, increase your On-Demand Instance limit for the required instance type and try again. For more information about increasing your instance limits, see Amazon EC2 Service Quotas in the Amazon EC2 User Guide.

        Parameters:
        createCapacityReservationRequest -
        Returns:
        Result of the CreateCapacityReservation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createCapacityReservation

        default CreateCapacityReservationResponse createCapacityReservation​(Consumer<CreateCapacityReservationRequest.Builder> createCapacityReservationRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Creates a new Capacity Reservation with the specified attributes.

        Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see Capacity Reservations in the Amazon EC2 User Guide.

        Your request to create a Capacity Reservation could fail if Amazon EC2 does not have sufficient capacity to fulfill the request. If your request fails due to Amazon EC2 capacity constraints, either try again at a later time, try in a different Availability Zone, or request a smaller capacity reservation. If your application is flexible across instance types and sizes, try to create a Capacity Reservation with different instance attributes.

        Your request could also fail if the requested quantity exceeds your On-Demand Instance limit for the selected instance type. If your request fails due to limit constraints, increase your On-Demand Instance limit for the required instance type and try again. For more information about increasing your instance limits, see Amazon EC2 Service Quotas in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the CreateCapacityReservationRequest.Builder avoiding the need to create one manually via CreateCapacityReservationRequest.builder()

        Parameters:
        createCapacityReservationRequest - A Consumer that will call methods on CreateCapacityReservationRequest.Builder to create a request.
        Returns:
        Result of the CreateCapacityReservation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createClientVpnEndpoint

        default CreateClientVpnEndpointResponse createClientVpnEndpoint​(CreateClientVpnEndpointRequest createClientVpnEndpointRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.

        Parameters:
        createClientVpnEndpointRequest -
        Returns:
        Result of the CreateClientVpnEndpoint operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createClientVpnRoute

        default CreateClientVpnRouteResponse createClientVpnRoute​(CreateClientVpnRouteRequest createClientVpnRouteRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.

        Parameters:
        createClientVpnRouteRequest -
        Returns:
        Result of the CreateClientVpnRoute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createCustomerGateway

        default CreateCustomerGatewayResponse createCustomerGateway​(CreateCustomerGatewayRequest createCustomerGatewayRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Provides information to Amazon Web Services about your customer gateway device. The customer gateway device is the appliance at your end of the VPN connection. You must provide the IP address of the customer gateway device’s external interface. The IP address must be static and can be behind a device performing network address translation (NAT).

        For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN. For more information, see Customer gateway options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.

        To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. An identical request returns information about the existing customer gateway; it doesn't create a new customer gateway.

        Parameters:
        createCustomerGatewayRequest - Contains the parameters for CreateCustomerGateway.
        Returns:
        Result of the CreateCustomerGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createCustomerGateway

        default CreateCustomerGatewayResponse createCustomerGateway​(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Provides information to Amazon Web Services about your customer gateway device. The customer gateway device is the appliance at your end of the VPN connection. You must provide the IP address of the customer gateway device’s external interface. The IP address must be static and can be behind a device performing network address translation (NAT).

        For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN. For more information, see Customer gateway options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.

        To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. An identical request returns information about the existing customer gateway; it doesn't create a new customer gateway.


        This is a convenience which creates an instance of the CreateCustomerGatewayRequest.Builder avoiding the need to create one manually via CreateCustomerGatewayRequest.builder()

        Parameters:
        createCustomerGatewayRequest - A Consumer that will call methods on CreateCustomerGatewayRequest.Builder to create a request. Contains the parameters for CreateCustomerGateway.
        Returns:
        Result of the CreateCustomerGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createDefaultSubnet

        default CreateDefaultSubnetResponse createDefaultSubnet​(CreateDefaultSubnetRequest createDefaultSubnetRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Create a default subnet in the Amazon VPC User Guide.

        Parameters:
        createDefaultSubnetRequest -
        Returns:
        Result of the CreateDefaultSubnet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createDefaultVpc

        default CreateDefaultVpcResponse createDefaultVpc​(CreateDefaultVpcRequest createDefaultVpcRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPCs in the Amazon VPC User Guide. You cannot specify the components of the default VPC yourself.

        If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region.

        Parameters:
        createDefaultVpcRequest -
        Returns:
        Result of the CreateDefaultVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createDefaultVpc

        default CreateDefaultVpcResponse createDefaultVpc()
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPCs in the Amazon VPC User Guide. You cannot specify the components of the default VPC yourself.

        If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region.

        Returns:
        Result of the CreateDefaultVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        createDefaultVpc(CreateDefaultVpcRequest), AWS API Documentation
      • createDhcpOptions

        default CreateDhcpOptionsResponse createDhcpOptions​(CreateDhcpOptionsRequest createDhcpOptionsRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Creates a custom set of DHCP options. After you create a DHCP option set, you associate it with a VPC. After you associate a DHCP option set with a VPC, all existing and newly launched instances in the VPC use this set of DHCP options.

        The following are the individual DHCP options you can specify. For more information, see DHCP options sets in the Amazon VPC User Guide.

        • domain-name - If you're using AmazonProvidedDNS in us-east-1, specify ec2.internal. If you're using AmazonProvidedDNS in any other Region, specify region.compute.internal. Otherwise, specify a custom domain name. This value is used to complete unqualified DNS hostnames.

          Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP option set is associated with a VPC that has instances running operating systems that treat the value as a single domain, specify only one domain name.

        • domain-name-servers - The IP addresses of up to four DNS servers, or AmazonProvidedDNS. To specify multiple domain name servers in a single parameter, separate the IP addresses using commas. To have your instances receive custom DNS hostnames as specified in domain-name, you must specify a custom DNS server.

        • ntp-servers - The IP addresses of up to eight Network Time Protocol (NTP) servers (four IPv4 addresses and four IPv6 addresses).

        • netbios-name-servers - The IP addresses of up to four NetBIOS name servers.

        • netbios-node-type - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2. Broadcast and multicast are not supported. For more information about NetBIOS node types, see RFC 2132.

        • ipv6-preferred-lease-time - A value (in seconds, minutes, hours, or years) for how frequently a running instance with an IPv6 assigned to it goes through DHCPv6 lease renewal. Acceptable values are between 140 and 2147483647 seconds (approximately 68 years). If no value is entered, the default lease time is 140 seconds. If you use long-term addressing for EC2 instances, you can increase the lease time and avoid frequent lease renewal requests. Lease renewal typically occurs when half of the lease time has elapsed.

        Parameters:
        createDhcpOptionsRequest -
        Returns:
        Result of the CreateDhcpOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createDhcpOptions

        default CreateDhcpOptionsResponse createDhcpOptions​(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Creates a custom set of DHCP options. After you create a DHCP option set, you associate it with a VPC. After you associate a DHCP option set with a VPC, all existing and newly launched instances in the VPC use this set of DHCP options.

        The following are the individual DHCP options you can specify. For more information, see DHCP options sets in the Amazon VPC User Guide.

        • domain-name - If you're using AmazonProvidedDNS in us-east-1, specify ec2.internal. If you're using AmazonProvidedDNS in any other Region, specify region.compute.internal. Otherwise, specify a custom domain name. This value is used to complete unqualified DNS hostnames.

          Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP option set is associated with a VPC that has instances running operating systems that treat the value as a single domain, specify only one domain name.

        • domain-name-servers - The IP addresses of up to four DNS servers, or AmazonProvidedDNS. To specify multiple domain name servers in a single parameter, separate the IP addresses using commas. To have your instances receive custom DNS hostnames as specified in domain-name, you must specify a custom DNS server.

        • ntp-servers - The IP addresses of up to eight Network Time Protocol (NTP) servers (four IPv4 addresses and four IPv6 addresses).

        • netbios-name-servers - The IP addresses of up to four NetBIOS name servers.

        • netbios-node-type - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2. Broadcast and multicast are not supported. For more information about NetBIOS node types, see RFC 2132.

        • ipv6-preferred-lease-time - A value (in seconds, minutes, hours, or years) for how frequently a running instance with an IPv6 assigned to it goes through DHCPv6 lease renewal. Acceptable values are between 140 and 2147483647 seconds (approximately 68 years). If no value is entered, the default lease time is 140 seconds. If you use long-term addressing for EC2 instances, you can increase the lease time and avoid frequent lease renewal requests. Lease renewal typically occurs when half of the lease time has elapsed.


        This is a convenience which creates an instance of the CreateDhcpOptionsRequest.Builder avoiding the need to create one manually via CreateDhcpOptionsRequest.builder()

        Parameters:
        createDhcpOptionsRequest - A Consumer that will call methods on CreateDhcpOptionsRequest.Builder to create a request.
        Returns:
        Result of the CreateDhcpOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createEgressOnlyInternetGateway

        default CreateEgressOnlyInternetGatewayResponse createEgressOnlyInternetGateway​(CreateEgressOnlyInternetGatewayRequest createEgressOnlyInternetGatewayRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        [IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

        Parameters:
        createEgressOnlyInternetGatewayRequest -
        Returns:
        Result of the CreateEgressOnlyInternetGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createFleet

        default CreateFleetResponse createFleet​(CreateFleetRequest createFleetRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Creates an EC2 Fleet that contains the configuration information for On-Demand Instances and Spot Instances. Instances are launched immediately if there is available capacity.

        A single EC2 Fleet can include multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.

        For more information, see EC2 Fleet in the Amazon EC2 User Guide.

        Parameters:
        createFleetRequest -
        Returns:
        Result of the CreateFleet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createFlowLogs

        default CreateFlowLogsResponse createFlowLogs​(CreateFlowLogsRequest createFlowLogsRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.

        Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow log records in the Amazon Virtual Private Cloud User Guide.

        When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket.

        For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.

        Parameters:
        createFlowLogsRequest -
        Returns:
        Result of the CreateFlowLogs operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createFlowLogs

        default CreateFlowLogsResponse createFlowLogs​(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.

        Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow log records in the Amazon Virtual Private Cloud User Guide.

        When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket.

        For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.


        This is a convenience which creates an instance of the CreateFlowLogsRequest.Builder avoiding the need to create one manually via CreateFlowLogsRequest.builder()

        Parameters:
        createFlowLogsRequest - A Consumer that will call methods on CreateFlowLogsRequest.Builder to create a request.
        Returns:
        Result of the CreateFlowLogs operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createFpgaImage

        default CreateFpgaImageResponse createFpgaImage​(CreateFpgaImageRequest createFpgaImageRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).

        The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs.

        An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the Amazon Web Services FPGA Hardware Development Kit.

        Parameters:
        createFpgaImageRequest -
        Returns:
        Result of the CreateFpgaImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createImage

        default CreateImageResponse createImage​(CreateImageRequest createImageRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.

        If you customized your instance with instance store volumes or Amazon EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes.

        For more information, see Create an Amazon EBS-backed Linux AMI in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        createImageRequest -
        Returns:
        Result of the CreateImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createInstanceEventWindow

        default CreateInstanceEventWindowResponse createInstanceEventWindow​(CreateInstanceEventWindowRequest createInstanceEventWindowRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.

        You can define either a set of time ranges or a cron expression when creating the event window, but not both. All event window times are in UTC.

        You can create up to 200 event windows per Amazon Web Services Region.

        When you create the event window, targets (instance IDs, Dedicated Host IDs, or tags) are not yet associated with it. To ensure that the event window can be used, you must associate one or more targets with it by using the AssociateInstanceEventWindow API.

        Event windows are applicable only for scheduled events that stop, reboot, or terminate instances.

        Event windows are not applicable for:

        • Expedited scheduled events and network maintenance events.

        • Unscheduled maintenance such as AutoRecovery and unplanned reboots.

        For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

        Parameters:
        createInstanceEventWindowRequest -
        Returns:
        Result of the CreateInstanceEventWindow operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createInstanceEventWindow

        default CreateInstanceEventWindowResponse createInstanceEventWindow​(Consumer<CreateInstanceEventWindowRequest.Builder> createInstanceEventWindowRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.

        You can define either a set of time ranges or a cron expression when creating the event window, but not both. All event window times are in UTC.

        You can create up to 200 event windows per Amazon Web Services Region.

        When you create the event window, targets (instance IDs, Dedicated Host IDs, or tags) are not yet associated with it. To ensure that the event window can be used, you must associate one or more targets with it by using the AssociateInstanceEventWindow API.

        Event windows are applicable only for scheduled events that stop, reboot, or terminate instances.

        Event windows are not applicable for:

        • Expedited scheduled events and network maintenance events.

        • Unscheduled maintenance such as AutoRecovery and unplanned reboots.

        For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the CreateInstanceEventWindowRequest.Builder avoiding the need to create one manually via CreateInstanceEventWindowRequest.builder()

        Parameters:
        createInstanceEventWindowRequest - A Consumer that will call methods on CreateInstanceEventWindowRequest.Builder to create a request.
        Returns:
        Result of the CreateInstanceEventWindow operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createIpam

        default CreateIpamResponse createIpam​(CreateIpamRequest createIpamRequest)
                                       throws AwsServiceException,
                                              SdkClientException,
                                              Ec2Exception

        Create an IPAM. Amazon VPC IP Address Manager (IPAM) is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization.

        For more information, see Create an IPAM in the Amazon VPC IPAM User Guide.

        Parameters:
        createIpamRequest -
        Returns:
        Result of the CreateIpam operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createIpamPool

        default CreateIpamPoolResponse createIpamPool​(CreateIpamPoolRequest createIpamPoolRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Create an IP address pool for Amazon VPC IP Address Manager (IPAM). In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.

        For more information, see Create a top-level pool in the Amazon VPC IPAM User Guide.

        Parameters:
        createIpamPoolRequest -
        Returns:
        Result of the CreateIpamPool operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createIpamResourceDiscovery

        default CreateIpamResourceDiscoveryResponse createIpamResourceDiscovery​(CreateIpamResourceDiscoveryRequest createIpamResourceDiscoveryRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

        Parameters:
        createIpamResourceDiscoveryRequest -
        Returns:
        Result of the CreateIpamResourceDiscovery operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createIpamScope

        default CreateIpamScopeResponse createIpamScope​(CreateIpamScopeRequest createIpamScopeRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Create an IPAM scope. In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

        For more information, see Add a scope in the Amazon VPC IPAM User Guide.

        Parameters:
        createIpamScopeRequest -
        Returns:
        Result of the CreateIpamScope operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createIpamScope

        default CreateIpamScopeResponse createIpamScope​(Consumer<CreateIpamScopeRequest.Builder> createIpamScopeRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Create an IPAM scope. In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

        For more information, see Add a scope in the Amazon VPC IPAM User Guide.


        This is a convenience which creates an instance of the CreateIpamScopeRequest.Builder avoiding the need to create one manually via CreateIpamScopeRequest.builder()

        Parameters:
        createIpamScopeRequest - A Consumer that will call methods on CreateIpamScopeRequest.Builder to create a request.
        Returns:
        Result of the CreateIpamScope operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createKeyPair

        default CreateKeyPairResponse createKeyPair​(CreateKeyPairRequest createKeyPairRequest)
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#1 private key or an unencrypted PPK formatted private key for use with PuTTY. If a key with the specified name already exists, Amazon EC2 returns an error.

        The key pair returned to you is available only in the Amazon Web Services Region in which you create it. If you prefer, you can create your own key pair using a third-party tool and upload it to any Region using ImportKeyPair.

        You can have up to 5,000 key pairs per Amazon Web Services Region.

        For more information, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        createKeyPairRequest -
        Returns:
        Result of the CreateKeyPair operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createKeyPair

        default CreateKeyPairResponse createKeyPair​(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#1 private key or an unencrypted PPK formatted private key for use with PuTTY. If a key with the specified name already exists, Amazon EC2 returns an error.

        The key pair returned to you is available only in the Amazon Web Services Region in which you create it. If you prefer, you can create your own key pair using a third-party tool and upload it to any Region using ImportKeyPair.

        You can have up to 5,000 key pairs per Amazon Web Services Region.

        For more information, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.


        This is a convenience which creates an instance of the CreateKeyPairRequest.Builder avoiding the need to create one manually via CreateKeyPairRequest.builder()

        Parameters:
        createKeyPairRequest - A Consumer that will call methods on CreateKeyPairRequest.Builder to create a request.
        Returns:
        Result of the CreateKeyPair operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createLaunchTemplate

        default CreateLaunchTemplateResponse createLaunchTemplate​(CreateLaunchTemplateRequest createLaunchTemplateRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Creates a launch template.

        A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request. For more information, see Launch an instance from a launch template in the Amazon Elastic Compute Cloud User Guide.

        If you want to clone an existing launch template as the basis for creating a new launch template, you can use the Amazon EC2 console. The API, SDKs, and CLI do not support cloning a template. For more information, see Create a launch template from an existing launch template in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        createLaunchTemplateRequest -
        Returns:
        Result of the CreateLaunchTemplate operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createLaunchTemplateVersion

        default CreateLaunchTemplateVersionResponse createLaunchTemplateVersion​(CreateLaunchTemplateVersionRequest createLaunchTemplateVersionRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Creates a new version of a launch template. You can specify an existing version of launch template from which to base the new version.

        Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions.

        Launch templates are immutable; after you create a launch template, you can't modify it. Instead, you can create a new version of the launch template that includes any changes you require.

        For more information, see Modify a launch template (manage launch template versions) in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        createLaunchTemplateVersionRequest -
        Returns:
        Result of the CreateLaunchTemplateVersion operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createLocalGatewayRoute

        default CreateLocalGatewayRouteResponse createLocalGatewayRoute​(CreateLocalGatewayRouteRequest createLocalGatewayRouteRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Creates a static route for the specified local gateway route table. You must specify one of the following targets:

        • LocalGatewayVirtualInterfaceGroupId

        • NetworkInterfaceId

        Parameters:
        createLocalGatewayRouteRequest -
        Returns:
        Result of the CreateLocalGatewayRoute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createManagedPrefixList

        default CreateManagedPrefixListResponse createManagedPrefixList​(CreateManagedPrefixListRequest createManagedPrefixListRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Creates a managed prefix list. You can specify one or more entries for the prefix list. Each entry consists of a CIDR block and an optional description.

        Parameters:
        createManagedPrefixListRequest -
        Returns:
        Result of the CreateManagedPrefixList operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createNatGateway

        default CreateNatGatewayResponse createNatGateway​(CreateNatGatewayRequest createNatGatewayRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Creates a NAT gateway in the specified subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. You can create either a public NAT gateway or a private NAT gateway.

        With a public NAT gateway, internet-bound traffic from a private subnet can be routed to the NAT gateway, so that instances in a private subnet can connect to the internet.

        With a private NAT gateway, private communication is routed across VPCs and on-premises networks through a transit gateway or virtual private gateway. Common use cases include running large workloads behind a small pool of allowlisted IPv4 addresses, preserving private IPv4 addresses, and communicating between overlapping networks.

        For more information, see NAT gateways in the Amazon VPC User Guide.

        When you create a public NAT gateway and assign it an EIP or secondary EIPs, the network border group of the EIPs must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. If it's not the same, the NAT gateway will fail to launch. You can see the network border group for the subnet's AZ by viewing the details of the subnet. Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information about network border groups and EIPs, see Allocate an Elastic IP address in the Amazon VPC User Guide.

        Parameters:
        createNatGatewayRequest -
        Returns:
        Result of the CreateNatGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createNatGateway

        default CreateNatGatewayResponse createNatGateway​(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Creates a NAT gateway in the specified subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. You can create either a public NAT gateway or a private NAT gateway.

        With a public NAT gateway, internet-bound traffic from a private subnet can be routed to the NAT gateway, so that instances in a private subnet can connect to the internet.

        With a private NAT gateway, private communication is routed across VPCs and on-premises networks through a transit gateway or virtual private gateway. Common use cases include running large workloads behind a small pool of allowlisted IPv4 addresses, preserving private IPv4 addresses, and communicating between overlapping networks.

        For more information, see NAT gateways in the Amazon VPC User Guide.

        When you create a public NAT gateway and assign it an EIP or secondary EIPs, the network border group of the EIPs must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. If it's not the same, the NAT gateway will fail to launch. You can see the network border group for the subnet's AZ by viewing the details of the subnet. Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information about network border groups and EIPs, see Allocate an Elastic IP address in the Amazon VPC User Guide.


        This is a convenience which creates an instance of the CreateNatGatewayRequest.Builder avoiding the need to create one manually via CreateNatGatewayRequest.builder()

        Parameters:
        createNatGatewayRequest - A Consumer that will call methods on CreateNatGatewayRequest.Builder to create a request.
        Returns:
        Result of the CreateNatGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createNetworkAcl

        default CreateNetworkAclResponse createNetworkAcl​(CreateNetworkAclRequest createNetworkAclRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.

        For more information, see Network ACLs in the Amazon VPC User Guide.

        Parameters:
        createNetworkAclRequest -
        Returns:
        Result of the CreateNetworkAcl operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createNetworkAclEntry

        default CreateNetworkAclEntryResponse createNetworkAclEntry​(CreateNetworkAclEntryRequest createNetworkAclEntryRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules.

        We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.

        After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.

        For more information about network ACLs, see Network ACLs in the Amazon VPC User Guide.

        Parameters:
        createNetworkAclEntryRequest -
        Returns:
        Result of the CreateNetworkAclEntry operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createNetworkAclEntry

        default CreateNetworkAclEntryResponse createNetworkAclEntry​(Consumer<CreateNetworkAclEntryRequest.Builder> createNetworkAclEntryRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules.

        We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.

        After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.

        For more information about network ACLs, see Network ACLs in the Amazon VPC User Guide.


        This is a convenience which creates an instance of the CreateNetworkAclEntryRequest.Builder avoiding the need to create one manually via CreateNetworkAclEntryRequest.builder()

        Parameters:
        createNetworkAclEntryRequest - A Consumer that will call methods on CreateNetworkAclEntryRequest.Builder to create a request.
        Returns:
        Result of the CreateNetworkAclEntry operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createNetworkInterfacePermission

        default CreateNetworkInterfacePermissionResponse createNetworkInterfacePermission​(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest)
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.

        You can grant permission to a single Amazon Web Services account only, and only one account at a time.

        Parameters:
        createNetworkInterfacePermissionRequest - Contains the parameters for CreateNetworkInterfacePermission.
        Returns:
        Result of the CreateNetworkInterfacePermission operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createPlacementGroup

        default CreatePlacementGroupResponse createPlacementGroup​(CreatePlacementGroupRequest createPlacementGroupRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group.

        A cluster placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A spread placement group places instances on distinct hardware. A partition placement group places groups of instances in different partitions, where instances in one partition do not share the same hardware with instances in another partition.

        For more information, see Placement groups in the Amazon EC2 User Guide.

        Parameters:
        createPlacementGroupRequest -
        Returns:
        Result of the CreatePlacementGroup operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createPlacementGroup

        default CreatePlacementGroupResponse createPlacementGroup​(Consumer<CreatePlacementGroupRequest.Builder> createPlacementGroupRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group.

        A cluster placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A spread placement group places instances on distinct hardware. A partition placement group places groups of instances in different partitions, where instances in one partition do not share the same hardware with instances in another partition.

        For more information, see Placement groups in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the CreatePlacementGroupRequest.Builder avoiding the need to create one manually via CreatePlacementGroupRequest.builder()

        Parameters:
        createPlacementGroupRequest - A Consumer that will call methods on CreatePlacementGroupRequest.Builder to create a request.
        Returns:
        Result of the CreatePlacementGroup operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createPublicIpv4Pool

        default CreatePublicIpv4PoolResponse createPublicIpv4Pool​(CreatePublicIpv4PoolRequest createPublicIpv4PoolRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Creates a public IPv4 address pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only. To monitor the status of pool creation, use DescribePublicIpv4Pools.

        Parameters:
        createPublicIpv4PoolRequest -
        Returns:
        Result of the CreatePublicIpv4Pool operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createReplaceRootVolumeTask

        default CreateReplaceRootVolumeTaskResponse createReplaceRootVolumeTask​(CreateReplaceRootVolumeTaskRequest createReplaceRootVolumeTaskRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Replaces the EBS-backed root volume for a running instance with a new volume that is restored to the original root volume's launch state, that is restored to a specific snapshot taken from the original root volume, or that is restored from an AMI that has the same key characteristics as that of the instance.

        For more information, see Replace a root volume in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        createReplaceRootVolumeTaskRequest -
        Returns:
        Result of the CreateReplaceRootVolumeTask operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createReservedInstancesListing

        default CreateReservedInstancesListingResponse createReservedInstancesListing​(CreateReservedInstancesListingRequest createReservedInstancesListingRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the DescribeReservedInstances operation.

        Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold.

        The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

        To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the DescribeReservedInstancesListings operation.

        For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

        Parameters:
        createReservedInstancesListingRequest - Contains the parameters for CreateReservedInstancesListing.
        Returns:
        Result of the CreateReservedInstancesListing operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createReservedInstancesListing

        default CreateReservedInstancesListingResponse createReservedInstancesListing​(Consumer<CreateReservedInstancesListingRequest.Builder> createReservedInstancesListingRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the DescribeReservedInstances operation.

        Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold.

        The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

        To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the DescribeReservedInstancesListings operation.

        For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the CreateReservedInstancesListingRequest.Builder avoiding the need to create one manually via CreateReservedInstancesListingRequest.builder()

        Parameters:
        createReservedInstancesListingRequest - A Consumer that will call methods on CreateReservedInstancesListingRequest.Builder to create a request. Contains the parameters for CreateReservedInstancesListing.
        Returns:
        Result of the CreateReservedInstancesListing operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createRoute

        default CreateRouteResponse createRoute​(CreateRouteRequest createRouteRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Creates a route in a route table within a VPC.

        You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list.

        When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes:

        • 192.0.2.0/24 (goes to some target A)

        • 192.0.2.0/28 (goes to some target B)

        Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic.

        For more information about route tables, see Route tables in the Amazon VPC User Guide.

        Parameters:
        createRouteRequest -
        Returns:
        Result of the CreateRoute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createRoute

        default CreateRouteResponse createRoute​(Consumer<CreateRouteRequest.Builder> createRouteRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Creates a route in a route table within a VPC.

        You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list.

        When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes:

        • 192.0.2.0/24 (goes to some target A)

        • 192.0.2.0/28 (goes to some target B)

        Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic.

        For more information about route tables, see Route tables in the Amazon VPC User Guide.


        This is a convenience which creates an instance of the CreateRouteRequest.Builder avoiding the need to create one manually via CreateRouteRequest.builder()

        Parameters:
        createRouteRequest - A Consumer that will call methods on CreateRouteRequest.Builder to create a request.
        Returns:
        Result of the CreateRoute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createRouteTable

        default CreateRouteTableResponse createRouteTable​(CreateRouteTableRequest createRouteTableRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.

        For more information, see Route tables in the Amazon VPC User Guide.

        Parameters:
        createRouteTableRequest -
        Returns:
        Result of the CreateRouteTable operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createSecurityGroup

        default CreateSecurityGroupResponse createSecurityGroup​(CreateSecurityGroupRequest createSecurityGroupRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Creates a security group.

        A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 security groups in the Amazon Elastic Compute Cloud User Guide and Security groups for your VPC in the Amazon Virtual Private Cloud User Guide.

        When you create a security group, you specify a friendly name of your choice. You can't have two security groups for the same VPC with the same name.

        You have a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other.

        You can add or remove rules from your security groups using AuthorizeSecurityGroupIngress, AuthorizeSecurityGroupEgress, RevokeSecurityGroupIngress, and RevokeSecurityGroupEgress.

        For more information about VPC security group limits, see Amazon VPC Limits.

        Parameters:
        createSecurityGroupRequest -
        Returns:
        Result of the CreateSecurityGroup operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createSnapshot

        default CreateSnapshotResponse createSnapshot​(CreateSnapshotRequest createSnapshotRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.

        You can create snapshots of volumes in a Region and volumes on an Outpost. If you create a snapshot of a volume in a Region, the snapshot must be stored in the same Region as the volume. If you create a snapshot of a volume on an Outpost, the snapshot can be stored on the same Outpost as the volume, or in the Region for that Outpost.

        When a snapshot is created, any Amazon Web Services Marketplace product codes that are associated with the source volume are propagated to the snapshot.

        You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your Amazon EBS volume at the time the snapshot command is issued; this might exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is pending.

        When you create a snapshot for an EBS volume that serves as a root device, we recommend that you stop the instance before taking the snapshot.

        Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes and any associated snapshots always remain protected.

        You can tag your snapshots during creation. For more information, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

        For more information, see Amazon Elastic Block Store and Amazon EBS encryption in the Amazon EBS User Guide.

        Parameters:
        createSnapshotRequest -
        Returns:
        Result of the CreateSnapshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createSnapshot

        default CreateSnapshotResponse createSnapshot​(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.

        You can create snapshots of volumes in a Region and volumes on an Outpost. If you create a snapshot of a volume in a Region, the snapshot must be stored in the same Region as the volume. If you create a snapshot of a volume on an Outpost, the snapshot can be stored on the same Outpost as the volume, or in the Region for that Outpost.

        When a snapshot is created, any Amazon Web Services Marketplace product codes that are associated with the source volume are propagated to the snapshot.

        You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your Amazon EBS volume at the time the snapshot command is issued; this might exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is pending.

        When you create a snapshot for an EBS volume that serves as a root device, we recommend that you stop the instance before taking the snapshot.

        Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes and any associated snapshots always remain protected.

        You can tag your snapshots during creation. For more information, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

        For more information, see Amazon Elastic Block Store and Amazon EBS encryption in the Amazon EBS User Guide.


        This is a convenience which creates an instance of the CreateSnapshotRequest.Builder avoiding the need to create one manually via CreateSnapshotRequest.builder()

        Parameters:
        createSnapshotRequest - A Consumer that will call methods on CreateSnapshotRequest.Builder to create a request.
        Returns:
        Result of the CreateSnapshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createSnapshots

        default CreateSnapshotsResponse createSnapshots​(CreateSnapshotsRequest createSnapshotsRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance.

        You can include all of the volumes currently attached to the instance, or you can exclude the root volume or specific data (non-root) volumes from the multi-volume snapshot set.

        You can create multi-volume snapshots of instances in a Region and instances on an Outpost. If you create snapshots from an instance in a Region, the snapshots must be stored in the same Region as the instance. If you create snapshots from an instance on an Outpost, the snapshots can be stored on the same Outpost as the instance, or in the Region for that Outpost.

        Parameters:
        createSnapshotsRequest -
        Returns:
        Result of the CreateSnapshots operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createSnapshots

        default CreateSnapshotsResponse createSnapshots​(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance.

        You can include all of the volumes currently attached to the instance, or you can exclude the root volume or specific data (non-root) volumes from the multi-volume snapshot set.

        You can create multi-volume snapshots of instances in a Region and instances on an Outpost. If you create snapshots from an instance in a Region, the snapshots must be stored in the same Region as the instance. If you create snapshots from an instance on an Outpost, the snapshots can be stored on the same Outpost as the instance, or in the Region for that Outpost.


        This is a convenience which creates an instance of the CreateSnapshotsRequest.Builder avoiding the need to create one manually via CreateSnapshotsRequest.builder()

        Parameters:
        createSnapshotsRequest - A Consumer that will call methods on CreateSnapshotsRequest.Builder to create a request.
        Returns:
        Result of the CreateSnapshots operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createSpotDatafeedSubscription

        default CreateSpotDatafeedSubscriptionResponse createSpotDatafeedSubscription​(CreateSpotDatafeedSubscriptionRequest createSpotDatafeedSubscriptionRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per Amazon Web Services account. For more information, see Spot Instance data feed in the Amazon EC2 User Guide for Linux Instances.

        Parameters:
        createSpotDatafeedSubscriptionRequest - Contains the parameters for CreateSpotDatafeedSubscription.
        Returns:
        Result of the CreateSpotDatafeedSubscription operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createSubnet

        default CreateSubnetResponse createSubnet​(CreateSubnetRequest createSubnetRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block.

        A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block.

        The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use.

        If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it.

        If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle.

        When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available.

        For more information, see Subnets in the Amazon VPC User Guide.

        Parameters:
        createSubnetRequest -
        Returns:
        Result of the CreateSubnet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createSubnet

        default CreateSubnetResponse createSubnet​(Consumer<CreateSubnetRequest.Builder> createSubnetRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block.

        A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block.

        The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use.

        If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it.

        If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle.

        When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available.

        For more information, see Subnets in the Amazon VPC User Guide.


        This is a convenience which creates an instance of the CreateSubnetRequest.Builder avoiding the need to create one manually via CreateSubnetRequest.builder()

        Parameters:
        createSubnetRequest - A Consumer that will call methods on CreateSubnetRequest.Builder to create a request.
        Returns:
        Result of the CreateSubnet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createTags

        default CreateTagsResponse createTags​(CreateTagsRequest createTagsRequest)
                                       throws AwsServiceException,
                                              SdkClientException,
                                              Ec2Exception

        Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource.

        For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide. For more information about creating IAM policies that control users' access to resources based on tags, see Supported resource-level permissions for Amazon EC2 API actions in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        createTagsRequest -
        Returns:
        Result of the CreateTags operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createTrafficMirrorFilterRule

        default CreateTrafficMirrorFilterRuleResponse createTrafficMirrorFilterRule​(CreateTrafficMirrorFilterRuleRequest createTrafficMirrorFilterRuleRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Creates a Traffic Mirror filter rule.

        A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.

        You need the Traffic Mirror filter ID when you create the rule.

        Parameters:
        createTrafficMirrorFilterRuleRequest -
        Returns:
        Result of the CreateTrafficMirrorFilterRule operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createTrafficMirrorSession

        default CreateTrafficMirrorSessionResponse createTrafficMirrorSession​(CreateTrafficMirrorSessionRequest createTrafficMirrorSessionRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Creates a Traffic Mirror session.

        A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic.

        The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway.

        By default, no traffic is mirrored. Use CreateTrafficMirrorFilter to create filter rules that specify the traffic to mirror.

        Parameters:
        createTrafficMirrorSessionRequest -
        Returns:
        Result of the CreateTrafficMirrorSession operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createTrafficMirrorTarget

        default CreateTrafficMirrorTargetResponse createTrafficMirrorTarget​(CreateTrafficMirrorTargetRequest createTrafficMirrorTargetRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Creates a target for your Traffic Mirror session.

        A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.

        A Traffic Mirror target can be a network interface, a Network Load Balancer, or a Gateway Load Balancer endpoint.

        To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession.

        Parameters:
        createTrafficMirrorTargetRequest -
        Returns:
        Result of the CreateTrafficMirrorTarget operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createTransitGateway

        default CreateTransitGatewayResponse createTransitGateway​(CreateTransitGatewayRequest createTransitGatewayRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Creates a transit gateway.

        You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After the transit gateway enters the available state, you can attach your VPCs and VPN connections to the transit gateway.

        To attach your VPCs, use CreateTransitGatewayVpcAttachment.

        To attach a VPN connection, use CreateCustomerGateway to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to CreateVpnConnection.

        When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use CreateTransitGatewayRouteTable to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use EnableTransitGatewayRouteTablePropagation to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use AssociateTransitGatewayRouteTable to associate a resource attachment with a transit gateway route table.

        Parameters:
        createTransitGatewayRequest -
        Returns:
        Result of the CreateTransitGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createTransitGateway

        default CreateTransitGatewayResponse createTransitGateway()
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Creates a transit gateway.

        You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After the transit gateway enters the available state, you can attach your VPCs and VPN connections to the transit gateway.

        To attach your VPCs, use CreateTransitGatewayVpcAttachment.

        To attach a VPN connection, use CreateCustomerGateway to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to CreateVpnConnection.

        When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use CreateTransitGatewayRouteTable to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use EnableTransitGatewayRouteTablePropagation to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use AssociateTransitGatewayRouteTable to associate a resource attachment with a transit gateway route table.

        Returns:
        Result of the CreateTransitGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        createTransitGateway(CreateTransitGatewayRequest), AWS API Documentation
      • createTransitGatewayConnect

        default CreateTransitGatewayConnectResponse createTransitGatewayConnect​(CreateTransitGatewayConnectRequest createTransitGatewayConnectRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance.

        A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism.

        Parameters:
        createTransitGatewayConnectRequest -
        Returns:
        Result of the CreateTransitGatewayConnect operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createTransitGatewayConnectPeer

        default CreateTransitGatewayConnectPeerResponse createTransitGatewayConnectPeer​(CreateTransitGatewayConnectPeerRequest createTransitGatewayConnectPeerRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance.

        The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).

        For more information, see Connect peers in the Transit Gateways Guide.

        Parameters:
        createTransitGatewayConnectPeerRequest -
        Returns:
        Result of the CreateTransitGatewayConnectPeer operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createTransitGatewayPeeringAttachment

        default CreateTransitGatewayPeeringAttachmentResponse createTransitGatewayPeeringAttachment​(CreateTransitGatewayPeeringAttachmentRequest createTransitGatewayPeeringAttachmentRequest)
                                                                                             throws AwsServiceException,
                                                                                                    SdkClientException,
                                                                                                    Ec2Exception

        Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The peer transit gateway can be in your account or a different Amazon Web Services account.

        After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.

        Parameters:
        createTransitGatewayPeeringAttachmentRequest -
        Returns:
        Result of the CreateTransitGatewayPeeringAttachment operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createTransitGatewayVpcAttachment

        default CreateTransitGatewayVpcAttachmentResponse createTransitGatewayVpcAttachment​(CreateTransitGatewayVpcAttachmentRequest createTransitGatewayVpcAttachmentRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Attaches the specified VPC to the specified transit gateway.

        If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table.

        To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.

        Parameters:
        createTransitGatewayVpcAttachmentRequest -
        Returns:
        Result of the CreateTransitGatewayVpcAttachment operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVerifiedAccessEndpoint

        default CreateVerifiedAccessEndpointResponse createVerifiedAccessEndpoint​(CreateVerifiedAccessEndpointRequest createVerifiedAccessEndpointRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.

        Parameters:
        createVerifiedAccessEndpointRequest -
        Returns:
        Result of the CreateVerifiedAccessEndpoint operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVerifiedAccessGroup

        default CreateVerifiedAccessGroupResponse createVerifiedAccessGroup​(CreateVerifiedAccessGroupRequest createVerifiedAccessGroupRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements. Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.

        Parameters:
        createVerifiedAccessGroupRequest -
        Returns:
        Result of the CreateVerifiedAccessGroup operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVerifiedAccessInstance

        default CreateVerifiedAccessInstanceResponse createVerifiedAccessInstance​(CreateVerifiedAccessInstanceRequest createVerifiedAccessInstanceRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        An Amazon Web Services Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.

        Parameters:
        createVerifiedAccessInstanceRequest -
        Returns:
        Result of the CreateVerifiedAccessInstance operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVerifiedAccessTrustProvider

        default CreateVerifiedAccessTrustProviderResponse createVerifiedAccessTrustProvider​(CreateVerifiedAccessTrustProviderRequest createVerifiedAccessTrustProviderRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

        Parameters:
        createVerifiedAccessTrustProviderRequest -
        Returns:
        Result of the CreateVerifiedAccessTrustProvider operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVolume

        default CreateVolumeResponse createVolume​(CreateVolumeRequest createVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Creates an EBS volume that can be attached to an instance in the same Availability Zone.

        You can create a new empty volume or restore a volume from an EBS snapshot. Any Amazon Web Services Marketplace product codes from the snapshot are propagated to the volume.

        You can create encrypted volumes. Encrypted volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

        You can tag your volumes during creation. For more information, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

        For more information, see Create an Amazon EBS volume in the Amazon EBS User Guide.

        Parameters:
        createVolumeRequest -
        Returns:
        Result of the CreateVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVolume

        default CreateVolumeResponse createVolume​(Consumer<CreateVolumeRequest.Builder> createVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Creates an EBS volume that can be attached to an instance in the same Availability Zone.

        You can create a new empty volume or restore a volume from an EBS snapshot. Any Amazon Web Services Marketplace product codes from the snapshot are propagated to the volume.

        You can create encrypted volumes. Encrypted volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

        You can tag your volumes during creation. For more information, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

        For more information, see Create an Amazon EBS volume in the Amazon EBS User Guide.


        This is a convenience which creates an instance of the CreateVolumeRequest.Builder avoiding the need to create one manually via CreateVolumeRequest.builder()

        Parameters:
        createVolumeRequest - A Consumer that will call methods on CreateVolumeRequest.Builder to create a request.
        Returns:
        Result of the CreateVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpc

        default CreateVpcResponse createVpc​(CreateVpcRequest createVpcRequest)
                                     throws AwsServiceException,
                                            SdkClientException,
                                            Ec2Exception

        Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.

        You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).

        By default, each instance that you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP option sets in the Amazon VPC User Guide.

        You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon EC2 User Guide.

        Parameters:
        createVpcRequest -
        Returns:
        Result of the CreateVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpc

        default CreateVpcResponse createVpc​(Consumer<CreateVpcRequest.Builder> createVpcRequest)
                                     throws AwsServiceException,
                                            SdkClientException,
                                            Ec2Exception

        Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.

        You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).

        By default, each instance that you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP option sets in the Amazon VPC User Guide.

        You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the CreateVpcRequest.Builder avoiding the need to create one manually via CreateVpcRequest.builder()

        Parameters:
        createVpcRequest - A Consumer that will call methods on CreateVpcRequest.Builder to create a request.
        Returns:
        Result of the CreateVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpcEndpoint

        default CreateVpcEndpointResponse createVpcEndpoint​(CreateVpcEndpointRequest createVpcEndpointRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Creates a VPC endpoint. A VPC endpoint provides a private connection between the specified VPC and the specified endpoint service. You can use an endpoint service provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see the Amazon Web Services PrivateLink User Guide.

        Parameters:
        createVpcEndpointRequest -
        Returns:
        Result of the CreateVpcEndpoint operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpcEndpointConnectionNotification

        default CreateVpcEndpointConnectionNotificationResponse createVpcEndpointConnectionNotification​(CreateVpcEndpointConnectionNotificationRequest createVpcEndpointConnectionNotificationRequest)
                                                                                                 throws AwsServiceException,
                                                                                                        SdkClientException,
                                                                                                        Ec2Exception

        Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

        You can create a connection notification for interface endpoints only.

        Parameters:
        createVpcEndpointConnectionNotificationRequest -
        Returns:
        Result of the CreateVpcEndpointConnectionNotification operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpcEndpointServiceConfiguration

        default CreateVpcEndpointServiceConfigurationResponse createVpcEndpointServiceConfiguration​(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest)
                                                                                             throws AwsServiceException,
                                                                                                    SdkClientException,
                                                                                                    Ec2Exception

        Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.

        Before you create an endpoint service, you must create one of the following for your service:

        If you set the private DNS name, you must prove that you own the private DNS domain name.

        For more information, see the Amazon Web Services PrivateLink Guide.

        Parameters:
        createVpcEndpointServiceConfigurationRequest -
        Returns:
        Result of the CreateVpcEndpointServiceConfiguration operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpcPeeringConnection

        default CreateVpcPeeringConnectionResponse createVpcPeeringConnection​(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another Amazon Web Services account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks.

        Limitations and rules apply to a VPC peering connection. For more information, see the limitations section in the VPC Peering Guide.

        The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected.

        If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.

        Parameters:
        createVpcPeeringConnectionRequest -
        Returns:
        Result of the CreateVpcPeeringConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpcPeeringConnection

        default CreateVpcPeeringConnectionResponse createVpcPeeringConnection​(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another Amazon Web Services account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks.

        Limitations and rules apply to a VPC peering connection. For more information, see the limitations section in the VPC Peering Guide.

        The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected.

        If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.


        This is a convenience which creates an instance of the CreateVpcPeeringConnectionRequest.Builder avoiding the need to create one manually via CreateVpcPeeringConnectionRequest.builder()

        Parameters:
        createVpcPeeringConnectionRequest - A Consumer that will call methods on CreateVpcPeeringConnectionRequest.Builder to create a request.
        Returns:
        Result of the CreateVpcPeeringConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpnConnection

        default CreateVpnConnectionResponse createVpnConnection​(CreateVpnConnectionRequest createVpnConnectionRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway. The supported connection type is ipsec.1.

        The response includes information that you need to give to your network administrator to configure your customer gateway.

        We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway device.

        If you decide to shut down your VPN connection for any reason and later create a new VPN connection, you must reconfigure your customer gateway with the new information returned from this call.

        This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.

        For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

        Parameters:
        createVpnConnectionRequest - Contains the parameters for CreateVpnConnection.
        Returns:
        Result of the CreateVpnConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpnConnection

        default CreateVpnConnectionResponse createVpnConnection​(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway. The supported connection type is ipsec.1.

        The response includes information that you need to give to your network administrator to configure your customer gateway.

        We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway device.

        If you decide to shut down your VPN connection for any reason and later create a new VPN connection, you must reconfigure your customer gateway with the new information returned from this call.

        This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.

        For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.


        This is a convenience which creates an instance of the CreateVpnConnectionRequest.Builder avoiding the need to create one manually via CreateVpnConnectionRequest.builder()

        Parameters:
        createVpnConnectionRequest - A Consumer that will call methods on CreateVpnConnectionRequest.Builder to create a request. Contains the parameters for CreateVpnConnection.
        Returns:
        Result of the CreateVpnConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpnConnectionRoute

        default CreateVpnConnectionRouteResponse createVpnConnectionRoute​(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

        For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

        Parameters:
        createVpnConnectionRouteRequest - Contains the parameters for CreateVpnConnectionRoute.
        Returns:
        Result of the CreateVpnConnectionRoute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • createVpnGateway

        default CreateVpnGatewayResponse createVpnGateway​(CreateVpnGatewayRequest createVpnGatewayRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself.

        For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

        Parameters:
        createVpnGatewayRequest - Contains the parameters for CreateVpnGateway.
        Returns:
        Result of the CreateVpnGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteCarrierGateway

        default DeleteCarrierGatewayResponse deleteCarrierGateway​(DeleteCarrierGatewayRequest deleteCarrierGatewayRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Deletes a carrier gateway.

        If you do not delete the route that contains the carrier gateway as the Target, the route is a blackhole route. For information about how to delete a route, see DeleteRoute.

        Parameters:
        deleteCarrierGatewayRequest -
        Returns:
        Result of the DeleteCarrierGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteClientVpnEndpoint

        default DeleteClientVpnEndpointResponse deleteClientVpnEndpoint​(DeleteClientVpnEndpointRequest deleteClientVpnEndpointRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Deletes the specified Client VPN endpoint. You must disassociate all target networks before you can delete a Client VPN endpoint.

        Parameters:
        deleteClientVpnEndpointRequest -
        Returns:
        Result of the DeleteClientVpnEndpoint operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteClientVpnRoute

        default DeleteClientVpnRouteResponse deleteClientVpnRoute​(DeleteClientVpnRouteRequest deleteClientVpnRouteRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the CreateClientVpnRoute action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.

        Parameters:
        deleteClientVpnRouteRequest -
        Returns:
        Result of the DeleteClientVpnRoute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteCustomerGateway

        default DeleteCustomerGatewayResponse deleteCustomerGateway​(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.

        Parameters:
        deleteCustomerGatewayRequest - Contains the parameters for DeleteCustomerGateway.
        Returns:
        Result of the DeleteCustomerGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteDhcpOptions

        default DeleteDhcpOptionsResponse deleteDhcpOptions​(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.

        Parameters:
        deleteDhcpOptionsRequest -
        Returns:
        Result of the DeleteDhcpOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteFleets

        default DeleteFleetsResponse deleteFleets​(DeleteFleetsRequest deleteFleetsRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Deletes the specified EC2 Fleets.

        After you delete an EC2 Fleet, it launches no new instances.

        You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually.

        For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported.

        Restrictions

        • You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request.

        • Up to 1000 instances can be terminated in a single request to delete instant fleets.

        For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.

        Parameters:
        deleteFleetsRequest -
        Returns:
        Result of the DeleteFleets operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteFleets

        default DeleteFleetsResponse deleteFleets​(Consumer<DeleteFleetsRequest.Builder> deleteFleetsRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Deletes the specified EC2 Fleets.

        After you delete an EC2 Fleet, it launches no new instances.

        You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually.

        For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported.

        Restrictions

        • You can delete up to 25 instant fleets in a single request. If you exceed this number, no instant fleets are deleted and an error is returned. There is no restriction on the number of fleets of type maintain or request that can be deleted in a single request.

        • Up to 1000 instances can be terminated in a single request to delete instant fleets.

        For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the DeleteFleetsRequest.Builder avoiding the need to create one manually via DeleteFleetsRequest.builder()

        Parameters:
        deleteFleetsRequest - A Consumer that will call methods on DeleteFleetsRequest.Builder to create a request.
        Returns:
        Result of the DeleteFleets operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteInternetGateway

        default DeleteInternetGatewayResponse deleteInternetGateway​(DeleteInternetGatewayRequest deleteInternetGatewayRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Deletes the specified internet gateway. You must detach the internet gateway from the VPC before you can delete it.

        Parameters:
        deleteInternetGatewayRequest -
        Returns:
        Result of the DeleteInternetGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteIpam

        default DeleteIpamResponse deleteIpam​(DeleteIpamRequest deleteIpamRequest)
                                       throws AwsServiceException,
                                              SdkClientException,
                                              Ec2Exception

        Delete an IPAM. Deleting an IPAM removes all monitored data associated with the IPAM including the historical data for CIDRs.

        For more information, see Delete an IPAM in the Amazon VPC IPAM User Guide.

        Parameters:
        deleteIpamRequest -
        Returns:
        Result of the DeleteIpam operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteIpamResourceDiscovery

        default DeleteIpamResourceDiscoveryResponse deleteIpamResourceDiscovery​(DeleteIpamResourceDiscoveryRequest deleteIpamResourceDiscoveryRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

        Parameters:
        deleteIpamResourceDiscoveryRequest -
        Returns:
        Result of the DeleteIpamResourceDiscovery operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteLaunchTemplateVersions

        default DeleteLaunchTemplateVersionsResponse deleteLaunchTemplateVersions​(DeleteLaunchTemplateVersionsRequest deleteLaunchTemplateVersionsRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Deletes one or more versions of a launch template.

        You can't delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using DeleteLaunchTemplate.

        You can delete up to 200 launch template versions in a single request. To delete more than 200 versions in a single request, use DeleteLaunchTemplate, which deletes the launch template and all of its versions.

        For more information, see Delete a launch template version in the EC2 User Guide.

        Parameters:
        deleteLaunchTemplateVersionsRequest -
        Returns:
        Result of the DeleteLaunchTemplateVersions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteNatGateway

        default DeleteNatGatewayResponse deleteNatGateway​(DeleteNatGatewayRequest deleteNatGatewayRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Deletes the specified NAT gateway. Deleting a public NAT gateway disassociates its Elastic IP address, but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway routes in your route tables.

        Parameters:
        deleteNatGatewayRequest -
        Returns:
        Result of the DeleteNatGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteNetworkAcl

        default DeleteNetworkAclResponse deleteNetworkAcl​(DeleteNetworkAclRequest deleteNetworkAclRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.

        Parameters:
        deleteNetworkAclRequest -
        Returns:
        Result of the DeleteNetworkAcl operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteNetworkInterface

        default DeleteNetworkInterfaceResponse deleteNetworkInterface​(DeleteNetworkInterfaceRequest deleteNetworkInterfaceRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Deletes the specified network interface. You must detach the network interface before you can delete it.

        Parameters:
        deleteNetworkInterfaceRequest - Contains the parameters for DeleteNetworkInterface.
        Returns:
        Result of the DeleteNetworkInterface operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteNetworkInterfacePermission

        default DeleteNetworkInterfacePermissionResponse deleteNetworkInterfacePermission​(DeleteNetworkInterfacePermissionRequest deleteNetworkInterfacePermissionRequest)
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        Deletes a permission for a network interface. By default, you cannot delete the permission if the account for which you're removing the permission has attached the network interface to an instance. However, you can force delete the permission, regardless of any attachment.

        Parameters:
        deleteNetworkInterfacePermissionRequest - Contains the parameters for DeleteNetworkInterfacePermission.
        Returns:
        Result of the DeleteNetworkInterfacePermission operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deletePlacementGroup

        default DeletePlacementGroupResponse deletePlacementGroup​(DeletePlacementGroupRequest deletePlacementGroupRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information, see Placement groups in the Amazon EC2 User Guide.

        Parameters:
        deletePlacementGroupRequest -
        Returns:
        Result of the DeletePlacementGroup operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deletePublicIpv4Pool

        default DeletePublicIpv4PoolResponse deletePublicIpv4Pool​(DeletePublicIpv4PoolRequest deletePublicIpv4PoolRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Delete a public IPv4 pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only.

        Parameters:
        deletePublicIpv4PoolRequest -
        Returns:
        Result of the DeletePublicIpv4Pool operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteRouteTable

        default DeleteRouteTableResponse deleteRouteTable​(DeleteRouteTableRequest deleteRouteTableRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table.

        Parameters:
        deleteRouteTableRequest -
        Returns:
        Result of the DeleteRouteTable operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteSecurityGroup

        default DeleteSecurityGroupResponse deleteSecurityGroup​(DeleteSecurityGroupRequest deleteSecurityGroupRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Deletes a security group.

        If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with DependencyViolation.

        Parameters:
        deleteSecurityGroupRequest -
        Returns:
        Result of the DeleteSecurityGroup operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteSnapshot

        default DeleteSnapshotResponse deleteSnapshot​(DeleteSnapshotRequest deleteSnapshotRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Deletes the specified snapshot.

        When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume.

        You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.

        For more information, see Delete an Amazon EBS snapshot in the Amazon EBS User Guide.

        Parameters:
        deleteSnapshotRequest -
        Returns:
        Result of the DeleteSnapshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteSnapshot

        default DeleteSnapshotResponse deleteSnapshot​(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Deletes the specified snapshot.

        When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume.

        You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.

        For more information, see Delete an Amazon EBS snapshot in the Amazon EBS User Guide.


        This is a convenience which creates an instance of the DeleteSnapshotRequest.Builder avoiding the need to create one manually via DeleteSnapshotRequest.builder()

        Parameters:
        deleteSnapshotRequest - A Consumer that will call methods on DeleteSnapshotRequest.Builder to create a request.
        Returns:
        Result of the DeleteSnapshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteSubnet

        default DeleteSubnetResponse deleteSubnet​(DeleteSubnetRequest deleteSubnetRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.

        Parameters:
        deleteSubnetRequest -
        Returns:
        Result of the DeleteSubnet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteTrafficMirrorFilter

        default DeleteTrafficMirrorFilterResponse deleteTrafficMirrorFilter​(DeleteTrafficMirrorFilterRequest deleteTrafficMirrorFilterRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Deletes the specified Traffic Mirror filter.

        You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.

        Parameters:
        deleteTrafficMirrorFilterRequest -
        Returns:
        Result of the DeleteTrafficMirrorFilter operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteTrafficMirrorTarget

        default DeleteTrafficMirrorTargetResponse deleteTrafficMirrorTarget​(DeleteTrafficMirrorTargetRequest deleteTrafficMirrorTargetRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Deletes the specified Traffic Mirror target.

        You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.

        Parameters:
        deleteTrafficMirrorTargetRequest -
        Returns:
        Result of the DeleteTrafficMirrorTarget operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteTransitGatewayRouteTable

        default DeleteTransitGatewayRouteTableResponse deleteTransitGatewayRouteTable​(DeleteTransitGatewayRouteTableRequest deleteTransitGatewayRouteTableRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.

        Parameters:
        deleteTransitGatewayRouteTableRequest -
        Returns:
        Result of the DeleteTransitGatewayRouteTable operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVolume

        default DeleteVolumeResponse deleteVolume​(DeleteVolumeRequest deleteVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Deletes the specified EBS volume. The volume must be in the available state (not attached to an instance).

        The volume can remain in the deleting state for several minutes.

        For more information, see Delete an Amazon EBS volume in the Amazon EBS User Guide.

        Parameters:
        deleteVolumeRequest -
        Returns:
        Result of the DeleteVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVpc

        default DeleteVpcResponse deleteVpc​(DeleteVpcRequest deleteVpcRequest)
                                     throws AwsServiceException,
                                            SdkClientException,
                                            Ec2Exception

        Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on. When you delete the VPC, it deletes the VPC's default security group, network ACL, and route table.

        Parameters:
        deleteVpcRequest -
        Returns:
        Result of the DeleteVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVpc

        default DeleteVpcResponse deleteVpc​(Consumer<DeleteVpcRequest.Builder> deleteVpcRequest)
                                     throws AwsServiceException,
                                            SdkClientException,
                                            Ec2Exception

        Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on. When you delete the VPC, it deletes the VPC's default security group, network ACL, and route table.


        This is a convenience which creates an instance of the DeleteVpcRequest.Builder avoiding the need to create one manually via DeleteVpcRequest.builder()

        Parameters:
        deleteVpcRequest - A Consumer that will call methods on DeleteVpcRequest.Builder to create a request.
        Returns:
        Result of the DeleteVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVpcEndpointServiceConfigurations

        default DeleteVpcEndpointServiceConfigurationsResponse deleteVpcEndpointServiceConfigurations​(DeleteVpcEndpointServiceConfigurationsRequest deleteVpcEndpointServiceConfigurationsRequest)
                                                                                               throws AwsServiceException,
                                                                                                      SdkClientException,
                                                                                                      Ec2Exception

        Deletes the specified VPC endpoint service configurations. Before you can delete an endpoint service configuration, you must reject any Available or PendingAcceptance interface endpoint connections that are attached to the service.

        Parameters:
        deleteVpcEndpointServiceConfigurationsRequest -
        Returns:
        Result of the DeleteVpcEndpointServiceConfigurations operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVpcEndpoints

        default DeleteVpcEndpointsResponse deleteVpcEndpoints​(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest)
                                                       throws AwsServiceException,
                                                              SdkClientException,
                                                              Ec2Exception

        Deletes the specified VPC endpoints.

        When you delete a gateway endpoint, we delete the endpoint routes in the route tables for the endpoint.

        When you delete a Gateway Load Balancer endpoint, we delete its endpoint network interfaces. You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted.

        When you delete an interface endpoint, we delete its endpoint network interfaces.

        Parameters:
        deleteVpcEndpointsRequest -
        Returns:
        Result of the DeleteVpcEndpoints operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVpcPeeringConnection

        default DeleteVpcPeeringConnectionResponse deleteVpcPeeringConnection​(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state. You cannot delete a VPC peering connection that's in the failed or rejected state.

        Parameters:
        deleteVpcPeeringConnectionRequest -
        Returns:
        Result of the DeleteVpcPeeringConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVpnConnection

        default DeleteVpnConnectionResponse deleteVpnConnection​(DeleteVpnConnectionRequest deleteVpnConnectionRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Deletes the specified VPN connection.

        If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway device using the new configuration information returned with the new VPN connection ID.

        For certificate-based authentication, delete all Certificate Manager (ACM) private certificates used for the Amazon Web Services-side tunnel endpoints for the VPN connection before deleting the VPN connection.

        Parameters:
        deleteVpnConnectionRequest - Contains the parameters for DeleteVpnConnection.
        Returns:
        Result of the DeleteVpnConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVpnConnection

        default DeleteVpnConnectionResponse deleteVpnConnection​(Consumer<DeleteVpnConnectionRequest.Builder> deleteVpnConnectionRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Deletes the specified VPN connection.

        If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway device using the new configuration information returned with the new VPN connection ID.

        For certificate-based authentication, delete all Certificate Manager (ACM) private certificates used for the Amazon Web Services-side tunnel endpoints for the VPN connection before deleting the VPN connection.


        This is a convenience which creates an instance of the DeleteVpnConnectionRequest.Builder avoiding the need to create one manually via DeleteVpnConnectionRequest.builder()

        Parameters:
        deleteVpnConnectionRequest - A Consumer that will call methods on DeleteVpnConnectionRequest.Builder to create a request. Contains the parameters for DeleteVpnConnection.
        Returns:
        Result of the DeleteVpnConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVpnConnectionRoute

        default DeleteVpnConnectionRouteResponse deleteVpnConnectionRoute​(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

        Parameters:
        deleteVpnConnectionRouteRequest - Contains the parameters for DeleteVpnConnectionRoute.
        Returns:
        Result of the DeleteVpnConnectionRoute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deleteVpnGateway

        default DeleteVpnGatewayResponse deleteVpnGateway​(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Deletes the specified virtual private gateway. You must first detach the virtual private gateway from the VPC. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

        Parameters:
        deleteVpnGatewayRequest - Contains the parameters for DeleteVpnGateway.
        Returns:
        Result of the DeleteVpnGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deprovisionByoipCidr

        default DeprovisionByoipCidrResponse deprovisionByoipCidr​(DeprovisionByoipCidrRequest deprovisionByoipCidrRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.

        Before you can release an address range, you must stop advertising it using WithdrawByoipCidr and you must not have any IP addresses allocated from its address range.

        Parameters:
        deprovisionByoipCidrRequest -
        Returns:
        Result of the DeprovisionByoipCidr operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deprovisionIpamPoolCidr

        default DeprovisionIpamPoolCidrResponse deprovisionIpamPoolCidr​(DeprovisionIpamPoolCidrRequest deprovisionIpamPoolCidrRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see Deprovision pool CIDRs in the Amazon VPC IPAM User Guide.

        Parameters:
        deprovisionIpamPoolCidrRequest -
        Returns:
        Result of the DeprovisionIpamPoolCidr operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deregisterImage

        default DeregisterImageResponse deregisterImage​(DeregisterImageRequest deregisterImageRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances.

        If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained in the Recycle Bin for the specified retention period. For more information, see Recycle Bin in the Amazon EC2 User Guide.

        When you deregister an AMI, it doesn't affect any instances that you've already launched from the AMI. You'll continue to incur usage costs for those instances until you terminate them.

        When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn't affect the files that you uploaded to Amazon S3 when you created the AMI.

        Parameters:
        deregisterImageRequest - Contains the parameters for DeregisterImage.
        Returns:
        Result of the DeregisterImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • deregisterImage

        default DeregisterImageResponse deregisterImage​(Consumer<DeregisterImageRequest.Builder> deregisterImageRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances.

        If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained in the Recycle Bin for the specified retention period. For more information, see Recycle Bin in the Amazon EC2 User Guide.

        When you deregister an AMI, it doesn't affect any instances that you've already launched from the AMI. You'll continue to incur usage costs for those instances until you terminate them.

        When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn't affect the files that you uploaded to Amazon S3 when you created the AMI.


        This is a convenience which creates an instance of the DeregisterImageRequest.Builder avoiding the need to create one manually via DeregisterImageRequest.builder()

        Parameters:
        deregisterImageRequest - A Consumer that will call methods on DeregisterImageRequest.Builder to create a request. Contains the parameters for DeregisterImage.
        Returns:
        Result of the DeregisterImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAccountAttributes

        default DescribeAccountAttributesResponse describeAccountAttributes​(DescribeAccountAttributesRequest describeAccountAttributesRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes attributes of your Amazon Web Services account. The following are the supported account attributes:

        • default-vpc: The ID of the default VPC for your account, or none.

        • max-instances: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see On-Demand Instance Limits in the Amazon Elastic Compute Cloud User Guide.

        • max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate.

        • supported-platforms: This attribute is deprecated.

        • vpc-max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate.

        • vpc-max-security-groups-per-interface: The maximum number of security groups that you can assign to a network interface.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeAccountAttributesRequest -
        Returns:
        Result of the DescribeAccountAttributes operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAccountAttributes

        default DescribeAccountAttributesResponse describeAccountAttributes​(Consumer<DescribeAccountAttributesRequest.Builder> describeAccountAttributesRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes attributes of your Amazon Web Services account. The following are the supported account attributes:

        • default-vpc: The ID of the default VPC for your account, or none.

        • max-instances: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see On-Demand Instance Limits in the Amazon Elastic Compute Cloud User Guide.

        • max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate.

        • supported-platforms: This attribute is deprecated.

        • vpc-max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate.

        • vpc-max-security-groups-per-interface: The maximum number of security groups that you can assign to a network interface.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.


        This is a convenience which creates an instance of the DescribeAccountAttributesRequest.Builder avoiding the need to create one manually via DescribeAccountAttributesRequest.builder()

        Parameters:
        describeAccountAttributesRequest - A Consumer that will call methods on DescribeAccountAttributesRequest.Builder to create a request.
        Returns:
        Result of the DescribeAccountAttributes operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAccountAttributes

        default DescribeAccountAttributesResponse describeAccountAttributes()
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes attributes of your Amazon Web Services account. The following are the supported account attributes:

        • default-vpc: The ID of the default VPC for your account, or none.

        • max-instances: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see On-Demand Instance Limits in the Amazon Elastic Compute Cloud User Guide.

        • max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate.

        • supported-platforms: This attribute is deprecated.

        • vpc-max-elastic-ips: The maximum number of Elastic IP addresses that you can allocate.

        • vpc-max-security-groups-per-interface: The maximum number of security groups that you can assign to a network interface.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeAccountAttributes operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeAccountAttributes(DescribeAccountAttributesRequest), AWS API Documentation
      • describeAddressTransfers

        default DescribeAddressTransfersResponse describeAddressTransfers​(DescribeAddressTransfersRequest describeAddressTransfersRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

        When you transfer an Elastic IP address, there is a two-step handshake between the source and transfer Amazon Web Services accounts. When the source account starts the transfer, the transfer account has seven days to accept the Elastic IP address transfer. During those seven days, the source account can view the pending transfer by using this action. After seven days, the transfer expires and ownership of the Elastic IP address returns to the source account. Accepted transfers are visible to the source account for three days after the transfers have been accepted.

        Parameters:
        describeAddressTransfersRequest -
        Returns:
        Result of the DescribeAddressTransfers operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAddressTransfers

        default DescribeAddressTransfersResponse describeAddressTransfers​(Consumer<DescribeAddressTransfersRequest.Builder> describeAddressTransfersRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

        When you transfer an Elastic IP address, there is a two-step handshake between the source and transfer Amazon Web Services accounts. When the source account starts the transfer, the transfer account has seven days to accept the Elastic IP address transfer. During those seven days, the source account can view the pending transfer by using this action. After seven days, the transfer expires and ownership of the Elastic IP address returns to the source account. Accepted transfers are visible to the source account for three days after the transfers have been accepted.


        This is a convenience which creates an instance of the DescribeAddressTransfersRequest.Builder avoiding the need to create one manually via DescribeAddressTransfersRequest.builder()

        Parameters:
        describeAddressTransfersRequest - A Consumer that will call methods on DescribeAddressTransfersRequest.Builder to create a request.
        Returns:
        Result of the DescribeAddressTransfers operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAddressTransfersPaginator

        default DescribeAddressTransfersIterable describeAddressTransfersPaginator​(DescribeAddressTransfersRequest describeAddressTransfersRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeAddressTransfers(software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersIterable responses = client.describeAddressTransfersPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersIterable responses = client
                     .describeAddressTransfersPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersIterable responses = client.describeAddressTransfersPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeAddressTransfers(software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersRequest) operation.

        Parameters:
        describeAddressTransfersRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAddressTransfersPaginator

        default DescribeAddressTransfersIterable describeAddressTransfersPaginator​(Consumer<DescribeAddressTransfersRequest.Builder> describeAddressTransfersRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeAddressTransfers(software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersIterable responses = client.describeAddressTransfersPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersIterable responses = client
                     .describeAddressTransfersPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersIterable responses = client.describeAddressTransfersPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeAddressTransfers(software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersRequest) operation.


        This is a convenience which creates an instance of the DescribeAddressTransfersRequest.Builder avoiding the need to create one manually via DescribeAddressTransfersRequest.builder()

        Parameters:
        describeAddressTransfersRequest - A Consumer that will call methods on DescribeAddressTransfersRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAddressesAttributePaginator

        default DescribeAddressesAttributeIterable describeAddressesAttributePaginator​(DescribeAddressesAttributeRequest describeAddressesAttributeRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeAddressesAttribute(software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributeIterable responses = client.describeAddressesAttributePaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributeIterable responses = client
                     .describeAddressesAttributePaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributeIterable responses = client.describeAddressesAttributePaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeAddressesAttribute(software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeRequest) operation.

        Parameters:
        describeAddressesAttributeRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAddressesAttributePaginator

        default DescribeAddressesAttributeIterable describeAddressesAttributePaginator​(Consumer<DescribeAddressesAttributeRequest.Builder> describeAddressesAttributeRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeAddressesAttribute(software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributeIterable responses = client.describeAddressesAttributePaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributeIterable responses = client
                     .describeAddressesAttributePaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributeIterable responses = client.describeAddressesAttributePaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeAddressesAttribute(software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeRequest) operation.


        This is a convenience which creates an instance of the DescribeAddressesAttributeRequest.Builder avoiding the need to create one manually via DescribeAddressesAttributeRequest.builder()

        Parameters:
        describeAddressesAttributeRequest - A Consumer that will call methods on DescribeAddressesAttributeRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAggregateIdFormat

        default DescribeAggregateIdFormatResponse describeAggregateIdFormat​(DescribeAggregateIdFormatRequest describeAggregateIdFormatRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs).

        This request only returns information about resource types that support longer IDs.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        Parameters:
        describeAggregateIdFormatRequest -
        Returns:
        Result of the DescribeAggregateIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAggregateIdFormat

        default DescribeAggregateIdFormatResponse describeAggregateIdFormat​(Consumer<DescribeAggregateIdFormatRequest.Builder> describeAggregateIdFormatRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs).

        This request only returns information about resource types that support longer IDs.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.


        This is a convenience which creates an instance of the DescribeAggregateIdFormatRequest.Builder avoiding the need to create one manually via DescribeAggregateIdFormatRequest.builder()

        Parameters:
        describeAggregateIdFormatRequest - A Consumer that will call methods on DescribeAggregateIdFormatRequest.Builder to create a request.
        Returns:
        Result of the DescribeAggregateIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAggregateIdFormat

        default DescribeAggregateIdFormatResponse describeAggregateIdFormat()
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs).

        This request only returns information about resource types that support longer IDs.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        Returns:
        Result of the DescribeAggregateIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeAggregateIdFormat(DescribeAggregateIdFormatRequest), AWS API Documentation
      • describeAvailabilityZones

        default DescribeAvailabilityZonesResponse describeAvailabilityZones​(DescribeAvailabilityZonesRequest describeAvailabilityZonesRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone.

        For more information about Availability Zones, Local Zones, and Wavelength Zones, see Regions and zones in the Amazon Elastic Compute Cloud User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeAvailabilityZonesRequest -
        Returns:
        Result of the DescribeAvailabilityZones operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeAvailabilityZones

        default DescribeAvailabilityZonesResponse describeAvailabilityZones()
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone.

        For more information about Availability Zones, Local Zones, and Wavelength Zones, see Regions and zones in the Amazon Elastic Compute Cloud User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeAvailabilityZones operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeAvailabilityZones(DescribeAvailabilityZonesRequest), AWS API Documentation
      • describeAwsNetworkPerformanceMetricSubscriptionsPaginator

        default DescribeAwsNetworkPerformanceMetricSubscriptionsIterable describeAwsNetworkPerformanceMetricSubscriptionsPaginator​(DescribeAwsNetworkPerformanceMetricSubscriptionsRequest describeAwsNetworkPerformanceMetricSubscriptionsRequest)
                                                                                                                            throws AwsServiceException,
                                                                                                                                   SdkClientException,
                                                                                                                                   Ec2Exception

        This is a variant of describeAwsNetworkPerformanceMetricSubscriptions(software.amazon.awssdk.services.ec2.model.DescribeAwsNetworkPerformanceMetricSubscriptionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAwsNetworkPerformanceMetricSubscriptionsIterable responses = client.describeAwsNetworkPerformanceMetricSubscriptionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeAwsNetworkPerformanceMetricSubscriptionsIterable responses = client
                     .describeAwsNetworkPerformanceMetricSubscriptionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeAwsNetworkPerformanceMetricSubscriptionsIterable responses = client.describeAwsNetworkPerformanceMetricSubscriptionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeAwsNetworkPerformanceMetricSubscriptions(software.amazon.awssdk.services.ec2.model.DescribeAwsNetworkPerformanceMetricSubscriptionsRequest) operation.

        Parameters:
        describeAwsNetworkPerformanceMetricSubscriptionsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeBundleTasks

        default DescribeBundleTasksResponse describeBundleTasks​(DescribeBundleTasksRequest describeBundleTasksRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Describes the specified bundle tasks or all of your bundle tasks.

        Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeBundleTasksRequest -
        Returns:
        Result of the DescribeBundleTasks operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeBundleTasks

        default DescribeBundleTasksResponse describeBundleTasks​(Consumer<DescribeBundleTasksRequest.Builder> describeBundleTasksRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Describes the specified bundle tasks or all of your bundle tasks.

        Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.


        This is a convenience which creates an instance of the DescribeBundleTasksRequest.Builder avoiding the need to create one manually via DescribeBundleTasksRequest.builder()

        Parameters:
        describeBundleTasksRequest - A Consumer that will call methods on DescribeBundleTasksRequest.Builder to create a request.
        Returns:
        Result of the DescribeBundleTasks operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeBundleTasks

        default DescribeBundleTasksResponse describeBundleTasks()
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Describes the specified bundle tasks or all of your bundle tasks.

        Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeBundleTasks operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeBundleTasks(DescribeBundleTasksRequest), AWS API Documentation
      • describeByoipCidrsPaginator

        default DescribeByoipCidrsIterable describeByoipCidrsPaginator​(DescribeByoipCidrsRequest describeByoipCidrsRequest)
                                                                throws AwsServiceException,
                                                                       SdkClientException,
                                                                       Ec2Exception

        This is a variant of describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client.describeByoipCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client
                     .describeByoipCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client.describeByoipCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest) operation.

        Parameters:
        describeByoipCidrsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeByoipCidrsPaginator

        default DescribeByoipCidrsIterable describeByoipCidrsPaginator​(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest)
                                                                throws AwsServiceException,
                                                                       SdkClientException,
                                                                       Ec2Exception

        This is a variant of describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client.describeByoipCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client
                     .describeByoipCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client.describeByoipCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest) operation.


        This is a convenience which creates an instance of the DescribeByoipCidrsRequest.Builder avoiding the need to create one manually via DescribeByoipCidrsRequest.builder()

        Parameters:
        describeByoipCidrsRequest - A Consumer that will call methods on DescribeByoipCidrsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCapacityBlockOfferings

        default DescribeCapacityBlockOfferingsResponse describeCapacityBlockOfferings​(DescribeCapacityBlockOfferingsRequest describeCapacityBlockOfferingsRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a specific instance type for a period of time.

        Parameters:
        describeCapacityBlockOfferingsRequest -
        Returns:
        Result of the DescribeCapacityBlockOfferings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCapacityBlockOfferingsPaginator

        default DescribeCapacityBlockOfferingsIterable describeCapacityBlockOfferingsPaginator​(DescribeCapacityBlockOfferingsRequest describeCapacityBlockOfferingsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeCapacityBlockOfferings(software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsIterable responses = client.describeCapacityBlockOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsIterable responses = client
                     .describeCapacityBlockOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsIterable responses = client.describeCapacityBlockOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCapacityBlockOfferings(software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsRequest) operation.

        Parameters:
        describeCapacityBlockOfferingsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCapacityBlockOfferingsPaginator

        default DescribeCapacityBlockOfferingsIterable describeCapacityBlockOfferingsPaginator​(Consumer<DescribeCapacityBlockOfferingsRequest.Builder> describeCapacityBlockOfferingsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeCapacityBlockOfferings(software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsIterable responses = client.describeCapacityBlockOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsIterable responses = client
                     .describeCapacityBlockOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsIterable responses = client.describeCapacityBlockOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCapacityBlockOfferings(software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsRequest) operation.


        This is a convenience which creates an instance of the DescribeCapacityBlockOfferingsRequest.Builder avoiding the need to create one manually via DescribeCapacityBlockOfferingsRequest.builder()

        Parameters:
        describeCapacityBlockOfferingsRequest - A Consumer that will call methods on DescribeCapacityBlockOfferingsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCapacityReservationFleetsPaginator

        default DescribeCapacityReservationFleetsIterable describeCapacityReservationFleetsPaginator​(DescribeCapacityReservationFleetsRequest describeCapacityReservationFleetsRequest)
                                                                                              throws AwsServiceException,
                                                                                                     SdkClientException,
                                                                                                     Ec2Exception

        This is a variant of describeCapacityReservationFleets(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsIterable responses = client.describeCapacityReservationFleetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsIterable responses = client
                     .describeCapacityReservationFleetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsIterable responses = client.describeCapacityReservationFleetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCapacityReservationFleets(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsRequest) operation.

        Parameters:
        describeCapacityReservationFleetsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCapacityReservationFleetsPaginator

        default DescribeCapacityReservationFleetsIterable describeCapacityReservationFleetsPaginator​(Consumer<DescribeCapacityReservationFleetsRequest.Builder> describeCapacityReservationFleetsRequest)
                                                                                              throws AwsServiceException,
                                                                                                     SdkClientException,
                                                                                                     Ec2Exception

        This is a variant of describeCapacityReservationFleets(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsIterable responses = client.describeCapacityReservationFleetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsIterable responses = client
                     .describeCapacityReservationFleetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsIterable responses = client.describeCapacityReservationFleetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCapacityReservationFleets(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsRequest) operation.


        This is a convenience which creates an instance of the DescribeCapacityReservationFleetsRequest.Builder avoiding the need to create one manually via DescribeCapacityReservationFleetsRequest.builder()

        Parameters:
        describeCapacityReservationFleetsRequest - A Consumer that will call methods on DescribeCapacityReservationFleetsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCapacityReservations

        default DescribeCapacityReservationsResponse describeCapacityReservations​(DescribeCapacityReservationsRequest describeCapacityReservationsRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the Amazon Web Services Region that you're currently using.

        Parameters:
        describeCapacityReservationsRequest -
        Returns:
        Result of the DescribeCapacityReservations operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCapacityReservationsPaginator

        default DescribeCapacityReservationsIterable describeCapacityReservationsPaginator()
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client
                     .describeCapacityReservationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeCapacityReservationsPaginator(DescribeCapacityReservationsRequest), AWS API Documentation
      • describeCapacityReservationsPaginator

        default DescribeCapacityReservationsIterable describeCapacityReservationsPaginator​(DescribeCapacityReservationsRequest describeCapacityReservationsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client
                     .describeCapacityReservationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest) operation.

        Parameters:
        describeCapacityReservationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCapacityReservationsPaginator

        default DescribeCapacityReservationsIterable describeCapacityReservationsPaginator​(Consumer<DescribeCapacityReservationsRequest.Builder> describeCapacityReservationsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client
                     .describeCapacityReservationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest) operation.


        This is a convenience which creates an instance of the DescribeCapacityReservationsRequest.Builder avoiding the need to create one manually via DescribeCapacityReservationsRequest.builder()

        Parameters:
        describeCapacityReservationsRequest - A Consumer that will call methods on DescribeCapacityReservationsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCarrierGatewaysPaginator

        default DescribeCarrierGatewaysIterable describeCarrierGatewaysPaginator​(DescribeCarrierGatewaysRequest describeCarrierGatewaysRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeCarrierGateways(software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysIterable responses = client.describeCarrierGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysIterable responses = client
                     .describeCarrierGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysIterable responses = client.describeCarrierGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCarrierGateways(software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysRequest) operation.

        Parameters:
        describeCarrierGatewaysRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCarrierGatewaysPaginator

        default DescribeCarrierGatewaysIterable describeCarrierGatewaysPaginator​(Consumer<DescribeCarrierGatewaysRequest.Builder> describeCarrierGatewaysRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeCarrierGateways(software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysIterable responses = client.describeCarrierGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysIterable responses = client
                     .describeCarrierGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysIterable responses = client.describeCarrierGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCarrierGateways(software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysRequest) operation.


        This is a convenience which creates an instance of the DescribeCarrierGatewaysRequest.Builder avoiding the need to create one manually via DescribeCarrierGatewaysRequest.builder()

        Parameters:
        describeCarrierGatewaysRequest - A Consumer that will call methods on DescribeCarrierGatewaysRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClassicLinkInstances

        default DescribeClassicLinkInstancesResponse describeClassicLinkInstances​(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        This action is deprecated.

        Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.

        Parameters:
        describeClassicLinkInstancesRequest -
        Returns:
        Result of the DescribeClassicLinkInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClassicLinkInstancesPaginator

        default DescribeClassicLinkInstancesIterable describeClassicLinkInstancesPaginator()
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client
                     .describeClassicLinkInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeClassicLinkInstancesPaginator(DescribeClassicLinkInstancesRequest), AWS API Documentation
      • describeClassicLinkInstancesPaginator

        default DescribeClassicLinkInstancesIterable describeClassicLinkInstancesPaginator​(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client
                     .describeClassicLinkInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest) operation.

        Parameters:
        describeClassicLinkInstancesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClassicLinkInstancesPaginator

        default DescribeClassicLinkInstancesIterable describeClassicLinkInstancesPaginator​(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client
                     .describeClassicLinkInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest) operation.


        This is a convenience which creates an instance of the DescribeClassicLinkInstancesRequest.Builder avoiding the need to create one manually via DescribeClassicLinkInstancesRequest.builder()

        Parameters:
        describeClassicLinkInstancesRequest - A Consumer that will call methods on DescribeClassicLinkInstancesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnAuthorizationRulesPaginator

        default DescribeClientVpnAuthorizationRulesIterable describeClientVpnAuthorizationRulesPaginator​(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest)
                                                                                                  throws AwsServiceException,
                                                                                                         SdkClientException,
                                                                                                         Ec2Exception

        This is a variant of describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client.describeClientVpnAuthorizationRulesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client
                     .describeClientVpnAuthorizationRulesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client.describeClientVpnAuthorizationRulesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest) operation.

        Parameters:
        describeClientVpnAuthorizationRulesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnAuthorizationRulesPaginator

        default DescribeClientVpnAuthorizationRulesIterable describeClientVpnAuthorizationRulesPaginator​(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest)
                                                                                                  throws AwsServiceException,
                                                                                                         SdkClientException,
                                                                                                         Ec2Exception

        This is a variant of describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client.describeClientVpnAuthorizationRulesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client
                     .describeClientVpnAuthorizationRulesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client.describeClientVpnAuthorizationRulesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest) operation.


        This is a convenience which creates an instance of the DescribeClientVpnAuthorizationRulesRequest.Builder avoiding the need to create one manually via DescribeClientVpnAuthorizationRulesRequest.builder()

        Parameters:
        describeClientVpnAuthorizationRulesRequest - A Consumer that will call methods on DescribeClientVpnAuthorizationRulesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnConnections

        default DescribeClientVpnConnectionsResponse describeClientVpnConnections​(DescribeClientVpnConnectionsRequest describeClientVpnConnectionsRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.

        Parameters:
        describeClientVpnConnectionsRequest -
        Returns:
        Result of the DescribeClientVpnConnections operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnConnectionsPaginator

        default DescribeClientVpnConnectionsIterable describeClientVpnConnectionsPaginator​(DescribeClientVpnConnectionsRequest describeClientVpnConnectionsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client.describeClientVpnConnectionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client
                     .describeClientVpnConnectionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client.describeClientVpnConnectionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest) operation.

        Parameters:
        describeClientVpnConnectionsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnConnectionsPaginator

        default DescribeClientVpnConnectionsIterable describeClientVpnConnectionsPaginator​(Consumer<DescribeClientVpnConnectionsRequest.Builder> describeClientVpnConnectionsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client.describeClientVpnConnectionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client
                     .describeClientVpnConnectionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client.describeClientVpnConnectionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest) operation.


        This is a convenience which creates an instance of the DescribeClientVpnConnectionsRequest.Builder avoiding the need to create one manually via DescribeClientVpnConnectionsRequest.builder()

        Parameters:
        describeClientVpnConnectionsRequest - A Consumer that will call methods on DescribeClientVpnConnectionsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnEndpointsPaginator

        default DescribeClientVpnEndpointsIterable describeClientVpnEndpointsPaginator()
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client
                     .describeClientVpnEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeClientVpnEndpointsPaginator(DescribeClientVpnEndpointsRequest), AWS API Documentation
      • describeClientVpnEndpointsPaginator

        default DescribeClientVpnEndpointsIterable describeClientVpnEndpointsPaginator​(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client
                     .describeClientVpnEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest) operation.

        Parameters:
        describeClientVpnEndpointsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnEndpointsPaginator

        default DescribeClientVpnEndpointsIterable describeClientVpnEndpointsPaginator​(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client
                     .describeClientVpnEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest) operation.


        This is a convenience which creates an instance of the DescribeClientVpnEndpointsRequest.Builder avoiding the need to create one manually via DescribeClientVpnEndpointsRequest.builder()

        Parameters:
        describeClientVpnEndpointsRequest - A Consumer that will call methods on DescribeClientVpnEndpointsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnRoutesPaginator

        default DescribeClientVpnRoutesIterable describeClientVpnRoutesPaginator​(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client.describeClientVpnRoutesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client
                     .describeClientVpnRoutesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client.describeClientVpnRoutesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest) operation.

        Parameters:
        describeClientVpnRoutesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnRoutesPaginator

        default DescribeClientVpnRoutesIterable describeClientVpnRoutesPaginator​(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client.describeClientVpnRoutesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client
                     .describeClientVpnRoutesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client.describeClientVpnRoutesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest) operation.


        This is a convenience which creates an instance of the DescribeClientVpnRoutesRequest.Builder avoiding the need to create one manually via DescribeClientVpnRoutesRequest.builder()

        Parameters:
        describeClientVpnRoutesRequest - A Consumer that will call methods on DescribeClientVpnRoutesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnTargetNetworksPaginator

        default DescribeClientVpnTargetNetworksIterable describeClientVpnTargetNetworksPaginator​(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client.describeClientVpnTargetNetworksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client
                     .describeClientVpnTargetNetworksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client.describeClientVpnTargetNetworksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest) operation.

        Parameters:
        describeClientVpnTargetNetworksRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeClientVpnTargetNetworksPaginator

        default DescribeClientVpnTargetNetworksIterable describeClientVpnTargetNetworksPaginator​(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client.describeClientVpnTargetNetworksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client
                     .describeClientVpnTargetNetworksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client.describeClientVpnTargetNetworksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest) operation.


        This is a convenience which creates an instance of the DescribeClientVpnTargetNetworksRequest.Builder avoiding the need to create one manually via DescribeClientVpnTargetNetworksRequest.builder()

        Parameters:
        describeClientVpnTargetNetworksRequest - A Consumer that will call methods on DescribeClientVpnTargetNetworksRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCoipPoolsPaginator

        default DescribeCoipPoolsIterable describeCoipPoolsPaginator​(DescribeCoipPoolsRequest describeCoipPoolsRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeCoipPools(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsIterable responses = client.describeCoipPoolsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsIterable responses = client
                     .describeCoipPoolsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsIterable responses = client.describeCoipPoolsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCoipPools(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest) operation.

        Parameters:
        describeCoipPoolsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeCoipPoolsPaginator

        default DescribeCoipPoolsIterable describeCoipPoolsPaginator​(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeCoipPools(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsIterable responses = client.describeCoipPoolsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsIterable responses = client
                     .describeCoipPoolsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsIterable responses = client.describeCoipPoolsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeCoipPools(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest) operation.


        This is a convenience which creates an instance of the DescribeCoipPoolsRequest.Builder avoiding the need to create one manually via DescribeCoipPoolsRequest.builder()

        Parameters:
        describeCoipPoolsRequest - A Consumer that will call methods on DescribeCoipPoolsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeDhcpOptionsPaginator

        default DescribeDhcpOptionsIterable describeDhcpOptionsPaginator()
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client
                     .describeDhcpOptionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeDhcpOptionsPaginator(DescribeDhcpOptionsRequest), AWS API Documentation
      • describeDhcpOptionsPaginator

        default DescribeDhcpOptionsIterable describeDhcpOptionsPaginator​(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client
                     .describeDhcpOptionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest) operation.

        Parameters:
        describeDhcpOptionsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeDhcpOptionsPaginator

        default DescribeDhcpOptionsIterable describeDhcpOptionsPaginator​(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client
                     .describeDhcpOptionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest) operation.


        This is a convenience which creates an instance of the DescribeDhcpOptionsRequest.Builder avoiding the need to create one manually via DescribeDhcpOptionsRequest.builder()

        Parameters:
        describeDhcpOptionsRequest - A Consumer that will call methods on DescribeDhcpOptionsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeEgressOnlyInternetGatewaysPaginator

        default DescribeEgressOnlyInternetGatewaysIterable describeEgressOnlyInternetGatewaysPaginator()
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client
                     .describeEgressOnlyInternetGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeEgressOnlyInternetGatewaysPaginator(DescribeEgressOnlyInternetGatewaysRequest), AWS API Documentation
      • describeEgressOnlyInternetGatewaysPaginator

        default DescribeEgressOnlyInternetGatewaysIterable describeEgressOnlyInternetGatewaysPaginator​(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client
                     .describeEgressOnlyInternetGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest) operation.

        Parameters:
        describeEgressOnlyInternetGatewaysRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeEgressOnlyInternetGatewaysPaginator

        default DescribeEgressOnlyInternetGatewaysIterable describeEgressOnlyInternetGatewaysPaginator​(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client
                     .describeEgressOnlyInternetGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest) operation.


        This is a convenience which creates an instance of the DescribeEgressOnlyInternetGatewaysRequest.Builder avoiding the need to create one manually via DescribeEgressOnlyInternetGatewaysRequest.builder()

        Parameters:
        describeEgressOnlyInternetGatewaysRequest - A Consumer that will call methods on DescribeEgressOnlyInternetGatewaysRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeElasticGpus

        default DescribeElasticGpusResponse describeElasticGpus​(DescribeElasticGpusRequest describeElasticGpusRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.

        Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.

        Parameters:
        describeElasticGpusRequest -
        Returns:
        Result of the DescribeElasticGpus operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeExportImageTasksPaginator

        default DescribeExportImageTasksIterable describeExportImageTasksPaginator​(DescribeExportImageTasksRequest describeExportImageTasksRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client.describeExportImageTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client
                     .describeExportImageTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client.describeExportImageTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest) operation.

        Parameters:
        describeExportImageTasksRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeExportImageTasksPaginator

        default DescribeExportImageTasksIterable describeExportImageTasksPaginator​(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client.describeExportImageTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client
                     .describeExportImageTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client.describeExportImageTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest) operation.


        This is a convenience which creates an instance of the DescribeExportImageTasksRequest.Builder avoiding the need to create one manually via DescribeExportImageTasksRequest.builder()

        Parameters:
        describeExportImageTasksRequest - A Consumer that will call methods on DescribeExportImageTasksRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFastLaunchImagesPaginator

        default DescribeFastLaunchImagesIterable describeFastLaunchImagesPaginator​(DescribeFastLaunchImagesRequest describeFastLaunchImagesRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeFastLaunchImages(software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesIterable responses = client.describeFastLaunchImagesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesIterable responses = client
                     .describeFastLaunchImagesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesIterable responses = client.describeFastLaunchImagesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFastLaunchImages(software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesRequest) operation.

        Parameters:
        describeFastLaunchImagesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFastLaunchImagesPaginator

        default DescribeFastLaunchImagesIterable describeFastLaunchImagesPaginator​(Consumer<DescribeFastLaunchImagesRequest.Builder> describeFastLaunchImagesRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeFastLaunchImages(software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesIterable responses = client.describeFastLaunchImagesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesIterable responses = client
                     .describeFastLaunchImagesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesIterable responses = client.describeFastLaunchImagesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFastLaunchImages(software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesRequest) operation.


        This is a convenience which creates an instance of the DescribeFastLaunchImagesRequest.Builder avoiding the need to create one manually via DescribeFastLaunchImagesRequest.builder()

        Parameters:
        describeFastLaunchImagesRequest - A Consumer that will call methods on DescribeFastLaunchImagesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFastSnapshotRestoresPaginator

        default DescribeFastSnapshotRestoresIterable describeFastSnapshotRestoresPaginator​(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client.describeFastSnapshotRestoresPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client
                     .describeFastSnapshotRestoresPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client.describeFastSnapshotRestoresPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest) operation.

        Parameters:
        describeFastSnapshotRestoresRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFastSnapshotRestoresPaginator

        default DescribeFastSnapshotRestoresIterable describeFastSnapshotRestoresPaginator​(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client.describeFastSnapshotRestoresPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client
                     .describeFastSnapshotRestoresPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client.describeFastSnapshotRestoresPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest) operation.


        This is a convenience which creates an instance of the DescribeFastSnapshotRestoresRequest.Builder avoiding the need to create one manually via DescribeFastSnapshotRestoresRequest.builder()

        Parameters:
        describeFastSnapshotRestoresRequest - A Consumer that will call methods on DescribeFastSnapshotRestoresRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFleetHistory

        default DescribeFleetHistoryResponse describeFleetHistory​(DescribeFleetHistoryRequest describeFleetHistoryRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Describes the events for the specified EC2 Fleet during the specified time.

        EC2 Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. EC2 Fleet events are available for 48 hours.

        For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.

        Parameters:
        describeFleetHistoryRequest -
        Returns:
        Result of the DescribeFleetHistory operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFleetInstances

        default DescribeFleetInstancesResponse describeFleetInstances​(DescribeFleetInstancesRequest describeFleetInstancesRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Describes the running instances for the specified EC2 Fleet.

        Currently, DescribeFleetInstances does not support fleets of type instant. Instead, use DescribeFleets, specifying the instant fleet ID in the request.

        For more information, see Describe your EC2 Fleet in the Amazon EC2 User Guide.

        Parameters:
        describeFleetInstancesRequest -
        Returns:
        Result of the DescribeFleetInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFleets

        default DescribeFleetsResponse describeFleets​(DescribeFleetsRequest describeFleetsRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Describes the specified EC2 Fleet or all of your EC2 Fleets.

        If a fleet is of type instant, you must specify the fleet ID in the request, otherwise the fleet does not appear in the response.

        For more information, see Describe your EC2 Fleet in the Amazon EC2 User Guide.

        Parameters:
        describeFleetsRequest -
        Returns:
        Result of the DescribeFleets operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFleetsPaginator

        default DescribeFleetsIterable describeFleetsPaginator()
                                                        throws AwsServiceException,
                                                               SdkClientException,
                                                               Ec2Exception

        This is a variant of describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeFleetsPaginator(DescribeFleetsRequest), AWS API Documentation
      • describeFleetsPaginator

        default DescribeFleetsIterable describeFleetsPaginator​(DescribeFleetsRequest describeFleetsRequest)
                                                        throws AwsServiceException,
                                                               SdkClientException,
                                                               Ec2Exception

        This is a variant of describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest) operation.

        Parameters:
        describeFleetsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFleetsPaginator

        default DescribeFleetsIterable describeFleetsPaginator​(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
                                                        throws AwsServiceException,
                                                               SdkClientException,
                                                               Ec2Exception

        This is a variant of describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest) operation.


        This is a convenience which creates an instance of the DescribeFleetsRequest.Builder avoiding the need to create one manually via DescribeFleetsRequest.builder()

        Parameters:
        describeFleetsRequest - A Consumer that will call methods on DescribeFleetsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFlowLogs

        default DescribeFlowLogsResponse describeFlowLogs​(DescribeFlowLogsRequest describeFlowLogsRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Describes one or more flow logs.

        To view the published flow log records, you must view the log destination. For example, the CloudWatch Logs log group, the Amazon S3 bucket, or the Kinesis Data Firehose delivery stream.

        Parameters:
        describeFlowLogsRequest -
        Returns:
        Result of the DescribeFlowLogs operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFlowLogsPaginator

        default DescribeFlowLogsIterable describeFlowLogsPaginator()
                                                            throws AwsServiceException,
                                                                   SdkClientException,
                                                                   Ec2Exception

        This is a variant of describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeFlowLogsPaginator(DescribeFlowLogsRequest), AWS API Documentation
      • describeFlowLogsPaginator

        default DescribeFlowLogsIterable describeFlowLogsPaginator​(DescribeFlowLogsRequest describeFlowLogsRequest)
                                                            throws AwsServiceException,
                                                                   SdkClientException,
                                                                   Ec2Exception

        This is a variant of describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest) operation.

        Parameters:
        describeFlowLogsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFlowLogsPaginator

        default DescribeFlowLogsIterable describeFlowLogsPaginator​(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)
                                                            throws AwsServiceException,
                                                                   SdkClientException,
                                                                   Ec2Exception

        This is a variant of describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest) operation.


        This is a convenience which creates an instance of the DescribeFlowLogsRequest.Builder avoiding the need to create one manually via DescribeFlowLogsRequest.builder()

        Parameters:
        describeFlowLogsRequest - A Consumer that will call methods on DescribeFlowLogsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFpgaImages

        default DescribeFpgaImagesResponse describeFpgaImages​(DescribeFpgaImagesRequest describeFpgaImagesRequest)
                                                       throws AwsServiceException,
                                                              SdkClientException,
                                                              Ec2Exception

        Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other Amazon Web Services accounts for which you have load permissions.

        Parameters:
        describeFpgaImagesRequest -
        Returns:
        Result of the DescribeFpgaImages operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFpgaImagesPaginator

        default DescribeFpgaImagesIterable describeFpgaImagesPaginator()
                                                                throws AwsServiceException,
                                                                       SdkClientException,
                                                                       Ec2Exception

        This is a variant of describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client
                     .describeFpgaImagesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeFpgaImagesPaginator(DescribeFpgaImagesRequest), AWS API Documentation
      • describeFpgaImagesPaginator

        default DescribeFpgaImagesIterable describeFpgaImagesPaginator​(DescribeFpgaImagesRequest describeFpgaImagesRequest)
                                                                throws AwsServiceException,
                                                                       SdkClientException,
                                                                       Ec2Exception

        This is a variant of describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client
                     .describeFpgaImagesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest) operation.

        Parameters:
        describeFpgaImagesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeFpgaImagesPaginator

        default DescribeFpgaImagesIterable describeFpgaImagesPaginator​(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest)
                                                                throws AwsServiceException,
                                                                       SdkClientException,
                                                                       Ec2Exception

        This is a variant of describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client
                     .describeFpgaImagesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest) operation.


        This is a convenience which creates an instance of the DescribeFpgaImagesRequest.Builder avoiding the need to create one manually via DescribeFpgaImagesRequest.builder()

        Parameters:
        describeFpgaImagesRequest - A Consumer that will call methods on DescribeFpgaImagesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeHostReservationOfferings

        default DescribeHostReservationOfferingsResponse describeHostReservationOfferings​(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        Describes the Dedicated Host reservations that are available to purchase.

        The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts in the Amazon EC2 User Guide.

        Parameters:
        describeHostReservationOfferingsRequest -
        Returns:
        Result of the DescribeHostReservationOfferings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeHostReservationOfferings

        default DescribeHostReservationOfferingsResponse describeHostReservationOfferings()
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        Describes the Dedicated Host reservations that are available to purchase.

        The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts in the Amazon EC2 User Guide.

        Returns:
        Result of the DescribeHostReservationOfferings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeHostReservationOfferings(DescribeHostReservationOfferingsRequest), AWS API Documentation
      • describeHostReservationOfferingsPaginator

        default DescribeHostReservationOfferingsIterable describeHostReservationOfferingsPaginator()
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client
                     .describeHostReservationOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeHostReservationOfferingsPaginator(DescribeHostReservationOfferingsRequest), AWS API Documentation
      • describeHostReservationOfferingsPaginator

        default DescribeHostReservationOfferingsIterable describeHostReservationOfferingsPaginator​(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client
                     .describeHostReservationOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest) operation.

        Parameters:
        describeHostReservationOfferingsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeHostReservationOfferingsPaginator

        default DescribeHostReservationOfferingsIterable describeHostReservationOfferingsPaginator​(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest)
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client
                     .describeHostReservationOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest) operation.


        This is a convenience which creates an instance of the DescribeHostReservationOfferingsRequest.Builder avoiding the need to create one manually via DescribeHostReservationOfferingsRequest.builder()

        Parameters:
        describeHostReservationOfferingsRequest - A Consumer that will call methods on DescribeHostReservationOfferingsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeHostReservationsPaginator

        default DescribeHostReservationsIterable describeHostReservationsPaginator()
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client
                     .describeHostReservationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeHostReservationsPaginator(DescribeHostReservationsRequest), AWS API Documentation
      • describeHostReservationsPaginator

        default DescribeHostReservationsIterable describeHostReservationsPaginator​(DescribeHostReservationsRequest describeHostReservationsRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client
                     .describeHostReservationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest) operation.

        Parameters:
        describeHostReservationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeHostReservationsPaginator

        default DescribeHostReservationsIterable describeHostReservationsPaginator​(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client
                     .describeHostReservationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest) operation.


        This is a convenience which creates an instance of the DescribeHostReservationsRequest.Builder avoiding the need to create one manually via DescribeHostReservationsRequest.builder()

        Parameters:
        describeHostReservationsRequest - A Consumer that will call methods on DescribeHostReservationsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeHosts

        default DescribeHostsResponse describeHosts​(DescribeHostsRequest describeHostsRequest)
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Describes the specified Dedicated Hosts or all your Dedicated Hosts.

        The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state released.

        Parameters:
        describeHostsRequest -
        Returns:
        Result of the DescribeHosts operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeHosts

        default DescribeHostsResponse describeHosts()
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Describes the specified Dedicated Hosts or all your Dedicated Hosts.

        The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state released.

        Returns:
        Result of the DescribeHosts operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeHosts(DescribeHostsRequest), AWS API Documentation
      • describeHostsPaginator

        default DescribeHostsIterable describeHostsPaginator()
                                                      throws AwsServiceException,
                                                             SdkClientException,
                                                             Ec2Exception

        This is a variant of describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeHostsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeHostsPaginator(DescribeHostsRequest), AWS API Documentation
      • describeHostsPaginator

        default DescribeHostsIterable describeHostsPaginator​(DescribeHostsRequest describeHostsRequest)
                                                      throws AwsServiceException,
                                                             SdkClientException,
                                                             Ec2Exception

        This is a variant of describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeHostsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest) operation.

        Parameters:
        describeHostsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeHostsPaginator

        default DescribeHostsIterable describeHostsPaginator​(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)
                                                      throws AwsServiceException,
                                                             SdkClientException,
                                                             Ec2Exception

        This is a variant of describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeHostsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest) operation.


        This is a convenience which creates an instance of the DescribeHostsRequest.Builder avoiding the need to create one manually via DescribeHostsRequest.builder()

        Parameters:
        describeHostsRequest - A Consumer that will call methods on DescribeHostsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIamInstanceProfileAssociationsPaginator

        default DescribeIamInstanceProfileAssociationsIterable describeIamInstanceProfileAssociationsPaginator()
                                                                                                        throws AwsServiceException,
                                                                                                               SdkClientException,
                                                                                                               Ec2Exception

        This is a variant of describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client
                     .describeIamInstanceProfileAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeIamInstanceProfileAssociationsPaginator(DescribeIamInstanceProfileAssociationsRequest), AWS API Documentation
      • describeIamInstanceProfileAssociationsPaginator

        default DescribeIamInstanceProfileAssociationsIterable describeIamInstanceProfileAssociationsPaginator​(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest)
                                                                                                        throws AwsServiceException,
                                                                                                               SdkClientException,
                                                                                                               Ec2Exception

        This is a variant of describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client
                     .describeIamInstanceProfileAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest) operation.

        Parameters:
        describeIamInstanceProfileAssociationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIdFormat

        default DescribeIdFormatResponse describeIdFormat​(DescribeIdFormatRequest describeIdFormatRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        These settings apply to the IAM user who makes the request; they do not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the ModifyIdFormat command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

        Parameters:
        describeIdFormatRequest -
        Returns:
        Result of the DescribeIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIdFormat

        default DescribeIdFormatResponse describeIdFormat​(Consumer<DescribeIdFormatRequest.Builder> describeIdFormatRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        These settings apply to the IAM user who makes the request; they do not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the ModifyIdFormat command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.


        This is a convenience which creates an instance of the DescribeIdFormatRequest.Builder avoiding the need to create one manually via DescribeIdFormatRequest.builder()

        Parameters:
        describeIdFormatRequest - A Consumer that will call methods on DescribeIdFormatRequest.Builder to create a request.
        Returns:
        Result of the DescribeIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIdFormat

        default DescribeIdFormatResponse describeIdFormat()
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        These settings apply to the IAM user who makes the request; they do not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the ModifyIdFormat command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

        Returns:
        Result of the DescribeIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeIdFormat(DescribeIdFormatRequest), AWS API Documentation
      • describeIdentityIdFormat

        default DescribeIdentityIdFormatResponse describeIdentityIdFormat​(DescribeIdentityIdFormatRequest describeIdentityIdFormatRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        These settings apply to the principal specified in the request. They do not apply to the principal that makes the request.

        Parameters:
        describeIdentityIdFormatRequest -
        Returns:
        Result of the DescribeIdentityIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIdentityIdFormat

        default DescribeIdentityIdFormatResponse describeIdentityIdFormat​(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        These settings apply to the principal specified in the request. They do not apply to the principal that makes the request.


        This is a convenience which creates an instance of the DescribeIdentityIdFormatRequest.Builder avoiding the need to create one manually via DescribeIdentityIdFormatRequest.builder()

        Parameters:
        describeIdentityIdFormatRequest - A Consumer that will call methods on DescribeIdentityIdFormatRequest.Builder to create a request.
        Returns:
        Result of the DescribeIdentityIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeImageAttribute

        default DescribeImageAttributeResponse describeImageAttribute​(DescribeImageAttributeRequest describeImageAttributeRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeImageAttributeRequest - Contains the parameters for DescribeImageAttribute.
        Returns:
        Result of the DescribeImageAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeImages

        default DescribeImagesResponse describeImages​(DescribeImagesRequest describeImagesRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.

        The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions.

        Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeImagesRequest -
        Returns:
        Result of the DescribeImages operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeImages

        default DescribeImagesResponse describeImages​(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.

        The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions.

        Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.


        This is a convenience which creates an instance of the DescribeImagesRequest.Builder avoiding the need to create one manually via DescribeImagesRequest.builder()

        Parameters:
        describeImagesRequest - A Consumer that will call methods on DescribeImagesRequest.Builder to create a request.
        Returns:
        Result of the DescribeImages operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeImages

        default DescribeImagesResponse describeImages()
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.

        The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions.

        Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeImages operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeImages(DescribeImagesRequest), AWS API Documentation
      • describeImagesPaginator

        default DescribeImagesIterable describeImagesPaginator()
                                                        throws AwsServiceException,
                                                               SdkClientException,
                                                               Ec2Exception

        This is a variant of describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImagesIterable responses = client.describeImagesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeImagesIterable responses = client.describeImagesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeImagesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImagesIterable responses = client.describeImagesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeImagesPaginator(DescribeImagesRequest), AWS API Documentation
      • describeImagesPaginator

        default DescribeImagesIterable describeImagesPaginator​(DescribeImagesRequest describeImagesRequest)
                                                        throws AwsServiceException,
                                                               SdkClientException,
                                                               Ec2Exception

        This is a variant of describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImagesIterable responses = client.describeImagesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeImagesIterable responses = client.describeImagesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeImagesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImagesIterable responses = client.describeImagesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) operation.

        Parameters:
        describeImagesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeImagesPaginator

        default DescribeImagesIterable describeImagesPaginator​(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
                                                        throws AwsServiceException,
                                                               SdkClientException,
                                                               Ec2Exception

        This is a variant of describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImagesIterable responses = client.describeImagesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeImagesIterable responses = client.describeImagesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeImagesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImagesIterable responses = client.describeImagesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) operation.


        This is a convenience which creates an instance of the DescribeImagesRequest.Builder avoiding the need to create one manually via DescribeImagesRequest.builder()

        Parameters:
        describeImagesRequest - A Consumer that will call methods on DescribeImagesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeImportImageTasksPaginator

        default DescribeImportImageTasksIterable describeImportImageTasksPaginator()
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client
                     .describeImportImageTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeImportImageTasksPaginator(DescribeImportImageTasksRequest), AWS API Documentation
      • describeImportImageTasksPaginator

        default DescribeImportImageTasksIterable describeImportImageTasksPaginator​(DescribeImportImageTasksRequest describeImportImageTasksRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client
                     .describeImportImageTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest) operation.

        Parameters:
        describeImportImageTasksRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeImportImageTasksPaginator

        default DescribeImportImageTasksIterable describeImportImageTasksPaginator​(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client
                     .describeImportImageTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest) operation.


        This is a convenience which creates an instance of the DescribeImportImageTasksRequest.Builder avoiding the need to create one manually via DescribeImportImageTasksRequest.builder()

        Parameters:
        describeImportImageTasksRequest - A Consumer that will call methods on DescribeImportImageTasksRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeImportSnapshotTasksPaginator

        default DescribeImportSnapshotTasksIterable describeImportSnapshotTasksPaginator()
                                                                                  throws AwsServiceException,
                                                                                         SdkClientException,
                                                                                         Ec2Exception

        This is a variant of describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client
                     .describeImportSnapshotTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeImportSnapshotTasksPaginator(DescribeImportSnapshotTasksRequest), AWS API Documentation
      • describeImportSnapshotTasksPaginator

        default DescribeImportSnapshotTasksIterable describeImportSnapshotTasksPaginator​(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
                                                                                  throws AwsServiceException,
                                                                                         SdkClientException,
                                                                                         Ec2Exception

        This is a variant of describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client
                     .describeImportSnapshotTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest) operation.

        Parameters:
        describeImportSnapshotTasksRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeImportSnapshotTasksPaginator

        default DescribeImportSnapshotTasksIterable describeImportSnapshotTasksPaginator​(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest)
                                                                                  throws AwsServiceException,
                                                                                         SdkClientException,
                                                                                         Ec2Exception

        This is a variant of describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client
                     .describeImportSnapshotTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest) operation.


        This is a convenience which creates an instance of the DescribeImportSnapshotTasksRequest.Builder avoiding the need to create one manually via DescribeImportSnapshotTasksRequest.builder()

        Parameters:
        describeImportSnapshotTasksRequest - A Consumer that will call methods on DescribeImportSnapshotTasksRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceAttribute

        default DescribeInstanceAttributeResponse describeInstanceAttribute​(DescribeInstanceAttributeRequest describeInstanceAttributeRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: instanceType | kernel | ramdisk | userData | disableApiTermination | instanceInitiatedShutdownBehavior | rootDeviceName | blockDeviceMapping | productCodes | sourceDestCheck | groupSet | ebsOptimized | sriovNetSupport

        Parameters:
        describeInstanceAttributeRequest -
        Returns:
        Result of the DescribeInstanceAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceConnectEndpointsPaginator

        default DescribeInstanceConnectEndpointsIterable describeInstanceConnectEndpointsPaginator​(DescribeInstanceConnectEndpointsRequest describeInstanceConnectEndpointsRequest)
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of describeInstanceConnectEndpoints(software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsIterable responses = client.describeInstanceConnectEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsIterable responses = client
                     .describeInstanceConnectEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsIterable responses = client.describeInstanceConnectEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceConnectEndpoints(software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsRequest) operation.

        Parameters:
        describeInstanceConnectEndpointsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceConnectEndpointsPaginator

        default DescribeInstanceConnectEndpointsIterable describeInstanceConnectEndpointsPaginator​(Consumer<DescribeInstanceConnectEndpointsRequest.Builder> describeInstanceConnectEndpointsRequest)
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of describeInstanceConnectEndpoints(software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsIterable responses = client.describeInstanceConnectEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsIterable responses = client
                     .describeInstanceConnectEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsIterable responses = client.describeInstanceConnectEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceConnectEndpoints(software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsRequest) operation.


        This is a convenience which creates an instance of the DescribeInstanceConnectEndpointsRequest.Builder avoiding the need to create one manually via DescribeInstanceConnectEndpointsRequest.builder()

        Parameters:
        describeInstanceConnectEndpointsRequest - A Consumer that will call methods on DescribeInstanceConnectEndpointsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceCreditSpecifications

        default DescribeInstanceCreditSpecificationsResponse describeInstanceCreditSpecifications​(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest)
                                                                                           throws AwsServiceException,
                                                                                                  SdkClientException,
                                                                                                  Ec2Exception

        Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are standard and unlimited.

        If you do not specify an instance ID, Amazon EC2 returns burstable performance instances with the unlimited credit option, as well as instances that were previously configured as T2, T3, and T3a with the unlimited credit option. For example, if you resize a T2 instance, while it is configured as unlimited, to an M4 instance, Amazon EC2 returns the M4 instance.

        If you specify one or more instance IDs, Amazon EC2 returns the credit option (standard or unlimited) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a burstable performance instance, an error is returned.

        Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

        If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally.

        For more information, see Burstable performance instances in the Amazon EC2 User Guide.

        Parameters:
        describeInstanceCreditSpecificationsRequest -
        Returns:
        Result of the DescribeInstanceCreditSpecifications operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceCreditSpecifications

        default DescribeInstanceCreditSpecificationsResponse describeInstanceCreditSpecifications​(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest)
                                                                                           throws AwsServiceException,
                                                                                                  SdkClientException,
                                                                                                  Ec2Exception

        Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are standard and unlimited.

        If you do not specify an instance ID, Amazon EC2 returns burstable performance instances with the unlimited credit option, as well as instances that were previously configured as T2, T3, and T3a with the unlimited credit option. For example, if you resize a T2 instance, while it is configured as unlimited, to an M4 instance, Amazon EC2 returns the M4 instance.

        If you specify one or more instance IDs, Amazon EC2 returns the credit option (standard or unlimited) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a burstable performance instance, an error is returned.

        Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

        If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally.

        For more information, see Burstable performance instances in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the DescribeInstanceCreditSpecificationsRequest.Builder avoiding the need to create one manually via DescribeInstanceCreditSpecificationsRequest.builder()

        Parameters:
        describeInstanceCreditSpecificationsRequest - A Consumer that will call methods on DescribeInstanceCreditSpecificationsRequest.Builder to create a request.
        Returns:
        Result of the DescribeInstanceCreditSpecifications operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceCreditSpecifications

        default DescribeInstanceCreditSpecificationsResponse describeInstanceCreditSpecifications()
                                                                                           throws AwsServiceException,
                                                                                                  SdkClientException,
                                                                                                  Ec2Exception

        Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are standard and unlimited.

        If you do not specify an instance ID, Amazon EC2 returns burstable performance instances with the unlimited credit option, as well as instances that were previously configured as T2, T3, and T3a with the unlimited credit option. For example, if you resize a T2 instance, while it is configured as unlimited, to an M4 instance, Amazon EC2 returns the M4 instance.

        If you specify one or more instance IDs, Amazon EC2 returns the credit option (standard or unlimited) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a burstable performance instance, an error is returned.

        Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

        If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally.

        For more information, see Burstable performance instances in the Amazon EC2 User Guide.

        Returns:
        Result of the DescribeInstanceCreditSpecifications operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeInstanceCreditSpecifications(DescribeInstanceCreditSpecificationsRequest), AWS API Documentation
      • describeInstanceCreditSpecificationsPaginator

        default DescribeInstanceCreditSpecificationsIterable describeInstanceCreditSpecificationsPaginator()
                                                                                                    throws AwsServiceException,
                                                                                                           SdkClientException,
                                                                                                           Ec2Exception

        This is a variant of describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client
                     .describeInstanceCreditSpecificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeInstanceCreditSpecificationsPaginator(DescribeInstanceCreditSpecificationsRequest), AWS API Documentation
      • describeInstanceCreditSpecificationsPaginator

        default DescribeInstanceCreditSpecificationsIterable describeInstanceCreditSpecificationsPaginator​(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest)
                                                                                                    throws AwsServiceException,
                                                                                                           SdkClientException,
                                                                                                           Ec2Exception

        This is a variant of describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client
                     .describeInstanceCreditSpecificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest) operation.

        Parameters:
        describeInstanceCreditSpecificationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceEventWindows

        default DescribeInstanceEventWindowsResponse describeInstanceEventWindows​(DescribeInstanceEventWindowsRequest describeInstanceEventWindowsRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Describes the specified event windows or all event windows.

        If you specify event window IDs, the output includes information for only the specified event windows. If you specify filters, the output includes information for only those event windows that meet the filter criteria. If you do not specify event windows IDs or filters, the output includes information for all event windows, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully.

        For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

        Parameters:
        describeInstanceEventWindowsRequest - Describe instance event windows by InstanceEventWindow.
        Returns:
        Result of the DescribeInstanceEventWindows operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceEventWindowsPaginator

        default DescribeInstanceEventWindowsIterable describeInstanceEventWindowsPaginator​(DescribeInstanceEventWindowsRequest describeInstanceEventWindowsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeInstanceEventWindows(software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsIterable responses = client.describeInstanceEventWindowsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsIterable responses = client
                     .describeInstanceEventWindowsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsIterable responses = client.describeInstanceEventWindowsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceEventWindows(software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsRequest) operation.

        Parameters:
        describeInstanceEventWindowsRequest - Describe instance event windows by InstanceEventWindow.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceEventWindowsPaginator

        default DescribeInstanceEventWindowsIterable describeInstanceEventWindowsPaginator​(Consumer<DescribeInstanceEventWindowsRequest.Builder> describeInstanceEventWindowsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeInstanceEventWindows(software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsIterable responses = client.describeInstanceEventWindowsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsIterable responses = client
                     .describeInstanceEventWindowsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsIterable responses = client.describeInstanceEventWindowsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceEventWindows(software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsRequest) operation.


        This is a convenience which creates an instance of the DescribeInstanceEventWindowsRequest.Builder avoiding the need to create one manually via DescribeInstanceEventWindowsRequest.builder()

        Parameters:
        describeInstanceEventWindowsRequest - A Consumer that will call methods on DescribeInstanceEventWindowsRequest.Builder to create a request. Describe instance event windows by InstanceEventWindow.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceStatus

        default DescribeInstanceStatusResponse describeInstanceStatus​(DescribeInstanceStatusRequest describeInstanceStatusRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.

        Instance status includes the following components:

        • Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status checks for your instances and Troubleshoot instances with failed status checks in the Amazon EC2 User Guide.

        • Scheduled events - Amazon EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see Scheduled events for your instances in the Amazon EC2 User Guide.

        • Instance state - You can manage your instances from the moment you launch them through their termination. For more information, see Instance lifecycle in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeInstanceStatusRequest -
        Returns:
        Result of the DescribeInstanceStatus operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceStatus

        default DescribeInstanceStatusResponse describeInstanceStatus()
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.

        Instance status includes the following components:

        • Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status checks for your instances and Troubleshoot instances with failed status checks in the Amazon EC2 User Guide.

        • Scheduled events - Amazon EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see Scheduled events for your instances in the Amazon EC2 User Guide.

        • Instance state - You can manage your instances from the moment you launch them through their termination. For more information, see Instance lifecycle in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeInstanceStatus operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeInstanceStatus(DescribeInstanceStatusRequest), AWS API Documentation
      • describeInstanceStatusPaginator

        default DescribeInstanceStatusIterable describeInstanceStatusPaginator()
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client
                     .describeInstanceStatusPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeInstanceStatusPaginator(DescribeInstanceStatusRequest), AWS API Documentation
      • describeInstanceStatusPaginator

        default DescribeInstanceStatusIterable describeInstanceStatusPaginator​(DescribeInstanceStatusRequest describeInstanceStatusRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client
                     .describeInstanceStatusPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest) operation.

        Parameters:
        describeInstanceStatusRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceStatusPaginator

        default DescribeInstanceStatusIterable describeInstanceStatusPaginator​(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client
                     .describeInstanceStatusPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest) operation.


        This is a convenience which creates an instance of the DescribeInstanceStatusRequest.Builder avoiding the need to create one manually via DescribeInstanceStatusRequest.builder()

        Parameters:
        describeInstanceStatusRequest - A Consumer that will call methods on DescribeInstanceStatusRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTopology

        default DescribeInstanceTopologyResponse describeInstanceTopology​(DescribeInstanceTopologyRequest describeInstanceTopologyRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone. You can use this information to determine the relative proximity of your EC2 instances within the Amazon Web Services network to support your tightly coupled workloads.

        Limitations

        • Supported zones

          • Availability Zone

          • Local Zone

        • Supported instance types

          • hpc6a.48xlarge | hpc6id.32xlarge | hpc7a.12xlarge | hpc7a.24xlarge | hpc7a.48xlarge | hpc7a.96xlarge | hpc7g.4xlarge | hpc7g.8xlarge | hpc7g.16xlarge

          • p3dn.24xlarge | p4d.24xlarge | p4de.24xlarge | p5.48xlarge

          • trn1.2xlarge | trn1.32xlarge | trn1n.32xlarge

        For more information, see Amazon EC2 instance topology in the Amazon EC2 User Guide.

        Parameters:
        describeInstanceTopologyRequest -
        Returns:
        Result of the DescribeInstanceTopology operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTopology

        default DescribeInstanceTopologyResponse describeInstanceTopology​(Consumer<DescribeInstanceTopologyRequest.Builder> describeInstanceTopologyRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone. You can use this information to determine the relative proximity of your EC2 instances within the Amazon Web Services network to support your tightly coupled workloads.

        Limitations

        • Supported zones

          • Availability Zone

          • Local Zone

        • Supported instance types

          • hpc6a.48xlarge | hpc6id.32xlarge | hpc7a.12xlarge | hpc7a.24xlarge | hpc7a.48xlarge | hpc7a.96xlarge | hpc7g.4xlarge | hpc7g.8xlarge | hpc7g.16xlarge

          • p3dn.24xlarge | p4d.24xlarge | p4de.24xlarge | p5.48xlarge

          • trn1.2xlarge | trn1.32xlarge | trn1n.32xlarge

        For more information, see Amazon EC2 instance topology in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the DescribeInstanceTopologyRequest.Builder avoiding the need to create one manually via DescribeInstanceTopologyRequest.builder()

        Parameters:
        describeInstanceTopologyRequest - A Consumer that will call methods on DescribeInstanceTopologyRequest.Builder to create a request.
        Returns:
        Result of the DescribeInstanceTopology operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTopologyPaginator

        default DescribeInstanceTopologyIterable describeInstanceTopologyPaginator​(DescribeInstanceTopologyRequest describeInstanceTopologyRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeInstanceTopology(software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyIterable responses = client.describeInstanceTopologyPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyIterable responses = client
                     .describeInstanceTopologyPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyIterable responses = client.describeInstanceTopologyPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceTopology(software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyRequest) operation.

        Parameters:
        describeInstanceTopologyRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTopologyPaginator

        default DescribeInstanceTopologyIterable describeInstanceTopologyPaginator​(Consumer<DescribeInstanceTopologyRequest.Builder> describeInstanceTopologyRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeInstanceTopology(software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyIterable responses = client.describeInstanceTopologyPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyIterable responses = client
                     .describeInstanceTopologyPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyIterable responses = client.describeInstanceTopologyPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceTopology(software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyRequest) operation.


        This is a convenience which creates an instance of the DescribeInstanceTopologyRequest.Builder avoiding the need to create one manually via DescribeInstanceTopologyRequest.builder()

        Parameters:
        describeInstanceTopologyRequest - A Consumer that will call methods on DescribeInstanceTopologyRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTypeOfferings

        default DescribeInstanceTypeOfferingsResponse describeInstanceTypeOfferings​(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.

        Parameters:
        describeInstanceTypeOfferingsRequest -
        Returns:
        Result of the DescribeInstanceTypeOfferings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTypeOfferingsPaginator

        default DescribeInstanceTypeOfferingsIterable describeInstanceTypeOfferingsPaginator​(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)
                                                                                      throws AwsServiceException,
                                                                                             SdkClientException,
                                                                                             Ec2Exception

        This is a variant of describeInstanceTypeOfferings(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsIterable responses = client.describeInstanceTypeOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsIterable responses = client
                     .describeInstanceTypeOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsIterable responses = client.describeInstanceTypeOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceTypeOfferings(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsRequest) operation.

        Parameters:
        describeInstanceTypeOfferingsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTypeOfferingsPaginator

        default DescribeInstanceTypeOfferingsIterable describeInstanceTypeOfferingsPaginator​(Consumer<DescribeInstanceTypeOfferingsRequest.Builder> describeInstanceTypeOfferingsRequest)
                                                                                      throws AwsServiceException,
                                                                                             SdkClientException,
                                                                                             Ec2Exception

        This is a variant of describeInstanceTypeOfferings(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsIterable responses = client.describeInstanceTypeOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsIterable responses = client
                     .describeInstanceTypeOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsIterable responses = client.describeInstanceTypeOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceTypeOfferings(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsRequest) operation.


        This is a convenience which creates an instance of the DescribeInstanceTypeOfferingsRequest.Builder avoiding the need to create one manually via DescribeInstanceTypeOfferingsRequest.builder()

        Parameters:
        describeInstanceTypeOfferingsRequest - A Consumer that will call methods on DescribeInstanceTypeOfferingsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTypes

        default DescribeInstanceTypesResponse describeInstanceTypes​(DescribeInstanceTypesRequest describeInstanceTypesRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.

        Parameters:
        describeInstanceTypesRequest -
        Returns:
        Result of the DescribeInstanceTypes operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTypesPaginator

        default DescribeInstanceTypesIterable describeInstanceTypesPaginator​(DescribeInstanceTypesRequest describeInstanceTypesRequest)
                                                                      throws AwsServiceException,
                                                                             SdkClientException,
                                                                             Ec2Exception

        This is a variant of describeInstanceTypes(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesIterable responses = client.describeInstanceTypesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesIterable responses = client
                     .describeInstanceTypesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesIterable responses = client.describeInstanceTypesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceTypes(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesRequest) operation.

        Parameters:
        describeInstanceTypesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstanceTypesPaginator

        default DescribeInstanceTypesIterable describeInstanceTypesPaginator​(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)
                                                                      throws AwsServiceException,
                                                                             SdkClientException,
                                                                             Ec2Exception

        This is a variant of describeInstanceTypes(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesIterable responses = client.describeInstanceTypesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesIterable responses = client
                     .describeInstanceTypesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesIterable responses = client.describeInstanceTypesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstanceTypes(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesRequest) operation.


        This is a convenience which creates an instance of the DescribeInstanceTypesRequest.Builder avoiding the need to create one manually via DescribeInstanceTypesRequest.builder()

        Parameters:
        describeInstanceTypesRequest - A Consumer that will call methods on DescribeInstanceTypesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstances

        default DescribeInstancesResponse describeInstances​(DescribeInstancesRequest describeInstancesRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Describes the specified instances or all instances.

        If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully.

        If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output.

        Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

        If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeInstancesRequest -
        Returns:
        Result of the DescribeInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstances

        default DescribeInstancesResponse describeInstances​(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Describes the specified instances or all instances.

        If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully.

        If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output.

        Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

        If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.


        This is a convenience which creates an instance of the DescribeInstancesRequest.Builder avoiding the need to create one manually via DescribeInstancesRequest.builder()

        Parameters:
        describeInstancesRequest - A Consumer that will call methods on DescribeInstancesRequest.Builder to create a request.
        Returns:
        Result of the DescribeInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstances

        default DescribeInstancesResponse describeInstances()
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Describes the specified instances or all instances.

        If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully.

        If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output.

        Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

        If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeInstances(DescribeInstancesRequest), AWS API Documentation
      • describeInstancesPaginator

        default DescribeInstancesIterable describeInstancesPaginator()
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client
                     .describeInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeInstancesPaginator(DescribeInstancesRequest), AWS API Documentation
      • describeInstancesPaginator

        default DescribeInstancesIterable describeInstancesPaginator​(DescribeInstancesRequest describeInstancesRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client
                     .describeInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest) operation.

        Parameters:
        describeInstancesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInstancesPaginator

        default DescribeInstancesIterable describeInstancesPaginator​(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client
                     .describeInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest) operation.


        This is a convenience which creates an instance of the DescribeInstancesRequest.Builder avoiding the need to create one manually via DescribeInstancesRequest.builder()

        Parameters:
        describeInstancesRequest - A Consumer that will call methods on DescribeInstancesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInternetGatewaysPaginator

        default DescribeInternetGatewaysIterable describeInternetGatewaysPaginator()
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client
                     .describeInternetGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeInternetGatewaysPaginator(DescribeInternetGatewaysRequest), AWS API Documentation
      • describeInternetGatewaysPaginator

        default DescribeInternetGatewaysIterable describeInternetGatewaysPaginator​(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client
                     .describeInternetGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest) operation.

        Parameters:
        describeInternetGatewaysRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeInternetGatewaysPaginator

        default DescribeInternetGatewaysIterable describeInternetGatewaysPaginator​(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client
                     .describeInternetGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest) operation.


        This is a convenience which creates an instance of the DescribeInternetGatewaysRequest.Builder avoiding the need to create one manually via DescribeInternetGatewaysRequest.builder()

        Parameters:
        describeInternetGatewaysRequest - A Consumer that will call methods on DescribeInternetGatewaysRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamPoolsPaginator

        default DescribeIpamPoolsIterable describeIpamPoolsPaginator​(DescribeIpamPoolsRequest describeIpamPoolsRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeIpamPools(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsIterable responses = client.describeIpamPoolsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsIterable responses = client
                     .describeIpamPoolsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsIterable responses = client.describeIpamPoolsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpamPools(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsRequest) operation.

        Parameters:
        describeIpamPoolsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamPoolsPaginator

        default DescribeIpamPoolsIterable describeIpamPoolsPaginator​(Consumer<DescribeIpamPoolsRequest.Builder> describeIpamPoolsRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeIpamPools(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsIterable responses = client.describeIpamPoolsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsIterable responses = client
                     .describeIpamPoolsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsIterable responses = client.describeIpamPoolsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpamPools(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsRequest) operation.


        This is a convenience which creates an instance of the DescribeIpamPoolsRequest.Builder avoiding the need to create one manually via DescribeIpamPoolsRequest.builder()

        Parameters:
        describeIpamPoolsRequest - A Consumer that will call methods on DescribeIpamPoolsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamResourceDiscoveries

        default DescribeIpamResourceDiscoveriesResponse describeIpamResourceDiscoveries​(DescribeIpamResourceDiscoveriesRequest describeIpamResourceDiscoveriesRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

        Parameters:
        describeIpamResourceDiscoveriesRequest -
        Returns:
        Result of the DescribeIpamResourceDiscoveries operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamResourceDiscoveriesPaginator

        default DescribeIpamResourceDiscoveriesIterable describeIpamResourceDiscoveriesPaginator​(DescribeIpamResourceDiscoveriesRequest describeIpamResourceDiscoveriesRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeIpamResourceDiscoveries(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesIterable responses = client.describeIpamResourceDiscoveriesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesIterable responses = client
                     .describeIpamResourceDiscoveriesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesIterable responses = client.describeIpamResourceDiscoveriesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpamResourceDiscoveries(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesRequest) operation.

        Parameters:
        describeIpamResourceDiscoveriesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamResourceDiscoveriesPaginator

        default DescribeIpamResourceDiscoveriesIterable describeIpamResourceDiscoveriesPaginator​(Consumer<DescribeIpamResourceDiscoveriesRequest.Builder> describeIpamResourceDiscoveriesRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeIpamResourceDiscoveries(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesIterable responses = client.describeIpamResourceDiscoveriesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesIterable responses = client
                     .describeIpamResourceDiscoveriesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesIterable responses = client.describeIpamResourceDiscoveriesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpamResourceDiscoveries(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesRequest) operation.


        This is a convenience which creates an instance of the DescribeIpamResourceDiscoveriesRequest.Builder avoiding the need to create one manually via DescribeIpamResourceDiscoveriesRequest.builder()

        Parameters:
        describeIpamResourceDiscoveriesRequest - A Consumer that will call methods on DescribeIpamResourceDiscoveriesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamResourceDiscoveryAssociationsPaginator

        default DescribeIpamResourceDiscoveryAssociationsIterable describeIpamResourceDiscoveryAssociationsPaginator​(DescribeIpamResourceDiscoveryAssociationsRequest describeIpamResourceDiscoveryAssociationsRequest)
                                                                                                              throws AwsServiceException,
                                                                                                                     SdkClientException,
                                                                                                                     Ec2Exception

        This is a variant of describeIpamResourceDiscoveryAssociations(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveryAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveryAssociationsIterable responses = client.describeIpamResourceDiscoveryAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveryAssociationsIterable responses = client
                     .describeIpamResourceDiscoveryAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveryAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveryAssociationsIterable responses = client.describeIpamResourceDiscoveryAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpamResourceDiscoveryAssociations(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveryAssociationsRequest) operation.

        Parameters:
        describeIpamResourceDiscoveryAssociationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamScopesPaginator

        default DescribeIpamScopesIterable describeIpamScopesPaginator​(DescribeIpamScopesRequest describeIpamScopesRequest)
                                                                throws AwsServiceException,
                                                                       SdkClientException,
                                                                       Ec2Exception

        This is a variant of describeIpamScopes(software.amazon.awssdk.services.ec2.model.DescribeIpamScopesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesIterable responses = client.describeIpamScopesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesIterable responses = client
                     .describeIpamScopesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpamScopesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesIterable responses = client.describeIpamScopesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpamScopes(software.amazon.awssdk.services.ec2.model.DescribeIpamScopesRequest) operation.

        Parameters:
        describeIpamScopesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamScopesPaginator

        default DescribeIpamScopesIterable describeIpamScopesPaginator​(Consumer<DescribeIpamScopesRequest.Builder> describeIpamScopesRequest)
                                                                throws AwsServiceException,
                                                                       SdkClientException,
                                                                       Ec2Exception

        This is a variant of describeIpamScopes(software.amazon.awssdk.services.ec2.model.DescribeIpamScopesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesIterable responses = client.describeIpamScopesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesIterable responses = client
                     .describeIpamScopesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpamScopesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesIterable responses = client.describeIpamScopesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpamScopes(software.amazon.awssdk.services.ec2.model.DescribeIpamScopesRequest) operation.


        This is a convenience which creates an instance of the DescribeIpamScopesRequest.Builder avoiding the need to create one manually via DescribeIpamScopesRequest.builder()

        Parameters:
        describeIpamScopesRequest - A Consumer that will call methods on DescribeIpamScopesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamsPaginator

        default DescribeIpamsIterable describeIpamsPaginator​(DescribeIpamsRequest describeIpamsRequest)
                                                      throws AwsServiceException,
                                                             SdkClientException,
                                                             Ec2Exception

        This is a variant of describeIpams(software.amazon.awssdk.services.ec2.model.DescribeIpamsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamsIterable responses = client.describeIpamsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpamsIterable responses = client.describeIpamsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpamsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamsIterable responses = client.describeIpamsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpams(software.amazon.awssdk.services.ec2.model.DescribeIpamsRequest) operation.

        Parameters:
        describeIpamsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpamsPaginator

        default DescribeIpamsIterable describeIpamsPaginator​(Consumer<DescribeIpamsRequest.Builder> describeIpamsRequest)
                                                      throws AwsServiceException,
                                                             SdkClientException,
                                                             Ec2Exception

        This is a variant of describeIpams(software.amazon.awssdk.services.ec2.model.DescribeIpamsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamsIterable responses = client.describeIpamsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpamsIterable responses = client.describeIpamsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpamsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpamsIterable responses = client.describeIpamsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpams(software.amazon.awssdk.services.ec2.model.DescribeIpamsRequest) operation.


        This is a convenience which creates an instance of the DescribeIpamsRequest.Builder avoiding the need to create one manually via DescribeIpamsRequest.builder()

        Parameters:
        describeIpamsRequest - A Consumer that will call methods on DescribeIpamsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpv6PoolsPaginator

        default DescribeIpv6PoolsIterable describeIpv6PoolsPaginator​(DescribeIpv6PoolsRequest describeIpv6PoolsRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeIpv6Pools(software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsIterable responses = client.describeIpv6PoolsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsIterable responses = client
                     .describeIpv6PoolsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsIterable responses = client.describeIpv6PoolsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpv6Pools(software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsRequest) operation.

        Parameters:
        describeIpv6PoolsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeIpv6PoolsPaginator

        default DescribeIpv6PoolsIterable describeIpv6PoolsPaginator​(Consumer<DescribeIpv6PoolsRequest.Builder> describeIpv6PoolsRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeIpv6Pools(software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsIterable responses = client.describeIpv6PoolsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsIterable responses = client
                     .describeIpv6PoolsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsIterable responses = client.describeIpv6PoolsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeIpv6Pools(software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsRequest) operation.


        This is a convenience which creates an instance of the DescribeIpv6PoolsRequest.Builder avoiding the need to create one manually via DescribeIpv6PoolsRequest.builder()

        Parameters:
        describeIpv6PoolsRequest - A Consumer that will call methods on DescribeIpv6PoolsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLaunchTemplateVersions

        default DescribeLaunchTemplateVersionsResponse describeLaunchTemplateVersions​(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions. You can also describe all the latest versions or all the default versions of all the launch templates in your account.

        Parameters:
        describeLaunchTemplateVersionsRequest -
        Returns:
        Result of the DescribeLaunchTemplateVersions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLaunchTemplateVersionsPaginator

        default DescribeLaunchTemplateVersionsIterable describeLaunchTemplateVersionsPaginator​(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client.describeLaunchTemplateVersionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client
                     .describeLaunchTemplateVersionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client.describeLaunchTemplateVersionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest) operation.

        Parameters:
        describeLaunchTemplateVersionsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLaunchTemplateVersionsPaginator

        default DescribeLaunchTemplateVersionsIterable describeLaunchTemplateVersionsPaginator​(Consumer<DescribeLaunchTemplateVersionsRequest.Builder> describeLaunchTemplateVersionsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client.describeLaunchTemplateVersionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client
                     .describeLaunchTemplateVersionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client.describeLaunchTemplateVersionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest) operation.


        This is a convenience which creates an instance of the DescribeLaunchTemplateVersionsRequest.Builder avoiding the need to create one manually via DescribeLaunchTemplateVersionsRequest.builder()

        Parameters:
        describeLaunchTemplateVersionsRequest - A Consumer that will call methods on DescribeLaunchTemplateVersionsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLaunchTemplatesPaginator

        default DescribeLaunchTemplatesIterable describeLaunchTemplatesPaginator()
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client
                     .describeLaunchTemplatesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeLaunchTemplatesPaginator(DescribeLaunchTemplatesRequest), AWS API Documentation
      • describeLaunchTemplatesPaginator

        default DescribeLaunchTemplatesIterable describeLaunchTemplatesPaginator​(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client
                     .describeLaunchTemplatesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest) operation.

        Parameters:
        describeLaunchTemplatesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLaunchTemplatesPaginator

        default DescribeLaunchTemplatesIterable describeLaunchTemplatesPaginator​(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client
                     .describeLaunchTemplatesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest) operation.


        This is a convenience which creates an instance of the DescribeLaunchTemplatesRequest.Builder avoiding the need to create one manually via DescribeLaunchTemplatesRequest.builder()

        Parameters:
        describeLaunchTemplatesRequest - A Consumer that will call methods on DescribeLaunchTemplatesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator

        default DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsIterable describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator​(DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)
                                                                                                                                                          throws AwsServiceException,
                                                                                                                                                                 SdkClientException,
                                                                                                                                                                 Ec2Exception

        This is a variant of describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsIterable responses = client.describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsIterable responses = client
                     .describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsIterable responses = client.describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest) operation.

        Parameters:
        describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGatewayRouteTableVpcAssociationsPaginator

        default DescribeLocalGatewayRouteTableVpcAssociationsIterable describeLocalGatewayRouteTableVpcAssociationsPaginator​(DescribeLocalGatewayRouteTableVpcAssociationsRequest describeLocalGatewayRouteTableVpcAssociationsRequest)
                                                                                                                      throws AwsServiceException,
                                                                                                                             SdkClientException,
                                                                                                                             Ec2Exception

        This is a variant of describeLocalGatewayRouteTableVpcAssociations(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVpcAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVpcAssociationsIterable responses = client.describeLocalGatewayRouteTableVpcAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVpcAssociationsIterable responses = client
                     .describeLocalGatewayRouteTableVpcAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVpcAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVpcAssociationsIterable responses = client.describeLocalGatewayRouteTableVpcAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLocalGatewayRouteTableVpcAssociations(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVpcAssociationsRequest) operation.

        Parameters:
        describeLocalGatewayRouteTableVpcAssociationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGatewayRouteTables

        default DescribeLocalGatewayRouteTablesResponse describeLocalGatewayRouteTables​(DescribeLocalGatewayRouteTablesRequest describeLocalGatewayRouteTablesRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        Describes one or more local gateway route tables. By default, all local gateway route tables are described. Alternatively, you can filter the results.

        Parameters:
        describeLocalGatewayRouteTablesRequest -
        Returns:
        Result of the DescribeLocalGatewayRouteTables operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGatewayRouteTablesPaginator

        default DescribeLocalGatewayRouteTablesIterable describeLocalGatewayRouteTablesPaginator​(DescribeLocalGatewayRouteTablesRequest describeLocalGatewayRouteTablesRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeLocalGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesIterable responses = client.describeLocalGatewayRouteTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesIterable responses = client
                     .describeLocalGatewayRouteTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesIterable responses = client.describeLocalGatewayRouteTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLocalGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesRequest) operation.

        Parameters:
        describeLocalGatewayRouteTablesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGatewayRouteTablesPaginator

        default DescribeLocalGatewayRouteTablesIterable describeLocalGatewayRouteTablesPaginator​(Consumer<DescribeLocalGatewayRouteTablesRequest.Builder> describeLocalGatewayRouteTablesRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeLocalGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesIterable responses = client.describeLocalGatewayRouteTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesIterable responses = client
                     .describeLocalGatewayRouteTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesIterable responses = client.describeLocalGatewayRouteTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLocalGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesRequest) operation.


        This is a convenience which creates an instance of the DescribeLocalGatewayRouteTablesRequest.Builder avoiding the need to create one manually via DescribeLocalGatewayRouteTablesRequest.builder()

        Parameters:
        describeLocalGatewayRouteTablesRequest - A Consumer that will call methods on DescribeLocalGatewayRouteTablesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGatewayVirtualInterfaceGroupsPaginator

        default DescribeLocalGatewayVirtualInterfaceGroupsIterable describeLocalGatewayVirtualInterfaceGroupsPaginator​(DescribeLocalGatewayVirtualInterfaceGroupsRequest describeLocalGatewayVirtualInterfaceGroupsRequest)
                                                                                                                throws AwsServiceException,
                                                                                                                       SdkClientException,
                                                                                                                       Ec2Exception

        This is a variant of describeLocalGatewayVirtualInterfaceGroups(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfaceGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfaceGroupsIterable responses = client.describeLocalGatewayVirtualInterfaceGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfaceGroupsIterable responses = client
                     .describeLocalGatewayVirtualInterfaceGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfaceGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfaceGroupsIterable responses = client.describeLocalGatewayVirtualInterfaceGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLocalGatewayVirtualInterfaceGroups(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfaceGroupsRequest) operation.

        Parameters:
        describeLocalGatewayVirtualInterfaceGroupsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGatewayVirtualInterfacesPaginator

        default DescribeLocalGatewayVirtualInterfacesIterable describeLocalGatewayVirtualInterfacesPaginator​(DescribeLocalGatewayVirtualInterfacesRequest describeLocalGatewayVirtualInterfacesRequest)
                                                                                                      throws AwsServiceException,
                                                                                                             SdkClientException,
                                                                                                             Ec2Exception

        This is a variant of describeLocalGatewayVirtualInterfaces(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfacesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfacesIterable responses = client.describeLocalGatewayVirtualInterfacesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfacesIterable responses = client
                     .describeLocalGatewayVirtualInterfacesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfacesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfacesIterable responses = client.describeLocalGatewayVirtualInterfacesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLocalGatewayVirtualInterfaces(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfacesRequest) operation.

        Parameters:
        describeLocalGatewayVirtualInterfacesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGateways

        default DescribeLocalGatewaysResponse describeLocalGateways​(DescribeLocalGatewaysRequest describeLocalGatewaysRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Describes one or more local gateways. By default, all local gateways are described. Alternatively, you can filter the results.

        Parameters:
        describeLocalGatewaysRequest -
        Returns:
        Result of the DescribeLocalGateways operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGatewaysPaginator

        default DescribeLocalGatewaysIterable describeLocalGatewaysPaginator​(DescribeLocalGatewaysRequest describeLocalGatewaysRequest)
                                                                      throws AwsServiceException,
                                                                             SdkClientException,
                                                                             Ec2Exception

        This is a variant of describeLocalGateways(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysIterable responses = client.describeLocalGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysIterable responses = client
                     .describeLocalGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysIterable responses = client.describeLocalGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLocalGateways(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysRequest) operation.

        Parameters:
        describeLocalGatewaysRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeLocalGatewaysPaginator

        default DescribeLocalGatewaysIterable describeLocalGatewaysPaginator​(Consumer<DescribeLocalGatewaysRequest.Builder> describeLocalGatewaysRequest)
                                                                      throws AwsServiceException,
                                                                             SdkClientException,
                                                                             Ec2Exception

        This is a variant of describeLocalGateways(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysIterable responses = client.describeLocalGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysIterable responses = client
                     .describeLocalGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysIterable responses = client.describeLocalGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeLocalGateways(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysRequest) operation.


        This is a convenience which creates an instance of the DescribeLocalGatewaysRequest.Builder avoiding the need to create one manually via DescribeLocalGatewaysRequest.builder()

        Parameters:
        describeLocalGatewaysRequest - A Consumer that will call methods on DescribeLocalGatewaysRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeMacHostsPaginator

        default DescribeMacHostsIterable describeMacHostsPaginator​(DescribeMacHostsRequest describeMacHostsRequest)
                                                            throws AwsServiceException,
                                                                   SdkClientException,
                                                                   Ec2Exception

        This is a variant of describeMacHosts(software.amazon.awssdk.services.ec2.model.DescribeMacHostsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsIterable responses = client.describeMacHostsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsIterable responses = client.describeMacHostsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeMacHostsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsIterable responses = client.describeMacHostsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeMacHosts(software.amazon.awssdk.services.ec2.model.DescribeMacHostsRequest) operation.

        Parameters:
        describeMacHostsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeMacHostsPaginator

        default DescribeMacHostsIterable describeMacHostsPaginator​(Consumer<DescribeMacHostsRequest.Builder> describeMacHostsRequest)
                                                            throws AwsServiceException,
                                                                   SdkClientException,
                                                                   Ec2Exception

        This is a variant of describeMacHosts(software.amazon.awssdk.services.ec2.model.DescribeMacHostsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsIterable responses = client.describeMacHostsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsIterable responses = client.describeMacHostsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeMacHostsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsIterable responses = client.describeMacHostsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeMacHosts(software.amazon.awssdk.services.ec2.model.DescribeMacHostsRequest) operation.


        This is a convenience which creates an instance of the DescribeMacHostsRequest.Builder avoiding the need to create one manually via DescribeMacHostsRequest.builder()

        Parameters:
        describeMacHostsRequest - A Consumer that will call methods on DescribeMacHostsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeManagedPrefixListsPaginator

        default DescribeManagedPrefixListsIterable describeManagedPrefixListsPaginator​(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeManagedPrefixLists(software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsIterable responses = client.describeManagedPrefixListsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsIterable responses = client
                     .describeManagedPrefixListsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsIterable responses = client.describeManagedPrefixListsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeManagedPrefixLists(software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsRequest) operation.

        Parameters:
        describeManagedPrefixListsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeManagedPrefixListsPaginator

        default DescribeManagedPrefixListsIterable describeManagedPrefixListsPaginator​(Consumer<DescribeManagedPrefixListsRequest.Builder> describeManagedPrefixListsRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeManagedPrefixLists(software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsIterable responses = client.describeManagedPrefixListsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsIterable responses = client
                     .describeManagedPrefixListsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsIterable responses = client.describeManagedPrefixListsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeManagedPrefixLists(software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsRequest) operation.


        This is a convenience which creates an instance of the DescribeManagedPrefixListsRequest.Builder avoiding the need to create one manually via DescribeManagedPrefixListsRequest.builder()

        Parameters:
        describeManagedPrefixListsRequest - A Consumer that will call methods on DescribeManagedPrefixListsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeMovingAddresses

        default DescribeMovingAddressesResponse describeMovingAddresses​(DescribeMovingAddressesRequest describeMovingAddressesRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        This action is deprecated.

        Describes your Elastic IP addresses that are being moved from or being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.

        Parameters:
        describeMovingAddressesRequest -
        Returns:
        Result of the DescribeMovingAddresses operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeMovingAddressesPaginator

        default DescribeMovingAddressesIterable describeMovingAddressesPaginator()
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client
                     .describeMovingAddressesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeMovingAddressesPaginator(DescribeMovingAddressesRequest), AWS API Documentation
      • describeMovingAddressesPaginator

        default DescribeMovingAddressesIterable describeMovingAddressesPaginator​(DescribeMovingAddressesRequest describeMovingAddressesRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client
                     .describeMovingAddressesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest) operation.

        Parameters:
        describeMovingAddressesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeMovingAddressesPaginator

        default DescribeMovingAddressesIterable describeMovingAddressesPaginator​(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client
                     .describeMovingAddressesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest) operation.


        This is a convenience which creates an instance of the DescribeMovingAddressesRequest.Builder avoiding the need to create one manually via DescribeMovingAddressesRequest.builder()

        Parameters:
        describeMovingAddressesRequest - A Consumer that will call methods on DescribeMovingAddressesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNatGatewaysPaginator

        default DescribeNatGatewaysIterable describeNatGatewaysPaginator()
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client
                     .describeNatGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeNatGatewaysPaginator(DescribeNatGatewaysRequest), AWS API Documentation
      • describeNatGatewaysPaginator

        default DescribeNatGatewaysIterable describeNatGatewaysPaginator​(DescribeNatGatewaysRequest describeNatGatewaysRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client
                     .describeNatGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest) operation.

        Parameters:
        describeNatGatewaysRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNatGatewaysPaginator

        default DescribeNatGatewaysIterable describeNatGatewaysPaginator​(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client
                     .describeNatGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest) operation.


        This is a convenience which creates an instance of the DescribeNatGatewaysRequest.Builder avoiding the need to create one manually via DescribeNatGatewaysRequest.builder()

        Parameters:
        describeNatGatewaysRequest - A Consumer that will call methods on DescribeNatGatewaysRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkAclsPaginator

        default DescribeNetworkAclsIterable describeNetworkAclsPaginator()
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client
                     .describeNetworkAclsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeNetworkAclsPaginator(DescribeNetworkAclsRequest), AWS API Documentation
      • describeNetworkAclsPaginator

        default DescribeNetworkAclsIterable describeNetworkAclsPaginator​(DescribeNetworkAclsRequest describeNetworkAclsRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client
                     .describeNetworkAclsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest) operation.

        Parameters:
        describeNetworkAclsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkAclsPaginator

        default DescribeNetworkAclsIterable describeNetworkAclsPaginator​(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client
                     .describeNetworkAclsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest) operation.


        This is a convenience which creates an instance of the DescribeNetworkAclsRequest.Builder avoiding the need to create one manually via DescribeNetworkAclsRequest.builder()

        Parameters:
        describeNetworkAclsRequest - A Consumer that will call methods on DescribeNetworkAclsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInsightsAccessScopeAnalysesPaginator

        default DescribeNetworkInsightsAccessScopeAnalysesIterable describeNetworkInsightsAccessScopeAnalysesPaginator​(DescribeNetworkInsightsAccessScopeAnalysesRequest describeNetworkInsightsAccessScopeAnalysesRequest)
                                                                                                                throws AwsServiceException,
                                                                                                                       SdkClientException,
                                                                                                                       Ec2Exception

        This is a variant of describeNetworkInsightsAccessScopeAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopeAnalysesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopeAnalysesIterable responses = client.describeNetworkInsightsAccessScopeAnalysesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopeAnalysesIterable responses = client
                     .describeNetworkInsightsAccessScopeAnalysesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopeAnalysesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopeAnalysesIterable responses = client.describeNetworkInsightsAccessScopeAnalysesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInsightsAccessScopeAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopeAnalysesRequest) operation.

        Parameters:
        describeNetworkInsightsAccessScopeAnalysesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInsightsAccessScopesPaginator

        default DescribeNetworkInsightsAccessScopesIterable describeNetworkInsightsAccessScopesPaginator​(DescribeNetworkInsightsAccessScopesRequest describeNetworkInsightsAccessScopesRequest)
                                                                                                  throws AwsServiceException,
                                                                                                         SdkClientException,
                                                                                                         Ec2Exception

        This is a variant of describeNetworkInsightsAccessScopes(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesIterable responses = client.describeNetworkInsightsAccessScopesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesIterable responses = client
                     .describeNetworkInsightsAccessScopesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesIterable responses = client.describeNetworkInsightsAccessScopesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInsightsAccessScopes(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesRequest) operation.

        Parameters:
        describeNetworkInsightsAccessScopesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInsightsAccessScopesPaginator

        default DescribeNetworkInsightsAccessScopesIterable describeNetworkInsightsAccessScopesPaginator​(Consumer<DescribeNetworkInsightsAccessScopesRequest.Builder> describeNetworkInsightsAccessScopesRequest)
                                                                                                  throws AwsServiceException,
                                                                                                         SdkClientException,
                                                                                                         Ec2Exception

        This is a variant of describeNetworkInsightsAccessScopes(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesIterable responses = client.describeNetworkInsightsAccessScopesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesIterable responses = client
                     .describeNetworkInsightsAccessScopesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesIterable responses = client.describeNetworkInsightsAccessScopesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInsightsAccessScopes(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesRequest) operation.


        This is a convenience which creates an instance of the DescribeNetworkInsightsAccessScopesRequest.Builder avoiding the need to create one manually via DescribeNetworkInsightsAccessScopesRequest.builder()

        Parameters:
        describeNetworkInsightsAccessScopesRequest - A Consumer that will call methods on DescribeNetworkInsightsAccessScopesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInsightsAnalysesPaginator

        default DescribeNetworkInsightsAnalysesIterable describeNetworkInsightsAnalysesPaginator​(DescribeNetworkInsightsAnalysesRequest describeNetworkInsightsAnalysesRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeNetworkInsightsAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesIterable responses = client.describeNetworkInsightsAnalysesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesIterable responses = client
                     .describeNetworkInsightsAnalysesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesIterable responses = client.describeNetworkInsightsAnalysesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInsightsAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesRequest) operation.

        Parameters:
        describeNetworkInsightsAnalysesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInsightsAnalysesPaginator

        default DescribeNetworkInsightsAnalysesIterable describeNetworkInsightsAnalysesPaginator​(Consumer<DescribeNetworkInsightsAnalysesRequest.Builder> describeNetworkInsightsAnalysesRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeNetworkInsightsAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesIterable responses = client.describeNetworkInsightsAnalysesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesIterable responses = client
                     .describeNetworkInsightsAnalysesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesIterable responses = client.describeNetworkInsightsAnalysesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInsightsAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesRequest) operation.


        This is a convenience which creates an instance of the DescribeNetworkInsightsAnalysesRequest.Builder avoiding the need to create one manually via DescribeNetworkInsightsAnalysesRequest.builder()

        Parameters:
        describeNetworkInsightsAnalysesRequest - A Consumer that will call methods on DescribeNetworkInsightsAnalysesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInsightsPathsPaginator

        default DescribeNetworkInsightsPathsIterable describeNetworkInsightsPathsPaginator​(DescribeNetworkInsightsPathsRequest describeNetworkInsightsPathsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeNetworkInsightsPaths(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsIterable responses = client.describeNetworkInsightsPathsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsIterable responses = client
                     .describeNetworkInsightsPathsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsIterable responses = client.describeNetworkInsightsPathsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInsightsPaths(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsRequest) operation.

        Parameters:
        describeNetworkInsightsPathsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInsightsPathsPaginator

        default DescribeNetworkInsightsPathsIterable describeNetworkInsightsPathsPaginator​(Consumer<DescribeNetworkInsightsPathsRequest.Builder> describeNetworkInsightsPathsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeNetworkInsightsPaths(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsIterable responses = client.describeNetworkInsightsPathsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsIterable responses = client
                     .describeNetworkInsightsPathsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsIterable responses = client.describeNetworkInsightsPathsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInsightsPaths(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsRequest) operation.


        This is a convenience which creates an instance of the DescribeNetworkInsightsPathsRequest.Builder avoiding the need to create one manually via DescribeNetworkInsightsPathsRequest.builder()

        Parameters:
        describeNetworkInsightsPathsRequest - A Consumer that will call methods on DescribeNetworkInsightsPathsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInterfacePermissionsPaginator

        default DescribeNetworkInterfacePermissionsIterable describeNetworkInterfacePermissionsPaginator()
                                                                                                  throws AwsServiceException,
                                                                                                         SdkClientException,
                                                                                                         Ec2Exception

        This is a variant of describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client
                     .describeNetworkInterfacePermissionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeNetworkInterfacePermissionsPaginator(DescribeNetworkInterfacePermissionsRequest), AWS API Documentation
      • describeNetworkInterfacePermissionsPaginator

        default DescribeNetworkInterfacePermissionsIterable describeNetworkInterfacePermissionsPaginator​(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)
                                                                                                  throws AwsServiceException,
                                                                                                         SdkClientException,
                                                                                                         Ec2Exception

        This is a variant of describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client
                     .describeNetworkInterfacePermissionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest) operation.

        Parameters:
        describeNetworkInterfacePermissionsRequest - Contains the parameters for DescribeNetworkInterfacePermissions.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInterfacePermissionsPaginator

        default DescribeNetworkInterfacePermissionsIterable describeNetworkInterfacePermissionsPaginator​(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)
                                                                                                  throws AwsServiceException,
                                                                                                         SdkClientException,
                                                                                                         Ec2Exception

        This is a variant of describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client
                     .describeNetworkInterfacePermissionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest) operation.


        This is a convenience which creates an instance of the DescribeNetworkInterfacePermissionsRequest.Builder avoiding the need to create one manually via DescribeNetworkInterfacePermissionsRequest.builder()

        Parameters:
        describeNetworkInterfacePermissionsRequest - A Consumer that will call methods on DescribeNetworkInterfacePermissionsRequest.Builder to create a request. Contains the parameters for DescribeNetworkInterfacePermissions.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInterfaces

        default DescribeNetworkInterfacesResponse describeNetworkInterfaces​(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes one or more of your network interfaces.

        If you have a large number of network interfaces, the operation fails unless you use pagination or one of the following filters: group-id, mac-address, private-dns-name, private-ip-address, private-dns-name, subnet-id, or vpc-id.

        Parameters:
        describeNetworkInterfacesRequest - Contains the parameters for DescribeNetworkInterfaces.
        Returns:
        Result of the DescribeNetworkInterfaces operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInterfacesPaginator

        default DescribeNetworkInterfacesIterable describeNetworkInterfacesPaginator()
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client
                     .describeNetworkInterfacesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeNetworkInterfacesPaginator(DescribeNetworkInterfacesRequest), AWS API Documentation
      • describeNetworkInterfacesPaginator

        default DescribeNetworkInterfacesIterable describeNetworkInterfacesPaginator​(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client
                     .describeNetworkInterfacesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest) operation.

        Parameters:
        describeNetworkInterfacesRequest - Contains the parameters for DescribeNetworkInterfaces.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeNetworkInterfacesPaginator

        default DescribeNetworkInterfacesIterable describeNetworkInterfacesPaginator​(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client
                     .describeNetworkInterfacesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest) operation.


        This is a convenience which creates an instance of the DescribeNetworkInterfacesRequest.Builder avoiding the need to create one manually via DescribeNetworkInterfacesRequest.builder()

        Parameters:
        describeNetworkInterfacesRequest - A Consumer that will call methods on DescribeNetworkInterfacesRequest.Builder to create a request. Contains the parameters for DescribeNetworkInterfaces.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describePrefixLists

        default DescribePrefixListsResponse describePrefixLists​(DescribePrefixListsRequest describePrefixListsRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service.

        We recommend that you use DescribeManagedPrefixLists instead.

        Parameters:
        describePrefixListsRequest -
        Returns:
        Result of the DescribePrefixLists operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describePrefixListsPaginator

        default DescribePrefixListsIterable describePrefixListsPaginator()
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client
                     .describePrefixListsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describePrefixListsPaginator(DescribePrefixListsRequest), AWS API Documentation
      • describePrefixListsPaginator

        default DescribePrefixListsIterable describePrefixListsPaginator​(DescribePrefixListsRequest describePrefixListsRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client
                     .describePrefixListsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest) operation.

        Parameters:
        describePrefixListsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describePrefixListsPaginator

        default DescribePrefixListsIterable describePrefixListsPaginator​(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client
                     .describePrefixListsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest) operation.


        This is a convenience which creates an instance of the DescribePrefixListsRequest.Builder avoiding the need to create one manually via DescribePrefixListsRequest.builder()

        Parameters:
        describePrefixListsRequest - A Consumer that will call methods on DescribePrefixListsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describePrincipalIdFormat

        default DescribePrincipalIdFormatResponse describePrincipalIdFormat​(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.

        By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        Parameters:
        describePrincipalIdFormatRequest -
        Returns:
        Result of the DescribePrincipalIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describePrincipalIdFormat

        default DescribePrincipalIdFormatResponse describePrincipalIdFormat​(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.

        By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.


        This is a convenience which creates an instance of the DescribePrincipalIdFormatRequest.Builder avoiding the need to create one manually via DescribePrincipalIdFormatRequest.builder()

        Parameters:
        describePrincipalIdFormatRequest - A Consumer that will call methods on DescribePrincipalIdFormatRequest.Builder to create a request.
        Returns:
        Result of the DescribePrincipalIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describePrincipalIdFormat

        default DescribePrincipalIdFormatResponse describePrincipalIdFormat()
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.

        By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.

        The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        Returns:
        Result of the DescribePrincipalIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describePrincipalIdFormat(DescribePrincipalIdFormatRequest), AWS API Documentation
      • describePrincipalIdFormatPaginator

        default DescribePrincipalIdFormatIterable describePrincipalIdFormatPaginator()
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client
                     .describePrincipalIdFormatPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describePrincipalIdFormatPaginator(DescribePrincipalIdFormatRequest), AWS API Documentation
      • describePrincipalIdFormatPaginator

        default DescribePrincipalIdFormatIterable describePrincipalIdFormatPaginator​(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client
                     .describePrincipalIdFormatPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest) operation.

        Parameters:
        describePrincipalIdFormatRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describePrincipalIdFormatPaginator

        default DescribePrincipalIdFormatIterable describePrincipalIdFormatPaginator​(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client
                     .describePrincipalIdFormatPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest) operation.


        This is a convenience which creates an instance of the DescribePrincipalIdFormatRequest.Builder avoiding the need to create one manually via DescribePrincipalIdFormatRequest.builder()

        Parameters:
        describePrincipalIdFormatRequest - A Consumer that will call methods on DescribePrincipalIdFormatRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describePublicIpv4PoolsPaginator

        default DescribePublicIpv4PoolsIterable describePublicIpv4PoolsPaginator()
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client
                     .describePublicIpv4PoolsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describePublicIpv4PoolsPaginator(DescribePublicIpv4PoolsRequest), AWS API Documentation
      • describePublicIpv4PoolsPaginator

        default DescribePublicIpv4PoolsIterable describePublicIpv4PoolsPaginator​(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client
                     .describePublicIpv4PoolsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest) operation.

        Parameters:
        describePublicIpv4PoolsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describePublicIpv4PoolsPaginator

        default DescribePublicIpv4PoolsIterable describePublicIpv4PoolsPaginator​(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client
                     .describePublicIpv4PoolsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest) operation.


        This is a convenience which creates an instance of the DescribePublicIpv4PoolsRequest.Builder avoiding the need to create one manually via DescribePublicIpv4PoolsRequest.builder()

        Parameters:
        describePublicIpv4PoolsRequest - A Consumer that will call methods on DescribePublicIpv4PoolsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReplaceRootVolumeTasksPaginator

        default DescribeReplaceRootVolumeTasksIterable describeReplaceRootVolumeTasksPaginator​(DescribeReplaceRootVolumeTasksRequest describeReplaceRootVolumeTasksRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeReplaceRootVolumeTasks(software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksIterable responses = client.describeReplaceRootVolumeTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksIterable responses = client
                     .describeReplaceRootVolumeTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksIterable responses = client.describeReplaceRootVolumeTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeReplaceRootVolumeTasks(software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksRequest) operation.

        Parameters:
        describeReplaceRootVolumeTasksRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReplaceRootVolumeTasksPaginator

        default DescribeReplaceRootVolumeTasksIterable describeReplaceRootVolumeTasksPaginator​(Consumer<DescribeReplaceRootVolumeTasksRequest.Builder> describeReplaceRootVolumeTasksRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeReplaceRootVolumeTasks(software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksIterable responses = client.describeReplaceRootVolumeTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksIterable responses = client
                     .describeReplaceRootVolumeTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksIterable responses = client.describeReplaceRootVolumeTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeReplaceRootVolumeTasks(software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksRequest) operation.


        This is a convenience which creates an instance of the DescribeReplaceRootVolumeTasksRequest.Builder avoiding the need to create one manually via DescribeReplaceRootVolumeTasksRequest.builder()

        Parameters:
        describeReplaceRootVolumeTasksRequest - A Consumer that will call methods on DescribeReplaceRootVolumeTasksRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstances

        default DescribeReservedInstancesResponse describeReservedInstances​(DescribeReservedInstancesRequest describeReservedInstancesRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes one or more of the Reserved Instances that you purchased.

        For more information about Reserved Instances, see Reserved Instances in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeReservedInstancesRequest - Contains the parameters for DescribeReservedInstances.
        Returns:
        Result of the DescribeReservedInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstancesListings

        default DescribeReservedInstancesListingsResponse describeReservedInstancesListings​(DescribeReservedInstancesListingsRequest describeReservedInstancesListingsRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.

        The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

        As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.

        As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.

        For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeReservedInstancesListingsRequest - Contains the parameters for DescribeReservedInstancesListings.
        Returns:
        Result of the DescribeReservedInstancesListings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstancesListings

        default DescribeReservedInstancesListingsResponse describeReservedInstancesListings​(Consumer<DescribeReservedInstancesListingsRequest.Builder> describeReservedInstancesListingsRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.

        The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

        As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.

        As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.

        For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.


        This is a convenience which creates an instance of the DescribeReservedInstancesListingsRequest.Builder avoiding the need to create one manually via DescribeReservedInstancesListingsRequest.builder()

        Parameters:
        describeReservedInstancesListingsRequest - A Consumer that will call methods on DescribeReservedInstancesListingsRequest.Builder to create a request. Contains the parameters for DescribeReservedInstancesListings.
        Returns:
        Result of the DescribeReservedInstancesListings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstancesListings

        default DescribeReservedInstancesListingsResponse describeReservedInstancesListings()
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.

        The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

        As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.

        As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.

        For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeReservedInstancesListings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeReservedInstancesListings(DescribeReservedInstancesListingsRequest), AWS API Documentation
      • describeReservedInstancesModifications

        default DescribeReservedInstancesModificationsResponse describeReservedInstancesModifications​(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest)
                                                                                               throws AwsServiceException,
                                                                                                      SdkClientException,
                                                                                                      Ec2Exception

        Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.

        For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeReservedInstancesModificationsRequest - Contains the parameters for DescribeReservedInstancesModifications.
        Returns:
        Result of the DescribeReservedInstancesModifications operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstancesModificationsPaginator

        default DescribeReservedInstancesModificationsIterable describeReservedInstancesModificationsPaginator()
                                                                                                        throws AwsServiceException,
                                                                                                               SdkClientException,
                                                                                                               Ec2Exception

        This is a variant of describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client
                     .describeReservedInstancesModificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeReservedInstancesModificationsPaginator(DescribeReservedInstancesModificationsRequest), AWS API Documentation
      • describeReservedInstancesModificationsPaginator

        default DescribeReservedInstancesModificationsIterable describeReservedInstancesModificationsPaginator​(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest)
                                                                                                        throws AwsServiceException,
                                                                                                               SdkClientException,
                                                                                                               Ec2Exception

        This is a variant of describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client
                     .describeReservedInstancesModificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest) operation.

        Parameters:
        describeReservedInstancesModificationsRequest - Contains the parameters for DescribeReservedInstancesModifications.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstancesModificationsPaginator

        default DescribeReservedInstancesModificationsIterable describeReservedInstancesModificationsPaginator​(Consumer<DescribeReservedInstancesModificationsRequest.Builder> describeReservedInstancesModificationsRequest)
                                                                                                        throws AwsServiceException,
                                                                                                               SdkClientException,
                                                                                                               Ec2Exception

        This is a variant of describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client
                     .describeReservedInstancesModificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest) operation.


        This is a convenience which creates an instance of the DescribeReservedInstancesModificationsRequest.Builder avoiding the need to create one manually via DescribeReservedInstancesModificationsRequest.builder()

        Parameters:
        describeReservedInstancesModificationsRequest - A Consumer that will call methods on DescribeReservedInstancesModificationsRequest.Builder to create a request. Contains the parameters for DescribeReservedInstancesModifications.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstancesOfferings

        default DescribeReservedInstancesOfferingsResponse describeReservedInstancesOfferings​(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest)
                                                                                       throws AwsServiceException,
                                                                                              SdkClientException,
                                                                                              Ec2Exception

        Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.

        If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.

        For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeReservedInstancesOfferingsRequest - Contains the parameters for DescribeReservedInstancesOfferings.
        Returns:
        Result of the DescribeReservedInstancesOfferings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstancesOfferings

        default DescribeReservedInstancesOfferingsResponse describeReservedInstancesOfferings​(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest)
                                                                                       throws AwsServiceException,
                                                                                              SdkClientException,
                                                                                              Ec2Exception

        Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.

        If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.

        For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.


        This is a convenience which creates an instance of the DescribeReservedInstancesOfferingsRequest.Builder avoiding the need to create one manually via DescribeReservedInstancesOfferingsRequest.builder()

        Parameters:
        describeReservedInstancesOfferingsRequest - A Consumer that will call methods on DescribeReservedInstancesOfferingsRequest.Builder to create a request. Contains the parameters for DescribeReservedInstancesOfferings.
        Returns:
        Result of the DescribeReservedInstancesOfferings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstancesOfferings

        default DescribeReservedInstancesOfferingsResponse describeReservedInstancesOfferings()
                                                                                       throws AwsServiceException,
                                                                                              SdkClientException,
                                                                                              Ec2Exception

        Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.

        If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.

        For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeReservedInstancesOfferings operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeReservedInstancesOfferings(DescribeReservedInstancesOfferingsRequest), AWS API Documentation
      • describeReservedInstancesOfferingsPaginator

        default DescribeReservedInstancesOfferingsIterable describeReservedInstancesOfferingsPaginator()
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client
                     .describeReservedInstancesOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeReservedInstancesOfferingsPaginator(DescribeReservedInstancesOfferingsRequest), AWS API Documentation
      • describeReservedInstancesOfferingsPaginator

        default DescribeReservedInstancesOfferingsIterable describeReservedInstancesOfferingsPaginator​(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client
                     .describeReservedInstancesOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest) operation.

        Parameters:
        describeReservedInstancesOfferingsRequest - Contains the parameters for DescribeReservedInstancesOfferings.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeReservedInstancesOfferingsPaginator

        default DescribeReservedInstancesOfferingsIterable describeReservedInstancesOfferingsPaginator​(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client
                     .describeReservedInstancesOfferingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest) operation.


        This is a convenience which creates an instance of the DescribeReservedInstancesOfferingsRequest.Builder avoiding the need to create one manually via DescribeReservedInstancesOfferingsRequest.builder()

        Parameters:
        describeReservedInstancesOfferingsRequest - A Consumer that will call methods on DescribeReservedInstancesOfferingsRequest.Builder to create a request. Contains the parameters for DescribeReservedInstancesOfferings.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeRouteTables

        default DescribeRouteTablesResponse describeRouteTables​(DescribeRouteTablesRequest describeRouteTablesRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Describes one or more of your route tables.

        Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.

        For more information, see Route tables in the Amazon VPC User Guide.

        Parameters:
        describeRouteTablesRequest -
        Returns:
        Result of the DescribeRouteTables operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeRouteTables

        default DescribeRouteTablesResponse describeRouteTables()
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Describes one or more of your route tables.

        Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.

        For more information, see Route tables in the Amazon VPC User Guide.

        Returns:
        Result of the DescribeRouteTables operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeRouteTables(DescribeRouteTablesRequest), AWS API Documentation
      • describeRouteTablesPaginator

        default DescribeRouteTablesIterable describeRouteTablesPaginator()
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client
                     .describeRouteTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeRouteTablesPaginator(DescribeRouteTablesRequest), AWS API Documentation
      • describeRouteTablesPaginator

        default DescribeRouteTablesIterable describeRouteTablesPaginator​(DescribeRouteTablesRequest describeRouteTablesRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client
                     .describeRouteTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest) operation.

        Parameters:
        describeRouteTablesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeRouteTablesPaginator

        default DescribeRouteTablesIterable describeRouteTablesPaginator​(Consumer<DescribeRouteTablesRequest.Builder> describeRouteTablesRequest)
                                                                  throws AwsServiceException,
                                                                         SdkClientException,
                                                                         Ec2Exception

        This is a variant of describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client
                     .describeRouteTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest) operation.


        This is a convenience which creates an instance of the DescribeRouteTablesRequest.Builder avoiding the need to create one manually via DescribeRouteTablesRequest.builder()

        Parameters:
        describeRouteTablesRequest - A Consumer that will call methods on DescribeRouteTablesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeScheduledInstanceAvailability

        default DescribeScheduledInstanceAvailabilityResponse describeScheduledInstanceAvailability​(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest)
                                                                                             throws AwsServiceException,
                                                                                                    SdkClientException,
                                                                                                    Ec2Exception

        Finds available schedules that meet the specified criteria.

        You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.

        After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.

        Parameters:
        describeScheduledInstanceAvailabilityRequest - Contains the parameters for DescribeScheduledInstanceAvailability.
        Returns:
        Result of the DescribeScheduledInstanceAvailability operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeScheduledInstanceAvailabilityPaginator

        default DescribeScheduledInstanceAvailabilityIterable describeScheduledInstanceAvailabilityPaginator​(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest)
                                                                                                      throws AwsServiceException,
                                                                                                             SdkClientException,
                                                                                                             Ec2Exception

        This is a variant of describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client.describeScheduledInstanceAvailabilityPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client
                     .describeScheduledInstanceAvailabilityPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client.describeScheduledInstanceAvailabilityPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest) operation.

        Parameters:
        describeScheduledInstanceAvailabilityRequest - Contains the parameters for DescribeScheduledInstanceAvailability.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeScheduledInstanceAvailabilityPaginator

        default DescribeScheduledInstanceAvailabilityIterable describeScheduledInstanceAvailabilityPaginator​(Consumer<DescribeScheduledInstanceAvailabilityRequest.Builder> describeScheduledInstanceAvailabilityRequest)
                                                                                                      throws AwsServiceException,
                                                                                                             SdkClientException,
                                                                                                             Ec2Exception

        This is a variant of describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client.describeScheduledInstanceAvailabilityPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client
                     .describeScheduledInstanceAvailabilityPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client.describeScheduledInstanceAvailabilityPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest) operation.


        This is a convenience which creates an instance of the DescribeScheduledInstanceAvailabilityRequest.Builder avoiding the need to create one manually via DescribeScheduledInstanceAvailabilityRequest.builder()

        Parameters:
        describeScheduledInstanceAvailabilityRequest - A Consumer that will call methods on DescribeScheduledInstanceAvailabilityRequest.Builder to create a request. Contains the parameters for DescribeScheduledInstanceAvailability.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeScheduledInstances

        default DescribeScheduledInstancesResponse describeScheduledInstances​(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Describes the specified Scheduled Instances or all your Scheduled Instances.

        Parameters:
        describeScheduledInstancesRequest - Contains the parameters for DescribeScheduledInstances.
        Returns:
        Result of the DescribeScheduledInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeScheduledInstancesPaginator

        default DescribeScheduledInstancesIterable describeScheduledInstancesPaginator()
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client
                     .describeScheduledInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeScheduledInstancesPaginator(DescribeScheduledInstancesRequest), AWS API Documentation
      • describeScheduledInstancesPaginator

        default DescribeScheduledInstancesIterable describeScheduledInstancesPaginator​(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client
                     .describeScheduledInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest) operation.

        Parameters:
        describeScheduledInstancesRequest - Contains the parameters for DescribeScheduledInstances.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeScheduledInstancesPaginator

        default DescribeScheduledInstancesIterable describeScheduledInstancesPaginator​(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client
                     .describeScheduledInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest) operation.


        This is a convenience which creates an instance of the DescribeScheduledInstancesRequest.Builder avoiding the need to create one manually via DescribeScheduledInstancesRequest.builder()

        Parameters:
        describeScheduledInstancesRequest - A Consumer that will call methods on DescribeScheduledInstancesRequest.Builder to create a request. Contains the parameters for DescribeScheduledInstances.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSecurityGroupRulesPaginator

        default DescribeSecurityGroupRulesIterable describeSecurityGroupRulesPaginator​(DescribeSecurityGroupRulesRequest describeSecurityGroupRulesRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeSecurityGroupRules(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesIterable responses = client.describeSecurityGroupRulesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesIterable responses = client
                     .describeSecurityGroupRulesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesIterable responses = client.describeSecurityGroupRulesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSecurityGroupRules(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesRequest) operation.

        Parameters:
        describeSecurityGroupRulesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSecurityGroupRulesPaginator

        default DescribeSecurityGroupRulesIterable describeSecurityGroupRulesPaginator​(Consumer<DescribeSecurityGroupRulesRequest.Builder> describeSecurityGroupRulesRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeSecurityGroupRules(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesIterable responses = client.describeSecurityGroupRulesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesIterable responses = client
                     .describeSecurityGroupRulesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesIterable responses = client.describeSecurityGroupRulesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSecurityGroupRules(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesRequest) operation.


        This is a convenience which creates an instance of the DescribeSecurityGroupRulesRequest.Builder avoiding the need to create one manually via DescribeSecurityGroupRulesRequest.builder()

        Parameters:
        describeSecurityGroupRulesRequest - A Consumer that will call methods on DescribeSecurityGroupRulesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSecurityGroupsPaginator

        default DescribeSecurityGroupsIterable describeSecurityGroupsPaginator()
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client
                     .describeSecurityGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeSecurityGroupsPaginator(DescribeSecurityGroupsRequest), AWS API Documentation
      • describeSecurityGroupsPaginator

        default DescribeSecurityGroupsIterable describeSecurityGroupsPaginator​(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client
                     .describeSecurityGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest) operation.

        Parameters:
        describeSecurityGroupsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSecurityGroupsPaginator

        default DescribeSecurityGroupsIterable describeSecurityGroupsPaginator​(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client
                     .describeSecurityGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest) operation.


        This is a convenience which creates an instance of the DescribeSecurityGroupsRequest.Builder avoiding the need to create one manually via DescribeSecurityGroupsRequest.builder()

        Parameters:
        describeSecurityGroupsRequest - A Consumer that will call methods on DescribeSecurityGroupsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSnapshotTierStatusPaginator

        default DescribeSnapshotTierStatusIterable describeSnapshotTierStatusPaginator​(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeSnapshotTierStatus(software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusIterable responses = client.describeSnapshotTierStatusPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusIterable responses = client
                     .describeSnapshotTierStatusPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusIterable responses = client.describeSnapshotTierStatusPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSnapshotTierStatus(software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusRequest) operation.

        Parameters:
        describeSnapshotTierStatusRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSnapshotTierStatusPaginator

        default DescribeSnapshotTierStatusIterable describeSnapshotTierStatusPaginator​(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of describeSnapshotTierStatus(software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusIterable responses = client.describeSnapshotTierStatusPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusIterable responses = client
                     .describeSnapshotTierStatusPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusIterable responses = client.describeSnapshotTierStatusPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSnapshotTierStatus(software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusRequest) operation.


        This is a convenience which creates an instance of the DescribeSnapshotTierStatusRequest.Builder avoiding the need to create one manually via DescribeSnapshotTierStatusRequest.builder()

        Parameters:
        describeSnapshotTierStatusRequest - A Consumer that will call methods on DescribeSnapshotTierStatusRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSnapshots

        default DescribeSnapshotsResponse describeSnapshots​(DescribeSnapshotsRequest describeSnapshotsRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.

        The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions.

        The create volume permissions fall into the following categories:

        • public: The owner of the snapshot granted create volume permissions for the snapshot to the all group. All Amazon Web Services accounts have create volume permissions for these snapshots.

        • explicit: The owner of the snapshot granted create volume permissions to a specific Amazon Web Services account.

        • implicit: An Amazon Web Services account has implicit create volume permissions for all snapshots it owns.

        The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions.

        If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results.

        If you specify one or more snapshot owners using the OwnerIds option, only snapshots from the specified owners and for which you have access are returned. The results can include the Amazon Web Services account IDs of the specified owners, amazon for snapshots owned by Amazon, or self for snapshots that you own.

        If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify Amazon Web Services account IDs (if you own the snapshots), self for snapshots for which you own or have explicit permissions, or all for public snapshots.

        If you are describing a long list of snapshots, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination.

        To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores.

        For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon EBS User Guide.

        Parameters:
        describeSnapshotsRequest -
        Returns:
        Result of the DescribeSnapshots operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSnapshots

        default DescribeSnapshotsResponse describeSnapshots​(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.

        The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions.

        The create volume permissions fall into the following categories:

        • public: The owner of the snapshot granted create volume permissions for the snapshot to the all group. All Amazon Web Services accounts have create volume permissions for these snapshots.

        • explicit: The owner of the snapshot granted create volume permissions to a specific Amazon Web Services account.

        • implicit: An Amazon Web Services account has implicit create volume permissions for all snapshots it owns.

        The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions.

        If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results.

        If you specify one or more snapshot owners using the OwnerIds option, only snapshots from the specified owners and for which you have access are returned. The results can include the Amazon Web Services account IDs of the specified owners, amazon for snapshots owned by Amazon, or self for snapshots that you own.

        If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify Amazon Web Services account IDs (if you own the snapshots), self for snapshots for which you own or have explicit permissions, or all for public snapshots.

        If you are describing a long list of snapshots, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination.

        To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores.

        For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon EBS User Guide.


        This is a convenience which creates an instance of the DescribeSnapshotsRequest.Builder avoiding the need to create one manually via DescribeSnapshotsRequest.builder()

        Parameters:
        describeSnapshotsRequest - A Consumer that will call methods on DescribeSnapshotsRequest.Builder to create a request.
        Returns:
        Result of the DescribeSnapshots operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSnapshots

        default DescribeSnapshotsResponse describeSnapshots()
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.

        The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions.

        The create volume permissions fall into the following categories:

        • public: The owner of the snapshot granted create volume permissions for the snapshot to the all group. All Amazon Web Services accounts have create volume permissions for these snapshots.

        • explicit: The owner of the snapshot granted create volume permissions to a specific Amazon Web Services account.

        • implicit: An Amazon Web Services account has implicit create volume permissions for all snapshots it owns.

        The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions.

        If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results.

        If you specify one or more snapshot owners using the OwnerIds option, only snapshots from the specified owners and for which you have access are returned. The results can include the Amazon Web Services account IDs of the specified owners, amazon for snapshots owned by Amazon, or self for snapshots that you own.

        If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify Amazon Web Services account IDs (if you own the snapshots), self for snapshots for which you own or have explicit permissions, or all for public snapshots.

        If you are describing a long list of snapshots, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination.

        To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores.

        For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon EBS User Guide.

        Returns:
        Result of the DescribeSnapshots operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeSnapshots(DescribeSnapshotsRequest), AWS API Documentation
      • describeSnapshotsPaginator

        default DescribeSnapshotsIterable describeSnapshotsPaginator()
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client
                     .describeSnapshotsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeSnapshotsPaginator(DescribeSnapshotsRequest), AWS API Documentation
      • describeSnapshotsPaginator

        default DescribeSnapshotsIterable describeSnapshotsPaginator​(DescribeSnapshotsRequest describeSnapshotsRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client
                     .describeSnapshotsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) operation.

        Parameters:
        describeSnapshotsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSnapshotsPaginator

        default DescribeSnapshotsIterable describeSnapshotsPaginator​(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
                                                              throws AwsServiceException,
                                                                     SdkClientException,
                                                                     Ec2Exception

        This is a variant of describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client
                     .describeSnapshotsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) operation.


        This is a convenience which creates an instance of the DescribeSnapshotsRequest.Builder avoiding the need to create one manually via DescribeSnapshotsRequest.builder()

        Parameters:
        describeSnapshotsRequest - A Consumer that will call methods on DescribeSnapshotsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotFleetRequestHistory

        default DescribeSpotFleetRequestHistoryResponse describeSpotFleetRequestHistory​(DescribeSpotFleetRequestHistoryRequest describeSpotFleetRequestHistoryRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        Describes the events for the specified Spot Fleet request during the specified time.

        Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours.

        For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.

        Parameters:
        describeSpotFleetRequestHistoryRequest - Contains the parameters for DescribeSpotFleetRequestHistory.
        Returns:
        Result of the DescribeSpotFleetRequestHistory operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotFleetRequests

        default DescribeSpotFleetRequestsResponse describeSpotFleetRequests​(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Describes your Spot Fleet requests.

        Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.

        Parameters:
        describeSpotFleetRequestsRequest - Contains the parameters for DescribeSpotFleetRequests.
        Returns:
        Result of the DescribeSpotFleetRequests operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotFleetRequestsPaginator

        default DescribeSpotFleetRequestsIterable describeSpotFleetRequestsPaginator()
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client
                     .describeSpotFleetRequestsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeSpotFleetRequestsPaginator(DescribeSpotFleetRequestsRequest), AWS API Documentation
      • describeSpotFleetRequestsPaginator

        default DescribeSpotFleetRequestsIterable describeSpotFleetRequestsPaginator​(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client
                     .describeSpotFleetRequestsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest) operation.

        Parameters:
        describeSpotFleetRequestsRequest - Contains the parameters for DescribeSpotFleetRequests.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotFleetRequestsPaginator

        default DescribeSpotFleetRequestsIterable describeSpotFleetRequestsPaginator​(Consumer<DescribeSpotFleetRequestsRequest.Builder> describeSpotFleetRequestsRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client
                     .describeSpotFleetRequestsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest) operation.


        This is a convenience which creates an instance of the DescribeSpotFleetRequestsRequest.Builder avoiding the need to create one manually via DescribeSpotFleetRequestsRequest.builder()

        Parameters:
        describeSpotFleetRequestsRequest - A Consumer that will call methods on DescribeSpotFleetRequestsRequest.Builder to create a request. Contains the parameters for DescribeSpotFleetRequests.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotInstanceRequests

        default DescribeSpotInstanceRequestsResponse describeSpotInstanceRequests​(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Describes the specified Spot Instance requests.

        You can use DescribeSpotInstanceRequests to find a running Spot Instance by examining the response. If the status of the Spot Instance is fulfilled, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to look for instances where the instance lifecycle is spot.

        We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of items returned. This paginates the output, which makes the list more manageable and returns the items faster. If the list of items exceeds your MaxResults value, then that number of items is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining items.

        Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.

        Parameters:
        describeSpotInstanceRequestsRequest - Contains the parameters for DescribeSpotInstanceRequests.
        Returns:
        Result of the DescribeSpotInstanceRequests operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotInstanceRequests

        default DescribeSpotInstanceRequestsResponse describeSpotInstanceRequests​(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Describes the specified Spot Instance requests.

        You can use DescribeSpotInstanceRequests to find a running Spot Instance by examining the response. If the status of the Spot Instance is fulfilled, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to look for instances where the instance lifecycle is spot.

        We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of items returned. This paginates the output, which makes the list more manageable and returns the items faster. If the list of items exceeds your MaxResults value, then that number of items is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining items.

        Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.


        This is a convenience which creates an instance of the DescribeSpotInstanceRequestsRequest.Builder avoiding the need to create one manually via DescribeSpotInstanceRequestsRequest.builder()

        Parameters:
        describeSpotInstanceRequestsRequest - A Consumer that will call methods on DescribeSpotInstanceRequestsRequest.Builder to create a request. Contains the parameters for DescribeSpotInstanceRequests.
        Returns:
        Result of the DescribeSpotInstanceRequests operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotInstanceRequests

        default DescribeSpotInstanceRequestsResponse describeSpotInstanceRequests()
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Describes the specified Spot Instance requests.

        You can use DescribeSpotInstanceRequests to find a running Spot Instance by examining the response. If the status of the Spot Instance is fulfilled, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to look for instances where the instance lifecycle is spot.

        We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of items returned. This paginates the output, which makes the list more manageable and returns the items faster. If the list of items exceeds your MaxResults value, then that number of items is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining items.

        Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.

        Returns:
        Result of the DescribeSpotInstanceRequests operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest), AWS API Documentation
      • describeSpotInstanceRequestsPaginator

        default DescribeSpotInstanceRequestsIterable describeSpotInstanceRequestsPaginator()
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client
                     .describeSpotInstanceRequestsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeSpotInstanceRequestsPaginator(DescribeSpotInstanceRequestsRequest), AWS API Documentation
      • describeSpotInstanceRequestsPaginator

        default DescribeSpotInstanceRequestsIterable describeSpotInstanceRequestsPaginator​(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client
                     .describeSpotInstanceRequestsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest) operation.

        Parameters:
        describeSpotInstanceRequestsRequest - Contains the parameters for DescribeSpotInstanceRequests.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotInstanceRequestsPaginator

        default DescribeSpotInstanceRequestsIterable describeSpotInstanceRequestsPaginator​(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client
                     .describeSpotInstanceRequestsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest) operation.


        This is a convenience which creates an instance of the DescribeSpotInstanceRequestsRequest.Builder avoiding the need to create one manually via DescribeSpotInstanceRequestsRequest.builder()

        Parameters:
        describeSpotInstanceRequestsRequest - A Consumer that will call methods on DescribeSpotInstanceRequestsRequest.Builder to create a request. Contains the parameters for DescribeSpotInstanceRequests.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotPriceHistory

        default DescribeSpotPriceHistoryResponse describeSpotPriceHistory​(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Describes the Spot price history. For more information, see Spot Instance pricing history in the Amazon EC2 User Guide for Linux Instances.

        When you specify a start and end time, the operation returns the prices of the instance types within that time range. It also returns the last price change before the start time, which is the effective price as of the start time.

        Parameters:
        describeSpotPriceHistoryRequest - Contains the parameters for DescribeSpotPriceHistory.
        Returns:
        Result of the DescribeSpotPriceHistory operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotPriceHistoryPaginator

        default DescribeSpotPriceHistoryIterable describeSpotPriceHistoryPaginator()
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client
                     .describeSpotPriceHistoryPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeSpotPriceHistoryPaginator(DescribeSpotPriceHistoryRequest), AWS API Documentation
      • describeSpotPriceHistoryPaginator

        default DescribeSpotPriceHistoryIterable describeSpotPriceHistoryPaginator​(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client
                     .describeSpotPriceHistoryPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest) operation.

        Parameters:
        describeSpotPriceHistoryRequest - Contains the parameters for DescribeSpotPriceHistory.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSpotPriceHistoryPaginator

        default DescribeSpotPriceHistoryIterable describeSpotPriceHistoryPaginator​(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client
                     .describeSpotPriceHistoryPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest) operation.


        This is a convenience which creates an instance of the DescribeSpotPriceHistoryRequest.Builder avoiding the need to create one manually via DescribeSpotPriceHistoryRequest.builder()

        Parameters:
        describeSpotPriceHistoryRequest - A Consumer that will call methods on DescribeSpotPriceHistoryRequest.Builder to create a request. Contains the parameters for DescribeSpotPriceHistory.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeStaleSecurityGroups

        default DescribeStaleSecurityGroupsResponse describeStaleSecurityGroups​(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC or peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.

        Parameters:
        describeStaleSecurityGroupsRequest -
        Returns:
        Result of the DescribeStaleSecurityGroups operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeStaleSecurityGroupsPaginator

        default DescribeStaleSecurityGroupsIterable describeStaleSecurityGroupsPaginator​(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)
                                                                                  throws AwsServiceException,
                                                                                         SdkClientException,
                                                                                         Ec2Exception

        This is a variant of describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client.describeStaleSecurityGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client
                     .describeStaleSecurityGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client.describeStaleSecurityGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest) operation.

        Parameters:
        describeStaleSecurityGroupsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeStaleSecurityGroupsPaginator

        default DescribeStaleSecurityGroupsIterable describeStaleSecurityGroupsPaginator​(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest)
                                                                                  throws AwsServiceException,
                                                                                         SdkClientException,
                                                                                         Ec2Exception

        This is a variant of describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client.describeStaleSecurityGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client
                     .describeStaleSecurityGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client.describeStaleSecurityGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest) operation.


        This is a convenience which creates an instance of the DescribeStaleSecurityGroupsRequest.Builder avoiding the need to create one manually via DescribeStaleSecurityGroupsRequest.builder()

        Parameters:
        describeStaleSecurityGroupsRequest - A Consumer that will call methods on DescribeStaleSecurityGroupsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeStoreImageTasks

        default DescribeStoreImageTasksResponse describeStoreImageTasks​(DescribeStoreImageTasksRequest describeStoreImageTasksRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Describes the progress of the AMI store tasks. You can describe the store tasks for specified AMIs. If you don't specify the AMIs, you get a paginated list of store tasks from the last 31 days.

        For each AMI task, the response indicates if the task is InProgress, Completed, or Failed. For tasks InProgress, the response shows the estimated progress as a percentage.

        Tasks are listed in reverse chronological order. Currently, only tasks from the past 31 days can be viewed.

        To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide.

        For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.

        Parameters:
        describeStoreImageTasksRequest -
        Returns:
        Result of the DescribeStoreImageTasks operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeStoreImageTasksPaginator

        default DescribeStoreImageTasksIterable describeStoreImageTasksPaginator​(DescribeStoreImageTasksRequest describeStoreImageTasksRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeStoreImageTasks(software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksIterable responses = client.describeStoreImageTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksIterable responses = client
                     .describeStoreImageTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksIterable responses = client.describeStoreImageTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeStoreImageTasks(software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksRequest) operation.

        Parameters:
        describeStoreImageTasksRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeStoreImageTasksPaginator

        default DescribeStoreImageTasksIterable describeStoreImageTasksPaginator​(Consumer<DescribeStoreImageTasksRequest.Builder> describeStoreImageTasksRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeStoreImageTasks(software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksIterable responses = client.describeStoreImageTasksPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksIterable responses = client
                     .describeStoreImageTasksPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksIterable responses = client.describeStoreImageTasksPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeStoreImageTasks(software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksRequest) operation.


        This is a convenience which creates an instance of the DescribeStoreImageTasksRequest.Builder avoiding the need to create one manually via DescribeStoreImageTasksRequest.builder()

        Parameters:
        describeStoreImageTasksRequest - A Consumer that will call methods on DescribeStoreImageTasksRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSubnetsPaginator

        default DescribeSubnetsIterable describeSubnetsPaginator()
                                                          throws AwsServiceException,
                                                                 SdkClientException,
                                                                 Ec2Exception

        This is a variant of describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeSubnetsPaginator(DescribeSubnetsRequest), AWS API Documentation
      • describeSubnetsPaginator

        default DescribeSubnetsIterable describeSubnetsPaginator​(DescribeSubnetsRequest describeSubnetsRequest)
                                                          throws AwsServiceException,
                                                                 SdkClientException,
                                                                 Ec2Exception

        This is a variant of describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest) operation.

        Parameters:
        describeSubnetsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeSubnetsPaginator

        default DescribeSubnetsIterable describeSubnetsPaginator​(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest)
                                                          throws AwsServiceException,
                                                                 SdkClientException,
                                                                 Ec2Exception

        This is a variant of describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest) operation.


        This is a convenience which creates an instance of the DescribeSubnetsRequest.Builder avoiding the need to create one manually via DescribeSubnetsRequest.builder()

        Parameters:
        describeSubnetsRequest - A Consumer that will call methods on DescribeSubnetsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTags

        default DescribeTagsResponse describeTags​(DescribeTagsRequest describeTagsRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Describes the specified tags for your EC2 resources.

        For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeTagsRequest -
        Returns:
        Result of the DescribeTags operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTagsPaginator

        default DescribeTagsIterable describeTagsPaginator()
                                                    throws AwsServiceException,
                                                           SdkClientException,
                                                           Ec2Exception

        This is a variant of describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTagsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeTagsPaginator(DescribeTagsRequest), AWS API Documentation
      • describeTagsPaginator

        default DescribeTagsIterable describeTagsPaginator​(DescribeTagsRequest describeTagsRequest)
                                                    throws AwsServiceException,
                                                           SdkClientException,
                                                           Ec2Exception

        This is a variant of describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTagsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest) operation.

        Parameters:
        describeTagsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTagsPaginator

        default DescribeTagsIterable describeTagsPaginator​(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
                                                    throws AwsServiceException,
                                                           SdkClientException,
                                                           Ec2Exception

        This is a variant of describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTagsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest) operation.


        This is a convenience which creates an instance of the DescribeTagsRequest.Builder avoiding the need to create one manually via DescribeTagsRequest.builder()

        Parameters:
        describeTagsRequest - A Consumer that will call methods on DescribeTagsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTrafficMirrorFiltersPaginator

        default DescribeTrafficMirrorFiltersIterable describeTrafficMirrorFiltersPaginator​(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client.describeTrafficMirrorFiltersPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client
                     .describeTrafficMirrorFiltersPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client.describeTrafficMirrorFiltersPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest) operation.

        Parameters:
        describeTrafficMirrorFiltersRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTrafficMirrorFiltersPaginator

        default DescribeTrafficMirrorFiltersIterable describeTrafficMirrorFiltersPaginator​(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client.describeTrafficMirrorFiltersPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client
                     .describeTrafficMirrorFiltersPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client.describeTrafficMirrorFiltersPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest) operation.


        This is a convenience which creates an instance of the DescribeTrafficMirrorFiltersRequest.Builder avoiding the need to create one manually via DescribeTrafficMirrorFiltersRequest.builder()

        Parameters:
        describeTrafficMirrorFiltersRequest - A Consumer that will call methods on DescribeTrafficMirrorFiltersRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTrafficMirrorSessions

        default DescribeTrafficMirrorSessionsResponse describeTrafficMirrorSessions​(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

        Parameters:
        describeTrafficMirrorSessionsRequest -
        Returns:
        Result of the DescribeTrafficMirrorSessions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTrafficMirrorSessionsPaginator

        default DescribeTrafficMirrorSessionsIterable describeTrafficMirrorSessionsPaginator​(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest)
                                                                                      throws AwsServiceException,
                                                                                             SdkClientException,
                                                                                             Ec2Exception

        This is a variant of describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client.describeTrafficMirrorSessionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client
                     .describeTrafficMirrorSessionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client.describeTrafficMirrorSessionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest) operation.

        Parameters:
        describeTrafficMirrorSessionsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTrafficMirrorSessionsPaginator

        default DescribeTrafficMirrorSessionsIterable describeTrafficMirrorSessionsPaginator​(Consumer<DescribeTrafficMirrorSessionsRequest.Builder> describeTrafficMirrorSessionsRequest)
                                                                                      throws AwsServiceException,
                                                                                             SdkClientException,
                                                                                             Ec2Exception

        This is a variant of describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client.describeTrafficMirrorSessionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client
                     .describeTrafficMirrorSessionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client.describeTrafficMirrorSessionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest) operation.


        This is a convenience which creates an instance of the DescribeTrafficMirrorSessionsRequest.Builder avoiding the need to create one manually via DescribeTrafficMirrorSessionsRequest.builder()

        Parameters:
        describeTrafficMirrorSessionsRequest - A Consumer that will call methods on DescribeTrafficMirrorSessionsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTrafficMirrorTargetsPaginator

        default DescribeTrafficMirrorTargetsIterable describeTrafficMirrorTargetsPaginator​(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client.describeTrafficMirrorTargetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client
                     .describeTrafficMirrorTargetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client.describeTrafficMirrorTargetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest) operation.

        Parameters:
        describeTrafficMirrorTargetsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTrafficMirrorTargetsPaginator

        default DescribeTrafficMirrorTargetsIterable describeTrafficMirrorTargetsPaginator​(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client.describeTrafficMirrorTargetsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client
                     .describeTrafficMirrorTargetsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client.describeTrafficMirrorTargetsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest) operation.


        This is a convenience which creates an instance of the DescribeTrafficMirrorTargetsRequest.Builder avoiding the need to create one manually via DescribeTrafficMirrorTargetsRequest.builder()

        Parameters:
        describeTrafficMirrorTargetsRequest - A Consumer that will call methods on DescribeTrafficMirrorTargetsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayAttachments

        default DescribeTransitGatewayAttachmentsResponse describeTransitGatewayAttachments​(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.

        Parameters:
        describeTransitGatewayAttachmentsRequest -
        Returns:
        Result of the DescribeTransitGatewayAttachments operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayAttachmentsPaginator

        default DescribeTransitGatewayAttachmentsIterable describeTransitGatewayAttachmentsPaginator()
                                                                                              throws AwsServiceException,
                                                                                                     SdkClientException,
                                                                                                     Ec2Exception

        This is a variant of describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client
                     .describeTransitGatewayAttachmentsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeTransitGatewayAttachmentsPaginator(DescribeTransitGatewayAttachmentsRequest), AWS API Documentation
      • describeTransitGatewayAttachmentsPaginator

        default DescribeTransitGatewayAttachmentsIterable describeTransitGatewayAttachmentsPaginator​(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)
                                                                                              throws AwsServiceException,
                                                                                                     SdkClientException,
                                                                                                     Ec2Exception

        This is a variant of describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client
                     .describeTransitGatewayAttachmentsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest) operation.

        Parameters:
        describeTransitGatewayAttachmentsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayAttachmentsPaginator

        default DescribeTransitGatewayAttachmentsIterable describeTransitGatewayAttachmentsPaginator​(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest)
                                                                                              throws AwsServiceException,
                                                                                                     SdkClientException,
                                                                                                     Ec2Exception

        This is a variant of describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client
                     .describeTransitGatewayAttachmentsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest) operation.


        This is a convenience which creates an instance of the DescribeTransitGatewayAttachmentsRequest.Builder avoiding the need to create one manually via DescribeTransitGatewayAttachmentsRequest.builder()

        Parameters:
        describeTransitGatewayAttachmentsRequest - A Consumer that will call methods on DescribeTransitGatewayAttachmentsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayConnectPeersPaginator

        default DescribeTransitGatewayConnectPeersIterable describeTransitGatewayConnectPeersPaginator​(DescribeTransitGatewayConnectPeersRequest describeTransitGatewayConnectPeersRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeTransitGatewayConnectPeers(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersIterable responses = client.describeTransitGatewayConnectPeersPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersIterable responses = client
                     .describeTransitGatewayConnectPeersPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersIterable responses = client.describeTransitGatewayConnectPeersPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayConnectPeers(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersRequest) operation.

        Parameters:
        describeTransitGatewayConnectPeersRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayConnectPeersPaginator

        default DescribeTransitGatewayConnectPeersIterable describeTransitGatewayConnectPeersPaginator​(Consumer<DescribeTransitGatewayConnectPeersRequest.Builder> describeTransitGatewayConnectPeersRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeTransitGatewayConnectPeers(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersIterable responses = client.describeTransitGatewayConnectPeersPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersIterable responses = client
                     .describeTransitGatewayConnectPeersPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersIterable responses = client.describeTransitGatewayConnectPeersPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayConnectPeers(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersRequest) operation.


        This is a convenience which creates an instance of the DescribeTransitGatewayConnectPeersRequest.Builder avoiding the need to create one manually via DescribeTransitGatewayConnectPeersRequest.builder()

        Parameters:
        describeTransitGatewayConnectPeersRequest - A Consumer that will call methods on DescribeTransitGatewayConnectPeersRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayConnectsPaginator

        default DescribeTransitGatewayConnectsIterable describeTransitGatewayConnectsPaginator​(DescribeTransitGatewayConnectsRequest describeTransitGatewayConnectsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeTransitGatewayConnects(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsIterable responses = client.describeTransitGatewayConnectsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsIterable responses = client
                     .describeTransitGatewayConnectsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsIterable responses = client.describeTransitGatewayConnectsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayConnects(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsRequest) operation.

        Parameters:
        describeTransitGatewayConnectsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayConnectsPaginator

        default DescribeTransitGatewayConnectsIterable describeTransitGatewayConnectsPaginator​(Consumer<DescribeTransitGatewayConnectsRequest.Builder> describeTransitGatewayConnectsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeTransitGatewayConnects(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsIterable responses = client.describeTransitGatewayConnectsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsIterable responses = client
                     .describeTransitGatewayConnectsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsIterable responses = client.describeTransitGatewayConnectsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayConnects(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsRequest) operation.


        This is a convenience which creates an instance of the DescribeTransitGatewayConnectsRequest.Builder avoiding the need to create one manually via DescribeTransitGatewayConnectsRequest.builder()

        Parameters:
        describeTransitGatewayConnectsRequest - A Consumer that will call methods on DescribeTransitGatewayConnectsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayMulticastDomainsPaginator

        default DescribeTransitGatewayMulticastDomainsIterable describeTransitGatewayMulticastDomainsPaginator​(DescribeTransitGatewayMulticastDomainsRequest describeTransitGatewayMulticastDomainsRequest)
                                                                                                        throws AwsServiceException,
                                                                                                               SdkClientException,
                                                                                                               Ec2Exception

        This is a variant of describeTransitGatewayMulticastDomains(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayMulticastDomainsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayMulticastDomainsIterable responses = client.describeTransitGatewayMulticastDomainsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayMulticastDomainsIterable responses = client
                     .describeTransitGatewayMulticastDomainsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayMulticastDomainsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayMulticastDomainsIterable responses = client.describeTransitGatewayMulticastDomainsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayMulticastDomains(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayMulticastDomainsRequest) operation.

        Parameters:
        describeTransitGatewayMulticastDomainsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayPeeringAttachmentsPaginator

        default DescribeTransitGatewayPeeringAttachmentsIterable describeTransitGatewayPeeringAttachmentsPaginator​(DescribeTransitGatewayPeeringAttachmentsRequest describeTransitGatewayPeeringAttachmentsRequest)
                                                                                                            throws AwsServiceException,
                                                                                                                   SdkClientException,
                                                                                                                   Ec2Exception

        This is a variant of describeTransitGatewayPeeringAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPeeringAttachmentsIterable responses = client.describeTransitGatewayPeeringAttachmentsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPeeringAttachmentsIterable responses = client
                     .describeTransitGatewayPeeringAttachmentsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPeeringAttachmentsIterable responses = client.describeTransitGatewayPeeringAttachmentsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayPeeringAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsRequest) operation.

        Parameters:
        describeTransitGatewayPeeringAttachmentsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayPolicyTablesPaginator

        default DescribeTransitGatewayPolicyTablesIterable describeTransitGatewayPolicyTablesPaginator​(DescribeTransitGatewayPolicyTablesRequest describeTransitGatewayPolicyTablesRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeTransitGatewayPolicyTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesIterable responses = client.describeTransitGatewayPolicyTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesIterable responses = client
                     .describeTransitGatewayPolicyTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesIterable responses = client.describeTransitGatewayPolicyTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayPolicyTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesRequest) operation.

        Parameters:
        describeTransitGatewayPolicyTablesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayPolicyTablesPaginator

        default DescribeTransitGatewayPolicyTablesIterable describeTransitGatewayPolicyTablesPaginator​(Consumer<DescribeTransitGatewayPolicyTablesRequest.Builder> describeTransitGatewayPolicyTablesRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeTransitGatewayPolicyTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesIterable responses = client.describeTransitGatewayPolicyTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesIterable responses = client
                     .describeTransitGatewayPolicyTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesIterable responses = client.describeTransitGatewayPolicyTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayPolicyTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesRequest) operation.


        This is a convenience which creates an instance of the DescribeTransitGatewayPolicyTablesRequest.Builder avoiding the need to create one manually via DescribeTransitGatewayPolicyTablesRequest.builder()

        Parameters:
        describeTransitGatewayPolicyTablesRequest - A Consumer that will call methods on DescribeTransitGatewayPolicyTablesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayRouteTableAnnouncementsPaginator

        default DescribeTransitGatewayRouteTableAnnouncementsIterable describeTransitGatewayRouteTableAnnouncementsPaginator​(DescribeTransitGatewayRouteTableAnnouncementsRequest describeTransitGatewayRouteTableAnnouncementsRequest)
                                                                                                                      throws AwsServiceException,
                                                                                                                             SdkClientException,
                                                                                                                             Ec2Exception

        This is a variant of describeTransitGatewayRouteTableAnnouncements(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTableAnnouncementsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTableAnnouncementsIterable responses = client.describeTransitGatewayRouteTableAnnouncementsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTableAnnouncementsIterable responses = client
                     .describeTransitGatewayRouteTableAnnouncementsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTableAnnouncementsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTableAnnouncementsIterable responses = client.describeTransitGatewayRouteTableAnnouncementsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayRouteTableAnnouncements(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTableAnnouncementsRequest) operation.

        Parameters:
        describeTransitGatewayRouteTableAnnouncementsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayRouteTables

        default DescribeTransitGatewayRouteTablesResponse describeTransitGatewayRouteTables​(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.

        Parameters:
        describeTransitGatewayRouteTablesRequest -
        Returns:
        Result of the DescribeTransitGatewayRouteTables operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayRouteTablesPaginator

        default DescribeTransitGatewayRouteTablesIterable describeTransitGatewayRouteTablesPaginator()
                                                                                              throws AwsServiceException,
                                                                                                     SdkClientException,
                                                                                                     Ec2Exception

        This is a variant of describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client
                     .describeTransitGatewayRouteTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeTransitGatewayRouteTablesPaginator(DescribeTransitGatewayRouteTablesRequest), AWS API Documentation
      • describeTransitGatewayRouteTablesPaginator

        default DescribeTransitGatewayRouteTablesIterable describeTransitGatewayRouteTablesPaginator​(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest)
                                                                                              throws AwsServiceException,
                                                                                                     SdkClientException,
                                                                                                     Ec2Exception

        This is a variant of describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client
                     .describeTransitGatewayRouteTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest) operation.

        Parameters:
        describeTransitGatewayRouteTablesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayRouteTablesPaginator

        default DescribeTransitGatewayRouteTablesIterable describeTransitGatewayRouteTablesPaginator​(Consumer<DescribeTransitGatewayRouteTablesRequest.Builder> describeTransitGatewayRouteTablesRequest)
                                                                                              throws AwsServiceException,
                                                                                                     SdkClientException,
                                                                                                     Ec2Exception

        This is a variant of describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client
                     .describeTransitGatewayRouteTablesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest) operation.


        This is a convenience which creates an instance of the DescribeTransitGatewayRouteTablesRequest.Builder avoiding the need to create one manually via DescribeTransitGatewayRouteTablesRequest.builder()

        Parameters:
        describeTransitGatewayRouteTablesRequest - A Consumer that will call methods on DescribeTransitGatewayRouteTablesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewayVpcAttachmentsPaginator

        default DescribeTransitGatewayVpcAttachmentsIterable describeTransitGatewayVpcAttachmentsPaginator()
                                                                                                    throws AwsServiceException,
                                                                                                           SdkClientException,
                                                                                                           Ec2Exception

        This is a variant of describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client
                     .describeTransitGatewayVpcAttachmentsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeTransitGatewayVpcAttachmentsPaginator(DescribeTransitGatewayVpcAttachmentsRequest), AWS API Documentation
      • describeTransitGatewayVpcAttachmentsPaginator

        default DescribeTransitGatewayVpcAttachmentsIterable describeTransitGatewayVpcAttachmentsPaginator​(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest)
                                                                                                    throws AwsServiceException,
                                                                                                           SdkClientException,
                                                                                                           Ec2Exception

        This is a variant of describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client
                     .describeTransitGatewayVpcAttachmentsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest) operation.

        Parameters:
        describeTransitGatewayVpcAttachmentsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGateways

        default DescribeTransitGatewaysResponse describeTransitGateways​(DescribeTransitGatewaysRequest describeTransitGatewaysRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.

        Parameters:
        describeTransitGatewaysRequest -
        Returns:
        Result of the DescribeTransitGateways operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewaysPaginator

        default DescribeTransitGatewaysIterable describeTransitGatewaysPaginator()
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client
                     .describeTransitGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeTransitGatewaysPaginator(DescribeTransitGatewaysRequest), AWS API Documentation
      • describeTransitGatewaysPaginator

        default DescribeTransitGatewaysIterable describeTransitGatewaysPaginator​(DescribeTransitGatewaysRequest describeTransitGatewaysRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client
                     .describeTransitGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest) operation.

        Parameters:
        describeTransitGatewaysRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTransitGatewaysPaginator

        default DescribeTransitGatewaysIterable describeTransitGatewaysPaginator​(Consumer<DescribeTransitGatewaysRequest.Builder> describeTransitGatewaysRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client
                     .describeTransitGatewaysPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest) operation.


        This is a convenience which creates an instance of the DescribeTransitGatewaysRequest.Builder avoiding the need to create one manually via DescribeTransitGatewaysRequest.builder()

        Parameters:
        describeTransitGatewaysRequest - A Consumer that will call methods on DescribeTransitGatewaysRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTrunkInterfaceAssociationsPaginator

        default DescribeTrunkInterfaceAssociationsIterable describeTrunkInterfaceAssociationsPaginator​(DescribeTrunkInterfaceAssociationsRequest describeTrunkInterfaceAssociationsRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeTrunkInterfaceAssociations(software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsIterable responses = client.describeTrunkInterfaceAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsIterable responses = client
                     .describeTrunkInterfaceAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsIterable responses = client.describeTrunkInterfaceAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTrunkInterfaceAssociations(software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsRequest) operation.

        Parameters:
        describeTrunkInterfaceAssociationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeTrunkInterfaceAssociationsPaginator

        default DescribeTrunkInterfaceAssociationsIterable describeTrunkInterfaceAssociationsPaginator​(Consumer<DescribeTrunkInterfaceAssociationsRequest.Builder> describeTrunkInterfaceAssociationsRequest)
                                                                                                throws AwsServiceException,
                                                                                                       SdkClientException,
                                                                                                       Ec2Exception

        This is a variant of describeTrunkInterfaceAssociations(software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsIterable responses = client.describeTrunkInterfaceAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsIterable responses = client
                     .describeTrunkInterfaceAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsIterable responses = client.describeTrunkInterfaceAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeTrunkInterfaceAssociations(software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsRequest) operation.


        This is a convenience which creates an instance of the DescribeTrunkInterfaceAssociationsRequest.Builder avoiding the need to create one manually via DescribeTrunkInterfaceAssociationsRequest.builder()

        Parameters:
        describeTrunkInterfaceAssociationsRequest - A Consumer that will call methods on DescribeTrunkInterfaceAssociationsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVerifiedAccessEndpointsPaginator

        default DescribeVerifiedAccessEndpointsIterable describeVerifiedAccessEndpointsPaginator​(DescribeVerifiedAccessEndpointsRequest describeVerifiedAccessEndpointsRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeVerifiedAccessEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsIterable responses = client.describeVerifiedAccessEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsIterable responses = client
                     .describeVerifiedAccessEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsIterable responses = client.describeVerifiedAccessEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVerifiedAccessEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsRequest) operation.

        Parameters:
        describeVerifiedAccessEndpointsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVerifiedAccessEndpointsPaginator

        default DescribeVerifiedAccessEndpointsIterable describeVerifiedAccessEndpointsPaginator​(Consumer<DescribeVerifiedAccessEndpointsRequest.Builder> describeVerifiedAccessEndpointsRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeVerifiedAccessEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsIterable responses = client.describeVerifiedAccessEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsIterable responses = client
                     .describeVerifiedAccessEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsIterable responses = client.describeVerifiedAccessEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVerifiedAccessEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsRequest) operation.


        This is a convenience which creates an instance of the DescribeVerifiedAccessEndpointsRequest.Builder avoiding the need to create one manually via DescribeVerifiedAccessEndpointsRequest.builder()

        Parameters:
        describeVerifiedAccessEndpointsRequest - A Consumer that will call methods on DescribeVerifiedAccessEndpointsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVerifiedAccessGroupsPaginator

        default DescribeVerifiedAccessGroupsIterable describeVerifiedAccessGroupsPaginator​(DescribeVerifiedAccessGroupsRequest describeVerifiedAccessGroupsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeVerifiedAccessGroups(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsIterable responses = client.describeVerifiedAccessGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsIterable responses = client
                     .describeVerifiedAccessGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsIterable responses = client.describeVerifiedAccessGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVerifiedAccessGroups(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsRequest) operation.

        Parameters:
        describeVerifiedAccessGroupsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVerifiedAccessGroupsPaginator

        default DescribeVerifiedAccessGroupsIterable describeVerifiedAccessGroupsPaginator​(Consumer<DescribeVerifiedAccessGroupsRequest.Builder> describeVerifiedAccessGroupsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeVerifiedAccessGroups(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsIterable responses = client.describeVerifiedAccessGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsIterable responses = client
                     .describeVerifiedAccessGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsIterable responses = client.describeVerifiedAccessGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVerifiedAccessGroups(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsRequest) operation.


        This is a convenience which creates an instance of the DescribeVerifiedAccessGroupsRequest.Builder avoiding the need to create one manually via DescribeVerifiedAccessGroupsRequest.builder()

        Parameters:
        describeVerifiedAccessGroupsRequest - A Consumer that will call methods on DescribeVerifiedAccessGroupsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVerifiedAccessInstanceLoggingConfigurationsPaginator

        default DescribeVerifiedAccessInstanceLoggingConfigurationsIterable describeVerifiedAccessInstanceLoggingConfigurationsPaginator​(DescribeVerifiedAccessInstanceLoggingConfigurationsRequest describeVerifiedAccessInstanceLoggingConfigurationsRequest)
                                                                                                                                  throws AwsServiceException,
                                                                                                                                         SdkClientException,
                                                                                                                                         Ec2Exception

        This is a variant of describeVerifiedAccessInstanceLoggingConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstanceLoggingConfigurationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstanceLoggingConfigurationsIterable responses = client.describeVerifiedAccessInstanceLoggingConfigurationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstanceLoggingConfigurationsIterable responses = client
                     .describeVerifiedAccessInstanceLoggingConfigurationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstanceLoggingConfigurationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstanceLoggingConfigurationsIterable responses = client.describeVerifiedAccessInstanceLoggingConfigurationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVerifiedAccessInstanceLoggingConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstanceLoggingConfigurationsRequest) operation.

        Parameters:
        describeVerifiedAccessInstanceLoggingConfigurationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVerifiedAccessInstancesPaginator

        default DescribeVerifiedAccessInstancesIterable describeVerifiedAccessInstancesPaginator​(DescribeVerifiedAccessInstancesRequest describeVerifiedAccessInstancesRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeVerifiedAccessInstances(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesIterable responses = client.describeVerifiedAccessInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesIterable responses = client
                     .describeVerifiedAccessInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesIterable responses = client.describeVerifiedAccessInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVerifiedAccessInstances(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesRequest) operation.

        Parameters:
        describeVerifiedAccessInstancesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVerifiedAccessInstancesPaginator

        default DescribeVerifiedAccessInstancesIterable describeVerifiedAccessInstancesPaginator​(Consumer<DescribeVerifiedAccessInstancesRequest.Builder> describeVerifiedAccessInstancesRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of describeVerifiedAccessInstances(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesIterable responses = client.describeVerifiedAccessInstancesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesIterable responses = client
                     .describeVerifiedAccessInstancesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesIterable responses = client.describeVerifiedAccessInstancesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVerifiedAccessInstances(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesRequest) operation.


        This is a convenience which creates an instance of the DescribeVerifiedAccessInstancesRequest.Builder avoiding the need to create one manually via DescribeVerifiedAccessInstancesRequest.builder()

        Parameters:
        describeVerifiedAccessInstancesRequest - A Consumer that will call methods on DescribeVerifiedAccessInstancesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVerifiedAccessTrustProvidersPaginator

        default DescribeVerifiedAccessTrustProvidersIterable describeVerifiedAccessTrustProvidersPaginator​(DescribeVerifiedAccessTrustProvidersRequest describeVerifiedAccessTrustProvidersRequest)
                                                                                                    throws AwsServiceException,
                                                                                                           SdkClientException,
                                                                                                           Ec2Exception

        This is a variant of describeVerifiedAccessTrustProviders(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessTrustProvidersRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessTrustProvidersIterable responses = client.describeVerifiedAccessTrustProvidersPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessTrustProvidersIterable responses = client
                     .describeVerifiedAccessTrustProvidersPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessTrustProvidersResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessTrustProvidersIterable responses = client.describeVerifiedAccessTrustProvidersPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVerifiedAccessTrustProviders(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessTrustProvidersRequest) operation.

        Parameters:
        describeVerifiedAccessTrustProvidersRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumeStatus

        default DescribeVolumeStatusResponse describeVolumeStatus​(DescribeVolumeStatusRequest describeVolumeStatusRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.

        The DescribeVolumeStatus operation provides the following information about the specified volumes:

        Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks might still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see Monitor the status of your volumes in the Amazon EBS User Guide.

        Events: Reflect the cause of a volume status and might require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and might have inconsistent data.

        Actions: Reflect the actions you might have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO action and then check the volume for data consistency.

        Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeVolumeStatusRequest -
        Returns:
        Result of the DescribeVolumeStatus operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumeStatus

        default DescribeVolumeStatusResponse describeVolumeStatus​(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.

        The DescribeVolumeStatus operation provides the following information about the specified volumes:

        Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks might still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see Monitor the status of your volumes in the Amazon EBS User Guide.

        Events: Reflect the cause of a volume status and might require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and might have inconsistent data.

        Actions: Reflect the actions you might have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO action and then check the volume for data consistency.

        Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.


        This is a convenience which creates an instance of the DescribeVolumeStatusRequest.Builder avoiding the need to create one manually via DescribeVolumeStatusRequest.builder()

        Parameters:
        describeVolumeStatusRequest - A Consumer that will call methods on DescribeVolumeStatusRequest.Builder to create a request.
        Returns:
        Result of the DescribeVolumeStatus operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumeStatus

        default DescribeVolumeStatusResponse describeVolumeStatus()
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.

        The DescribeVolumeStatus operation provides the following information about the specified volumes:

        Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks might still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see Monitor the status of your volumes in the Amazon EBS User Guide.

        Events: Reflect the cause of a volume status and might require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and might have inconsistent data.

        Actions: Reflect the actions you might have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO action and then check the volume for data consistency.

        Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeVolumeStatus operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVolumeStatus(DescribeVolumeStatusRequest), AWS API Documentation
      • describeVolumeStatusPaginator

        default DescribeVolumeStatusIterable describeVolumeStatusPaginator()
                                                                    throws AwsServiceException,
                                                                           SdkClientException,
                                                                           Ec2Exception

        This is a variant of describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client
                     .describeVolumeStatusPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVolumeStatusPaginator(DescribeVolumeStatusRequest), AWS API Documentation
      • describeVolumeStatusPaginator

        default DescribeVolumeStatusIterable describeVolumeStatusPaginator​(DescribeVolumeStatusRequest describeVolumeStatusRequest)
                                                                    throws AwsServiceException,
                                                                           SdkClientException,
                                                                           Ec2Exception

        This is a variant of describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client
                     .describeVolumeStatusPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest) operation.

        Parameters:
        describeVolumeStatusRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumeStatusPaginator

        default DescribeVolumeStatusIterable describeVolumeStatusPaginator​(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)
                                                                    throws AwsServiceException,
                                                                           SdkClientException,
                                                                           Ec2Exception

        This is a variant of describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client
                     .describeVolumeStatusPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest) operation.


        This is a convenience which creates an instance of the DescribeVolumeStatusRequest.Builder avoiding the need to create one manually via DescribeVolumeStatusRequest.builder()

        Parameters:
        describeVolumeStatusRequest - A Consumer that will call methods on DescribeVolumeStatusRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumes

        default DescribeVolumesResponse describeVolumes​(DescribeVolumesRequest describeVolumesRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Describes the specified EBS volumes or all of your EBS volumes.

        If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination.

        For more information about EBS volumes, see Amazon EBS volumes in the Amazon EBS User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Parameters:
        describeVolumesRequest -
        Returns:
        Result of the DescribeVolumes operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumes

        default DescribeVolumesResponse describeVolumes()
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Describes the specified EBS volumes or all of your EBS volumes.

        If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination.

        For more information about EBS volumes, see Amazon EBS volumes in the Amazon EBS User Guide.

        The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

        Returns:
        Result of the DescribeVolumes operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVolumes(DescribeVolumesRequest), AWS API Documentation
      • describeVolumesPaginator

        default DescribeVolumesIterable describeVolumesPaginator()
                                                          throws AwsServiceException,
                                                                 SdkClientException,
                                                                 Ec2Exception

        This is a variant of describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVolumesPaginator(DescribeVolumesRequest), AWS API Documentation
      • describeVolumesPaginator

        default DescribeVolumesIterable describeVolumesPaginator​(DescribeVolumesRequest describeVolumesRequest)
                                                          throws AwsServiceException,
                                                                 SdkClientException,
                                                                 Ec2Exception

        This is a variant of describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest) operation.

        Parameters:
        describeVolumesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumesPaginator

        default DescribeVolumesIterable describeVolumesPaginator​(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)
                                                          throws AwsServiceException,
                                                                 SdkClientException,
                                                                 Ec2Exception

        This is a variant of describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest) operation.


        This is a convenience which creates an instance of the DescribeVolumesRequest.Builder avoiding the need to create one manually via DescribeVolumesRequest.builder()

        Parameters:
        describeVolumesRequest - A Consumer that will call methods on DescribeVolumesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumesModifications

        default DescribeVolumesModificationsResponse describeVolumesModifications​(DescribeVolumesModificationsRequest describeVolumesModificationsRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Describes the most recent volume modification request for the specified EBS volumes.

        If a volume has never been modified, some information in the output will be null. If a volume has been modified more than once, the output includes only the most recent modification request.

        You can also use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. For more information, see Monitor the progress of volume modifications in the Amazon EBS User Guide.

        Parameters:
        describeVolumesModificationsRequest -
        Returns:
        Result of the DescribeVolumesModifications operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumesModificationsPaginator

        default DescribeVolumesModificationsIterable describeVolumesModificationsPaginator()
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client
                     .describeVolumesModificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVolumesModificationsPaginator(DescribeVolumesModificationsRequest), AWS API Documentation
      • describeVolumesModificationsPaginator

        default DescribeVolumesModificationsIterable describeVolumesModificationsPaginator​(DescribeVolumesModificationsRequest describeVolumesModificationsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client
                     .describeVolumesModificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest) operation.

        Parameters:
        describeVolumesModificationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVolumesModificationsPaginator

        default DescribeVolumesModificationsIterable describeVolumesModificationsPaginator​(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client
                     .describeVolumesModificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest) operation.


        This is a convenience which creates an instance of the DescribeVolumesModificationsRequest.Builder avoiding the need to create one manually via DescribeVolumesModificationsRequest.builder()

        Parameters:
        describeVolumesModificationsRequest - A Consumer that will call methods on DescribeVolumesModificationsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcClassicLinkDnsSupport

        default DescribeVpcClassicLinkDnsSupportResponse describeVpcClassicLinkDnsSupport​(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        This action is deprecated.

        Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance.

        Parameters:
        describeVpcClassicLinkDnsSupportRequest -
        Returns:
        Result of the DescribeVpcClassicLinkDnsSupport operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcClassicLinkDnsSupport

        default DescribeVpcClassicLinkDnsSupportResponse describeVpcClassicLinkDnsSupport()
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        This action is deprecated.

        Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance.

        Returns:
        Result of the DescribeVpcClassicLinkDnsSupport operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest), AWS API Documentation
      • describeVpcClassicLinkDnsSupportPaginator

        default DescribeVpcClassicLinkDnsSupportIterable describeVpcClassicLinkDnsSupportPaginator()
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client
                     .describeVpcClassicLinkDnsSupportPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVpcClassicLinkDnsSupportPaginator(DescribeVpcClassicLinkDnsSupportRequest), AWS API Documentation
      • describeVpcClassicLinkDnsSupportPaginator

        default DescribeVpcClassicLinkDnsSupportIterable describeVpcClassicLinkDnsSupportPaginator​(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client
                     .describeVpcClassicLinkDnsSupportPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest) operation.

        Parameters:
        describeVpcClassicLinkDnsSupportRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcClassicLinkDnsSupportPaginator

        default DescribeVpcClassicLinkDnsSupportIterable describeVpcClassicLinkDnsSupportPaginator​(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client
                     .describeVpcClassicLinkDnsSupportPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest) operation.


        This is a convenience which creates an instance of the DescribeVpcClassicLinkDnsSupportRequest.Builder avoiding the need to create one manually via DescribeVpcClassicLinkDnsSupportRequest.builder()

        Parameters:
        describeVpcClassicLinkDnsSupportRequest - A Consumer that will call methods on DescribeVpcClassicLinkDnsSupportRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcEndpointConnectionNotificationsPaginator

        default DescribeVpcEndpointConnectionNotificationsIterable describeVpcEndpointConnectionNotificationsPaginator()
                                                                                                                throws AwsServiceException,
                                                                                                                       SdkClientException,
                                                                                                                       Ec2Exception

        This is a variant of describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client
                     .describeVpcEndpointConnectionNotificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVpcEndpointConnectionNotificationsPaginator(DescribeVpcEndpointConnectionNotificationsRequest), AWS API Documentation
      • describeVpcEndpointConnectionNotificationsPaginator

        default DescribeVpcEndpointConnectionNotificationsIterable describeVpcEndpointConnectionNotificationsPaginator​(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)
                                                                                                                throws AwsServiceException,
                                                                                                                       SdkClientException,
                                                                                                                       Ec2Exception

        This is a variant of describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client
                     .describeVpcEndpointConnectionNotificationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest) operation.

        Parameters:
        describeVpcEndpointConnectionNotificationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcEndpointConnectionsPaginator

        default DescribeVpcEndpointConnectionsIterable describeVpcEndpointConnectionsPaginator()
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client
                     .describeVpcEndpointConnectionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVpcEndpointConnectionsPaginator(DescribeVpcEndpointConnectionsRequest), AWS API Documentation
      • describeVpcEndpointConnectionsPaginator

        default DescribeVpcEndpointConnectionsIterable describeVpcEndpointConnectionsPaginator​(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client
                     .describeVpcEndpointConnectionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest) operation.

        Parameters:
        describeVpcEndpointConnectionsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcEndpointConnectionsPaginator

        default DescribeVpcEndpointConnectionsIterable describeVpcEndpointConnectionsPaginator​(Consumer<DescribeVpcEndpointConnectionsRequest.Builder> describeVpcEndpointConnectionsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client
                     .describeVpcEndpointConnectionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest) operation.


        This is a convenience which creates an instance of the DescribeVpcEndpointConnectionsRequest.Builder avoiding the need to create one manually via DescribeVpcEndpointConnectionsRequest.builder()

        Parameters:
        describeVpcEndpointConnectionsRequest - A Consumer that will call methods on DescribeVpcEndpointConnectionsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcEndpointServiceConfigurationsPaginator

        default DescribeVpcEndpointServiceConfigurationsIterable describeVpcEndpointServiceConfigurationsPaginator()
                                                                                                            throws AwsServiceException,
                                                                                                                   SdkClientException,
                                                                                                                   Ec2Exception

        This is a variant of describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client
                     .describeVpcEndpointServiceConfigurationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVpcEndpointServiceConfigurationsPaginator(DescribeVpcEndpointServiceConfigurationsRequest), AWS API Documentation
      • describeVpcEndpointServiceConfigurationsPaginator

        default DescribeVpcEndpointServiceConfigurationsIterable describeVpcEndpointServiceConfigurationsPaginator​(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest)
                                                                                                            throws AwsServiceException,
                                                                                                                   SdkClientException,
                                                                                                                   Ec2Exception

        This is a variant of describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client
                     .describeVpcEndpointServiceConfigurationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest) operation.

        Parameters:
        describeVpcEndpointServiceConfigurationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcEndpointServicePermissionsPaginator

        default DescribeVpcEndpointServicePermissionsIterable describeVpcEndpointServicePermissionsPaginator​(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest)
                                                                                                      throws AwsServiceException,
                                                                                                             SdkClientException,
                                                                                                             Ec2Exception

        This is a variant of describeVpcEndpointServicePermissions(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsIterable responses = client.describeVpcEndpointServicePermissionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsIterable responses = client
                     .describeVpcEndpointServicePermissionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsIterable responses = client.describeVpcEndpointServicePermissionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpointServicePermissions(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsRequest) operation.

        Parameters:
        describeVpcEndpointServicePermissionsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcEndpointServices

        default DescribeVpcEndpointServicesResponse describeVpcEndpointServices​(DescribeVpcEndpointServicesRequest describeVpcEndpointServicesRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Describes available services to which you can create a VPC endpoint.

        When the service provider and the consumer have different accounts in multiple Availability Zones, and the consumer views the VPC endpoint service information, the response only includes the common Availability Zones. For example, when the service provider account uses us-east-1a and us-east-1c and the consumer uses us-east-1a and us-east-1b, the response includes the VPC endpoint services in the common Availability Zone, us-east-1a.

        Parameters:
        describeVpcEndpointServicesRequest -
        Returns:
        Result of the DescribeVpcEndpointServices operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcEndpointServices

        default DescribeVpcEndpointServicesResponse describeVpcEndpointServices()
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Describes available services to which you can create a VPC endpoint.

        When the service provider and the consumer have different accounts in multiple Availability Zones, and the consumer views the VPC endpoint service information, the response only includes the common Availability Zones. For example, when the service provider account uses us-east-1a and us-east-1c and the consumer uses us-east-1a and us-east-1b, the response includes the VPC endpoint services in the common Availability Zone, us-east-1a.

        Returns:
        Result of the DescribeVpcEndpointServices operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVpcEndpointServices(DescribeVpcEndpointServicesRequest), AWS API Documentation
      • describeVpcEndpointsPaginator

        default DescribeVpcEndpointsIterable describeVpcEndpointsPaginator()
                                                                    throws AwsServiceException,
                                                                           SdkClientException,
                                                                           Ec2Exception

        This is a variant of describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client
                     .describeVpcEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVpcEndpointsPaginator(DescribeVpcEndpointsRequest), AWS API Documentation
      • describeVpcEndpointsPaginator

        default DescribeVpcEndpointsIterable describeVpcEndpointsPaginator​(DescribeVpcEndpointsRequest describeVpcEndpointsRequest)
                                                                    throws AwsServiceException,
                                                                           SdkClientException,
                                                                           Ec2Exception

        This is a variant of describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client
                     .describeVpcEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest) operation.

        Parameters:
        describeVpcEndpointsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcEndpointsPaginator

        default DescribeVpcEndpointsIterable describeVpcEndpointsPaginator​(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest)
                                                                    throws AwsServiceException,
                                                                           SdkClientException,
                                                                           Ec2Exception

        This is a variant of describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client
                     .describeVpcEndpointsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest) operation.


        This is a convenience which creates an instance of the DescribeVpcEndpointsRequest.Builder avoiding the need to create one manually via DescribeVpcEndpointsRequest.builder()

        Parameters:
        describeVpcEndpointsRequest - A Consumer that will call methods on DescribeVpcEndpointsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcPeeringConnectionsPaginator

        default DescribeVpcPeeringConnectionsIterable describeVpcPeeringConnectionsPaginator()
                                                                                      throws AwsServiceException,
                                                                                             SdkClientException,
                                                                                             Ec2Exception

        This is a variant of describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client
                     .describeVpcPeeringConnectionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVpcPeeringConnectionsPaginator(DescribeVpcPeeringConnectionsRequest), AWS API Documentation
      • describeVpcPeeringConnectionsPaginator

        default DescribeVpcPeeringConnectionsIterable describeVpcPeeringConnectionsPaginator​(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
                                                                                      throws AwsServiceException,
                                                                                             SdkClientException,
                                                                                             Ec2Exception

        This is a variant of describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client
                     .describeVpcPeeringConnectionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest) operation.

        Parameters:
        describeVpcPeeringConnectionsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcPeeringConnectionsPaginator

        default DescribeVpcPeeringConnectionsIterable describeVpcPeeringConnectionsPaginator​(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)
                                                                                      throws AwsServiceException,
                                                                                             SdkClientException,
                                                                                             Ec2Exception

        This is a variant of describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client
                     .describeVpcPeeringConnectionsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest) operation.


        This is a convenience which creates an instance of the DescribeVpcPeeringConnectionsRequest.Builder avoiding the need to create one manually via DescribeVpcPeeringConnectionsRequest.builder()

        Parameters:
        describeVpcPeeringConnectionsRequest - A Consumer that will call methods on DescribeVpcPeeringConnectionsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcsPaginator

        default DescribeVpcsIterable describeVpcsPaginator()
                                                    throws AwsServiceException,
                                                           SdkClientException,
                                                           Ec2Exception

        This is a variant of describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest) operation.

        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        describeVpcsPaginator(DescribeVpcsRequest), AWS API Documentation
      • describeVpcsPaginator

        default DescribeVpcsIterable describeVpcsPaginator​(DescribeVpcsRequest describeVpcsRequest)
                                                    throws AwsServiceException,
                                                           SdkClientException,
                                                           Ec2Exception

        This is a variant of describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest) operation.

        Parameters:
        describeVpcsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • describeVpcsPaginator

        default DescribeVpcsIterable describeVpcsPaginator​(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest)
                                                    throws AwsServiceException,
                                                           SdkClientException,
                                                           Ec2Exception

        This is a variant of describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest) operation.


        This is a convenience which creates an instance of the DescribeVpcsRequest.Builder avoiding the need to create one manually via DescribeVpcsRequest.builder()

        Parameters:
        describeVpcsRequest - A Consumer that will call methods on DescribeVpcsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • detachClassicLinkVpc

        default DetachClassicLinkVpcResponse detachClassicLinkVpc​(DetachClassicLinkVpcRequest detachClassicLinkVpcRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        This action is deprecated.

        Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.

        Parameters:
        detachClassicLinkVpcRequest -
        Returns:
        Result of the DetachClassicLinkVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • detachInternetGateway

        default DetachInternetGatewayResponse detachInternetGateway​(DetachInternetGatewayRequest detachInternetGatewayRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses or public IPv4 addresses.

        Parameters:
        detachInternetGatewayRequest -
        Returns:
        Result of the DetachInternetGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • detachVolume

        default DetachVolumeResponse detachVolume​(DetachVolumeRequest detachVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the busy state while detaching. If this happens, detachment can be delayed indefinitely until you unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance first.

        When a volume with an Amazon Web Services Marketplace product code is detached from an instance, the product code is no longer associated with the instance.

        You can't detach or force detach volumes that are attached to Amazon ECS or Fargate tasks. Attempting to do this results in the UnsupportedOperationException exception with the Unable to detach volume attached to ECS tasks error message.

        For more information, see Detach an Amazon EBS volume in the Amazon EBS User Guide.

        Parameters:
        detachVolumeRequest -
        Returns:
        Result of the DetachVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • detachVolume

        default DetachVolumeResponse detachVolume​(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the busy state while detaching. If this happens, detachment can be delayed indefinitely until you unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance first.

        When a volume with an Amazon Web Services Marketplace product code is detached from an instance, the product code is no longer associated with the instance.

        You can't detach or force detach volumes that are attached to Amazon ECS or Fargate tasks. Attempting to do this results in the UnsupportedOperationException exception with the Unable to detach volume attached to ECS tasks error message.

        For more information, see Detach an Amazon EBS volume in the Amazon EBS User Guide.


        This is a convenience which creates an instance of the DetachVolumeRequest.Builder avoiding the need to create one manually via DetachVolumeRequest.builder()

        Parameters:
        detachVolumeRequest - A Consumer that will call methods on DetachVolumeRequest.Builder to create a request.
        Returns:
        Result of the DetachVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • detachVpnGateway

        default DetachVpnGatewayResponse detachVpnGateway​(DetachVpnGatewayRequest detachVpnGatewayRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).

        You must wait for the attachment's state to switch to detached before you can delete the VPC or attach a different VPC to the virtual private gateway.

        Parameters:
        detachVpnGatewayRequest - Contains the parameters for DetachVpnGateway.
        Returns:
        Result of the DetachVpnGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • detachVpnGateway

        default DetachVpnGatewayResponse detachVpnGateway​(Consumer<DetachVpnGatewayRequest.Builder> detachVpnGatewayRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).

        You must wait for the attachment's state to switch to detached before you can delete the VPC or attach a different VPC to the virtual private gateway.


        This is a convenience which creates an instance of the DetachVpnGatewayRequest.Builder avoiding the need to create one manually via DetachVpnGatewayRequest.builder()

        Parameters:
        detachVpnGatewayRequest - A Consumer that will call methods on DetachVpnGatewayRequest.Builder to create a request. Contains the parameters for DetachVpnGateway.
        Returns:
        Result of the DetachVpnGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disableEbsEncryptionByDefault

        default DisableEbsEncryptionByDefaultResponse disableEbsEncryptionByDefault​(DisableEbsEncryptionByDefaultRequest disableEbsEncryptionByDefaultRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Disables EBS encryption by default for your account in the current Region.

        After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume.

        Disabling encryption by default does not change the encryption status of your existing volumes.

        For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

        Parameters:
        disableEbsEncryptionByDefaultRequest -
        Returns:
        Result of the DisableEbsEncryptionByDefault operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disableFastLaunch

        default DisableFastLaunchResponse disableFastLaunch​(DisableFastLaunchRequest disableFastLaunchRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned snapshots. After you disable Windows fast launch, the AMI uses the standard launch process for each new instance. Amazon EC2 must remove all pre-provisioned snapshots before you can enable Windows fast launch again.

        You can only change these settings for Windows AMIs that you own or that have been shared with you.

        Parameters:
        disableFastLaunchRequest -
        Returns:
        Result of the DisableFastLaunch operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disableImage

        default DisableImageResponse disableImage​(DisableImageRequest disableImageRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Sets the AMI state to disabled and removes all launch permissions from the AMI. A disabled AMI can't be used for instance launches.

        A disabled AMI can't be shared. If an AMI was public or previously shared, it is made private. If an AMI was shared with an Amazon Web Services account, organization, or Organizational Unit, they lose access to the disabled AMI.

        A disabled AMI does not appear in DescribeImages API calls by default.

        Only the AMI owner can disable an AMI.

        You can re-enable a disabled AMI using EnableImage.

        For more information, see Disable an AMI in the Amazon EC2 User Guide.

        Parameters:
        disableImageRequest -
        Returns:
        Result of the DisableImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disableImage

        default DisableImageResponse disableImage​(Consumer<DisableImageRequest.Builder> disableImageRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Sets the AMI state to disabled and removes all launch permissions from the AMI. A disabled AMI can't be used for instance launches.

        A disabled AMI can't be shared. If an AMI was public or previously shared, it is made private. If an AMI was shared with an Amazon Web Services account, organization, or Organizational Unit, they lose access to the disabled AMI.

        A disabled AMI does not appear in DescribeImages API calls by default.

        Only the AMI owner can disable an AMI.

        You can re-enable a disabled AMI using EnableImage.

        For more information, see Disable an AMI in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the DisableImageRequest.Builder avoiding the need to create one manually via DisableImageRequest.builder()

        Parameters:
        disableImageRequest - A Consumer that will call methods on DisableImageRequest.Builder to create a request.
        Returns:
        Result of the DisableImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disableImageBlockPublicAccess

        default DisableImageBlockPublicAccessResponse disableImageBlockPublicAccess​(DisableImageBlockPublicAccessRequest disableImageBlockPublicAccessRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Disables block public access for AMIs at the account level in the specified Amazon Web Services Region. This removes the block public access restriction from your account. With the restriction removed, you can publicly share your AMIs in the specified Amazon Web Services Region.

        The API can take up to 10 minutes to configure this setting. During this time, if you run GetImageBlockPublicAccessState, the response will be block-new-sharing. When the API has completed the configuration, the response will be unblocked.

        For more information, see Block public access to your AMIs in the Amazon EC2 User Guide.

        Parameters:
        disableImageBlockPublicAccessRequest -
        Returns:
        Result of the DisableImageBlockPublicAccess operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disableSnapshotBlockPublicAccess

        default DisableSnapshotBlockPublicAccessResponse disableSnapshotBlockPublicAccess​(DisableSnapshotBlockPublicAccessRequest disableSnapshotBlockPublicAccessRequest)
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        Disables the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region.

        If block public access is enabled in block-all-sharing mode, and you disable block public access, all snapshots that were previously publicly shared are no longer treated as private and they become publicly accessible again.

        For more information, see Block public access for snapshots in the Amazon EBS User Guide .

        Parameters:
        disableSnapshotBlockPublicAccessRequest -
        Returns:
        Result of the DisableSnapshotBlockPublicAccess operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disableVgwRoutePropagation

        default DisableVgwRoutePropagationResponse disableVgwRoutePropagation​(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.

        Parameters:
        disableVgwRoutePropagationRequest - Contains the parameters for DisableVgwRoutePropagation.
        Returns:
        Result of the DisableVgwRoutePropagation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disableVpcClassicLink

        default DisableVpcClassicLinkResponse disableVpcClassicLink​(DisableVpcClassicLinkRequest disableVpcClassicLinkRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        This action is deprecated.

        Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.

        Parameters:
        disableVpcClassicLinkRequest -
        Returns:
        Result of the DisableVpcClassicLink operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disableVpcClassicLinkDnsSupport

        default DisableVpcClassicLinkDnsSupportResponse disableVpcClassicLinkDnsSupport​(DisableVpcClassicLinkDnsSupportRequest disableVpcClassicLinkDnsSupportRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        This action is deprecated.

        Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked.

        You must specify a VPC ID in the request.

        Parameters:
        disableVpcClassicLinkDnsSupportRequest -
        Returns:
        Result of the DisableVpcClassicLinkDnsSupport operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disassociateAddress

        default DisassociateAddressResponse disassociateAddress​(DisassociateAddressRequest disassociateAddressRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Disassociates an Elastic IP address from the instance or network interface it's associated with.

        This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.

        Parameters:
        disassociateAddressRequest -
        Returns:
        Result of the DisassociateAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disassociateClientVpnTargetNetwork

        default DisassociateClientVpnTargetNetworkResponse disassociateClientVpnTargetNetwork​(DisassociateClientVpnTargetNetworkRequest disassociateClientVpnTargetNetworkRequest)
                                                                                       throws AwsServiceException,
                                                                                              SdkClientException,
                                                                                              Ec2Exception

        Disassociates a target network from the specified Client VPN endpoint. When you disassociate the last target network from a Client VPN, the following happens:

        • The route that was automatically added for the VPC is deleted

        • All active client connections are terminated

        • New client connections are disallowed

        • The Client VPN endpoint's status changes to pending-associate

        Parameters:
        disassociateClientVpnTargetNetworkRequest -
        Returns:
        Result of the DisassociateClientVpnTargetNetwork operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disassociateEnclaveCertificateIamRole

        default DisassociateEnclaveCertificateIamRoleResponse disassociateEnclaveCertificateIamRole​(DisassociateEnclaveCertificateIamRoleRequest disassociateEnclaveCertificateIamRoleRequest)
                                                                                             throws AwsServiceException,
                                                                                                    SdkClientException,
                                                                                                    Ec2Exception

        Disassociates an IAM role from an Certificate Manager (ACM) certificate. Disassociating an IAM role from an ACM certificate removes the Amazon S3 object that contains the certificate, certificate chain, and encrypted private key from the Amazon S3 bucket. It also revokes the IAM role's permission to use the KMS key used to encrypt the private key. This effectively revokes the role's permission to use the certificate.

        Parameters:
        disassociateEnclaveCertificateIamRoleRequest -
        Returns:
        Result of the DisassociateEnclaveCertificateIamRole operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disassociateIpamResourceDiscovery

        default DisassociateIpamResourceDiscoveryResponse disassociateIpamResourceDiscovery​(DisassociateIpamResourceDiscoveryRequest disassociateIpamResourceDiscoveryRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

        Parameters:
        disassociateIpamResourceDiscoveryRequest -
        Returns:
        Result of the DisassociateIpamResourceDiscovery operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disassociateNatGatewayAddress

        default DisassociateNatGatewayAddressResponse disassociateNatGatewayAddress​(DisassociateNatGatewayAddressRequest disassociateNatGatewayAddressRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide.

        While disassociating is in progress, you cannot associate/disassociate additional EIPs while the connections are being drained. You are, however, allowed to delete the NAT gateway.

        An EIP is released only at the end of MaxDrainDurationSeconds. It stays associated and supports the existing connections but does not support any new connections (new connections are distributed across the remaining associated EIPs). As the existing connections drain out, the EIPs (and the corresponding private IP addresses mapped to them) are released.

        Parameters:
        disassociateNatGatewayAddressRequest -
        Returns:
        Result of the DisassociateNatGatewayAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disassociateRouteTable

        default DisassociateRouteTableResponse disassociateRouteTable​(DisassociateRouteTableRequest disassociateRouteTableRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Disassociates a subnet or gateway from a route table.

        After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route tables in the Amazon VPC User Guide.

        Parameters:
        disassociateRouteTableRequest -
        Returns:
        Result of the DisassociateRouteTable operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disassociateSubnetCidrBlock

        default DisassociateSubnetCidrBlockResponse disassociateSubnetCidrBlock​(DisassociateSubnetCidrBlockRequest disassociateSubnetCidrBlockRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

        Parameters:
        disassociateSubnetCidrBlockRequest -
        Returns:
        Result of the DisassociateSubnetCidrBlock operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • disassociateVpcCidrBlock

        default DisassociateVpcCidrBlockResponse disassociateVpcCidrBlock​(DisassociateVpcCidrBlockRequest disassociateVpcCidrBlockRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using DescribeVpcs. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

        You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).

        Parameters:
        disassociateVpcCidrBlockRequest -
        Returns:
        Result of the DisassociateVpcCidrBlock operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableEbsEncryptionByDefault

        default EnableEbsEncryptionByDefaultResponse enableEbsEncryptionByDefault​(EnableEbsEncryptionByDefaultRequest enableEbsEncryptionByDefaultRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Enables EBS encryption by default for your account in the current Region.

        After you enable encryption by default, the EBS volumes that you create are always encrypted, either using the default KMS key or the KMS key that you specified when you created each volume. For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

        You can specify the default KMS key for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.

        Enabling encryption by default has no effect on the encryption status of your existing volumes.

        After you enable encryption by default, you can no longer launch instances using instance types that do not support encryption. For more information, see Supported instance types.

        Parameters:
        enableEbsEncryptionByDefaultRequest -
        Returns:
        Result of the EnableEbsEncryptionByDefault operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableFastLaunch

        default EnableFastLaunchResponse enableFastLaunch​(EnableFastLaunchRequest enableFastLaunchRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency.

        You can only change these settings for Windows AMIs that you own or that have been shared with you.

        Parameters:
        enableFastLaunchRequest -
        Returns:
        Result of the EnableFastLaunch operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableFastLaunch

        default EnableFastLaunchResponse enableFastLaunch​(Consumer<EnableFastLaunchRequest.Builder> enableFastLaunchRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency.

        You can only change these settings for Windows AMIs that you own or that have been shared with you.


        This is a convenience which creates an instance of the EnableFastLaunchRequest.Builder avoiding the need to create one manually via EnableFastLaunchRequest.builder()

        Parameters:
        enableFastLaunchRequest - A Consumer that will call methods on EnableFastLaunchRequest.Builder to create a request.
        Returns:
        Result of the EnableFastLaunch operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableImage

        default EnableImageResponse enableImage​(EnableImageRequest enableImageRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Re-enables a disabled AMI. The re-enabled AMI is marked as available and can be used for instance launches, appears in describe operations, and can be shared. Amazon Web Services accounts, organizations, and Organizational Units that lost access to the AMI when it was disabled do not regain access automatically. Once the AMI is available, it can be shared with them again.

        Only the AMI owner can re-enable a disabled AMI.

        For more information, see Disable an AMI in the Amazon EC2 User Guide.

        Parameters:
        enableImageRequest -
        Returns:
        Result of the EnableImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableImage

        default EnableImageResponse enableImage​(Consumer<EnableImageRequest.Builder> enableImageRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Re-enables a disabled AMI. The re-enabled AMI is marked as available and can be used for instance launches, appears in describe operations, and can be shared. Amazon Web Services accounts, organizations, and Organizational Units that lost access to the AMI when it was disabled do not regain access automatically. Once the AMI is available, it can be shared with them again.

        Only the AMI owner can re-enable a disabled AMI.

        For more information, see Disable an AMI in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the EnableImageRequest.Builder avoiding the need to create one manually via EnableImageRequest.builder()

        Parameters:
        enableImageRequest - A Consumer that will call methods on EnableImageRequest.Builder to create a request.
        Returns:
        Result of the EnableImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableImageBlockPublicAccess

        default EnableImageBlockPublicAccessResponse enableImageBlockPublicAccess​(EnableImageBlockPublicAccessRequest enableImageBlockPublicAccessRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Enables block public access for AMIs at the account level in the specified Amazon Web Services Region. This prevents the public sharing of your AMIs. However, if you already have public AMIs, they will remain publicly available.

        The API can take up to 10 minutes to configure this setting. During this time, if you run GetImageBlockPublicAccessState, the response will be unblocked. When the API has completed the configuration, the response will be block-new-sharing.

        For more information, see Block public access to your AMIs in the Amazon EC2 User Guide.

        Parameters:
        enableImageBlockPublicAccessRequest -
        Returns:
        Result of the EnableImageBlockPublicAccess operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableReachabilityAnalyzerOrganizationSharing

        default EnableReachabilityAnalyzerOrganizationSharingResponse enableReachabilityAnalyzerOrganizationSharing​(EnableReachabilityAnalyzerOrganizationSharingRequest enableReachabilityAnalyzerOrganizationSharingRequest)
                                                                                                             throws AwsServiceException,
                                                                                                                    SdkClientException,
                                                                                                                    Ec2Exception

        Establishes a trust relationship between Reachability Analyzer and Organizations. This operation must be performed by the management account for the organization.

        After you establish a trust relationship, a user in the management account or a delegated administrator account can run a cross-account analysis using resources from the member accounts.

        Parameters:
        enableReachabilityAnalyzerOrganizationSharingRequest -
        Returns:
        Result of the EnableReachabilityAnalyzerOrganizationSharing operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableSnapshotBlockPublicAccess

        default EnableSnapshotBlockPublicAccessResponse enableSnapshotBlockPublicAccess​(EnableSnapshotBlockPublicAccessRequest enableSnapshotBlockPublicAccessRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        Enables or modifies the block public access for snapshots setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the State that you specify.

        If block public access is enabled in block-all-sharing mode, and you change the mode to block-new-sharing, all snapshots that were previously publicly shared are no longer treated as private and they become publicly accessible again.

        For more information, see Block public access for snapshots in the Amazon EBS User Guide.

        Parameters:
        enableSnapshotBlockPublicAccessRequest -
        Returns:
        Result of the EnableSnapshotBlockPublicAccess operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableVgwRoutePropagation

        default EnableVgwRoutePropagationResponse enableVgwRoutePropagation​(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.

        Parameters:
        enableVgwRoutePropagationRequest - Contains the parameters for EnableVgwRoutePropagation.
        Returns:
        Result of the EnableVgwRoutePropagation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableVolumeIO

        default EnableVolumeIoResponse enableVolumeIO​(EnableVolumeIoRequest enableVolumeIoRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.

        Parameters:
        enableVolumeIoRequest -
        Returns:
        Result of the EnableVolumeIO operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableVpcClassicLink

        default EnableVpcClassicLinkResponse enableVpcClassicLink​(EnableVpcClassicLinkRequest enableVpcClassicLinkRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        This action is deprecated.

        Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges.

        Parameters:
        enableVpcClassicLinkRequest -
        Returns:
        Result of the EnableVpcClassicLink operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • enableVpcClassicLinkDnsSupport

        default EnableVpcClassicLinkDnsSupportResponse enableVpcClassicLinkDnsSupport​(EnableVpcClassicLinkDnsSupportRequest enableVpcClassicLinkDnsSupportRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        This action is deprecated.

        Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance.

        You must specify a VPC ID in the request.

        Parameters:
        enableVpcClassicLinkDnsSupportRequest -
        Returns:
        Result of the EnableVpcClassicLinkDnsSupport operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • exportClientVpnClientConfiguration

        default ExportClientVpnClientConfigurationResponse exportClientVpnClientConfiguration​(ExportClientVpnClientConfigurationRequest exportClientVpnClientConfigurationRequest)
                                                                                       throws AwsServiceException,
                                                                                              SdkClientException,
                                                                                              Ec2Exception

        Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint.

        Parameters:
        exportClientVpnClientConfigurationRequest -
        Returns:
        Result of the ExportClientVpnClientConfiguration operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • exportTransitGatewayRoutes

        default ExportTransitGatewayRoutesResponse exportTransitGatewayRoutes​(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Exports routes from the specified transit gateway route table to the specified S3 bucket. By default, all routes are exported. Alternatively, you can filter by CIDR range.

        The routes are saved to the specified bucket in a JSON file. For more information, see Export Route Tables to Amazon S3 in Transit Gateways.

        Parameters:
        exportTransitGatewayRoutesRequest -
        Returns:
        Result of the ExportTransitGatewayRoutes operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getAssociatedEnclaveCertificateIamRoles

        default GetAssociatedEnclaveCertificateIamRolesResponse getAssociatedEnclaveCertificateIamRoles​(GetAssociatedEnclaveCertificateIamRolesRequest getAssociatedEnclaveCertificateIamRolesRequest)
                                                                                                 throws AwsServiceException,
                                                                                                        SdkClientException,
                                                                                                        Ec2Exception

        Returns the IAM roles that are associated with the specified ACM (ACM) certificate. It also returns the name of the Amazon S3 bucket and the Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored, and the ARN of the KMS key that's used to encrypt the private key.

        Parameters:
        getAssociatedEnclaveCertificateIamRolesRequest -
        Returns:
        Result of the GetAssociatedEnclaveCertificateIamRoles operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getAssociatedIpv6PoolCidrsPaginator

        default GetAssociatedIpv6PoolCidrsIterable getAssociatedIpv6PoolCidrsPaginator​(GetAssociatedIpv6PoolCidrsRequest getAssociatedIpv6PoolCidrsRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of getAssociatedIpv6PoolCidrs(software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsIterable responses = client.getAssociatedIpv6PoolCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsIterable responses = client
                     .getAssociatedIpv6PoolCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsIterable responses = client.getAssociatedIpv6PoolCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getAssociatedIpv6PoolCidrs(software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsRequest) operation.

        Parameters:
        getAssociatedIpv6PoolCidrsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getAssociatedIpv6PoolCidrsPaginator

        default GetAssociatedIpv6PoolCidrsIterable getAssociatedIpv6PoolCidrsPaginator​(Consumer<GetAssociatedIpv6PoolCidrsRequest.Builder> getAssociatedIpv6PoolCidrsRequest)
                                                                                throws AwsServiceException,
                                                                                       SdkClientException,
                                                                                       Ec2Exception

        This is a variant of getAssociatedIpv6PoolCidrs(software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsIterable responses = client.getAssociatedIpv6PoolCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsIterable responses = client
                     .getAssociatedIpv6PoolCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsIterable responses = client.getAssociatedIpv6PoolCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getAssociatedIpv6PoolCidrs(software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsRequest) operation.


        This is a convenience which creates an instance of the GetAssociatedIpv6PoolCidrsRequest.Builder avoiding the need to create one manually via GetAssociatedIpv6PoolCidrsRequest.builder()

        Parameters:
        getAssociatedIpv6PoolCidrsRequest - A Consumer that will call methods on GetAssociatedIpv6PoolCidrsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getAwsNetworkPerformanceDataPaginator

        default GetAwsNetworkPerformanceDataIterable getAwsNetworkPerformanceDataPaginator​(GetAwsNetworkPerformanceDataRequest getAwsNetworkPerformanceDataRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of getAwsNetworkPerformanceData(software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataIterable responses = client.getAwsNetworkPerformanceDataPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataIterable responses = client
                     .getAwsNetworkPerformanceDataPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataIterable responses = client.getAwsNetworkPerformanceDataPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getAwsNetworkPerformanceData(software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataRequest) operation.

        Parameters:
        getAwsNetworkPerformanceDataRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getAwsNetworkPerformanceDataPaginator

        default GetAwsNetworkPerformanceDataIterable getAwsNetworkPerformanceDataPaginator​(Consumer<GetAwsNetworkPerformanceDataRequest.Builder> getAwsNetworkPerformanceDataRequest)
                                                                                    throws AwsServiceException,
                                                                                           SdkClientException,
                                                                                           Ec2Exception

        This is a variant of getAwsNetworkPerformanceData(software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataIterable responses = client.getAwsNetworkPerformanceDataPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataIterable responses = client
                     .getAwsNetworkPerformanceDataPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataIterable responses = client.getAwsNetworkPerformanceDataPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getAwsNetworkPerformanceData(software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataRequest) operation.


        This is a convenience which creates an instance of the GetAwsNetworkPerformanceDataRequest.Builder avoiding the need to create one manually via GetAwsNetworkPerformanceDataRequest.builder()

        Parameters:
        getAwsNetworkPerformanceDataRequest - A Consumer that will call methods on GetAwsNetworkPerformanceDataRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getCapacityReservationUsage

        default GetCapacityReservationUsageResponse getCapacityReservationUsage​(GetCapacityReservationUsageRequest getCapacityReservationUsageRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each Amazon Web Services account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner's usage.

        Parameters:
        getCapacityReservationUsageRequest -
        Returns:
        Result of the GetCapacityReservationUsage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getConsoleOutput

        default GetConsoleOutputResponse getConsoleOutput​(GetConsoleOutputRequest getConsoleOutputRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors.

        By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available.

        You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor.

        For more information, see Instance console output in the Amazon EC2 User Guide.

        Parameters:
        getConsoleOutputRequest -
        Returns:
        Result of the GetConsoleOutput operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getConsoleOutput

        default GetConsoleOutputResponse getConsoleOutput​(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors.

        By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available.

        You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor.

        For more information, see Instance console output in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the GetConsoleOutputRequest.Builder avoiding the need to create one manually via GetConsoleOutputRequest.builder()

        Parameters:
        getConsoleOutputRequest - A Consumer that will call methods on GetConsoleOutputRequest.Builder to create a request.
        Returns:
        Result of the GetConsoleOutput operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getConsoleScreenshot

        default GetConsoleScreenshotResponse getConsoleScreenshot​(GetConsoleScreenshotRequest getConsoleScreenshotRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.

        The returned content is Base64-encoded.

        Parameters:
        getConsoleScreenshotRequest -
        Returns:
        Result of the GetConsoleScreenshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getFlowLogsIntegrationTemplate

        default GetFlowLogsIntegrationTemplateResponse getFlowLogsIntegrationTemplate​(GetFlowLogsIntegrationTemplateRequest getFlowLogsIntegrationTemplateRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following:

        • Create a table in Athena that maps fields to a custom log format

        • Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis

        • Create a table partitioned between two timestamps in the past

        • Create a set of named queries in Athena that you can use to get started quickly

        GetFlowLogsIntegrationTemplate does not support integration between Amazon Web Services Transit Gateway Flow Logs and Amazon Athena.

        Parameters:
        getFlowLogsIntegrationTemplateRequest -
        Returns:
        Result of the GetFlowLogsIntegrationTemplate operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getFlowLogsIntegrationTemplate

        default GetFlowLogsIntegrationTemplateResponse getFlowLogsIntegrationTemplate​(Consumer<GetFlowLogsIntegrationTemplateRequest.Builder> getFlowLogsIntegrationTemplateRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following:

        • Create a table in Athena that maps fields to a custom log format

        • Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis

        • Create a table partitioned between two timestamps in the past

        • Create a set of named queries in Athena that you can use to get started quickly

        GetFlowLogsIntegrationTemplate does not support integration between Amazon Web Services Transit Gateway Flow Logs and Amazon Athena.


        This is a convenience which creates an instance of the GetFlowLogsIntegrationTemplateRequest.Builder avoiding the need to create one manually via GetFlowLogsIntegrationTemplateRequest.builder()

        Parameters:
        getFlowLogsIntegrationTemplateRequest - A Consumer that will call methods on GetFlowLogsIntegrationTemplateRequest.Builder to create a request.
        Returns:
        Result of the GetFlowLogsIntegrationTemplate operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getGroupsForCapacityReservationPaginator

        default GetGroupsForCapacityReservationIterable getGroupsForCapacityReservationPaginator​(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of getGroupsForCapacityReservation(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationIterable responses = client.getGroupsForCapacityReservationPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationIterable responses = client
                     .getGroupsForCapacityReservationPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationIterable responses = client.getGroupsForCapacityReservationPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getGroupsForCapacityReservation(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationRequest) operation.

        Parameters:
        getGroupsForCapacityReservationRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getGroupsForCapacityReservationPaginator

        default GetGroupsForCapacityReservationIterable getGroupsForCapacityReservationPaginator​(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest)
                                                                                          throws AwsServiceException,
                                                                                                 SdkClientException,
                                                                                                 Ec2Exception

        This is a variant of getGroupsForCapacityReservation(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationIterable responses = client.getGroupsForCapacityReservationPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationIterable responses = client
                     .getGroupsForCapacityReservationPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationIterable responses = client.getGroupsForCapacityReservationPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getGroupsForCapacityReservation(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationRequest) operation.


        This is a convenience which creates an instance of the GetGroupsForCapacityReservationRequest.Builder avoiding the need to create one manually via GetGroupsForCapacityReservationRequest.builder()

        Parameters:
        getGroupsForCapacityReservationRequest - A Consumer that will call methods on GetGroupsForCapacityReservationRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getHostReservationPurchasePreview

        default GetHostReservationPurchasePreviewResponse getHostReservationPurchasePreview​(GetHostReservationPurchasePreviewRequest getHostReservationPurchasePreviewRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation.

        This is a preview of the PurchaseHostReservation action and does not result in the offering being purchased.

        Parameters:
        getHostReservationPurchasePreviewRequest -
        Returns:
        Result of the GetHostReservationPurchasePreview operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getInstanceTypesFromInstanceRequirementsPaginator

        default GetInstanceTypesFromInstanceRequirementsIterable getInstanceTypesFromInstanceRequirementsPaginator​(GetInstanceTypesFromInstanceRequirementsRequest getInstanceTypesFromInstanceRequirementsRequest)
                                                                                                            throws AwsServiceException,
                                                                                                                   SdkClientException,
                                                                                                                   Ec2Exception

        This is a variant of getInstanceTypesFromInstanceRequirements(software.amazon.awssdk.services.ec2.model.GetInstanceTypesFromInstanceRequirementsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetInstanceTypesFromInstanceRequirementsIterable responses = client.getInstanceTypesFromInstanceRequirementsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetInstanceTypesFromInstanceRequirementsIterable responses = client
                     .getInstanceTypesFromInstanceRequirementsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetInstanceTypesFromInstanceRequirementsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetInstanceTypesFromInstanceRequirementsIterable responses = client.getInstanceTypesFromInstanceRequirementsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getInstanceTypesFromInstanceRequirements(software.amazon.awssdk.services.ec2.model.GetInstanceTypesFromInstanceRequirementsRequest) operation.

        Parameters:
        getInstanceTypesFromInstanceRequirementsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getInstanceUefiData

        default GetInstanceUefiDataResponse getInstanceUefiData​(GetInstanceUefiDataRequest getInstanceUefiDataRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        A binary representation of the UEFI variable store. Only non-volatile variables are stored. This is a base64 encoded and zlib compressed binary value that must be properly encoded.

        When you use register-image to create an AMI, you can create an exact copy of your variable store by passing the UEFI data in the UefiData parameter. You can modify the UEFI data by using the python-uefivars tool on GitHub. You can use the tool to convert the UEFI data into a human-readable format (JSON), which you can inspect and modify, and then convert back into the binary format to use with register-image.

        For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.

        Parameters:
        getInstanceUefiDataRequest -
        Returns:
        Result of the GetInstanceUefiData operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamAddressHistoryPaginator

        default GetIpamAddressHistoryIterable getIpamAddressHistoryPaginator​(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)
                                                                      throws AwsServiceException,
                                                                             SdkClientException,
                                                                             Ec2Exception

        This is a variant of getIpamAddressHistory(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryIterable responses = client.getIpamAddressHistoryPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryIterable responses = client
                     .getIpamAddressHistoryPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryIterable responses = client.getIpamAddressHistoryPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamAddressHistory(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest) operation.

        Parameters:
        getIpamAddressHistoryRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamAddressHistoryPaginator

        default GetIpamAddressHistoryIterable getIpamAddressHistoryPaginator​(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)
                                                                      throws AwsServiceException,
                                                                             SdkClientException,
                                                                             Ec2Exception

        This is a variant of getIpamAddressHistory(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryIterable responses = client.getIpamAddressHistoryPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryIterable responses = client
                     .getIpamAddressHistoryPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryIterable responses = client.getIpamAddressHistoryPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamAddressHistory(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest) operation.


        This is a convenience which creates an instance of the GetIpamAddressHistoryRequest.Builder avoiding the need to create one manually via GetIpamAddressHistoryRequest.builder()

        Parameters:
        getIpamAddressHistoryRequest - A Consumer that will call methods on GetIpamAddressHistoryRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamDiscoveredAccounts

        default GetIpamDiscoveredAccountsResponse getIpamDiscoveredAccounts​(GetIpamDiscoveredAccountsRequest getIpamDiscoveredAccountsRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Gets IPAM discovered accounts. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts. Only the IPAM account can get all discovered accounts in the organization.

        Parameters:
        getIpamDiscoveredAccountsRequest -
        Returns:
        Result of the GetIpamDiscoveredAccounts operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamDiscoveredAccountsPaginator

        default GetIpamDiscoveredAccountsIterable getIpamDiscoveredAccountsPaginator​(GetIpamDiscoveredAccountsRequest getIpamDiscoveredAccountsRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of getIpamDiscoveredAccounts(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsIterable responses = client.getIpamDiscoveredAccountsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsIterable responses = client
                     .getIpamDiscoveredAccountsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsIterable responses = client.getIpamDiscoveredAccountsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamDiscoveredAccounts(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsRequest) operation.

        Parameters:
        getIpamDiscoveredAccountsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamDiscoveredAccountsPaginator

        default GetIpamDiscoveredAccountsIterable getIpamDiscoveredAccountsPaginator​(Consumer<GetIpamDiscoveredAccountsRequest.Builder> getIpamDiscoveredAccountsRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of getIpamDiscoveredAccounts(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsIterable responses = client.getIpamDiscoveredAccountsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsIterable responses = client
                     .getIpamDiscoveredAccountsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsIterable responses = client.getIpamDiscoveredAccountsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamDiscoveredAccounts(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsRequest) operation.


        This is a convenience which creates an instance of the GetIpamDiscoveredAccountsRequest.Builder avoiding the need to create one manually via GetIpamDiscoveredAccountsRequest.builder()

        Parameters:
        getIpamDiscoveredAccountsRequest - A Consumer that will call methods on GetIpamDiscoveredAccountsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamDiscoveredResourceCidrs

        default GetIpamDiscoveredResourceCidrsResponse getIpamDiscoveredResourceCidrs​(GetIpamDiscoveredResourceCidrsRequest getIpamDiscoveredResourceCidrsRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Returns the resource CIDRs that are monitored as part of a resource discovery. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses.

        Parameters:
        getIpamDiscoveredResourceCidrsRequest -
        Returns:
        Result of the GetIpamDiscoveredResourceCidrs operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamDiscoveredResourceCidrsPaginator

        default GetIpamDiscoveredResourceCidrsIterable getIpamDiscoveredResourceCidrsPaginator​(GetIpamDiscoveredResourceCidrsRequest getIpamDiscoveredResourceCidrsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of getIpamDiscoveredResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsIterable responses = client.getIpamDiscoveredResourceCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsIterable responses = client
                     .getIpamDiscoveredResourceCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsIterable responses = client.getIpamDiscoveredResourceCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamDiscoveredResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsRequest) operation.

        Parameters:
        getIpamDiscoveredResourceCidrsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamDiscoveredResourceCidrsPaginator

        default GetIpamDiscoveredResourceCidrsIterable getIpamDiscoveredResourceCidrsPaginator​(Consumer<GetIpamDiscoveredResourceCidrsRequest.Builder> getIpamDiscoveredResourceCidrsRequest)
                                                                                        throws AwsServiceException,
                                                                                               SdkClientException,
                                                                                               Ec2Exception

        This is a variant of getIpamDiscoveredResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsIterable responses = client.getIpamDiscoveredResourceCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsIterable responses = client
                     .getIpamDiscoveredResourceCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsIterable responses = client.getIpamDiscoveredResourceCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamDiscoveredResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsRequest) operation.


        This is a convenience which creates an instance of the GetIpamDiscoveredResourceCidrsRequest.Builder avoiding the need to create one manually via GetIpamDiscoveredResourceCidrsRequest.builder()

        Parameters:
        getIpamDiscoveredResourceCidrsRequest - A Consumer that will call methods on GetIpamDiscoveredResourceCidrsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamPoolAllocationsPaginator

        default GetIpamPoolAllocationsIterable getIpamPoolAllocationsPaginator​(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsIterable responses = client.getIpamPoolAllocationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsIterable responses = client
                     .getIpamPoolAllocationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsIterable responses = client.getIpamPoolAllocationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest) operation.

        Parameters:
        getIpamPoolAllocationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamPoolAllocationsPaginator

        default GetIpamPoolAllocationsIterable getIpamPoolAllocationsPaginator​(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsIterable responses = client.getIpamPoolAllocationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsIterable responses = client
                     .getIpamPoolAllocationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsIterable responses = client.getIpamPoolAllocationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest) operation.


        This is a convenience which creates an instance of the GetIpamPoolAllocationsRequest.Builder avoiding the need to create one manually via GetIpamPoolAllocationsRequest.builder()

        Parameters:
        getIpamPoolAllocationsRequest - A Consumer that will call methods on GetIpamPoolAllocationsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamPoolCidrsPaginator

        default GetIpamPoolCidrsIterable getIpamPoolCidrsPaginator​(GetIpamPoolCidrsRequest getIpamPoolCidrsRequest)
                                                            throws AwsServiceException,
                                                                   SdkClientException,
                                                                   Ec2Exception

        This is a variant of getIpamPoolCidrs(software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsIterable responses = client.getIpamPoolCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsIterable responses = client.getIpamPoolCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsIterable responses = client.getIpamPoolCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamPoolCidrs(software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsRequest) operation.

        Parameters:
        getIpamPoolCidrsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamPoolCidrsPaginator

        default GetIpamPoolCidrsIterable getIpamPoolCidrsPaginator​(Consumer<GetIpamPoolCidrsRequest.Builder> getIpamPoolCidrsRequest)
                                                            throws AwsServiceException,
                                                                   SdkClientException,
                                                                   Ec2Exception

        This is a variant of getIpamPoolCidrs(software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsIterable responses = client.getIpamPoolCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsIterable responses = client.getIpamPoolCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsIterable responses = client.getIpamPoolCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamPoolCidrs(software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsRequest) operation.


        This is a convenience which creates an instance of the GetIpamPoolCidrsRequest.Builder avoiding the need to create one manually via GetIpamPoolCidrsRequest.builder()

        Parameters:
        getIpamPoolCidrsRequest - A Consumer that will call methods on GetIpamPoolCidrsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamResourceCidrs

        default GetIpamResourceCidrsResponse getIpamResourceCidrs​(GetIpamResourceCidrsRequest getIpamResourceCidrsRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

        Parameters:
        getIpamResourceCidrsRequest -
        Returns:
        Result of the GetIpamResourceCidrs operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamResourceCidrsPaginator

        default GetIpamResourceCidrsIterable getIpamResourceCidrsPaginator​(GetIpamResourceCidrsRequest getIpamResourceCidrsRequest)
                                                                    throws AwsServiceException,
                                                                           SdkClientException,
                                                                           Ec2Exception

        This is a variant of getIpamResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsIterable responses = client.getIpamResourceCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsIterable responses = client
                     .getIpamResourceCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsIterable responses = client.getIpamResourceCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsRequest) operation.

        Parameters:
        getIpamResourceCidrsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getIpamResourceCidrsPaginator

        default GetIpamResourceCidrsIterable getIpamResourceCidrsPaginator​(Consumer<GetIpamResourceCidrsRequest.Builder> getIpamResourceCidrsRequest)
                                                                    throws AwsServiceException,
                                                                           SdkClientException,
                                                                           Ec2Exception

        This is a variant of getIpamResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsIterable responses = client.getIpamResourceCidrsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsIterable responses = client
                     .getIpamResourceCidrsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsIterable responses = client.getIpamResourceCidrsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getIpamResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsRequest) operation.


        This is a convenience which creates an instance of the GetIpamResourceCidrsRequest.Builder avoiding the need to create one manually via GetIpamResourceCidrsRequest.builder()

        Parameters:
        getIpamResourceCidrsRequest - A Consumer that will call methods on GetIpamResourceCidrsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getLaunchTemplateData

        default GetLaunchTemplateDataResponse getLaunchTemplateData​(GetLaunchTemplateDataRequest getLaunchTemplateDataRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Retrieves the configuration data of the specified instance. You can use this data to create a launch template.

        This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, and DescribeInstanceAttribute. Or, you can allow describe* depending on your instance requirements.

        Parameters:
        getLaunchTemplateDataRequest -
        Returns:
        Result of the GetLaunchTemplateData operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getManagedPrefixListAssociationsPaginator

        default GetManagedPrefixListAssociationsIterable getManagedPrefixListAssociationsPaginator​(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of getManagedPrefixListAssociations(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsIterable responses = client.getManagedPrefixListAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsIterable responses = client
                     .getManagedPrefixListAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsIterable responses = client.getManagedPrefixListAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getManagedPrefixListAssociations(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsRequest) operation.

        Parameters:
        getManagedPrefixListAssociationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getManagedPrefixListAssociationsPaginator

        default GetManagedPrefixListAssociationsIterable getManagedPrefixListAssociationsPaginator​(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)
                                                                                            throws AwsServiceException,
                                                                                                   SdkClientException,
                                                                                                   Ec2Exception

        This is a variant of getManagedPrefixListAssociations(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsIterable responses = client.getManagedPrefixListAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsIterable responses = client
                     .getManagedPrefixListAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsIterable responses = client.getManagedPrefixListAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getManagedPrefixListAssociations(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsRequest) operation.


        This is a convenience which creates an instance of the GetManagedPrefixListAssociationsRequest.Builder avoiding the need to create one manually via GetManagedPrefixListAssociationsRequest.builder()

        Parameters:
        getManagedPrefixListAssociationsRequest - A Consumer that will call methods on GetManagedPrefixListAssociationsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getManagedPrefixListEntriesPaginator

        default GetManagedPrefixListEntriesIterable getManagedPrefixListEntriesPaginator​(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)
                                                                                  throws AwsServiceException,
                                                                                         SdkClientException,
                                                                                         Ec2Exception

        This is a variant of getManagedPrefixListEntries(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesIterable responses = client.getManagedPrefixListEntriesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesIterable responses = client
                     .getManagedPrefixListEntriesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesIterable responses = client.getManagedPrefixListEntriesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getManagedPrefixListEntries(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesRequest) operation.

        Parameters:
        getManagedPrefixListEntriesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getManagedPrefixListEntriesPaginator

        default GetManagedPrefixListEntriesIterable getManagedPrefixListEntriesPaginator​(Consumer<GetManagedPrefixListEntriesRequest.Builder> getManagedPrefixListEntriesRequest)
                                                                                  throws AwsServiceException,
                                                                                         SdkClientException,
                                                                                         Ec2Exception

        This is a variant of getManagedPrefixListEntries(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesIterable responses = client.getManagedPrefixListEntriesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesIterable responses = client
                     .getManagedPrefixListEntriesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesIterable responses = client.getManagedPrefixListEntriesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getManagedPrefixListEntries(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesRequest) operation.


        This is a convenience which creates an instance of the GetManagedPrefixListEntriesRequest.Builder avoiding the need to create one manually via GetManagedPrefixListEntriesRequest.builder()

        Parameters:
        getManagedPrefixListEntriesRequest - A Consumer that will call methods on GetManagedPrefixListEntriesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getNetworkInsightsAccessScopeAnalysisFindingsPaginator

        default GetNetworkInsightsAccessScopeAnalysisFindingsIterable getNetworkInsightsAccessScopeAnalysisFindingsPaginator​(GetNetworkInsightsAccessScopeAnalysisFindingsRequest getNetworkInsightsAccessScopeAnalysisFindingsRequest)
                                                                                                                      throws AwsServiceException,
                                                                                                                             SdkClientException,
                                                                                                                             Ec2Exception

        This is a variant of getNetworkInsightsAccessScopeAnalysisFindings(software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeAnalysisFindingsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetNetworkInsightsAccessScopeAnalysisFindingsIterable responses = client.getNetworkInsightsAccessScopeAnalysisFindingsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetNetworkInsightsAccessScopeAnalysisFindingsIterable responses = client
                     .getNetworkInsightsAccessScopeAnalysisFindingsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeAnalysisFindingsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetNetworkInsightsAccessScopeAnalysisFindingsIterable responses = client.getNetworkInsightsAccessScopeAnalysisFindingsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getNetworkInsightsAccessScopeAnalysisFindings(software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeAnalysisFindingsRequest) operation.

        Parameters:
        getNetworkInsightsAccessScopeAnalysisFindingsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getPasswordData

        default GetPasswordDataResponse getPasswordData​(GetPasswordDataRequest getPasswordDataRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Retrieves the encrypted administrator password for a running Windows instance.

        The Windows password is generated at boot by the EC2Config service or EC2Launch scripts (Windows Server 2016 and later). This usually only happens the first time an instance is launched. For more information, see EC2Config and EC2Launch in the Amazon EC2 User Guide.

        For the EC2Config service, the password is not generated for rebundled AMIs unless Ec2SetPassword is enabled before bundling.

        The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file.

        When you launch an instance, password generation and encryption may take a few minutes. If you try to retrieve the password before it's available, the output returns an empty string. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.

        Parameters:
        getPasswordDataRequest -
        Returns:
        Result of the GetPasswordData operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getPasswordData

        default GetPasswordDataResponse getPasswordData​(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Retrieves the encrypted administrator password for a running Windows instance.

        The Windows password is generated at boot by the EC2Config service or EC2Launch scripts (Windows Server 2016 and later). This usually only happens the first time an instance is launched. For more information, see EC2Config and EC2Launch in the Amazon EC2 User Guide.

        For the EC2Config service, the password is not generated for rebundled AMIs unless Ec2SetPassword is enabled before bundling.

        The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file.

        When you launch an instance, password generation and encryption may take a few minutes. If you try to retrieve the password before it's available, the output returns an empty string. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.


        This is a convenience which creates an instance of the GetPasswordDataRequest.Builder avoiding the need to create one manually via GetPasswordDataRequest.builder()

        Parameters:
        getPasswordDataRequest - A Consumer that will call methods on GetPasswordDataRequest.Builder to create a request.
        Returns:
        Result of the GetPasswordData operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getReservedInstancesExchangeQuote

        default GetReservedInstancesExchangeQuoteResponse getReservedInstancesExchangeQuote​(GetReservedInstancesExchangeQuoteRequest getReservedInstancesExchangeQuoteRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use AcceptReservedInstancesExchangeQuote to perform the exchange.

        Parameters:
        getReservedInstancesExchangeQuoteRequest - Contains the parameters for GetReservedInstanceExchangeQuote.
        Returns:
        Result of the GetReservedInstancesExchangeQuote operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getSecurityGroupsForVpc

        default GetSecurityGroupsForVpcResponse getSecurityGroupsForVpc​(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Gets security groups that can be associated by the Amazon Web Services account making the request with network interfaces in the specified VPC.

        Parameters:
        getSecurityGroupsForVpcRequest -
        Returns:
        Result of the GetSecurityGroupsForVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getSecurityGroupsForVpcPaginator

        default GetSecurityGroupsForVpcIterable getSecurityGroupsForVpcPaginator​(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcIterable responses = client.getSecurityGroupsForVpcPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcIterable responses = client
                     .getSecurityGroupsForVpcPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcIterable responses = client.getSecurityGroupsForVpcPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest) operation.

        Parameters:
        getSecurityGroupsForVpcRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getSecurityGroupsForVpcPaginator

        default GetSecurityGroupsForVpcIterable getSecurityGroupsForVpcPaginator​(Consumer<GetSecurityGroupsForVpcRequest.Builder> getSecurityGroupsForVpcRequest)
                                                                          throws AwsServiceException,
                                                                                 SdkClientException,
                                                                                 Ec2Exception

        This is a variant of getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcIterable responses = client.getSecurityGroupsForVpcPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcIterable responses = client
                     .getSecurityGroupsForVpcPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcIterable responses = client.getSecurityGroupsForVpcPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest) operation.


        This is a convenience which creates an instance of the GetSecurityGroupsForVpcRequest.Builder avoiding the need to create one manually via GetSecurityGroupsForVpcRequest.builder()

        Parameters:
        getSecurityGroupsForVpcRequest - A Consumer that will call methods on GetSecurityGroupsForVpcRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getSpotPlacementScores

        default GetSpotPlacementScoresResponse getSpotPlacementScores​(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and compute requirements.

        You can specify your compute requirements either by using InstanceRequirementsWithMetadata and letting Amazon EC2 choose the optimal instance types to fulfill your Spot request, or you can specify the instance types by using InstanceTypes.

        For more information, see Spot placement score in the Amazon EC2 User Guide.

        Parameters:
        getSpotPlacementScoresRequest -
        Returns:
        Result of the GetSpotPlacementScores operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getSpotPlacementScoresPaginator

        default GetSpotPlacementScoresIterable getSpotPlacementScoresPaginator​(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of getSpotPlacementScores(software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresIterable responses = client.getSpotPlacementScoresPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresIterable responses = client
                     .getSpotPlacementScoresPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresIterable responses = client.getSpotPlacementScoresPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getSpotPlacementScores(software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresRequest) operation.

        Parameters:
        getSpotPlacementScoresRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getSpotPlacementScoresPaginator

        default GetSpotPlacementScoresIterable getSpotPlacementScoresPaginator​(Consumer<GetSpotPlacementScoresRequest.Builder> getSpotPlacementScoresRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of getSpotPlacementScores(software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresIterable responses = client.getSpotPlacementScoresPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresIterable responses = client
                     .getSpotPlacementScoresPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresIterable responses = client.getSpotPlacementScoresPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getSpotPlacementScores(software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresRequest) operation.


        This is a convenience which creates an instance of the GetSpotPlacementScoresRequest.Builder avoiding the need to create one manually via GetSpotPlacementScoresRequest.builder()

        Parameters:
        getSpotPlacementScoresRequest - A Consumer that will call methods on GetSpotPlacementScoresRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getTransitGatewayAttachmentPropagationsPaginator

        default GetTransitGatewayAttachmentPropagationsIterable getTransitGatewayAttachmentPropagationsPaginator​(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)
                                                                                                          throws AwsServiceException,
                                                                                                                 SdkClientException,
                                                                                                                 Ec2Exception

        This is a variant of getTransitGatewayAttachmentPropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsIterable responses = client.getTransitGatewayAttachmentPropagationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsIterable responses = client
                     .getTransitGatewayAttachmentPropagationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsIterable responses = client.getTransitGatewayAttachmentPropagationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getTransitGatewayAttachmentPropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsRequest) operation.

        Parameters:
        getTransitGatewayAttachmentPropagationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getTransitGatewayMulticastDomainAssociationsPaginator

        default GetTransitGatewayMulticastDomainAssociationsIterable getTransitGatewayMulticastDomainAssociationsPaginator​(GetTransitGatewayMulticastDomainAssociationsRequest getTransitGatewayMulticastDomainAssociationsRequest)
                                                                                                                    throws AwsServiceException,
                                                                                                                           SdkClientException,
                                                                                                                           Ec2Exception

        This is a variant of getTransitGatewayMulticastDomainAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayMulticastDomainAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayMulticastDomainAssociationsIterable responses = client.getTransitGatewayMulticastDomainAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayMulticastDomainAssociationsIterable responses = client
                     .getTransitGatewayMulticastDomainAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayMulticastDomainAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayMulticastDomainAssociationsIterable responses = client.getTransitGatewayMulticastDomainAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getTransitGatewayMulticastDomainAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayMulticastDomainAssociationsRequest) operation.

        Parameters:
        getTransitGatewayMulticastDomainAssociationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getTransitGatewayPolicyTableAssociationsPaginator

        default GetTransitGatewayPolicyTableAssociationsIterable getTransitGatewayPolicyTableAssociationsPaginator​(GetTransitGatewayPolicyTableAssociationsRequest getTransitGatewayPolicyTableAssociationsRequest)
                                                                                                            throws AwsServiceException,
                                                                                                                   SdkClientException,
                                                                                                                   Ec2Exception

        This is a variant of getTransitGatewayPolicyTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPolicyTableAssociationsIterable responses = client.getTransitGatewayPolicyTableAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPolicyTableAssociationsIterable responses = client
                     .getTransitGatewayPolicyTableAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPolicyTableAssociationsIterable responses = client.getTransitGatewayPolicyTableAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getTransitGatewayPolicyTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsRequest) operation.

        Parameters:
        getTransitGatewayPolicyTableAssociationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getTransitGatewayPrefixListReferencesPaginator

        default GetTransitGatewayPrefixListReferencesIterable getTransitGatewayPrefixListReferencesPaginator​(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)
                                                                                                      throws AwsServiceException,
                                                                                                             SdkClientException,
                                                                                                             Ec2Exception

        This is a variant of getTransitGatewayPrefixListReferences(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPrefixListReferencesIterable responses = client.getTransitGatewayPrefixListReferencesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPrefixListReferencesIterable responses = client
                     .getTransitGatewayPrefixListReferencesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPrefixListReferencesIterable responses = client.getTransitGatewayPrefixListReferencesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getTransitGatewayPrefixListReferences(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesRequest) operation.

        Parameters:
        getTransitGatewayPrefixListReferencesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getTransitGatewayRouteTableAssociationsPaginator

        default GetTransitGatewayRouteTableAssociationsIterable getTransitGatewayRouteTableAssociationsPaginator​(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)
                                                                                                          throws AwsServiceException,
                                                                                                                 SdkClientException,
                                                                                                                 Ec2Exception

        This is a variant of getTransitGatewayRouteTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsIterable responses = client.getTransitGatewayRouteTableAssociationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsIterable responses = client
                     .getTransitGatewayRouteTableAssociationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsIterable responses = client.getTransitGatewayRouteTableAssociationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getTransitGatewayRouteTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsRequest) operation.

        Parameters:
        getTransitGatewayRouteTableAssociationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getTransitGatewayRouteTablePropagationsPaginator

        default GetTransitGatewayRouteTablePropagationsIterable getTransitGatewayRouteTablePropagationsPaginator​(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
                                                                                                          throws AwsServiceException,
                                                                                                                 SdkClientException,
                                                                                                                 Ec2Exception

        This is a variant of getTransitGatewayRouteTablePropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsIterable responses = client.getTransitGatewayRouteTablePropagationsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsIterable responses = client
                     .getTransitGatewayRouteTablePropagationsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsIterable responses = client.getTransitGatewayRouteTablePropagationsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getTransitGatewayRouteTablePropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsRequest) operation.

        Parameters:
        getTransitGatewayRouteTablePropagationsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getVpnConnectionDeviceTypes

        default GetVpnConnectionDeviceTypesResponse getVpnConnectionDeviceTypes​(GetVpnConnectionDeviceTypesRequest getVpnConnectionDeviceTypesRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Obtain a list of customer gateway devices for which sample configuration files can be provided. The request has no additional parameters. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.

        Parameters:
        getVpnConnectionDeviceTypesRequest -
        Returns:
        Result of the GetVpnConnectionDeviceTypes operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getVpnConnectionDeviceTypesPaginator

        default GetVpnConnectionDeviceTypesIterable getVpnConnectionDeviceTypesPaginator​(GetVpnConnectionDeviceTypesRequest getVpnConnectionDeviceTypesRequest)
                                                                                  throws AwsServiceException,
                                                                                         SdkClientException,
                                                                                         Ec2Exception

        This is a variant of getVpnConnectionDeviceTypes(software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesIterable responses = client.getVpnConnectionDeviceTypesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesIterable responses = client
                     .getVpnConnectionDeviceTypesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesIterable responses = client.getVpnConnectionDeviceTypesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getVpnConnectionDeviceTypes(software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesRequest) operation.

        Parameters:
        getVpnConnectionDeviceTypesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • getVpnConnectionDeviceTypesPaginator

        default GetVpnConnectionDeviceTypesIterable getVpnConnectionDeviceTypesPaginator​(Consumer<GetVpnConnectionDeviceTypesRequest.Builder> getVpnConnectionDeviceTypesRequest)
                                                                                  throws AwsServiceException,
                                                                                         SdkClientException,
                                                                                         Ec2Exception

        This is a variant of getVpnConnectionDeviceTypes(software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesIterable responses = client.getVpnConnectionDeviceTypesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesIterable responses = client
                     .getVpnConnectionDeviceTypesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesIterable responses = client.getVpnConnectionDeviceTypesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the getVpnConnectionDeviceTypes(software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesRequest) operation.


        This is a convenience which creates an instance of the GetVpnConnectionDeviceTypesRequest.Builder avoiding the need to create one manually via GetVpnConnectionDeviceTypesRequest.builder()

        Parameters:
        getVpnConnectionDeviceTypesRequest - A Consumer that will call methods on GetVpnConnectionDeviceTypesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • importClientVpnClientCertificateRevocationList

        default ImportClientVpnClientCertificateRevocationListResponse importClientVpnClientCertificateRevocationList​(ImportClientVpnClientCertificateRevocationListRequest importClientVpnClientCertificateRevocationListRequest)
                                                                                                               throws AwsServiceException,
                                                                                                                      SdkClientException,
                                                                                                                      Ec2Exception

        Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.

        Uploading a client certificate revocation list resets existing client connections.

        Parameters:
        importClientVpnClientCertificateRevocationListRequest -
        Returns:
        Result of the ImportClientVpnClientCertificateRevocationList operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • importImage

        default ImportImageResponse importImage​(ImportImageRequest importImageRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        To import your virtual machines (VMs) with a console-based experience, you can use the Import virtual machine images to Amazon Web Services template in the Migration Hub Orchestrator console. For more information, see the Migration Hub Orchestrator User Guide .

        Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).

        Amazon Web Services VM Import/Export strongly recommends specifying a value for either the --license-type or --usage-operation parameter when you create a new VM Import task. This ensures your operating system is licensed appropriately and your billing is optimized.

        For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.

        Parameters:
        importImageRequest -
        Returns:
        Result of the ImportImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • importKeyPair

        default ImportKeyPairResponse importKeyPair​(ImportKeyPairRequest importKeyPairRequest)
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool. Compare this with CreateKeyPair, in which Amazon Web Services creates the key pair and gives the keys to you (Amazon Web Services keeps a copy of the public key). With ImportKeyPair, you create the key pair and give Amazon Web Services just the public key. The private key is never transferred between you and Amazon Web Services.

        For more information about key pairs, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        importKeyPairRequest -
        Returns:
        Result of the ImportKeyPair operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • importVolume

        default ImportVolumeResponse importVolume​(ImportVolumeRequest importVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Creates an import volume task using metadata from the specified disk image.

        This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage instead. To import a disk to a snapshot, use ImportSnapshot instead.

        This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see Importing Disks to Amazon EBS in the Amazon EC2 CLI Reference PDF file.

        For information about the import manifest referenced by this API action, see VM Import Manifest.

        Parameters:
        importVolumeRequest -
        Returns:
        Result of the ImportVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • listImagesInRecycleBinPaginator

        default ListImagesInRecycleBinIterable listImagesInRecycleBinPaginator​(ListImagesInRecycleBinRequest listImagesInRecycleBinRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of listImagesInRecycleBin(software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinIterable responses = client.listImagesInRecycleBinPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinIterable responses = client
                     .listImagesInRecycleBinPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinIterable responses = client.listImagesInRecycleBinPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the listImagesInRecycleBin(software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinRequest) operation.

        Parameters:
        listImagesInRecycleBinRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • listImagesInRecycleBinPaginator

        default ListImagesInRecycleBinIterable listImagesInRecycleBinPaginator​(Consumer<ListImagesInRecycleBinRequest.Builder> listImagesInRecycleBinRequest)
                                                                        throws AwsServiceException,
                                                                               SdkClientException,
                                                                               Ec2Exception

        This is a variant of listImagesInRecycleBin(software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinIterable responses = client.listImagesInRecycleBinPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinIterable responses = client
                     .listImagesInRecycleBinPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinIterable responses = client.listImagesInRecycleBinPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the listImagesInRecycleBin(software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinRequest) operation.


        This is a convenience which creates an instance of the ListImagesInRecycleBinRequest.Builder avoiding the need to create one manually via ListImagesInRecycleBinRequest.builder()

        Parameters:
        listImagesInRecycleBinRequest - A Consumer that will call methods on ListImagesInRecycleBinRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • listSnapshotsInRecycleBinPaginator

        default ListSnapshotsInRecycleBinIterable listSnapshotsInRecycleBinPaginator​(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of listSnapshotsInRecycleBin(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinIterable responses = client.listSnapshotsInRecycleBinPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinIterable responses = client
                     .listSnapshotsInRecycleBinPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinIterable responses = client.listSnapshotsInRecycleBinPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the listSnapshotsInRecycleBin(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest) operation.

        Parameters:
        listSnapshotsInRecycleBinRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • listSnapshotsInRecycleBinPaginator

        default ListSnapshotsInRecycleBinIterable listSnapshotsInRecycleBinPaginator​(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)
                                                                              throws AwsServiceException,
                                                                                     SdkClientException,
                                                                                     Ec2Exception

        This is a variant of listSnapshotsInRecycleBin(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinIterable responses = client.listSnapshotsInRecycleBinPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinIterable responses = client
                     .listSnapshotsInRecycleBinPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinIterable responses = client.listSnapshotsInRecycleBinPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the listSnapshotsInRecycleBin(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest) operation.


        This is a convenience which creates an instance of the ListSnapshotsInRecycleBinRequest.Builder avoiding the need to create one manually via ListSnapshotsInRecycleBinRequest.builder()

        Parameters:
        listSnapshotsInRecycleBinRequest - A Consumer that will call methods on ListSnapshotsInRecycleBinRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • lockSnapshot

        default LockSnapshotResponse lockSnapshot​(LockSnapshotRequest lockSnapshotRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration. A locked snapshot can't be deleted.

        You can also use this action to modify the lock settings for a snapshot that is already locked. The allowed modifications depend on the lock mode and lock state:

        • If the snapshot is locked in governance mode, you can modify the lock mode and the lock duration or lock expiration date.

        • If the snapshot is locked in compliance mode and it is in the cooling-off period, you can modify the lock mode and the lock duration or lock expiration date.

        • If the snapshot is locked in compliance mode and the cooling-off period has lapsed, you can only increase the lock duration or extend the lock expiration date.

        Parameters:
        lockSnapshotRequest -
        Returns:
        Result of the LockSnapshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • lockSnapshot

        default LockSnapshotResponse lockSnapshot​(Consumer<LockSnapshotRequest.Builder> lockSnapshotRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration. A locked snapshot can't be deleted.

        You can also use this action to modify the lock settings for a snapshot that is already locked. The allowed modifications depend on the lock mode and lock state:

        • If the snapshot is locked in governance mode, you can modify the lock mode and the lock duration or lock expiration date.

        • If the snapshot is locked in compliance mode and it is in the cooling-off period, you can modify the lock mode and the lock duration or lock expiration date.

        • If the snapshot is locked in compliance mode and the cooling-off period has lapsed, you can only increase the lock duration or extend the lock expiration date.


        This is a convenience which creates an instance of the LockSnapshotRequest.Builder avoiding the need to create one manually via LockSnapshotRequest.builder()

        Parameters:
        lockSnapshotRequest - A Consumer that will call methods on LockSnapshotRequest.Builder to create a request.
        Returns:
        Result of the LockSnapshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyCapacityReservation

        default ModifyCapacityReservationResponse modifyCapacityReservation​(ModifyCapacityReservationRequest modifyCapacityReservationRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Modifies a Capacity Reservation's capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation's instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes.

        Parameters:
        modifyCapacityReservationRequest -
        Returns:
        Result of the ModifyCapacityReservation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyCapacityReservationFleet

        default ModifyCapacityReservationFleetResponse modifyCapacityReservationFleet​(ModifyCapacityReservationFleetRequest modifyCapacityReservationFleetRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Modifies a Capacity Reservation Fleet.

        When you modify the total target capacity of a Capacity Reservation Fleet, the Fleet automatically creates new Capacity Reservations, or modifies or cancels existing Capacity Reservations in the Fleet to meet the new total target capacity. When you modify the end date for the Fleet, the end dates for all of the individual Capacity Reservations in the Fleet are updated accordingly.

        Parameters:
        modifyCapacityReservationFleetRequest -
        Returns:
        Result of the ModifyCapacityReservationFleet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyDefaultCreditSpecification

        default ModifyDefaultCreditSpecificationResponse modifyDefaultCreditSpecification​(ModifyDefaultCreditSpecificationRequest modifyDefaultCreditSpecificationRequest)
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        Modifies the default credit option for CPU usage of burstable performance instances. The default credit option is set at the account level per Amazon Web Services Region, and is specified per instance family. All new burstable performance instances in the account launch using the default credit option.

        ModifyDefaultCreditSpecification is an asynchronous operation, which works at an Amazon Web Services Region level and modifies the credit option for each Availability Zone. All zones in a Region are updated within five minutes. But if instances are launched during this operation, they might not get the new credit option until the zone is updated. To verify whether the update has occurred, you can call GetDefaultCreditSpecification and check DefaultCreditSpecification for updates.

        For more information, see Burstable performance instances in the Amazon EC2 User Guide.

        Parameters:
        modifyDefaultCreditSpecificationRequest -
        Returns:
        Result of the ModifyDefaultCreditSpecification operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyDefaultCreditSpecification

        default ModifyDefaultCreditSpecificationResponse modifyDefaultCreditSpecification​(Consumer<ModifyDefaultCreditSpecificationRequest.Builder> modifyDefaultCreditSpecificationRequest)
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        Modifies the default credit option for CPU usage of burstable performance instances. The default credit option is set at the account level per Amazon Web Services Region, and is specified per instance family. All new burstable performance instances in the account launch using the default credit option.

        ModifyDefaultCreditSpecification is an asynchronous operation, which works at an Amazon Web Services Region level and modifies the credit option for each Availability Zone. All zones in a Region are updated within five minutes. But if instances are launched during this operation, they might not get the new credit option until the zone is updated. To verify whether the update has occurred, you can call GetDefaultCreditSpecification and check DefaultCreditSpecification for updates.

        For more information, see Burstable performance instances in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the ModifyDefaultCreditSpecificationRequest.Builder avoiding the need to create one manually via ModifyDefaultCreditSpecificationRequest.builder()

        Parameters:
        modifyDefaultCreditSpecificationRequest - A Consumer that will call methods on ModifyDefaultCreditSpecificationRequest.Builder to create a request.
        Returns:
        Result of the ModifyDefaultCreditSpecification operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyEbsDefaultKmsKeyId

        default ModifyEbsDefaultKmsKeyIdResponse modifyEbsDefaultKmsKeyId​(ModifyEbsDefaultKmsKeyIdRequest modifyEbsDefaultKmsKeyIdRequest)
                                                                   throws AwsServiceException,
                                                                          SdkClientException,
                                                                          Ec2Exception

        Changes the default KMS key for EBS encryption by default for your account in this Region.

        Amazon Web Services creates a unique Amazon Web Services managed KMS key in each Region for use with encryption by default. If you change the default KMS key to a symmetric customer managed KMS key, it is used instead of the Amazon Web Services managed KMS key. To reset the default KMS key to the Amazon Web Services managed KMS key for EBS, use ResetEbsDefaultKmsKeyId. Amazon EBS does not support asymmetric KMS keys.

        If you delete or disable the customer managed KMS key that you specified for use with encryption by default, your instances will fail to launch.

        For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

        Parameters:
        modifyEbsDefaultKmsKeyIdRequest -
        Returns:
        Result of the ModifyEbsDefaultKmsKeyId operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyFleet

        default ModifyFleetResponse modifyFleet​(ModifyFleetRequest modifyFleetRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Modifies the specified EC2 Fleet.

        You can only modify an EC2 Fleet request of type maintain.

        While the EC2 Fleet is being modified, it is in the modifying state.

        To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is lowest-price, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the EC2 Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

        To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowest-price, the EC2 Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacity-optimized, the EC2 Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the EC2 Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

        If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.

        Parameters:
        modifyFleetRequest -
        Returns:
        Result of the ModifyFleet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyFleet

        default ModifyFleetResponse modifyFleet​(Consumer<ModifyFleetRequest.Builder> modifyFleetRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Modifies the specified EC2 Fleet.

        You can only modify an EC2 Fleet request of type maintain.

        While the EC2 Fleet is being modified, it is in the modifying state.

        To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is lowest-price, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the EC2 Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

        To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowest-price, the EC2 Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacity-optimized, the EC2 Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the EC2 Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

        If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.


        This is a convenience which creates an instance of the ModifyFleetRequest.Builder avoiding the need to create one manually via ModifyFleetRequest.builder()

        Parameters:
        modifyFleetRequest - A Consumer that will call methods on ModifyFleetRequest.Builder to create a request.
        Returns:
        Result of the ModifyFleet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyHosts

        default ModifyHostsResponse modifyHosts​(ModifyHostsRequest modifyHostsRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you launch with a tenancy of host but without a specific host ID are placed onto any available Dedicated Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a suitable host with auto-placement enabled.

        You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only.

        Parameters:
        modifyHostsRequest -
        Returns:
        Result of the ModifyHosts operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyHosts

        default ModifyHostsResponse modifyHosts​(Consumer<ModifyHostsRequest.Builder> modifyHostsRequest)
                                         throws AwsServiceException,
                                                SdkClientException,
                                                Ec2Exception

        Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you launch with a tenancy of host but without a specific host ID are placed onto any available Dedicated Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a suitable host with auto-placement enabled.

        You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only.


        This is a convenience which creates an instance of the ModifyHostsRequest.Builder avoiding the need to create one manually via ModifyHostsRequest.builder()

        Parameters:
        modifyHostsRequest - A Consumer that will call methods on ModifyHostsRequest.Builder to create a request.
        Returns:
        Result of the ModifyHosts operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyIdFormat

        default ModifyIdFormatResponse modifyIdFormat​(ModifyIdFormatRequest modifyIdFormatRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

        This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        This setting applies to the IAM user who makes the request; it does not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user. If you're using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

        Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

        Parameters:
        modifyIdFormatRequest -
        Returns:
        Result of the ModifyIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyIdFormat

        default ModifyIdFormatResponse modifyIdFormat​(Consumer<ModifyIdFormatRequest.Builder> modifyIdFormatRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

        This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        This setting applies to the IAM user who makes the request; it does not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user. If you're using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

        Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.


        This is a convenience which creates an instance of the ModifyIdFormatRequest.Builder avoiding the need to create one manually via ModifyIdFormatRequest.builder()

        Parameters:
        modifyIdFormatRequest - A Consumer that will call methods on ModifyIdFormatRequest.Builder to create a request.
        Returns:
        Result of the ModifyIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyIdentityIdFormat

        default ModifyIdentityIdFormatResponse modifyIdentityIdFormat​(ModifyIdentityIdFormatRequest modifyIdentityIdFormatRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

        This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

        This setting applies to the principal specified in the request; it does not apply to the principal that makes the request.

        Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

        Parameters:
        modifyIdentityIdFormatRequest -
        Returns:
        Result of the ModifyIdentityIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyIdentityIdFormat

        default ModifyIdentityIdFormatResponse modifyIdentityIdFormat​(Consumer<ModifyIdentityIdFormatRequest.Builder> modifyIdentityIdFormatRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

        This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

        For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

        This setting applies to the principal specified in the request; it does not apply to the principal that makes the request.

        Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.


        This is a convenience which creates an instance of the ModifyIdentityIdFormatRequest.Builder avoiding the need to create one manually via ModifyIdentityIdFormatRequest.builder()

        Parameters:
        modifyIdentityIdFormatRequest - A Consumer that will call methods on ModifyIdentityIdFormatRequest.Builder to create a request.
        Returns:
        Result of the ModifyIdentityIdFormat operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyImageAttribute

        default ModifyImageAttributeResponse modifyImageAttribute​(ModifyImageAttributeRequest modifyImageAttributeRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time.

        To specify the attribute, you can use the Attribute parameter, or one of the following parameters: Description, ImdsSupport, or LaunchPermission.

        Images with an Amazon Web Services Marketplace product code cannot be made public.

        To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance and create an AMI from the instance.

        Parameters:
        modifyImageAttributeRequest - Contains the parameters for ModifyImageAttribute.
        Returns:
        Result of the ModifyImageAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyImageAttribute

        default ModifyImageAttributeResponse modifyImageAttribute​(Consumer<ModifyImageAttributeRequest.Builder> modifyImageAttributeRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time.

        To specify the attribute, you can use the Attribute parameter, or one of the following parameters: Description, ImdsSupport, or LaunchPermission.

        Images with an Amazon Web Services Marketplace product code cannot be made public.

        To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance and create an AMI from the instance.


        This is a convenience which creates an instance of the ModifyImageAttributeRequest.Builder avoiding the need to create one manually via ModifyImageAttributeRequest.builder()

        Parameters:
        modifyImageAttributeRequest - A Consumer that will call methods on ModifyImageAttributeRequest.Builder to create a request. Contains the parameters for ModifyImageAttribute.
        Returns:
        Result of the ModifyImageAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyInstanceAttribute

        default ModifyInstanceAttributeResponse modifyInstanceAttribute​(ModifyInstanceAttributeRequest modifyInstanceAttributeRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.

        Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the ModifyNetworkInterfaceAttribute action.

        To modify some attributes, the instance must be stopped. For more information, see Modify a stopped instance in the Amazon EC2 User Guide.

        Parameters:
        modifyInstanceAttributeRequest -
        Returns:
        Result of the ModifyInstanceAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyInstanceCapacityReservationAttributes

        default ModifyInstanceCapacityReservationAttributesResponse modifyInstanceCapacityReservationAttributes​(ModifyInstanceCapacityReservationAttributesRequest modifyInstanceCapacityReservationAttributesRequest)
                                                                                                         throws AwsServiceException,
                                                                                                                SdkClientException,
                                                                                                                Ec2Exception

        Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an instance to target a specific Capacity Reservation, run in any open Capacity Reservation with matching attributes, or run On-Demand Instance capacity.

        Parameters:
        modifyInstanceCapacityReservationAttributesRequest -
        Returns:
        Result of the ModifyInstanceCapacityReservationAttributes operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyInstanceMaintenanceOptions

        default ModifyInstanceMaintenanceOptionsResponse modifyInstanceMaintenanceOptions​(ModifyInstanceMaintenanceOptionsRequest modifyInstanceMaintenanceOptionsRequest)
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default. The default configuration will not enable simplified automatic recovery for an unsupported instance type. For more information, see Simplified automatic recovery.

        Parameters:
        modifyInstanceMaintenanceOptionsRequest -
        Returns:
        Result of the ModifyInstanceMaintenanceOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyInstanceMetadataDefaults

        default ModifyInstanceMetadataDefaultsResponse modifyInstanceMetadataDefaults​(ModifyInstanceMetadataDefaultsRequest modifyInstanceMetadataDefaultsRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services
 Region.

        To remove a parameter's account-level default setting, specify no-preference. At instance launch, the value will come from the AMI, or from the launch parameter if specified. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.

        Parameters:
        modifyInstanceMetadataDefaultsRequest -
        Returns:
        Result of the ModifyInstanceMetadataDefaults operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyInstanceMetadataOptions

        default ModifyInstanceMetadataOptionsResponse modifyInstanceMetadataOptions​(ModifyInstanceMetadataOptionsRequest modifyInstanceMetadataOptionsRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Modify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see Instance metadata and user data in the Amazon EC2 User Guide.

        Parameters:
        modifyInstanceMetadataOptionsRequest -
        Returns:
        Result of the ModifyInstanceMetadataOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyInstancePlacement

        default ModifyInstancePlacementResponse modifyInstancePlacement​(ModifyInstancePlacementRequest modifyInstancePlacementRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Modifies the placement attributes for a specified instance. You can do the following:

        • Modify the affinity between an instance and a Dedicated Host. When affinity is set to host and the instance is not associated with a specific Dedicated Host, the next time the instance is started, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists.

        • Change the Dedicated Host with which an instance is associated.

        • Change the instance tenancy of an instance.

        • Move an instance to or from a placement group.

        At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request.

        To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the stopped state.

        Parameters:
        modifyInstancePlacementRequest -
        Returns:
        Result of the ModifyInstancePlacement operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyInstancePlacement

        default ModifyInstancePlacementResponse modifyInstancePlacement​(Consumer<ModifyInstancePlacementRequest.Builder> modifyInstancePlacementRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Modifies the placement attributes for a specified instance. You can do the following:

        • Modify the affinity between an instance and a Dedicated Host. When affinity is set to host and the instance is not associated with a specific Dedicated Host, the next time the instance is started, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists.

        • Change the Dedicated Host with which an instance is associated.

        • Change the instance tenancy of an instance.

        • Move an instance to or from a placement group.

        At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request.

        To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the stopped state.


        This is a convenience which creates an instance of the ModifyInstancePlacementRequest.Builder avoiding the need to create one manually via ModifyInstancePlacementRequest.builder()

        Parameters:
        modifyInstancePlacementRequest - A Consumer that will call methods on ModifyInstancePlacementRequest.Builder to create a request.
        Returns:
        Result of the ModifyInstancePlacement operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyIpamResourceDiscovery

        default ModifyIpamResourceDiscoveryResponse modifyIpamResourceDiscovery​(ModifyIpamResourceDiscoveryRequest modifyIpamResourceDiscoveryRequest)
                                                                         throws AwsServiceException,
                                                                                SdkClientException,
                                                                                Ec2Exception

        Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

        Parameters:
        modifyIpamResourceDiscoveryRequest -
        Returns:
        Result of the ModifyIpamResourceDiscovery operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyLaunchTemplate

        default ModifyLaunchTemplateResponse modifyLaunchTemplate​(ModifyLaunchTemplateRequest modifyLaunchTemplateRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.

        Parameters:
        modifyLaunchTemplateRequest -
        Returns:
        Result of the ModifyLaunchTemplate operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyManagedPrefixList

        default ModifyManagedPrefixListResponse modifyManagedPrefixList​(ModifyManagedPrefixListRequest modifyManagedPrefixListRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Modifies the specified managed prefix list.

        Adding or removing entries in a prefix list creates a new version of the prefix list. Changing the name of the prefix list does not affect the version.

        If you specify a current version number that does not match the true current version number, the request fails.

        Parameters:
        modifyManagedPrefixListRequest -
        Returns:
        Result of the ModifyManagedPrefixList operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyNetworkInterfaceAttribute

        default ModifyNetworkInterfaceAttributeResponse modifyNetworkInterfaceAttribute​(ModifyNetworkInterfaceAttributeRequest modifyNetworkInterfaceAttributeRequest)
                                                                                 throws AwsServiceException,
                                                                                        SdkClientException,
                                                                                        Ec2Exception

        Modifies the specified network interface attribute. You can specify only one attribute at a time. You can use this action to attach and detach security groups from an existing EC2 instance.

        Parameters:
        modifyNetworkInterfaceAttributeRequest - Contains the parameters for ModifyNetworkInterfaceAttribute.
        Returns:
        Result of the ModifyNetworkInterfaceAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyReservedInstances

        default ModifyReservedInstancesResponse modifyReservedInstances​(ModifyReservedInstancesRequest modifyReservedInstancesRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type.

        For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.

        Parameters:
        modifyReservedInstancesRequest - Contains the parameters for ModifyReservedInstances.
        Returns:
        Result of the ModifyReservedInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifySnapshotAttribute

        default ModifySnapshotAttributeResponse modifySnapshotAttribute​(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Adds or removes permission settings for the specified snapshot. You may add or remove specified Amazon Web Services account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation.

        Encrypted snapshots and snapshots with Amazon Web Services Marketplace product codes cannot be made public. Snapshots encrypted with your default KMS key cannot be shared with other accounts.

        For more information about modifying snapshot permissions, see Share a snapshot in the Amazon EBS User Guide.

        Parameters:
        modifySnapshotAttributeRequest -
        Returns:
        Result of the ModifySnapshotAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifySnapshotAttribute

        default ModifySnapshotAttributeResponse modifySnapshotAttribute​(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Adds or removes permission settings for the specified snapshot. You may add or remove specified Amazon Web Services account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation.

        Encrypted snapshots and snapshots with Amazon Web Services Marketplace product codes cannot be made public. Snapshots encrypted with your default KMS key cannot be shared with other accounts.

        For more information about modifying snapshot permissions, see Share a snapshot in the Amazon EBS User Guide.


        This is a convenience which creates an instance of the ModifySnapshotAttributeRequest.Builder avoiding the need to create one manually via ModifySnapshotAttributeRequest.builder()

        Parameters:
        modifySnapshotAttributeRequest - A Consumer that will call methods on ModifySnapshotAttributeRequest.Builder to create a request.
        Returns:
        Result of the ModifySnapshotAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifySnapshotTier

        default ModifySnapshotTierResponse modifySnapshotTier​(ModifySnapshotTierRequest modifySnapshotTierRequest)
                                                       throws AwsServiceException,
                                                              SdkClientException,
                                                              Ec2Exception

        Archives an Amazon EBS snapshot. When you archive a snapshot, it is converted to a full snapshot that includes all of the blocks of data that were written to the volume at the time the snapshot was created, and moved from the standard tier to the archive tier. For more information, see Archive Amazon EBS snapshots in the Amazon EBS User Guide.

        Parameters:
        modifySnapshotTierRequest -
        Returns:
        Result of the ModifySnapshotTier operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifySpotFleetRequest

        default ModifySpotFleetRequestResponse modifySpotFleetRequest​(ModifySpotFleetRequestRequest modifySpotFleetRequestRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Modifies the specified Spot Fleet request.

        You can only modify a Spot Fleet request of type maintain.

        While the Spot Fleet request is being modified, it is in the modifying state.

        To scale up your Spot Fleet, increase its target capacity. The Spot Fleet launches the additional Spot Instances according to the allocation strategy for the Spot Fleet request. If the allocation strategy is lowestPrice, the Spot Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the Spot Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacityOptimized, Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

        To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowestPrice, the Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacityOptimized, the Spot Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the Spot Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the Spot Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

        If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0.

        Parameters:
        modifySpotFleetRequestRequest - Contains the parameters for ModifySpotFleetRequest.
        Returns:
        Result of the ModifySpotFleetRequest operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifySpotFleetRequest

        default ModifySpotFleetRequestResponse modifySpotFleetRequest​(Consumer<ModifySpotFleetRequestRequest.Builder> modifySpotFleetRequestRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Modifies the specified Spot Fleet request.

        You can only modify a Spot Fleet request of type maintain.

        While the Spot Fleet request is being modified, it is in the modifying state.

        To scale up your Spot Fleet, increase its target capacity. The Spot Fleet launches the additional Spot Instances according to the allocation strategy for the Spot Fleet request. If the allocation strategy is lowestPrice, the Spot Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the Spot Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacityOptimized, Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

        To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowestPrice, the Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacityOptimized, the Spot Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the Spot Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the Spot Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

        If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0.


        This is a convenience which creates an instance of the ModifySpotFleetRequestRequest.Builder avoiding the need to create one manually via ModifySpotFleetRequestRequest.builder()

        Parameters:
        modifySpotFleetRequestRequest - A Consumer that will call methods on ModifySpotFleetRequestRequest.Builder to create a request. Contains the parameters for ModifySpotFleetRequest.
        Returns:
        Result of the ModifySpotFleetRequest operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifySubnetAttribute

        default ModifySubnetAttributeResponse modifySubnetAttribute​(ModifySubnetAttributeRequest modifySubnetAttributeRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Modifies a subnet attribute. You can only modify one attribute at a time.

        Use this action to modify subnets on Amazon Web Services Outposts.

        • To modify a subnet on an Outpost rack, set both MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool. These two parameters act as a single attribute.

        • To modify a subnet on an Outpost server, set either EnableLniAtDeviceIndex or DisableLniAtDeviceIndex.

        For more information about Amazon Web Services Outposts, see the following:

        Parameters:
        modifySubnetAttributeRequest -
        Returns:
        Result of the ModifySubnetAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyTrafficMirrorFilterNetworkServices

        default ModifyTrafficMirrorFilterNetworkServicesResponse modifyTrafficMirrorFilterNetworkServices​(ModifyTrafficMirrorFilterNetworkServicesRequest modifyTrafficMirrorFilterNetworkServicesRequest)
                                                                                                   throws AwsServiceException,
                                                                                                          SdkClientException,
                                                                                                          Ec2Exception

        Allows or restricts mirroring network services.

        By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter.

        Parameters:
        modifyTrafficMirrorFilterNetworkServicesRequest -
        Returns:
        Result of the ModifyTrafficMirrorFilterNetworkServices operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyTransitGateway

        default ModifyTransitGatewayResponse modifyTransitGateway​(ModifyTransitGatewayRequest modifyTransitGatewayRequest)
                                                           throws AwsServiceException,
                                                                  SdkClientException,
                                                                  Ec2Exception

        Modifies the specified transit gateway. When you modify a transit gateway, the modified options are applied to new transit gateway attachments only. Your existing transit gateway attachments are not modified.

        Parameters:
        modifyTransitGatewayRequest -
        Returns:
        Result of the ModifyTransitGateway operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVolume

        default ModifyVolumeResponse modifyVolume​(ModifyVolumeRequest modifyVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you might be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying EBS volumes, see Amazon EBS Elastic Volumes in the Amazon EBS User Guide.

        When you complete a resize operation on your volume, you need to extend the volume's file-system size to take advantage of the new storage capacity. For more information, see Extend the file system.

        You can use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. You can also track the status of a modification using DescribeVolumesModifications. For information about tracking status changes using either method, see Monitor the progress of volume modifications.

        With previous-generation instance types, resizing an EBS volume might require detaching and reattaching the volume or stopping and restarting the instance.

        After modifying a volume, you must wait at least six hours and ensure that the volume is in the in-use or available state before you can modify the same volume. This is sometimes referred to as a cooldown period.

        Parameters:
        modifyVolumeRequest -
        Returns:
        Result of the ModifyVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVolume

        default ModifyVolumeResponse modifyVolume​(Consumer<ModifyVolumeRequest.Builder> modifyVolumeRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you might be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying EBS volumes, see Amazon EBS Elastic Volumes in the Amazon EBS User Guide.

        When you complete a resize operation on your volume, you need to extend the volume's file-system size to take advantage of the new storage capacity. For more information, see Extend the file system.

        You can use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. You can also track the status of a modification using DescribeVolumesModifications. For information about tracking status changes using either method, see Monitor the progress of volume modifications.

        With previous-generation instance types, resizing an EBS volume might require detaching and reattaching the volume or stopping and restarting the instance.

        After modifying a volume, you must wait at least six hours and ensure that the volume is in the in-use or available state before you can modify the same volume. This is sometimes referred to as a cooldown period.


        This is a convenience which creates an instance of the ModifyVolumeRequest.Builder avoiding the need to create one manually via ModifyVolumeRequest.builder()

        Parameters:
        modifyVolumeRequest - A Consumer that will call methods on ModifyVolumeRequest.Builder to create a request.
        Returns:
        Result of the ModifyVolume operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVolumeAttribute

        default ModifyVolumeAttributeResponse modifyVolumeAttribute​(ModifyVolumeAttributeRequest modifyVolumeAttributeRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Modifies a volume attribute.

        By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.

        You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.

        Parameters:
        modifyVolumeAttributeRequest -
        Returns:
        Result of the ModifyVolumeAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVolumeAttribute

        default ModifyVolumeAttributeResponse modifyVolumeAttribute​(Consumer<ModifyVolumeAttributeRequest.Builder> modifyVolumeAttributeRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Modifies a volume attribute.

        By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.

        You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.


        This is a convenience which creates an instance of the ModifyVolumeAttributeRequest.Builder avoiding the need to create one manually via ModifyVolumeAttributeRequest.builder()

        Parameters:
        modifyVolumeAttributeRequest - A Consumer that will call methods on ModifyVolumeAttributeRequest.Builder to create a request.
        Returns:
        Result of the ModifyVolumeAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVpcEndpointServiceConfiguration

        default ModifyVpcEndpointServiceConfigurationResponse modifyVpcEndpointServiceConfiguration​(ModifyVpcEndpointServiceConfigurationRequest modifyVpcEndpointServiceConfigurationRequest)
                                                                                             throws AwsServiceException,
                                                                                                    SdkClientException,
                                                                                                    Ec2Exception

        Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers or Gateway Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.

        If you set or modify the private DNS name, you must prove that you own the private DNS domain name.

        Parameters:
        modifyVpcEndpointServiceConfigurationRequest -
        Returns:
        Result of the ModifyVpcEndpointServiceConfiguration operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVpcEndpointServicePermissions

        default ModifyVpcEndpointServicePermissionsResponse modifyVpcEndpointServicePermissions​(ModifyVpcEndpointServicePermissionsRequest modifyVpcEndpointServicePermissionsRequest)
                                                                                         throws AwsServiceException,
                                                                                                SdkClientException,
                                                                                                Ec2Exception

        Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (Amazon Web Services accounts, users, and IAM roles) to connect to your endpoint service.

        If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.

        Parameters:
        modifyVpcEndpointServicePermissionsRequest -
        Returns:
        Result of the ModifyVpcEndpointServicePermissions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVpcPeeringConnectionOptions

        default ModifyVpcPeeringConnectionOptionsResponse modifyVpcPeeringConnectionOptions​(ModifyVpcPeeringConnectionOptionsRequest modifyVpcPeeringConnectionOptionsRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Modifies the VPC peering connection options on one side of a VPC peering connection.

        If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.

        Parameters:
        modifyVpcPeeringConnectionOptionsRequest -
        Returns:
        Result of the ModifyVpcPeeringConnectionOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVpcPeeringConnectionOptions

        default ModifyVpcPeeringConnectionOptionsResponse modifyVpcPeeringConnectionOptions​(Consumer<ModifyVpcPeeringConnectionOptionsRequest.Builder> modifyVpcPeeringConnectionOptionsRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Modifies the VPC peering connection options on one side of a VPC peering connection.

        If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.


        This is a convenience which creates an instance of the ModifyVpcPeeringConnectionOptionsRequest.Builder avoiding the need to create one manually via ModifyVpcPeeringConnectionOptionsRequest.builder()

        Parameters:
        modifyVpcPeeringConnectionOptionsRequest - A Consumer that will call methods on ModifyVpcPeeringConnectionOptionsRequest.Builder to create a request.
        Returns:
        Result of the ModifyVpcPeeringConnectionOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVpcTenancy

        default ModifyVpcTenancyResponse modifyVpcTenancy​(ModifyVpcTenancyRequest modifyVpcTenancyRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated.

        After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of default, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected.

        For more information, see Dedicated Instances in the Amazon EC2 User Guide.

        Parameters:
        modifyVpcTenancyRequest -
        Returns:
        Result of the ModifyVpcTenancy operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVpnConnection

        default ModifyVpnConnectionResponse modifyVpnConnection​(ModifyVpnConnectionRequest modifyVpnConnectionRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection. To modify the target gateway, the following migration options are available:

        • An existing virtual private gateway to a new virtual private gateway

        • An existing virtual private gateway to a transit gateway

        • An existing transit gateway to a new transit gateway

        • An existing transit gateway to a virtual private gateway

        Before you perform the migration to the new gateway, you must configure the new gateway. Use CreateVpnGateway to create a virtual private gateway, or CreateTransitGateway to create a transit gateway.

        This step is required when you migrate from a virtual private gateway with static routes to a transit gateway.

        You must delete the static routes before you migrate to the new gateway.

        Keep a copy of the static route before you delete it. You will need to add back these routes to the transit gateway after the VPN connection migration is complete.

        After you migrate to the new gateway, you might need to modify your VPC route table. Use CreateRoute and DeleteRoute to make the changes described in Update VPC route tables in the Amazon Web Services Site-to-Site VPN User Guide.

        When the new gateway is a transit gateway, modify the transit gateway route table to allow traffic between the VPC and the Amazon Web Services Site-to-Site VPN connection. Use CreateTransitGatewayRoute to add the routes.

        If you deleted VPN static routes, you must add the static routes to the transit gateway route table.

        After you perform this operation, the VPN endpoint's IP addresses on the Amazon Web Services side and the tunnel options remain intact. Your Amazon Web Services Site-to-Site VPN connection will be temporarily unavailable for a brief period while we provision the new endpoints.

        Parameters:
        modifyVpnConnectionRequest -
        Returns:
        Result of the ModifyVpnConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVpnConnection

        default ModifyVpnConnectionResponse modifyVpnConnection​(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection. To modify the target gateway, the following migration options are available:

        • An existing virtual private gateway to a new virtual private gateway

        • An existing virtual private gateway to a transit gateway

        • An existing transit gateway to a new transit gateway

        • An existing transit gateway to a virtual private gateway

        Before you perform the migration to the new gateway, you must configure the new gateway. Use CreateVpnGateway to create a virtual private gateway, or CreateTransitGateway to create a transit gateway.

        This step is required when you migrate from a virtual private gateway with static routes to a transit gateway.

        You must delete the static routes before you migrate to the new gateway.

        Keep a copy of the static route before you delete it. You will need to add back these routes to the transit gateway after the VPN connection migration is complete.

        After you migrate to the new gateway, you might need to modify your VPC route table. Use CreateRoute and DeleteRoute to make the changes described in Update VPC route tables in the Amazon Web Services Site-to-Site VPN User Guide.

        When the new gateway is a transit gateway, modify the transit gateway route table to allow traffic between the VPC and the Amazon Web Services Site-to-Site VPN connection. Use CreateTransitGatewayRoute to add the routes.

        If you deleted VPN static routes, you must add the static routes to the transit gateway route table.

        After you perform this operation, the VPN endpoint's IP addresses on the Amazon Web Services side and the tunnel options remain intact. Your Amazon Web Services Site-to-Site VPN connection will be temporarily unavailable for a brief period while we provision the new endpoints.


        This is a convenience which creates an instance of the ModifyVpnConnectionRequest.Builder avoiding the need to create one manually via ModifyVpnConnectionRequest.builder()

        Parameters:
        modifyVpnConnectionRequest - A Consumer that will call methods on ModifyVpnConnectionRequest.Builder to create a request.
        Returns:
        Result of the ModifyVpnConnection operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • modifyVpnConnectionOptions

        default ModifyVpnConnectionOptionsResponse modifyVpnConnectionOptions​(ModifyVpnConnectionOptionsRequest modifyVpnConnectionOptionsRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Modifies the connection options for your Site-to-Site VPN connection.

        When you modify the VPN connection options, the VPN endpoint IP addresses on the Amazon Web Services side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.

        Parameters:
        modifyVpnConnectionOptionsRequest -
        Returns:
        Result of the ModifyVpnConnectionOptions operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • moveAddressToVpc

        default MoveAddressToVpcResponse moveAddressToVpc​(MoveAddressToVpcRequest moveAddressToVpcRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        This action is deprecated.

        Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.

        Parameters:
        moveAddressToVpcRequest -
        Returns:
        Result of the MoveAddressToVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • moveAddressToVpc

        default MoveAddressToVpcResponse moveAddressToVpc​(Consumer<MoveAddressToVpcRequest.Builder> moveAddressToVpcRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        This action is deprecated.

        Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.


        This is a convenience which creates an instance of the MoveAddressToVpcRequest.Builder avoiding the need to create one manually via MoveAddressToVpcRequest.builder()

        Parameters:
        moveAddressToVpcRequest - A Consumer that will call methods on MoveAddressToVpcRequest.Builder to create a request.
        Returns:
        Result of the MoveAddressToVpc operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • moveByoipCidrToIpam

        default MoveByoipCidrToIpamResponse moveByoipCidrToIpam​(MoveByoipCidrToIpamRequest moveByoipCidrToIpamRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool.

        If you already have a BYOIPv4 CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM.

        Parameters:
        moveByoipCidrToIpamRequest -
        Returns:
        Result of the MoveByoipCidrToIpam operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • provisionByoipCidr

        default ProvisionByoipCidrResponse provisionByoipCidr​(ProvisionByoipCidrRequest provisionByoipCidrRequest)
                                                       throws AwsServiceException,
                                                              SdkClientException,
                                                              Ec2Exception

        Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr.

        Amazon Web Services verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see Bring your own IP addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

        Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from pending-provision to provisioned. To monitor the status of an address range, use DescribeByoipCidrs. To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress with either the specific address from the address pool or the ID of the address pool.

        Parameters:
        provisionByoipCidrRequest -
        Returns:
        Result of the ProvisionByoipCidr operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • provisionByoipCidr

        default ProvisionByoipCidrResponse provisionByoipCidr​(Consumer<ProvisionByoipCidrRequest.Builder> provisionByoipCidrRequest)
                                                       throws AwsServiceException,
                                                              SdkClientException,
                                                              Ec2Exception

        Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr.

        Amazon Web Services verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see Bring your own IP addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

        Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from pending-provision to provisioned. To monitor the status of an address range, use DescribeByoipCidrs. To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress with either the specific address from the address pool or the ID of the address pool.


        This is a convenience which creates an instance of the ProvisionByoipCidrRequest.Builder avoiding the need to create one manually via ProvisionByoipCidrRequest.builder()

        Parameters:
        provisionByoipCidrRequest - A Consumer that will call methods on ProvisionByoipCidrRequest.Builder to create a request.
        Returns:
        Result of the ProvisionByoipCidr operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • provisionIpamByoasn

        default ProvisionIpamByoasnResponse provisionIpamByoasn​(ProvisionIpamByoasnRequest provisionIpamByoasnRequest)
                                                         throws AwsServiceException,
                                                                SdkClientException,
                                                                Ec2Exception

        Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account. This action requires authorization context for Amazon to bring the ASN to an Amazon Web Services account. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.

        Parameters:
        provisionIpamByoasnRequest -
        Returns:
        Result of the ProvisionIpamByoasn operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • provisionIpamPoolCidr

        default ProvisionIpamPoolCidrResponse provisionIpamPoolCidr​(ProvisionIpamPoolCidrRequest provisionIpamPoolCidrRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Provision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it.

        For more information, see Provision CIDRs to pools in the Amazon VPC IPAM User Guide.

        Parameters:
        provisionIpamPoolCidrRequest -
        Returns:
        Result of the ProvisionIpamPoolCidr operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • purchaseCapacityBlock

        default PurchaseCapacityBlockResponse purchaseCapacityBlock​(PurchaseCapacityBlockRequest purchaseCapacityBlockRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Purchase the Capacity Block for use with your account. With Capacity Blocks you ensure GPU capacity is available for machine learning (ML) workloads. You must specify the ID of the Capacity Block offering you are purchasing.

        Parameters:
        purchaseCapacityBlockRequest -
        Returns:
        Result of the PurchaseCapacityBlock operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • purchaseHostReservation

        default PurchaseHostReservationResponse purchaseHostReservation​(PurchaseHostReservationRequest purchaseHostReservationRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account.

        Parameters:
        purchaseHostReservationRequest -
        Returns:
        Result of the PurchaseHostReservation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • purchaseReservedInstancesOffering

        default PurchaseReservedInstancesOfferingResponse purchaseReservedInstancesOffering​(PurchaseReservedInstancesOfferingRequest purchaseReservedInstancesOfferingRequest)
                                                                                     throws AwsServiceException,
                                                                                            SdkClientException,
                                                                                            Ec2Exception

        Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing.

        Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances.

        To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time.

        For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.

        Parameters:
        purchaseReservedInstancesOfferingRequest - Contains the parameters for PurchaseReservedInstancesOffering.
        Returns:
        Result of the PurchaseReservedInstancesOffering operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • purchaseScheduledInstances

        default PurchaseScheduledInstancesResponse purchaseScheduledInstances​(PurchaseScheduledInstancesRequest purchaseScheduledInstancesRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        You can no longer purchase Scheduled Instances.

        Purchases the Scheduled Instances with the specified schedule.

        Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period.

        After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.

        Parameters:
        purchaseScheduledInstancesRequest - Contains the parameters for PurchaseScheduledInstances.
        Returns:
        Result of the PurchaseScheduledInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • rebootInstances

        default RebootInstancesResponse rebootInstances​(RebootInstancesRequest rebootInstancesRequest)
                                                 throws AwsServiceException,
                                                        SdkClientException,
                                                        Ec2Exception

        Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored.

        If an instance does not cleanly shut down within a few minutes, Amazon EC2 performs a hard reboot.

        For more information about troubleshooting, see Troubleshoot an unreachable instance in the Amazon EC2 User Guide.

        Parameters:
        rebootInstancesRequest -
        Returns:
        Result of the RebootInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • registerImage

        default RegisterImageResponse registerImage​(RegisterImageRequest registerImageRequest)
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Registers an AMI. When you're creating an instance-store backed AMI, registering the AMI is the final step in the creation process. For more information about creating AMIs, see Create your own AMI in the Amazon Elastic Compute Cloud User Guide.

        For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage.

        If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.

        Register a snapshot of a root device volume

        You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted.

        For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide.

        Amazon Web Services Marketplace product codes

        If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI.

        Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association:

        1. Launch an instance from an existing AMI with that billing product code.

        2. Customize the instance.

        3. Create an AMI from the instance using CreateImage.

        If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understand AMI billing information in the Amazon EC2 User Guide.

        Parameters:
        registerImageRequest - Contains the parameters for RegisterImage.
        Returns:
        Result of the RegisterImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • registerImage

        default RegisterImageResponse registerImage​(Consumer<RegisterImageRequest.Builder> registerImageRequest)
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Registers an AMI. When you're creating an instance-store backed AMI, registering the AMI is the final step in the creation process. For more information about creating AMIs, see Create your own AMI in the Amazon Elastic Compute Cloud User Guide.

        For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage.

        If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.

        Register a snapshot of a root device volume

        You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted.

        For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide.

        Amazon Web Services Marketplace product codes

        If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI.

        Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association:

        1. Launch an instance from an existing AMI with that billing product code.

        2. Customize the instance.

        3. Create an AMI from the instance using CreateImage.

        If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understand AMI billing information in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the RegisterImageRequest.Builder avoiding the need to create one manually via RegisterImageRequest.builder()

        Parameters:
        registerImageRequest - A Consumer that will call methods on RegisterImageRequest.Builder to create a request. Contains the parameters for RegisterImage.
        Returns:
        Result of the RegisterImage operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • releaseAddress

        default ReleaseAddressResponse releaseAddress​(ReleaseAddressRequest releaseAddressRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Releases the specified Elastic IP address.

        [Default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress.

        [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse).

        After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another Amazon Web Services account.

        After you release an Elastic IP address, you might be able to recover it. For more information, see AllocateAddress.

        Parameters:
        releaseAddressRequest -
        Returns:
        Result of the ReleaseAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • releaseAddress

        default ReleaseAddressResponse releaseAddress​(Consumer<ReleaseAddressRequest.Builder> releaseAddressRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Releases the specified Elastic IP address.

        [Default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress.

        [Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse).

        After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an AuthFailure error if the address is already allocated to another Amazon Web Services account.

        After you release an Elastic IP address, you might be able to recover it. For more information, see AllocateAddress.


        This is a convenience which creates an instance of the ReleaseAddressRequest.Builder avoiding the need to create one manually via ReleaseAddressRequest.builder()

        Parameters:
        releaseAddressRequest - A Consumer that will call methods on ReleaseAddressRequest.Builder to create a request.
        Returns:
        Result of the ReleaseAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • releaseHosts

        default ReleaseHostsResponse releaseHosts​(ReleaseHostsRequest releaseHostsRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and the host goes into released state. The host ID of Dedicated Hosts that have been released can no longer be specified in another request, for example, to modify the host. You must stop or terminate all instances on a host before it can be released.

        When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again.

        Released hosts still appear in a DescribeHosts response.

        Parameters:
        releaseHostsRequest -
        Returns:
        Result of the ReleaseHosts operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • releaseHosts

        default ReleaseHostsResponse releaseHosts​(Consumer<ReleaseHostsRequest.Builder> releaseHostsRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and the host goes into released state. The host ID of Dedicated Hosts that have been released can no longer be specified in another request, for example, to modify the host. You must stop or terminate all instances on a host before it can be released.

        When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again.

        Released hosts still appear in a DescribeHosts response.


        This is a convenience which creates an instance of the ReleaseHostsRequest.Builder avoiding the need to create one manually via ReleaseHostsRequest.builder()

        Parameters:
        releaseHostsRequest - A Consumer that will call methods on ReleaseHostsRequest.Builder to create a request.
        Returns:
        Result of the ReleaseHosts operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • releaseIpamPoolAllocation

        default ReleaseIpamPoolAllocationResponse releaseIpamPoolAllocation​(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using ModifyIpamResourceCidr. For more information, see Release an allocation in the Amazon VPC IPAM User Guide.

        All EC2 API actions follow an eventual consistency model.

        Parameters:
        releaseIpamPoolAllocationRequest -
        Returns:
        Result of the ReleaseIpamPoolAllocation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • replaceNetworkAclAssociation

        default ReplaceNetworkAclAssociationResponse replaceNetworkAclAssociation​(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.

        This is an idempotent operation.

        Parameters:
        replaceNetworkAclAssociationRequest -
        Returns:
        Result of the ReplaceNetworkAclAssociation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • replaceRoute

        default ReplaceRouteResponse replaceRoute​(ReplaceRouteRequest replaceRouteRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Replaces an existing route within a route table in a VPC.

        You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target.

        For more information, see Route tables in the Amazon VPC User Guide.

        Parameters:
        replaceRouteRequest -
        Returns:
        Result of the ReplaceRoute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • replaceRouteTableAssociation

        default ReplaceRouteTableAssociationResponse replaceRouteTableAssociation​(ReplaceRouteTableAssociationRequest replaceRouteTableAssociationRequest)
                                                                           throws AwsServiceException,
                                                                                  SdkClientException,
                                                                                  Ec2Exception

        Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see Route tables in the Amazon VPC User Guide.

        You can also use this operation to change which table is the main route table in the VPC. Specify the main route table's association ID and the route table ID of the new main route table.

        Parameters:
        replaceRouteTableAssociationRequest -
        Returns:
        Result of the ReplaceRouteTableAssociation operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • requestSpotFleet

        default RequestSpotFleetResponse requestSpotFleet​(RequestSpotFleetRequest requestSpotFleetRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Creates a Spot Fleet request.

        The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity.

        You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.

        By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload.

        Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet.

        You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the spot-fleet-request and instance resource types are supported.

        For more information, see Spot Fleet requests in the Amazon EC2 User Guide.

        We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide.

        Parameters:
        requestSpotFleetRequest - Contains the parameters for RequestSpotFleet.
        Returns:
        Result of the RequestSpotFleet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • requestSpotFleet

        default RequestSpotFleetResponse requestSpotFleet​(Consumer<RequestSpotFleetRequest.Builder> requestSpotFleetRequest)
                                                   throws AwsServiceException,
                                                          SdkClientException,
                                                          Ec2Exception

        Creates a Spot Fleet request.

        The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity.

        You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.

        By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload.

        Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet.

        You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the spot-fleet-request and instance resource types are supported.

        For more information, see Spot Fleet requests in the Amazon EC2 User Guide.

        We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the RequestSpotFleetRequest.Builder avoiding the need to create one manually via RequestSpotFleetRequest.builder()

        Parameters:
        requestSpotFleetRequest - A Consumer that will call methods on RequestSpotFleetRequest.Builder to create a request. Contains the parameters for RequestSpotFleet.
        Returns:
        Result of the RequestSpotFleet operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • resetEbsDefaultKmsKeyId

        default ResetEbsDefaultKmsKeyIdResponse resetEbsDefaultKmsKeyId​(ResetEbsDefaultKmsKeyIdRequest resetEbsDefaultKmsKeyIdRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS.

        After resetting the default KMS key to the Amazon Web Services managed KMS key, you can continue to encrypt by a customer managed KMS key by specifying it when you create the volume. For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

        Parameters:
        resetEbsDefaultKmsKeyIdRequest -
        Returns:
        Result of the ResetEbsDefaultKmsKeyId operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • resetFpgaImageAttribute

        default ResetFpgaImageAttributeResponse resetFpgaImageAttribute​(ResetFpgaImageAttributeRequest resetFpgaImageAttributeRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.

        Parameters:
        resetFpgaImageAttributeRequest -
        Returns:
        Result of the ResetFpgaImageAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • resetInstanceAttribute

        default ResetInstanceAttributeResponse resetInstanceAttribute​(ResetInstanceAttributeRequest resetInstanceAttributeRequest)
                                                               throws AwsServiceException,
                                                                      SdkClientException,
                                                                      Ec2Exception

        Resets an attribute of an instance to its default value. To reset the kernel or ramdisk , the instance must be in a stopped state. To reset the sourceDestCheck, the instance can be either running or stopped.

        The sourceDestCheck attribute controls whether source/destination checking is enabled. The default value is true, which means checking is enabled. This value must be false for a NAT instance to perform NAT. For more information, see NAT Instances in the Amazon VPC User Guide.

        Parameters:
        resetInstanceAttributeRequest -
        Returns:
        Result of the ResetInstanceAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • resetNetworkInterfaceAttribute

        default ResetNetworkInterfaceAttributeResponse resetNetworkInterfaceAttribute​(ResetNetworkInterfaceAttributeRequest resetNetworkInterfaceAttributeRequest)
                                                                               throws AwsServiceException,
                                                                                      SdkClientException,
                                                                                      Ec2Exception

        Resets a network interface attribute. You can specify only one attribute at a time.

        Parameters:
        resetNetworkInterfaceAttributeRequest - Contains the parameters for ResetNetworkInterfaceAttribute.
        Returns:
        Result of the ResetNetworkInterfaceAttribute operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • restoreAddressToClassic

        default RestoreAddressToClassicResponse restoreAddressToClassic​(RestoreAddressToClassicRequest restoreAddressToClassicRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        This action is deprecated.

        Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.

        Parameters:
        restoreAddressToClassicRequest -
        Returns:
        Result of the RestoreAddressToClassic operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • revokeSecurityGroupEgress

        default RevokeSecurityGroupEgressResponse revokeSecurityGroupEgress​(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Removes the specified outbound (egress) rules from the specified security group.

        You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and destination (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.

        For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked.

        Amazon Web Services recommends that you describe the security group to verify that the rules were removed.

        Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

        Parameters:
        revokeSecurityGroupEgressRequest -
        Returns:
        Result of the RevokeSecurityGroupEgress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • revokeSecurityGroupEgress

        default RevokeSecurityGroupEgressResponse revokeSecurityGroupEgress​(Consumer<RevokeSecurityGroupEgressRequest.Builder> revokeSecurityGroupEgressRequest)
                                                                     throws AwsServiceException,
                                                                            SdkClientException,
                                                                            Ec2Exception

        Removes the specified outbound (egress) rules from the specified security group.

        You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and destination (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.

        For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked.

        Amazon Web Services recommends that you describe the security group to verify that the rules were removed.

        Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.


        This is a convenience which creates an instance of the RevokeSecurityGroupEgressRequest.Builder avoiding the need to create one manually via RevokeSecurityGroupEgressRequest.builder()

        Parameters:
        revokeSecurityGroupEgressRequest - A Consumer that will call methods on RevokeSecurityGroupEgressRequest.Builder to create a request.
        Returns:
        Result of the RevokeSecurityGroupEgress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • revokeSecurityGroupIngress

        default RevokeSecurityGroupIngressResponse revokeSecurityGroupIngress​(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Removes the specified inbound (ingress) rules from a security group.

        You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.

        For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked.

        For a non-default VPC, if the values you specify do not match the existing rule's values, an InvalidPermission.NotFound client error is returned, and no rules are revoked.

        Amazon Web Services recommends that you describe the security group to verify that the rules were removed.

        Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

        Parameters:
        revokeSecurityGroupIngressRequest -
        Returns:
        Result of the RevokeSecurityGroupIngress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • revokeSecurityGroupIngress

        default RevokeSecurityGroupIngressResponse revokeSecurityGroupIngress​(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Removes the specified inbound (ingress) rules from a security group.

        You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.

        For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked.

        For a non-default VPC, if the values you specify do not match the existing rule's values, an InvalidPermission.NotFound client error is returned, and no rules are revoked.

        Amazon Web Services recommends that you describe the security group to verify that the rules were removed.

        Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.


        This is a convenience which creates an instance of the RevokeSecurityGroupIngressRequest.Builder avoiding the need to create one manually via RevokeSecurityGroupIngressRequest.builder()

        Parameters:
        revokeSecurityGroupIngressRequest - A Consumer that will call methods on RevokeSecurityGroupIngressRequest.Builder to create a request.
        Returns:
        Result of the RevokeSecurityGroupIngress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • runInstances

        default RunInstancesResponse runInstances​(RunInstancesRequest runInstancesRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Launches the specified number of instances using an AMI for which you have permissions.

        You can specify a number of options, or leave the default options. The following rules apply:

        • If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request.

        • All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet.

        • Not all instance types support IPv6 addresses. For more information, see Instance types.

        • If you don't specify a security group ID, we use the default security group. For more information, see Security groups.

        • If any of the AMIs have a product code attached for which the user has not subscribed, the request fails.

        You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters.

        To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances.

        An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources.

        Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs.

        For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance.

        Parameters:
        runInstancesRequest -
        Returns:
        Result of the RunInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • runInstances

        default RunInstancesResponse runInstances​(Consumer<RunInstancesRequest.Builder> runInstancesRequest)
                                           throws AwsServiceException,
                                                  SdkClientException,
                                                  Ec2Exception

        Launches the specified number of instances using an AMI for which you have permissions.

        You can specify a number of options, or leave the default options. The following rules apply:

        • If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request.

        • All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet.

        • Not all instance types support IPv6 addresses. For more information, see Instance types.

        • If you don't specify a security group ID, we use the default security group. For more information, see Security groups.

        • If any of the AMIs have a product code attached for which the user has not subscribed, the request fails.

        You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters.

        To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances.

        An instance is ready for you to use when it's in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources.

        Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs.

        For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance.


        This is a convenience which creates an instance of the RunInstancesRequest.Builder avoiding the need to create one manually via RunInstancesRequest.builder()

        Parameters:
        runInstancesRequest - A Consumer that will call methods on RunInstancesRequest.Builder to create a request.
        Returns:
        Result of the RunInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • runScheduledInstances

        default RunScheduledInstancesResponse runScheduledInstances​(RunScheduledInstancesRequest runScheduledInstancesRequest)
                                                             throws AwsServiceException,
                                                                    SdkClientException,
                                                                    Ec2Exception

        Launches the specified Scheduled Instances.

        Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using PurchaseScheduledInstances.

        You must launch a Scheduled Instance during its scheduled time period. You can't stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. For more information, see Scheduled Instances in the Amazon EC2 User Guide.

        Parameters:
        runScheduledInstancesRequest - Contains the parameters for RunScheduledInstances.
        Returns:
        Result of the RunScheduledInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • searchLocalGatewayRoutesPaginator

        default SearchLocalGatewayRoutesIterable searchLocalGatewayRoutesPaginator​(SearchLocalGatewayRoutesRequest searchLocalGatewayRoutesRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of searchLocalGatewayRoutes(software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesIterable responses = client.searchLocalGatewayRoutesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesIterable responses = client
                     .searchLocalGatewayRoutesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesIterable responses = client.searchLocalGatewayRoutesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the searchLocalGatewayRoutes(software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesRequest) operation.

        Parameters:
        searchLocalGatewayRoutesRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • searchLocalGatewayRoutesPaginator

        default SearchLocalGatewayRoutesIterable searchLocalGatewayRoutesPaginator​(Consumer<SearchLocalGatewayRoutesRequest.Builder> searchLocalGatewayRoutesRequest)
                                                                            throws AwsServiceException,
                                                                                   SdkClientException,
                                                                                   Ec2Exception

        This is a variant of searchLocalGatewayRoutes(software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesIterable responses = client.searchLocalGatewayRoutesPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesIterable responses = client
                     .searchLocalGatewayRoutesPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesIterable responses = client.searchLocalGatewayRoutesPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the searchLocalGatewayRoutes(software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesRequest) operation.


        This is a convenience which creates an instance of the SearchLocalGatewayRoutesRequest.Builder avoiding the need to create one manually via SearchLocalGatewayRoutesRequest.builder()

        Parameters:
        searchLocalGatewayRoutesRequest - A Consumer that will call methods on SearchLocalGatewayRoutesRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • searchTransitGatewayMulticastGroupsPaginator

        default SearchTransitGatewayMulticastGroupsIterable searchTransitGatewayMulticastGroupsPaginator​(SearchTransitGatewayMulticastGroupsRequest searchTransitGatewayMulticastGroupsRequest)
                                                                                                  throws AwsServiceException,
                                                                                                         SdkClientException,
                                                                                                         Ec2Exception

        This is a variant of searchTransitGatewayMulticastGroups(software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsIterable responses = client.searchTransitGatewayMulticastGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsIterable responses = client
                     .searchTransitGatewayMulticastGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsIterable responses = client.searchTransitGatewayMulticastGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the searchTransitGatewayMulticastGroups(software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsRequest) operation.

        Parameters:
        searchTransitGatewayMulticastGroupsRequest -
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • searchTransitGatewayMulticastGroupsPaginator

        default SearchTransitGatewayMulticastGroupsIterable searchTransitGatewayMulticastGroupsPaginator​(Consumer<SearchTransitGatewayMulticastGroupsRequest.Builder> searchTransitGatewayMulticastGroupsRequest)
                                                                                                  throws AwsServiceException,
                                                                                                         SdkClientException,
                                                                                                         Ec2Exception

        This is a variant of searchTransitGatewayMulticastGroups(software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsRequest) operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.

        When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.

        The following are few ways to iterate through the response pages:

        1) Using a Stream
         
         software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsIterable responses = client.searchTransitGatewayMulticastGroupsPaginator(request);
         responses.stream().forEach(....);
         
         
        2) Using For loop
         {
             @code
             software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsIterable responses = client
                     .searchTransitGatewayMulticastGroupsPaginator(request);
             for (software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsResponse response : responses) {
                 // do something;
             }
         }
         
        3) Use iterator directly
         
         software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsIterable responses = client.searchTransitGatewayMulticastGroupsPaginator(request);
         responses.iterator().forEachRemaining(....);
         
         

        Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.

        Note: If you prefer to have control on service calls, use the searchTransitGatewayMulticastGroups(software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsRequest) operation.


        This is a convenience which creates an instance of the SearchTransitGatewayMulticastGroupsRequest.Builder avoiding the need to create one manually via SearchTransitGatewayMulticastGroupsRequest.builder()

        Parameters:
        searchTransitGatewayMulticastGroupsRequest - A Consumer that will call methods on SearchTransitGatewayMulticastGroupsRequest.Builder to create a request.
        Returns:
        A custom iterable that can be used to iterate through all the response pages.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • sendDiagnosticInterrupt

        default SendDiagnosticInterruptResponse sendDiagnosticInterrupt​(SendDiagnosticInterruptRequest sendDiagnosticInterruptRequest)
                                                                 throws AwsServiceException,
                                                                        SdkClientException,
                                                                        Ec2Exception

        Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances). For instances based on Intel and AMD processors, the interrupt is received as a non-maskable interrupt (NMI).

        In general, the operating system crashes and reboots when a kernel panic or stop error is triggered. The operating system can also be configured to perform diagnostic tasks, such as generating a memory dump file, loading a secondary kernel, or obtaining a call trace.

        Before sending a diagnostic interrupt to your instance, ensure that its operating system is configured to perform the required diagnostic tasks.

        For more information about configuring your operating system to generate a crash dump when a kernel panic or stop error occurs, see Send a diagnostic interrupt (for advanced users) (Linux instances) or Send a diagnostic interrupt (for advanced users) (Windows instances).

        Parameters:
        sendDiagnosticInterruptRequest -
        Returns:
        Result of the SendDiagnosticInterrupt operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • startInstances

        default StartInstancesResponse startInstances​(StartInstancesRequest startInstancesRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Starts an Amazon EBS-backed instance that you've previously stopped.

        Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

        Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM.

        Performing this operation on an instance that uses an instance store as its root device returns an error.

        If you attempt to start a T3 instance with host tenancy and the unlimited CPU credit option, the request fails. The unlimited CPU credit option is not supported on Dedicated Hosts. Before you start the instance, either change its CPU credit option to standard, or change its tenancy to default or dedicated.

        For more information, see Stop and start your instance in the Amazon EC2 User Guide.

        Parameters:
        startInstancesRequest -
        Returns:
        Result of the StartInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • startInstances

        default StartInstancesResponse startInstances​(Consumer<StartInstancesRequest.Builder> startInstancesRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Starts an Amazon EBS-backed instance that you've previously stopped.

        Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

        Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM.

        Performing this operation on an instance that uses an instance store as its root device returns an error.

        If you attempt to start a T3 instance with host tenancy and the unlimited CPU credit option, the request fails. The unlimited CPU credit option is not supported on Dedicated Hosts. Before you start the instance, either change its CPU credit option to standard, or change its tenancy to default or dedicated.

        For more information, see Stop and start your instance in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the StartInstancesRequest.Builder avoiding the need to create one manually via StartInstancesRequest.builder()

        Parameters:
        startInstancesRequest - A Consumer that will call methods on StartInstancesRequest.Builder to create a request.
        Returns:
        Result of the StartInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • startVpcEndpointServicePrivateDnsVerification

        default StartVpcEndpointServicePrivateDnsVerificationResponse startVpcEndpointServicePrivateDnsVerification​(StartVpcEndpointServicePrivateDnsVerificationRequest startVpcEndpointServicePrivateDnsVerificationRequest)
                                                                                                             throws AwsServiceException,
                                                                                                                    SdkClientException,
                                                                                                                    Ec2Exception

        Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.

        The service provider must successfully perform the verification before the consumer can use the name to access the service.

        Before the service provider runs this command, they must add a record to the DNS server.

        Parameters:
        startVpcEndpointServicePrivateDnsVerificationRequest -
        Returns:
        Result of the StartVpcEndpointServicePrivateDnsVerification operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • stopInstances

        default StopInstancesResponse stopInstances​(StopInstancesRequest stopInstancesRequest)
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Stops an Amazon EBS-backed instance. For more information, see Stop and start your instance in the Amazon EC2 User Guide.

        You can use the Stop action to hibernate an instance if the instance is enabled for hibernation and it meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

        We don't charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

        You can't stop or hibernate instance store-backed instances. You can't use the Stop action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate Spot Instances when they are interrupted. For more information, see Hibernating interrupted Spot Instances in the Amazon EC2 User Guide.

        When you stop or hibernate an instance, we shut it down. You can restart your instance at any time. Before stopping or hibernating an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM, but hibernating an instance does preserve data stored in RAM. If an instance cannot hibernate successfully, a normal shutdown occurs.

        Stopping and hibernating an instance is different to rebooting or terminating it. For example, when you stop or hibernate an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, hibernating, and terminating instances, see Instance lifecycle in the Amazon EC2 User Guide.

        When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see Troubleshoot stopping your instance in the Amazon EC2 User Guide.

        Parameters:
        stopInstancesRequest -
        Returns:
        Result of the StopInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • stopInstances

        default StopInstancesResponse stopInstances​(Consumer<StopInstancesRequest.Builder> stopInstancesRequest)
                                             throws AwsServiceException,
                                                    SdkClientException,
                                                    Ec2Exception

        Stops an Amazon EBS-backed instance. For more information, see Stop and start your instance in the Amazon EC2 User Guide.

        You can use the Stop action to hibernate an instance if the instance is enabled for hibernation and it meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

        We don't charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

        You can't stop or hibernate instance store-backed instances. You can't use the Stop action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate Spot Instances when they are interrupted. For more information, see Hibernating interrupted Spot Instances in the Amazon EC2 User Guide.

        When you stop or hibernate an instance, we shut it down. You can restart your instance at any time. Before stopping or hibernating an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM, but hibernating an instance does preserve data stored in RAM. If an instance cannot hibernate successfully, a normal shutdown occurs.

        Stopping and hibernating an instance is different to rebooting or terminating it. For example, when you stop or hibernate an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, hibernating, and terminating instances, see Instance lifecycle in the Amazon EC2 User Guide.

        When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see Troubleshoot stopping your instance in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the StopInstancesRequest.Builder avoiding the need to create one manually via StopInstancesRequest.builder()

        Parameters:
        stopInstancesRequest - A Consumer that will call methods on StopInstancesRequest.Builder to create a request.
        Returns:
        Result of the StopInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • terminateClientVpnConnections

        default TerminateClientVpnConnectionsResponse terminateClientVpnConnections​(TerminateClientVpnConnectionsRequest terminateClientVpnConnectionsRequest)
                                                                             throws AwsServiceException,
                                                                                    SdkClientException,
                                                                                    Ec2Exception

        Terminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user.

        Parameters:
        terminateClientVpnConnectionsRequest -
        Returns:
        Result of the TerminateClientVpnConnections operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • terminateInstances

        default TerminateInstancesResponse terminateInstances​(TerminateInstancesRequest terminateInstancesRequest)
                                                       throws AwsServiceException,
                                                              SdkClientException,
                                                              Ec2Exception

        Shuts down the specified instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds.

        If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated.

        If you terminate multiple instances across multiple Availability Zones, and one or more of the specified instances are enabled for termination protection, the request fails with the following results:

        • The specified instances that are in the same Availability Zone as the protected instance are not terminated.

        • The specified instances that are in different Availability Zones, where no other specified instances are protected, are successfully terminated.

        For example, say you have the following instances:

        • Instance A: us-east-1a; Not protected

        • Instance B: us-east-1a; Not protected

        • Instance C: us-east-1b; Protected

        • Instance D: us-east-1b; not protected

        If you attempt to terminate all of these instances in the same request, the request reports failure with the following results:

        • Instance A and Instance B are successfully terminated because none of the specified instances in us-east-1a are enabled for termination protection.

        • Instance C and Instance D fail to terminate because at least one of the specified instances in us-east-1b (Instance C) is enabled for termination protection.

        Terminated instances remain visible after termination (for approximately one hour).

        By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running.

        You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, any attached EBS volumes with the DeleteOnTermination block device mapping parameter set to true are automatically deleted. For more information about the differences between stopping and terminating instances, see Instance lifecycle in the Amazon EC2 User Guide.

        For more information about troubleshooting, see Troubleshooting terminating your instance in the Amazon EC2 User Guide.

        Parameters:
        terminateInstancesRequest -
        Returns:
        Result of the TerminateInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • terminateInstances

        default TerminateInstancesResponse terminateInstances​(Consumer<TerminateInstancesRequest.Builder> terminateInstancesRequest)
                                                       throws AwsServiceException,
                                                              SdkClientException,
                                                              Ec2Exception

        Shuts down the specified instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds.

        If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated.

        If you terminate multiple instances across multiple Availability Zones, and one or more of the specified instances are enabled for termination protection, the request fails with the following results:

        • The specified instances that are in the same Availability Zone as the protected instance are not terminated.

        • The specified instances that are in different Availability Zones, where no other specified instances are protected, are successfully terminated.

        For example, say you have the following instances:

        • Instance A: us-east-1a; Not protected

        • Instance B: us-east-1a; Not protected

        • Instance C: us-east-1b; Protected

        • Instance D: us-east-1b; not protected

        If you attempt to terminate all of these instances in the same request, the request reports failure with the following results:

        • Instance A and Instance B are successfully terminated because none of the specified instances in us-east-1a are enabled for termination protection.

        • Instance C and Instance D fail to terminate because at least one of the specified instances in us-east-1b (Instance C) is enabled for termination protection.

        Terminated instances remain visible after termination (for approximately one hour).

        By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running.

        You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, any attached EBS volumes with the DeleteOnTermination block device mapping parameter set to true are automatically deleted. For more information about the differences between stopping and terminating instances, see Instance lifecycle in the Amazon EC2 User Guide.

        For more information about troubleshooting, see Troubleshooting terminating your instance in the Amazon EC2 User Guide.


        This is a convenience which creates an instance of the TerminateInstancesRequest.Builder avoiding the need to create one manually via TerminateInstancesRequest.builder()

        Parameters:
        terminateInstancesRequest - A Consumer that will call methods on TerminateInstancesRequest.Builder to create a request.
        Returns:
        Result of the TerminateInstances operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • unassignPrivateIpAddresses

        default UnassignPrivateIpAddressesResponse unassignPrivateIpAddresses​(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)
                                                                       throws AwsServiceException,
                                                                              SdkClientException,
                                                                              Ec2Exception

        Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.

        Parameters:
        unassignPrivateIpAddressesRequest - Contains the parameters for UnassignPrivateIpAddresses.
        Returns:
        Result of the UnassignPrivateIpAddresses operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • unassignPrivateNatGatewayAddress

        default UnassignPrivateNatGatewayAddressResponse unassignPrivateNatGatewayAddress​(UnassignPrivateNatGatewayAddressRequest unassignPrivateNatGatewayAddressRequest)
                                                                                   throws AwsServiceException,
                                                                                          SdkClientException,
                                                                                          Ec2Exception

        Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide.

        While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway.

        A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections, but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses are released.

        Parameters:
        unassignPrivateNatGatewayAddressRequest -
        Returns:
        Result of the UnassignPrivateNatGatewayAddress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • unlockSnapshot

        default UnlockSnapshotResponse unlockSnapshot​(UnlockSnapshotRequest unlockSnapshotRequest)
                                               throws AwsServiceException,
                                                      SdkClientException,
                                                      Ec2Exception

        Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the cooling-off period. You can't unlock a snapshot that is locked in compliance mode after the cooling-off period has expired.

        Parameters:
        unlockSnapshotRequest -
        Returns:
        Result of the UnlockSnapshot operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • updateSecurityGroupRuleDescriptionsEgress

        default UpdateSecurityGroupRuleDescriptionsEgressResponse updateSecurityGroupRuleDescriptionsEgress​(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest)
                                                                                                     throws AwsServiceException,
                                                                                                            SdkClientException,
                                                                                                            Ec2Exception

        Updates the description of an egress (outbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request.

        Parameters:
        updateSecurityGroupRuleDescriptionsEgressRequest -
        Returns:
        Result of the UpdateSecurityGroupRuleDescriptionsEgress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • updateSecurityGroupRuleDescriptionsIngress

        default UpdateSecurityGroupRuleDescriptionsIngressResponse updateSecurityGroupRuleDescriptionsIngress​(UpdateSecurityGroupRuleDescriptionsIngressRequest updateSecurityGroupRuleDescriptionsIngressRequest)
                                                                                                       throws AwsServiceException,
                                                                                                              SdkClientException,
                                                                                                              Ec2Exception

        Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request.

        Parameters:
        updateSecurityGroupRuleDescriptionsIngressRequest -
        Returns:
        Result of the UpdateSecurityGroupRuleDescriptionsIngress operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • withdrawByoipCidr

        default WithdrawByoipCidrResponse withdrawByoipCidr​(WithdrawByoipCidrRequest withdrawByoipCidrRequest)
                                                     throws AwsServiceException,
                                                            SdkClientException,
                                                            Ec2Exception

        Stops advertising an address range that is provisioned as an address pool.

        You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.

        It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of BGP propagation delays.

        Parameters:
        withdrawByoipCidrRequest -
        Returns:
        Result of the WithdrawByoipCidr operation returned by the service.
        Throws:
        SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
        SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.
        Ec2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
        AwsServiceException
        See Also:
        AWS API Documentation
      • waiter

        default Ec2Waiter waiter()
        Create an instance of Ec2Waiter using this client.

        Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.

        Returns:
        an instance of Ec2Waiter