Interface Ec2AsyncClient

All Superinterfaces:
AutoCloseable, AwsClient, SdkAutoCloseable, SdkClient

@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface Ec2AsyncClient extends AwsClient
Service client for accessing Amazon EC2 asynchronously. This can be created using the static builder() method.The asynchronous client performs non-blocking I/O when configured with any SdkAsyncHttpClient supported in the SDK. However, full non-blocking is not guaranteed as the async client may perform blocking calls in some cases such as credentials retrieval and endpoint discovery as part of the async API call. Amazon Elastic Compute Cloud

You can access the features of Amazon Elastic Compute Cloud (Amazon EC2) programmatically. For more information, see the Amazon EC2 Developer Guide.

  • Field Details

  • Method Details

    • acceptAddressTransfer

      default CompletableFuture<AcceptAddressTransferResponse> acceptAddressTransfer(AcceptAddressTransferRequest acceptAddressTransferRequest)

      Accepts an Elastic IP address transfer. For more information, see Accept a transferred Elastic IP address in the Amazon Virtual Private Cloud User Guide.

      Parameters:
      acceptAddressTransferRequest -
      Returns:
      A Java Future containing the result of the AcceptAddressTransfer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptAddressTransfer

      default CompletableFuture<AcceptAddressTransferResponse> acceptAddressTransfer(Consumer<AcceptAddressTransferRequest.Builder> acceptAddressTransferRequest)

      Accepts an Elastic IP address transfer. For more information, see Accept a transferred Elastic IP address in the Amazon Virtual Private Cloud User Guide.


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

      Parameters:
      acceptAddressTransferRequest - A Consumer that will call methods on AcceptAddressTransferRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AcceptAddressTransfer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptReservedInstancesExchangeQuote

      default CompletableFuture<AcceptReservedInstancesExchangeQuoteResponse> acceptReservedInstancesExchangeQuote(AcceptReservedInstancesExchangeQuoteRequest acceptReservedInstancesExchangeQuoteRequest)

      Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.

      Parameters:
      acceptReservedInstancesExchangeQuoteRequest - Contains the parameters for accepting the quote.
      Returns:
      A Java Future containing the result of the AcceptReservedInstancesExchangeQuote operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptReservedInstancesExchangeQuote

      default CompletableFuture<AcceptReservedInstancesExchangeQuoteResponse> acceptReservedInstancesExchangeQuote(Consumer<AcceptReservedInstancesExchangeQuoteRequest.Builder> acceptReservedInstancesExchangeQuoteRequest)

      Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.


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

      Parameters:
      acceptReservedInstancesExchangeQuoteRequest - A Consumer that will call methods on AcceptReservedInstancesExchangeQuoteRequest.Builder to create a request. Contains the parameters for accepting the quote.
      Returns:
      A Java Future containing the result of the AcceptReservedInstancesExchangeQuote operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptTransitGatewayMulticastDomainAssociations

      default CompletableFuture<AcceptTransitGatewayMulticastDomainAssociationsResponse> acceptTransitGatewayMulticastDomainAssociations(AcceptTransitGatewayMulticastDomainAssociationsRequest acceptTransitGatewayMulticastDomainAssociationsRequest)

      Accepts a request to associate subnets with a transit gateway multicast domain.

      Parameters:
      acceptTransitGatewayMulticastDomainAssociationsRequest -
      Returns:
      A Java Future containing the result of the AcceptTransitGatewayMulticastDomainAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptTransitGatewayMulticastDomainAssociations

      default CompletableFuture<AcceptTransitGatewayMulticastDomainAssociationsResponse> acceptTransitGatewayMulticastDomainAssociations(Consumer<AcceptTransitGatewayMulticastDomainAssociationsRequest.Builder> acceptTransitGatewayMulticastDomainAssociationsRequest)

      Accepts a request to associate subnets with a transit gateway multicast domain.


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

      Parameters:
      acceptTransitGatewayMulticastDomainAssociationsRequest - A Consumer that will call methods on AcceptTransitGatewayMulticastDomainAssociationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AcceptTransitGatewayMulticastDomainAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptTransitGatewayPeeringAttachment

      default CompletableFuture<AcceptTransitGatewayPeeringAttachmentResponse> acceptTransitGatewayPeeringAttachment(AcceptTransitGatewayPeeringAttachmentRequest acceptTransitGatewayPeeringAttachmentRequest)

      Accepts a transit gateway peering attachment request. The peering attachment must be in the pendingAcceptance state.

      Parameters:
      acceptTransitGatewayPeeringAttachmentRequest -
      Returns:
      A Java Future containing the result of the AcceptTransitGatewayPeeringAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptTransitGatewayPeeringAttachment

      default CompletableFuture<AcceptTransitGatewayPeeringAttachmentResponse> acceptTransitGatewayPeeringAttachment(Consumer<AcceptTransitGatewayPeeringAttachmentRequest.Builder> acceptTransitGatewayPeeringAttachmentRequest)

      Accepts a transit gateway peering attachment request. The peering attachment must be in the pendingAcceptance state.


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

      Parameters:
      acceptTransitGatewayPeeringAttachmentRequest - A Consumer that will call methods on AcceptTransitGatewayPeeringAttachmentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AcceptTransitGatewayPeeringAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptTransitGatewayVpcAttachment

      default CompletableFuture<AcceptTransitGatewayVpcAttachmentResponse> acceptTransitGatewayVpcAttachment(AcceptTransitGatewayVpcAttachmentRequest acceptTransitGatewayVpcAttachmentRequest)

      Accepts a request to attach a VPC to a transit gateway.

      The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. Use RejectTransitGatewayVpcAttachment to reject a VPC attachment request.

      Parameters:
      acceptTransitGatewayVpcAttachmentRequest -
      Returns:
      A Java Future containing the result of the AcceptTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptTransitGatewayVpcAttachment

      default CompletableFuture<AcceptTransitGatewayVpcAttachmentResponse> acceptTransitGatewayVpcAttachment(Consumer<AcceptTransitGatewayVpcAttachmentRequest.Builder> acceptTransitGatewayVpcAttachmentRequest)

      Accepts a request to attach a VPC to a transit gateway.

      The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. Use RejectTransitGatewayVpcAttachment to reject a VPC attachment request.


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

      Parameters:
      acceptTransitGatewayVpcAttachmentRequest - A Consumer that will call methods on AcceptTransitGatewayVpcAttachmentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AcceptTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptVpcEndpointConnections

      default CompletableFuture<AcceptVpcEndpointConnectionsResponse> acceptVpcEndpointConnections(AcceptVpcEndpointConnectionsRequest acceptVpcEndpointConnectionsRequest)

      Accepts connection requests to your VPC endpoint service.

      Parameters:
      acceptVpcEndpointConnectionsRequest -
      Returns:
      A Java Future containing the result of the AcceptVpcEndpointConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptVpcEndpointConnections

      default CompletableFuture<AcceptVpcEndpointConnectionsResponse> acceptVpcEndpointConnections(Consumer<AcceptVpcEndpointConnectionsRequest.Builder> acceptVpcEndpointConnectionsRequest)

      Accepts connection requests to your VPC endpoint service.


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

      Parameters:
      acceptVpcEndpointConnectionsRequest - A Consumer that will call methods on AcceptVpcEndpointConnectionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AcceptVpcEndpointConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptVpcPeeringConnection

      default CompletableFuture<AcceptVpcPeeringConnectionResponse> acceptVpcPeeringConnection(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest)

      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:
      A Java Future containing the result of the AcceptVpcPeeringConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • acceptVpcPeeringConnection

      default CompletableFuture<AcceptVpcPeeringConnectionResponse> acceptVpcPeeringConnection(Consumer<AcceptVpcPeeringConnectionRequest.Builder> acceptVpcPeeringConnectionRequest)

      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.


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

      Parameters:
      acceptVpcPeeringConnectionRequest - A Consumer that will call methods on AcceptVpcPeeringConnectionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AcceptVpcPeeringConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • advertiseByoipCidr

      default CompletableFuture<AdvertiseByoipCidrResponse> advertiseByoipCidr(AdvertiseByoipCidrRequest advertiseByoipCidrRequest)

      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:
      A Java Future containing the result of the AdvertiseByoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • advertiseByoipCidr

      default CompletableFuture<AdvertiseByoipCidrResponse> advertiseByoipCidr(Consumer<AdvertiseByoipCidrRequest.Builder> advertiseByoipCidrRequest)

      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:
      A Java Future containing the result of the AdvertiseByoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • allocateAddress

      default CompletableFuture<AllocateAddressResponse> allocateAddress(AllocateAddressRequest allocateAddressRequest)

      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:
      A Java Future containing the result of the AllocateAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • allocateAddress

      default CompletableFuture<AllocateAddressResponse> allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest)

      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:
      A Java Future containing the result of the AllocateAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • allocateAddress

      default CompletableFuture<AllocateAddressResponse> allocateAddress()

      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:
      A Java Future containing the result of the AllocateAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • allocateHosts

      default CompletableFuture<AllocateHostsResponse> allocateHosts(AllocateHostsRequest allocateHostsRequest)

      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:
      A Java Future containing the result of the AllocateHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • allocateHosts

      default CompletableFuture<AllocateHostsResponse> allocateHosts(Consumer<AllocateHostsRequest.Builder> allocateHostsRequest)

      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.


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

      Parameters:
      allocateHostsRequest - A Consumer that will call methods on AllocateHostsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AllocateHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • allocateIpamPoolCidr

      default CompletableFuture<AllocateIpamPoolCidrResponse> allocateIpamPoolCidr(AllocateIpamPoolCidrRequest allocateIpamPoolCidrRequest)

      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:
      A Java Future containing the result of the AllocateIpamPoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • allocateIpamPoolCidr

      default CompletableFuture<AllocateIpamPoolCidrResponse> allocateIpamPoolCidr(Consumer<AllocateIpamPoolCidrRequest.Builder> allocateIpamPoolCidrRequest)

      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.


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

      Parameters:
      allocateIpamPoolCidrRequest - A Consumer that will call methods on AllocateIpamPoolCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AllocateIpamPoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • applySecurityGroupsToClientVpnTargetNetwork

      default CompletableFuture<ApplySecurityGroupsToClientVpnTargetNetworkResponse> applySecurityGroupsToClientVpnTargetNetwork(ApplySecurityGroupsToClientVpnTargetNetworkRequest applySecurityGroupsToClientVpnTargetNetworkRequest)

      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:
      A Java Future containing the result of the ApplySecurityGroupsToClientVpnTargetNetwork operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • applySecurityGroupsToClientVpnTargetNetwork

      default CompletableFuture<ApplySecurityGroupsToClientVpnTargetNetworkResponse> applySecurityGroupsToClientVpnTargetNetwork(Consumer<ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder> applySecurityGroupsToClientVpnTargetNetworkRequest)

      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.


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

      Parameters:
      applySecurityGroupsToClientVpnTargetNetworkRequest - A Consumer that will call methods on ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ApplySecurityGroupsToClientVpnTargetNetwork operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • assignIpv6Addresses

      default CompletableFuture<AssignIpv6AddressesResponse> assignIpv6Addresses(AssignIpv6AddressesRequest assignIpv6AddressesRequest)

      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:
      A Java Future containing the result of the AssignIpv6Addresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • assignIpv6Addresses

      default CompletableFuture<AssignIpv6AddressesResponse> assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest)

      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.


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

      Parameters:
      assignIpv6AddressesRequest - A Consumer that will call methods on AssignIpv6AddressesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssignIpv6Addresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • assignPrivateIpAddresses

      default CompletableFuture<AssignPrivateIpAddressesResponse> assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)

      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:
      A Java Future containing the result of the AssignPrivateIpAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • assignPrivateIpAddresses

      default CompletableFuture<AssignPrivateIpAddressesResponse> assignPrivateIpAddresses(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest)

      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:
      A Java Future containing the result of the AssignPrivateIpAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • assignPrivateNatGatewayAddress

      default CompletableFuture<AssignPrivateNatGatewayAddressResponse> assignPrivateNatGatewayAddress(AssignPrivateNatGatewayAddressRequest assignPrivateNatGatewayAddressRequest)

      Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.

      Parameters:
      assignPrivateNatGatewayAddressRequest -
      Returns:
      A Java Future containing the result of the AssignPrivateNatGatewayAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • assignPrivateNatGatewayAddress

      default CompletableFuture<AssignPrivateNatGatewayAddressResponse> assignPrivateNatGatewayAddress(Consumer<AssignPrivateNatGatewayAddressRequest.Builder> assignPrivateNatGatewayAddressRequest)

      Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.


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

      Parameters:
      assignPrivateNatGatewayAddressRequest - A Consumer that will call methods on AssignPrivateNatGatewayAddressRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssignPrivateNatGatewayAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateAddress

      default CompletableFuture<AssociateAddressResponse> associateAddress(AssociateAddressRequest associateAddressRequest)

      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:
      A Java Future containing the result of the AssociateAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateAddress

      default CompletableFuture<AssociateAddressResponse> associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest)

      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:
      A Java Future containing the result of the AssociateAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateAddress

      default CompletableFuture<AssociateAddressResponse> associateAddress()

      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:
      A Java Future containing the result of the AssociateAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateClientVpnTargetNetwork

      default CompletableFuture<AssociateClientVpnTargetNetworkResponse> associateClientVpnTargetNetwork(AssociateClientVpnTargetNetworkRequest associateClientVpnTargetNetworkRequest)

      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:
      A Java Future containing the result of the AssociateClientVpnTargetNetwork operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateClientVpnTargetNetwork

      default CompletableFuture<AssociateClientVpnTargetNetworkResponse> associateClientVpnTargetNetwork(Consumer<AssociateClientVpnTargetNetworkRequest.Builder> associateClientVpnTargetNetworkRequest)

      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.


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

      Parameters:
      associateClientVpnTargetNetworkRequest - A Consumer that will call methods on AssociateClientVpnTargetNetworkRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateClientVpnTargetNetwork operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateDhcpOptions

      default CompletableFuture<AssociateDhcpOptionsResponse> associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest)

      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:
      A Java Future containing the result of the AssociateDhcpOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateDhcpOptions

      default CompletableFuture<AssociateDhcpOptionsResponse> associateDhcpOptions(Consumer<AssociateDhcpOptionsRequest.Builder> associateDhcpOptionsRequest)

      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:
      A Java Future containing the result of the AssociateDhcpOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateEnclaveCertificateIamRole

      default CompletableFuture<AssociateEnclaveCertificateIamRoleResponse> associateEnclaveCertificateIamRole(AssociateEnclaveCertificateIamRoleRequest associateEnclaveCertificateIamRoleRequest)

      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:
      A Java Future containing the result of the AssociateEnclaveCertificateIamRole operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateEnclaveCertificateIamRole

      default CompletableFuture<AssociateEnclaveCertificateIamRoleResponse> associateEnclaveCertificateIamRole(Consumer<AssociateEnclaveCertificateIamRoleRequest.Builder> associateEnclaveCertificateIamRoleRequest)

      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.


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

      Parameters:
      associateEnclaveCertificateIamRoleRequest - A Consumer that will call methods on AssociateEnclaveCertificateIamRoleRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateEnclaveCertificateIamRole operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateIamInstanceProfile

      default CompletableFuture<AssociateIamInstanceProfileResponse> associateIamInstanceProfile(AssociateIamInstanceProfileRequest associateIamInstanceProfileRequest)

      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:
      A Java Future containing the result of the AssociateIamInstanceProfile operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateIamInstanceProfile

      default CompletableFuture<AssociateIamInstanceProfileResponse> associateIamInstanceProfile(Consumer<AssociateIamInstanceProfileRequest.Builder> associateIamInstanceProfileRequest)

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


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

      Parameters:
      associateIamInstanceProfileRequest - A Consumer that will call methods on AssociateIamInstanceProfileRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateIamInstanceProfile operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateInstanceEventWindow

      default CompletableFuture<AssociateInstanceEventWindowResponse> associateInstanceEventWindow(AssociateInstanceEventWindowRequest associateInstanceEventWindowRequest)

      Associates one or more targets with an event window. Only one type of target (instance IDs, Dedicated Host IDs, or tags) can be specified with an event window.

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

      Parameters:
      associateInstanceEventWindowRequest -
      Returns:
      A Java Future containing the result of the AssociateInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateInstanceEventWindow

      default CompletableFuture<AssociateInstanceEventWindowResponse> associateInstanceEventWindow(Consumer<AssociateInstanceEventWindowRequest.Builder> associateInstanceEventWindowRequest)

      Associates one or more targets with an event window. Only one type of target (instance IDs, Dedicated Host IDs, or tags) can be specified with an event window.

      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 AssociateInstanceEventWindowRequest.Builder avoiding the need to create one manually via AssociateInstanceEventWindowRequest.builder()

      Parameters:
      associateInstanceEventWindowRequest - A Consumer that will call methods on AssociateInstanceEventWindowRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateIpamByoasn

      default CompletableFuture<AssociateIpamByoasnResponse> associateIpamByoasn(AssociateIpamByoasnRequest associateIpamByoasnRequest)

      Associates your Autonomous System Number (ASN) with a BYOIP CIDR that you own in the same Amazon Web Services Region. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.

      After the association succeeds, the ASN is eligible for advertisement. You can view the association with DescribeByoipCidrs. You can advertise the CIDR with AdvertiseByoipCidr.

      Parameters:
      associateIpamByoasnRequest -
      Returns:
      A Java Future containing the result of the AssociateIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateIpamByoasn

      default CompletableFuture<AssociateIpamByoasnResponse> associateIpamByoasn(Consumer<AssociateIpamByoasnRequest.Builder> associateIpamByoasnRequest)

      Associates your Autonomous System Number (ASN) with a BYOIP CIDR that you own in the same Amazon Web Services Region. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.

      After the association succeeds, the ASN is eligible for advertisement. You can view the association with DescribeByoipCidrs. You can advertise the CIDR with AdvertiseByoipCidr.


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

      Parameters:
      associateIpamByoasnRequest - A Consumer that will call methods on AssociateIpamByoasnRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateIpamResourceDiscovery

      default CompletableFuture<AssociateIpamResourceDiscoveryResponse> associateIpamResourceDiscovery(AssociateIpamResourceDiscoveryRequest associateIpamResourceDiscoveryRequest)

      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:
      A Java Future containing the result of the AssociateIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateIpamResourceDiscovery

      default CompletableFuture<AssociateIpamResourceDiscoveryResponse> associateIpamResourceDiscovery(Consumer<AssociateIpamResourceDiscoveryRequest.Builder> associateIpamResourceDiscoveryRequest)

      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.


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

      Parameters:
      associateIpamResourceDiscoveryRequest - A Consumer that will call methods on AssociateIpamResourceDiscoveryRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateNatGatewayAddress

      default CompletableFuture<AssociateNatGatewayAddressResponse> associateNatGatewayAddress(AssociateNatGatewayAddressRequest associateNatGatewayAddressRequest)

      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:
      A Java Future containing the result of the AssociateNatGatewayAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateNatGatewayAddress

      default CompletableFuture<AssociateNatGatewayAddressResponse> associateNatGatewayAddress(Consumer<AssociateNatGatewayAddressRequest.Builder> associateNatGatewayAddressRequest)

      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:
      A Java Future containing the result of the AssociateNatGatewayAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateRouteTable

      default CompletableFuture<AssociateRouteTableResponse> associateRouteTable(AssociateRouteTableRequest associateRouteTableRequest)

      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:
      A Java Future containing the result of the AssociateRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateRouteTable

      default CompletableFuture<AssociateRouteTableResponse> associateRouteTable(Consumer<AssociateRouteTableRequest.Builder> associateRouteTableRequest)

      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.


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

      Parameters:
      associateRouteTableRequest - A Consumer that will call methods on AssociateRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateSubnetCidrBlock

      default CompletableFuture<AssociateSubnetCidrBlockResponse> associateSubnetCidrBlock(AssociateSubnetCidrBlockRequest associateSubnetCidrBlockRequest)

      Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet.

      Parameters:
      associateSubnetCidrBlockRequest -
      Returns:
      A Java Future containing the result of the AssociateSubnetCidrBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateSubnetCidrBlock

      default CompletableFuture<AssociateSubnetCidrBlockResponse> associateSubnetCidrBlock(Consumer<AssociateSubnetCidrBlockRequest.Builder> associateSubnetCidrBlockRequest)

      Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet.


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

      Parameters:
      associateSubnetCidrBlockRequest - A Consumer that will call methods on AssociateSubnetCidrBlockRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateSubnetCidrBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateTransitGatewayMulticastDomain

      default CompletableFuture<AssociateTransitGatewayMulticastDomainResponse> associateTransitGatewayMulticastDomain(AssociateTransitGatewayMulticastDomainRequest associateTransitGatewayMulticastDomainRequest)

      Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.

      The transit gateway attachment must be in the available state before you can add a resource. Use DescribeTransitGatewayAttachments to see the state of the attachment.

      Parameters:
      associateTransitGatewayMulticastDomainRequest -
      Returns:
      A Java Future containing the result of the AssociateTransitGatewayMulticastDomain operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateTransitGatewayMulticastDomain

      default CompletableFuture<AssociateTransitGatewayMulticastDomainResponse> associateTransitGatewayMulticastDomain(Consumer<AssociateTransitGatewayMulticastDomainRequest.Builder> associateTransitGatewayMulticastDomainRequest)

      Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.

      The transit gateway attachment must be in the available state before you can add a resource. Use DescribeTransitGatewayAttachments to see the state of the attachment.


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

      Parameters:
      associateTransitGatewayMulticastDomainRequest - A Consumer that will call methods on AssociateTransitGatewayMulticastDomainRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateTransitGatewayMulticastDomain operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateTransitGatewayPolicyTable

      default CompletableFuture<AssociateTransitGatewayPolicyTableResponse> associateTransitGatewayPolicyTable(AssociateTransitGatewayPolicyTableRequest associateTransitGatewayPolicyTableRequest)

      Associates the specified transit gateway attachment with a transit gateway policy table.

      Parameters:
      associateTransitGatewayPolicyTableRequest -
      Returns:
      A Java Future containing the result of the AssociateTransitGatewayPolicyTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateTransitGatewayPolicyTable

      default CompletableFuture<AssociateTransitGatewayPolicyTableResponse> associateTransitGatewayPolicyTable(Consumer<AssociateTransitGatewayPolicyTableRequest.Builder> associateTransitGatewayPolicyTableRequest)

      Associates the specified transit gateway attachment with a transit gateway policy table.


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

      Parameters:
      associateTransitGatewayPolicyTableRequest - A Consumer that will call methods on AssociateTransitGatewayPolicyTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateTransitGatewayPolicyTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateTransitGatewayRouteTable

      default CompletableFuture<AssociateTransitGatewayRouteTableResponse> associateTransitGatewayRouteTable(AssociateTransitGatewayRouteTableRequest associateTransitGatewayRouteTableRequest)

      Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.

      Parameters:
      associateTransitGatewayRouteTableRequest -
      Returns:
      A Java Future containing the result of the AssociateTransitGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateTransitGatewayRouteTable

      default CompletableFuture<AssociateTransitGatewayRouteTableResponse> associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest)

      Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.


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

      Parameters:
      associateTransitGatewayRouteTableRequest - A Consumer that will call methods on AssociateTransitGatewayRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateTransitGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateTrunkInterface

      default CompletableFuture<AssociateTrunkInterfaceResponse> associateTrunkInterface(AssociateTrunkInterfaceRequest associateTrunkInterfaceRequest)

      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:
      A Java Future containing the result of the AssociateTrunkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateTrunkInterface

      default CompletableFuture<AssociateTrunkInterfaceResponse> associateTrunkInterface(Consumer<AssociateTrunkInterfaceRequest.Builder> associateTrunkInterfaceRequest)

      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.


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

      Parameters:
      associateTrunkInterfaceRequest - A Consumer that will call methods on AssociateTrunkInterfaceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateTrunkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateVpcCidrBlock

      default CompletableFuture<AssociateVpcCidrBlockResponse> associateVpcCidrBlock(AssociateVpcCidrBlockRequest associateVpcCidrBlockRequest)

      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:
      A Java Future containing the result of the AssociateVpcCidrBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • associateVpcCidrBlock

      default CompletableFuture<AssociateVpcCidrBlockResponse> associateVpcCidrBlock(Consumer<AssociateVpcCidrBlockRequest.Builder> associateVpcCidrBlockRequest)

      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.


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

      Parameters:
      associateVpcCidrBlockRequest - A Consumer that will call methods on AssociateVpcCidrBlockRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AssociateVpcCidrBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachClassicLinkVpc

      default CompletableFuture<AttachClassicLinkVpcResponse> attachClassicLinkVpc(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest)

      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:
      A Java Future containing the result of the AttachClassicLinkVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachClassicLinkVpc

      default CompletableFuture<AttachClassicLinkVpcResponse> attachClassicLinkVpc(Consumer<AttachClassicLinkVpcRequest.Builder> attachClassicLinkVpcRequest)

      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:
      A Java Future containing the result of the AttachClassicLinkVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachInternetGateway

      default CompletableFuture<AttachInternetGatewayResponse> attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest)

      Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information, see Internet gateways in the Amazon VPC User Guide.

      Parameters:
      attachInternetGatewayRequest -
      Returns:
      A Java Future containing the result of the AttachInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachInternetGateway

      default CompletableFuture<AttachInternetGatewayResponse> attachInternetGateway(Consumer<AttachInternetGatewayRequest.Builder> attachInternetGatewayRequest)

      Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information, see Internet gateways in the Amazon VPC User Guide.


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

      Parameters:
      attachInternetGatewayRequest - A Consumer that will call methods on AttachInternetGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AttachInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachNetworkInterface

      default CompletableFuture<AttachNetworkInterfaceResponse> attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)

      Attaches a network interface to an instance.

      Parameters:
      attachNetworkInterfaceRequest - Contains the parameters for AttachNetworkInterface.
      Returns:
      A Java Future containing the result of the AttachNetworkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachNetworkInterface

      default CompletableFuture<AttachNetworkInterfaceResponse> attachNetworkInterface(Consumer<AttachNetworkInterfaceRequest.Builder> attachNetworkInterfaceRequest)

      Attaches a network interface to an instance.


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

      Parameters:
      attachNetworkInterfaceRequest - A Consumer that will call methods on AttachNetworkInterfaceRequest.Builder to create a request. Contains the parameters for AttachNetworkInterface.
      Returns:
      A Java Future containing the result of the AttachNetworkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachVerifiedAccessTrustProvider

      default CompletableFuture<AttachVerifiedAccessTrustProviderResponse> attachVerifiedAccessTrustProvider(AttachVerifiedAccessTrustProviderRequest attachVerifiedAccessTrustProviderRequest)

      Attaches the specified Amazon Web Services Verified Access trust provider to the specified Amazon Web Services Verified Access instance.

      Parameters:
      attachVerifiedAccessTrustProviderRequest -
      Returns:
      A Java Future containing the result of the AttachVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachVerifiedAccessTrustProvider

      default CompletableFuture<AttachVerifiedAccessTrustProviderResponse> attachVerifiedAccessTrustProvider(Consumer<AttachVerifiedAccessTrustProviderRequest.Builder> attachVerifiedAccessTrustProviderRequest)

      Attaches the specified Amazon Web Services Verified Access trust provider to the specified Amazon Web Services Verified Access instance.


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

      Parameters:
      attachVerifiedAccessTrustProviderRequest - A Consumer that will call methods on AttachVerifiedAccessTrustProviderRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AttachVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachVolume

      default CompletableFuture<AttachVolumeResponse> attachVolume(AttachVolumeRequest attachVolumeRequest)

      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:
      A Java Future containing the result of the AttachVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachVolume

      default CompletableFuture<AttachVolumeResponse> attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)

      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:
      A Java Future containing the result of the AttachVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachVpnGateway

      default CompletableFuture<AttachVpnGatewayResponse> attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)

      Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time.

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

      Parameters:
      attachVpnGatewayRequest - Contains the parameters for AttachVpnGateway.
      Returns:
      A Java Future containing the result of the AttachVpnGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • attachVpnGateway

      default CompletableFuture<AttachVpnGatewayResponse> attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest)

      Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time.

      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 AttachVpnGatewayRequest.Builder avoiding the need to create one manually via AttachVpnGatewayRequest.builder()

      Parameters:
      attachVpnGatewayRequest - A Consumer that will call methods on AttachVpnGatewayRequest.Builder to create a request. Contains the parameters for AttachVpnGateway.
      Returns:
      A Java Future containing the result of the AttachVpnGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • authorizeClientVpnIngress

      default CompletableFuture<AuthorizeClientVpnIngressResponse> authorizeClientVpnIngress(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest)

      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:
      A Java Future containing the result of the AuthorizeClientVpnIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • authorizeClientVpnIngress

      default CompletableFuture<AuthorizeClientVpnIngressResponse> authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest)

      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.


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

      Parameters:
      authorizeClientVpnIngressRequest - A Consumer that will call methods on AuthorizeClientVpnIngressRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the AuthorizeClientVpnIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • authorizeSecurityGroupEgress

      default CompletableFuture<AuthorizeSecurityGroupEgressResponse> authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)

      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:
      A Java Future containing the result of the AuthorizeSecurityGroupEgress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • authorizeSecurityGroupEgress

      default CompletableFuture<AuthorizeSecurityGroupEgressResponse> authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)

      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:
      A Java Future containing the result of the AuthorizeSecurityGroupEgress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • authorizeSecurityGroupIngress

      default CompletableFuture<AuthorizeSecurityGroupIngressResponse> authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)

      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:
      A Java Future containing the result of the AuthorizeSecurityGroupIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • authorizeSecurityGroupIngress

      default CompletableFuture<AuthorizeSecurityGroupIngressResponse> authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest)

      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:
      A Java Future containing the result of the AuthorizeSecurityGroupIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • bundleInstance

      default CompletableFuture<BundleInstanceResponse> bundleInstance(BundleInstanceRequest bundleInstanceRequest)

      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:
      A Java Future containing the result of the BundleInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • bundleInstance

      default CompletableFuture<BundleInstanceResponse> bundleInstance(Consumer<BundleInstanceRequest.Builder> bundleInstanceRequest)

      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.


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

      Parameters:
      bundleInstanceRequest - A Consumer that will call methods on BundleInstanceRequest.Builder to create a request. Contains the parameters for BundleInstance.
      Returns:
      A Java Future containing the result of the BundleInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelBundleTask

      default CompletableFuture<CancelBundleTaskResponse> cancelBundleTask(CancelBundleTaskRequest cancelBundleTaskRequest)

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

      Parameters:
      cancelBundleTaskRequest - Contains the parameters for CancelBundleTask.
      Returns:
      A Java Future containing the result of the CancelBundleTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelBundleTask

      default CompletableFuture<CancelBundleTaskResponse> cancelBundleTask(Consumer<CancelBundleTaskRequest.Builder> cancelBundleTaskRequest)

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


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

      Parameters:
      cancelBundleTaskRequest - A Consumer that will call methods on CancelBundleTaskRequest.Builder to create a request. Contains the parameters for CancelBundleTask.
      Returns:
      A Java Future containing the result of the CancelBundleTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelCapacityReservation

      default CompletableFuture<CancelCapacityReservationResponse> cancelCapacityReservation(CancelCapacityReservationRequest cancelCapacityReservationRequest)

      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:
      A Java Future containing the result of the CancelCapacityReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelCapacityReservation

      default CompletableFuture<CancelCapacityReservationResponse> cancelCapacityReservation(Consumer<CancelCapacityReservationRequest.Builder> cancelCapacityReservationRequest)

      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.


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

      Parameters:
      cancelCapacityReservationRequest - A Consumer that will call methods on CancelCapacityReservationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CancelCapacityReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelCapacityReservationFleets

      default CompletableFuture<CancelCapacityReservationFleetsResponse> cancelCapacityReservationFleets(CancelCapacityReservationFleetsRequest cancelCapacityReservationFleetsRequest)

      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:
      A Java Future containing the result of the CancelCapacityReservationFleets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelCapacityReservationFleets

      default CompletableFuture<CancelCapacityReservationFleetsResponse> cancelCapacityReservationFleets(Consumer<CancelCapacityReservationFleetsRequest.Builder> cancelCapacityReservationFleetsRequest)

      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.


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

      Parameters:
      cancelCapacityReservationFleetsRequest - A Consumer that will call methods on CancelCapacityReservationFleetsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CancelCapacityReservationFleets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelConversionTask

      default CompletableFuture<CancelConversionTaskResponse> cancelConversionTask(CancelConversionTaskRequest cancelConversionTaskRequest)

      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:
      A Java Future containing the result of the CancelConversionTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelConversionTask

      default CompletableFuture<CancelConversionTaskResponse> cancelConversionTask(Consumer<CancelConversionTaskRequest.Builder> cancelConversionTaskRequest)

      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.


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

      Parameters:
      cancelConversionTaskRequest - A Consumer that will call methods on CancelConversionTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CancelConversionTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelExportTask

      default CompletableFuture<CancelExportTaskResponse> cancelExportTask(CancelExportTaskRequest cancelExportTaskRequest)

      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:
      A Java Future containing the result of the CancelExportTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelExportTask

      default CompletableFuture<CancelExportTaskResponse> cancelExportTask(Consumer<CancelExportTaskRequest.Builder> cancelExportTaskRequest)

      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.


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

      Parameters:
      cancelExportTaskRequest - A Consumer that will call methods on CancelExportTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CancelExportTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelImageLaunchPermission

      default CompletableFuture<CancelImageLaunchPermissionResponse> cancelImageLaunchPermission(CancelImageLaunchPermissionRequest cancelImageLaunchPermissionRequest)

      Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.

      Parameters:
      cancelImageLaunchPermissionRequest -
      Returns:
      A Java Future containing the result of the CancelImageLaunchPermission operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelImageLaunchPermission

      default CompletableFuture<CancelImageLaunchPermissionResponse> cancelImageLaunchPermission(Consumer<CancelImageLaunchPermissionRequest.Builder> cancelImageLaunchPermissionRequest)

      Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.


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

      Parameters:
      cancelImageLaunchPermissionRequest - A Consumer that will call methods on CancelImageLaunchPermissionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CancelImageLaunchPermission operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelImportTask

      default CompletableFuture<CancelImportTaskResponse> cancelImportTask(CancelImportTaskRequest cancelImportTaskRequest)

      Cancels an in-process import virtual machine or import snapshot task.

      Parameters:
      cancelImportTaskRequest -
      Returns:
      A Java Future containing the result of the CancelImportTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelImportTask

      default CompletableFuture<CancelImportTaskResponse> cancelImportTask(Consumer<CancelImportTaskRequest.Builder> cancelImportTaskRequest)

      Cancels an in-process import virtual machine or import snapshot task.


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

      Parameters:
      cancelImportTaskRequest - A Consumer that will call methods on CancelImportTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CancelImportTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelReservedInstancesListing

      default CompletableFuture<CancelReservedInstancesListingResponse> cancelReservedInstancesListing(CancelReservedInstancesListingRequest cancelReservedInstancesListingRequest)

      Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.

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

      Parameters:
      cancelReservedInstancesListingRequest - Contains the parameters for CancelReservedInstancesListing.
      Returns:
      A Java Future containing the result of the CancelReservedInstancesListing operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelReservedInstancesListing

      default CompletableFuture<CancelReservedInstancesListingResponse> cancelReservedInstancesListing(Consumer<CancelReservedInstancesListingRequest.Builder> cancelReservedInstancesListingRequest)

      Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.

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


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

      Parameters:
      cancelReservedInstancesListingRequest - A Consumer that will call methods on CancelReservedInstancesListingRequest.Builder to create a request. Contains the parameters for CancelReservedInstancesListing.
      Returns:
      A Java Future containing the result of the CancelReservedInstancesListing operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelSpotFleetRequests

      default CompletableFuture<CancelSpotFleetRequestsResponse> cancelSpotFleetRequests(CancelSpotFleetRequestsRequest cancelSpotFleetRequestsRequest)

      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.

      Restrictions

      • You can delete up to 100 fleets in a single request. If you exceed the specified number, no fleets are deleted.

      Parameters:
      cancelSpotFleetRequestsRequest - Contains the parameters for CancelSpotFleetRequests.
      Returns:
      A Java Future containing the result of the CancelSpotFleetRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelSpotFleetRequests

      default CompletableFuture<CancelSpotFleetRequestsResponse> cancelSpotFleetRequests(Consumer<CancelSpotFleetRequestsRequest.Builder> cancelSpotFleetRequestsRequest)

      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.

      Restrictions

      • You can delete up to 100 fleets in a single request. If you exceed the specified number, no fleets are deleted.


      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:
      A Java Future containing the result of the CancelSpotFleetRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelSpotInstanceRequests

      default CompletableFuture<CancelSpotInstanceRequestsResponse> cancelSpotInstanceRequests(CancelSpotInstanceRequestsRequest cancelSpotInstanceRequestsRequest)

      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:
      A Java Future containing the result of the CancelSpotInstanceRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • cancelSpotInstanceRequests

      default CompletableFuture<CancelSpotInstanceRequestsResponse> cancelSpotInstanceRequests(Consumer<CancelSpotInstanceRequestsRequest.Builder> cancelSpotInstanceRequestsRequest)

      Cancels one or more Spot Instance requests.

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


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

      Parameters:
      cancelSpotInstanceRequestsRequest - A Consumer that will call methods on CancelSpotInstanceRequestsRequest.Builder to create a request. Contains the parameters for CancelSpotInstanceRequests.
      Returns:
      A Java Future containing the result of the CancelSpotInstanceRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • confirmProductInstance

      default CompletableFuture<ConfirmProductInstanceResponse> confirmProductInstance(ConfirmProductInstanceRequest confirmProductInstanceRequest)

      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:
      A Java Future containing the result of the ConfirmProductInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • confirmProductInstance

      default CompletableFuture<ConfirmProductInstanceResponse> confirmProductInstance(Consumer<ConfirmProductInstanceRequest.Builder> confirmProductInstanceRequest)

      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.


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

      Parameters:
      confirmProductInstanceRequest - A Consumer that will call methods on ConfirmProductInstanceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ConfirmProductInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • copyFpgaImage

      default CompletableFuture<CopyFpgaImageResponse> copyFpgaImage(CopyFpgaImageRequest copyFpgaImageRequest)

      Copies the specified Amazon FPGA Image (AFI) to the current Region.

      Parameters:
      copyFpgaImageRequest -
      Returns:
      A Java Future containing the result of the CopyFpgaImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • copyFpgaImage

      default CompletableFuture<CopyFpgaImageResponse> copyFpgaImage(Consumer<CopyFpgaImageRequest.Builder> copyFpgaImageRequest)

      Copies the specified Amazon FPGA Image (AFI) to the current Region.


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

      Parameters:
      copyFpgaImageRequest - A Consumer that will call methods on CopyFpgaImageRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CopyFpgaImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • copyImage

      default CompletableFuture<CopyImageResponse> copyImage(CopyImageRequest copyImageRequest)

      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:
      A Java Future containing the result of the CopyImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • copyImage

      default CompletableFuture<CopyImageResponse> copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)

      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:
      A Java Future containing the result of the CopyImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • copySnapshot

      default CompletableFuture<CopySnapshotResponse> copySnapshot(CopySnapshotRequest copySnapshotRequest)

      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:
      A Java Future containing the result of the CopySnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • copySnapshot

      default CompletableFuture<CopySnapshotResponse> copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)

      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:
      A Java Future containing the result of the CopySnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCapacityReservation

      default CompletableFuture<CreateCapacityReservationResponse> createCapacityReservation(CreateCapacityReservationRequest createCapacityReservationRequest)

      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:
      A Java Future containing the result of the CreateCapacityReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCapacityReservation

      default CompletableFuture<CreateCapacityReservationResponse> createCapacityReservation(Consumer<CreateCapacityReservationRequest.Builder> createCapacityReservationRequest)

      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:
      A Java Future containing the result of the CreateCapacityReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCapacityReservationFleet

      default CompletableFuture<CreateCapacityReservationFleetResponse> createCapacityReservationFleet(CreateCapacityReservationFleetRequest createCapacityReservationFleetRequest)

      Creates a Capacity Reservation Fleet. For more information, see Create a Capacity Reservation Fleet in the Amazon EC2 User Guide.

      Parameters:
      createCapacityReservationFleetRequest -
      Returns:
      A Java Future containing the result of the CreateCapacityReservationFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCapacityReservationFleet

      default CompletableFuture<CreateCapacityReservationFleetResponse> createCapacityReservationFleet(Consumer<CreateCapacityReservationFleetRequest.Builder> createCapacityReservationFleetRequest)

      Creates a Capacity Reservation Fleet. For more information, see Create a Capacity Reservation Fleet in the Amazon EC2 User Guide.


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

      Parameters:
      createCapacityReservationFleetRequest - A Consumer that will call methods on CreateCapacityReservationFleetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateCapacityReservationFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCarrierGateway

      default CompletableFuture<CreateCarrierGatewayResponse> createCarrierGateway(CreateCarrierGatewayRequest createCarrierGatewayRequest)

      Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the Amazon Web Services Wavelength Developer Guide.

      Parameters:
      createCarrierGatewayRequest -
      Returns:
      A Java Future containing the result of the CreateCarrierGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCarrierGateway

      default CompletableFuture<CreateCarrierGatewayResponse> createCarrierGateway(Consumer<CreateCarrierGatewayRequest.Builder> createCarrierGatewayRequest)

      Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the Amazon Web Services Wavelength Developer Guide.


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

      Parameters:
      createCarrierGatewayRequest - A Consumer that will call methods on CreateCarrierGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateCarrierGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createClientVpnEndpoint

      default CompletableFuture<CreateClientVpnEndpointResponse> createClientVpnEndpoint(CreateClientVpnEndpointRequest createClientVpnEndpointRequest)

      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:
      A Java Future containing the result of the CreateClientVpnEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createClientVpnEndpoint

      default CompletableFuture<CreateClientVpnEndpointResponse> createClientVpnEndpoint(Consumer<CreateClientVpnEndpointRequest.Builder> createClientVpnEndpointRequest)

      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.


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

      Parameters:
      createClientVpnEndpointRequest - A Consumer that will call methods on CreateClientVpnEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateClientVpnEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createClientVpnRoute

      default CompletableFuture<CreateClientVpnRouteResponse> createClientVpnRoute(CreateClientVpnRouteRequest createClientVpnRouteRequest)

      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:
      A Java Future containing the result of the CreateClientVpnRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createClientVpnRoute

      default CompletableFuture<CreateClientVpnRouteResponse> createClientVpnRoute(Consumer<CreateClientVpnRouteRequest.Builder> createClientVpnRouteRequest)

      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.


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

      Parameters:
      createClientVpnRouteRequest - A Consumer that will call methods on CreateClientVpnRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateClientVpnRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCoipCidr

      default CompletableFuture<CreateCoipCidrResponse> createCoipCidr(CreateCoipCidrRequest createCoipCidrRequest)

      Creates a range of customer-owned IP addresses.

      Parameters:
      createCoipCidrRequest -
      Returns:
      A Java Future containing the result of the CreateCoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCoipCidr

      default CompletableFuture<CreateCoipCidrResponse> createCoipCidr(Consumer<CreateCoipCidrRequest.Builder> createCoipCidrRequest)

      Creates a range of customer-owned IP addresses.


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

      Parameters:
      createCoipCidrRequest - A Consumer that will call methods on CreateCoipCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateCoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCoipPool

      default CompletableFuture<CreateCoipPoolResponse> createCoipPool(CreateCoipPoolRequest createCoipPoolRequest)

      Creates a pool of customer-owned IP (CoIP) addresses.

      Parameters:
      createCoipPoolRequest -
      Returns:
      A Java Future containing the result of the CreateCoipPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCoipPool

      default CompletableFuture<CreateCoipPoolResponse> createCoipPool(Consumer<CreateCoipPoolRequest.Builder> createCoipPoolRequest)

      Creates a pool of customer-owned IP (CoIP) addresses.


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

      Parameters:
      createCoipPoolRequest - A Consumer that will call methods on CreateCoipPoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateCoipPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCustomerGateway

      default CompletableFuture<CreateCustomerGatewayResponse> createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)

      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:
      A Java Future containing the result of the CreateCustomerGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createCustomerGateway

      default CompletableFuture<CreateCustomerGatewayResponse> createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest)

      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:
      A Java Future containing the result of the CreateCustomerGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createDefaultSubnet

      default CompletableFuture<CreateDefaultSubnetResponse> createDefaultSubnet(CreateDefaultSubnetRequest createDefaultSubnetRequest)

      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:
      A Java Future containing the result of the CreateDefaultSubnet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createDefaultSubnet

      default CompletableFuture<CreateDefaultSubnetResponse> createDefaultSubnet(Consumer<CreateDefaultSubnetRequest.Builder> createDefaultSubnetRequest)

      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.


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

      Parameters:
      createDefaultSubnetRequest - A Consumer that will call methods on CreateDefaultSubnetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateDefaultSubnet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createDefaultVpc

      default CompletableFuture<CreateDefaultVpcResponse> createDefaultVpc(CreateDefaultVpcRequest createDefaultVpcRequest)

      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:
      A Java Future containing the result of the CreateDefaultVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createDefaultVpc

      default CompletableFuture<CreateDefaultVpcResponse> createDefaultVpc(Consumer<CreateDefaultVpcRequest.Builder> createDefaultVpcRequest)

      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.


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

      Parameters:
      createDefaultVpcRequest - A Consumer that will call methods on CreateDefaultVpcRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateDefaultVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createDefaultVpc

      default CompletableFuture<CreateDefaultVpcResponse> createDefaultVpc()

      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:
      A Java Future containing the result of the CreateDefaultVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createDhcpOptions

      default CompletableFuture<CreateDhcpOptionsResponse> createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)

      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-address-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:
      A Java Future containing the result of the CreateDhcpOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createDhcpOptions

      default CompletableFuture<CreateDhcpOptionsResponse> createDhcpOptions(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest)

      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-address-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:
      A Java Future containing the result of the CreateDhcpOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createEgressOnlyInternetGateway

      default CompletableFuture<CreateEgressOnlyInternetGatewayResponse> createEgressOnlyInternetGateway(CreateEgressOnlyInternetGatewayRequest createEgressOnlyInternetGatewayRequest)

      [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:
      A Java Future containing the result of the CreateEgressOnlyInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createEgressOnlyInternetGateway

      default CompletableFuture<CreateEgressOnlyInternetGatewayResponse> createEgressOnlyInternetGateway(Consumer<CreateEgressOnlyInternetGatewayRequest.Builder> createEgressOnlyInternetGatewayRequest)

      [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.


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

      Parameters:
      createEgressOnlyInternetGatewayRequest - A Consumer that will call methods on CreateEgressOnlyInternetGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateEgressOnlyInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createFleet

      default CompletableFuture<CreateFleetResponse> createFleet(CreateFleetRequest createFleetRequest)

      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:
      A Java Future containing the result of the CreateFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createFleet

      default CompletableFuture<CreateFleetResponse> createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)

      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.


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

      Parameters:
      createFleetRequest - A Consumer that will call methods on CreateFleetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createFlowLogs

      default CompletableFuture<CreateFlowLogsResponse> createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)

      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:
      A Java Future containing the result of the CreateFlowLogs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createFlowLogs

      default CompletableFuture<CreateFlowLogsResponse> createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest)

      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:
      A Java Future containing the result of the CreateFlowLogs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createFpgaImage

      default CompletableFuture<CreateFpgaImageResponse> createFpgaImage(CreateFpgaImageRequest createFpgaImageRequest)

      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:
      A Java Future containing the result of the CreateFpgaImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createFpgaImage

      default CompletableFuture<CreateFpgaImageResponse> createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest)

      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.


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

      Parameters:
      createFpgaImageRequest - A Consumer that will call methods on CreateFpgaImageRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateFpgaImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createImage

      default CompletableFuture<CreateImageResponse> createImage(CreateImageRequest createImageRequest)

      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:
      A Java Future containing the result of the CreateImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createImage

      default CompletableFuture<CreateImageResponse> createImage(Consumer<CreateImageRequest.Builder> createImageRequest)

      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.


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

      Parameters:
      createImageRequest - A Consumer that will call methods on CreateImageRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createInstanceConnectEndpoint

      default CompletableFuture<CreateInstanceConnectEndpointResponse> createInstanceConnectEndpoint(CreateInstanceConnectEndpointRequest createInstanceConnectEndpointRequest)

      Creates an EC2 Instance Connect Endpoint.

      An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address. For more information, see Connect to your instances without requiring a public IPv4 address using EC2 Instance Connect Endpoint in the Amazon EC2 User Guide.

      Parameters:
      createInstanceConnectEndpointRequest -
      Returns:
      A Java Future containing the result of the CreateInstanceConnectEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createInstanceConnectEndpoint

      default CompletableFuture<CreateInstanceConnectEndpointResponse> createInstanceConnectEndpoint(Consumer<CreateInstanceConnectEndpointRequest.Builder> createInstanceConnectEndpointRequest)

      Creates an EC2 Instance Connect Endpoint.

      An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address. For more information, see Connect to your instances without requiring a public IPv4 address using EC2 Instance Connect Endpoint in the Amazon EC2 User Guide.


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

      Parameters:
      createInstanceConnectEndpointRequest - A Consumer that will call methods on CreateInstanceConnectEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateInstanceConnectEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createInstanceEventWindow

      default CompletableFuture<CreateInstanceEventWindowResponse> createInstanceEventWindow(CreateInstanceEventWindowRequest createInstanceEventWindowRequest)

      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:
      A Java Future containing the result of the CreateInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createInstanceEventWindow

      default CompletableFuture<CreateInstanceEventWindowResponse> createInstanceEventWindow(Consumer<CreateInstanceEventWindowRequest.Builder> createInstanceEventWindowRequest)

      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:
      A Java Future containing the result of the CreateInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createInstanceExportTask

      default CompletableFuture<CreateInstanceExportTaskResponse> createInstanceExportTask(CreateInstanceExportTaskRequest createInstanceExportTaskRequest)

      Exports a running or stopped instance to an Amazon S3 bucket.

      For information about the prerequisites for your Amazon S3 bucket, supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.

      Parameters:
      createInstanceExportTaskRequest -
      Returns:
      A Java Future containing the result of the CreateInstanceExportTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createInstanceExportTask

      default CompletableFuture<CreateInstanceExportTaskResponse> createInstanceExportTask(Consumer<CreateInstanceExportTaskRequest.Builder> createInstanceExportTaskRequest)

      Exports a running or stopped instance to an Amazon S3 bucket.

      For information about the prerequisites for your Amazon S3 bucket, supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.


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

      Parameters:
      createInstanceExportTaskRequest - A Consumer that will call methods on CreateInstanceExportTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateInstanceExportTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createInternetGateway

      default CompletableFuture<CreateInternetGatewayResponse> createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest)

      Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway.

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

      Parameters:
      createInternetGatewayRequest -
      Returns:
      A Java Future containing the result of the CreateInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createInternetGateway

      default CompletableFuture<CreateInternetGatewayResponse> createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest)

      Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway.

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


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

      Parameters:
      createInternetGatewayRequest - A Consumer that will call methods on CreateInternetGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createInternetGateway

      default CompletableFuture<CreateInternetGatewayResponse> createInternetGateway()

      Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway.

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

      Returns:
      A Java Future containing the result of the CreateInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIpam

      default CompletableFuture<CreateIpamResponse> createIpam(CreateIpamRequest createIpamRequest)

      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:
      A Java Future containing the result of the CreateIpam operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIpam

      default CompletableFuture<CreateIpamResponse> createIpam(Consumer<CreateIpamRequest.Builder> createIpamRequest)

      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.


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

      Parameters:
      createIpamRequest - A Consumer that will call methods on CreateIpamRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateIpam operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIpamPool

      default CompletableFuture<CreateIpamPoolResponse> createIpamPool(CreateIpamPoolRequest createIpamPoolRequest)

      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:
      A Java Future containing the result of the CreateIpamPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIpamPool

      default CompletableFuture<CreateIpamPoolResponse> createIpamPool(Consumer<CreateIpamPoolRequest.Builder> createIpamPoolRequest)

      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.


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

      Parameters:
      createIpamPoolRequest - A Consumer that will call methods on CreateIpamPoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateIpamPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIpamResourceDiscovery

      default CompletableFuture<CreateIpamResourceDiscoveryResponse> createIpamResourceDiscovery(CreateIpamResourceDiscoveryRequest createIpamResourceDiscoveryRequest)

      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:
      A Java Future containing the result of the CreateIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIpamResourceDiscovery

      default CompletableFuture<CreateIpamResourceDiscoveryResponse> createIpamResourceDiscovery(Consumer<CreateIpamResourceDiscoveryRequest.Builder> createIpamResourceDiscoveryRequest)

      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.


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

      Parameters:
      createIpamResourceDiscoveryRequest - A Consumer that will call methods on CreateIpamResourceDiscoveryRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIpamScope

      default CompletableFuture<CreateIpamScopeResponse> createIpamScope(CreateIpamScopeRequest createIpamScopeRequest)

      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:
      A Java Future containing the result of the CreateIpamScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createIpamScope

      default CompletableFuture<CreateIpamScopeResponse> createIpamScope(Consumer<CreateIpamScopeRequest.Builder> createIpamScopeRequest)

      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:
      A Java Future containing the result of the CreateIpamScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createKeyPair

      default CompletableFuture<CreateKeyPairResponse> createKeyPair(CreateKeyPairRequest createKeyPairRequest)

      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:
      A Java Future containing the result of the CreateKeyPair operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createKeyPair

      default CompletableFuture<CreateKeyPairResponse> createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)

      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:
      A Java Future containing the result of the CreateKeyPair operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLaunchTemplate

      default CompletableFuture<CreateLaunchTemplateResponse> createLaunchTemplate(CreateLaunchTemplateRequest createLaunchTemplateRequest)

      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.

      To clone an existing launch template as the basis for a new launch template, 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:
      A Java Future containing the result of the CreateLaunchTemplate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLaunchTemplate

      default CompletableFuture<CreateLaunchTemplateResponse> createLaunchTemplate(Consumer<CreateLaunchTemplateRequest.Builder> createLaunchTemplateRequest)

      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.

      To clone an existing launch template as the basis for a new launch template, 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.


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

      Parameters:
      createLaunchTemplateRequest - A Consumer that will call methods on CreateLaunchTemplateRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateLaunchTemplate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLaunchTemplateVersion

      default CompletableFuture<CreateLaunchTemplateVersionResponse> createLaunchTemplateVersion(CreateLaunchTemplateVersionRequest createLaunchTemplateVersionRequest)

      Creates a new version of a launch template. You must specify an existing launch template, either by name or ID. You can determine whether the new version inherits parameters from a source version, and add or overwrite parameters as needed.

      Launch template versions are numbered in the order in which they are created. You can't 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 the changes that 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:
      A Java Future containing the result of the CreateLaunchTemplateVersion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLaunchTemplateVersion

      default CompletableFuture<CreateLaunchTemplateVersionResponse> createLaunchTemplateVersion(Consumer<CreateLaunchTemplateVersionRequest.Builder> createLaunchTemplateVersionRequest)

      Creates a new version of a launch template. You must specify an existing launch template, either by name or ID. You can determine whether the new version inherits parameters from a source version, and add or overwrite parameters as needed.

      Launch template versions are numbered in the order in which they are created. You can't 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 the changes that you require.

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


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

      Parameters:
      createLaunchTemplateVersionRequest - A Consumer that will call methods on CreateLaunchTemplateVersionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateLaunchTemplateVersion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLocalGatewayRoute

      default CompletableFuture<CreateLocalGatewayRouteResponse> createLocalGatewayRoute(CreateLocalGatewayRouteRequest createLocalGatewayRouteRequest)

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

      • LocalGatewayVirtualInterfaceGroupId

      • NetworkInterfaceId

      Parameters:
      createLocalGatewayRouteRequest -
      Returns:
      A Java Future containing the result of the CreateLocalGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLocalGatewayRoute

      default CompletableFuture<CreateLocalGatewayRouteResponse> createLocalGatewayRoute(Consumer<CreateLocalGatewayRouteRequest.Builder> createLocalGatewayRouteRequest)

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

      • LocalGatewayVirtualInterfaceGroupId

      • NetworkInterfaceId


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

      Parameters:
      createLocalGatewayRouteRequest - A Consumer that will call methods on CreateLocalGatewayRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateLocalGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLocalGatewayRouteTable

      default CompletableFuture<CreateLocalGatewayRouteTableResponse> createLocalGatewayRouteTable(CreateLocalGatewayRouteTableRequest createLocalGatewayRouteTableRequest)

      Creates a local gateway route table.

      Parameters:
      createLocalGatewayRouteTableRequest -
      Returns:
      A Java Future containing the result of the CreateLocalGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLocalGatewayRouteTable

      default CompletableFuture<CreateLocalGatewayRouteTableResponse> createLocalGatewayRouteTable(Consumer<CreateLocalGatewayRouteTableRequest.Builder> createLocalGatewayRouteTableRequest)

      Creates a local gateway route table.


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

      Parameters:
      createLocalGatewayRouteTableRequest - A Consumer that will call methods on CreateLocalGatewayRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateLocalGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLocalGatewayRouteTableVirtualInterfaceGroupAssociation

      default CompletableFuture<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse> createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest createLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest)

      Creates a local gateway route table virtual interface group association.

      Parameters:
      createLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest -
      Returns:
      A Java Future containing the result of the CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLocalGatewayRouteTableVirtualInterfaceGroupAssociation

      default CompletableFuture<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse> createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(Consumer<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.Builder> createLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest)

      Creates a local gateway route table virtual interface group association.


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

      Parameters:
      createLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest - A Consumer that will call methods on CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLocalGatewayRouteTableVpcAssociation

      default CompletableFuture<CreateLocalGatewayRouteTableVpcAssociationResponse> createLocalGatewayRouteTableVpcAssociation(CreateLocalGatewayRouteTableVpcAssociationRequest createLocalGatewayRouteTableVpcAssociationRequest)

      Associates the specified VPC with the specified local gateway route table.

      Parameters:
      createLocalGatewayRouteTableVpcAssociationRequest -
      Returns:
      A Java Future containing the result of the CreateLocalGatewayRouteTableVpcAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createLocalGatewayRouteTableVpcAssociation

      default CompletableFuture<CreateLocalGatewayRouteTableVpcAssociationResponse> createLocalGatewayRouteTableVpcAssociation(Consumer<CreateLocalGatewayRouteTableVpcAssociationRequest.Builder> createLocalGatewayRouteTableVpcAssociationRequest)

      Associates the specified VPC with the specified local gateway route table.


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

      Parameters:
      createLocalGatewayRouteTableVpcAssociationRequest - A Consumer that will call methods on CreateLocalGatewayRouteTableVpcAssociationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateLocalGatewayRouteTableVpcAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createManagedPrefixList

      default CompletableFuture<CreateManagedPrefixListResponse> createManagedPrefixList(CreateManagedPrefixListRequest createManagedPrefixListRequest)

      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:
      A Java Future containing the result of the CreateManagedPrefixList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createManagedPrefixList

      default CompletableFuture<CreateManagedPrefixListResponse> createManagedPrefixList(Consumer<CreateManagedPrefixListRequest.Builder> createManagedPrefixListRequest)

      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.


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

      Parameters:
      createManagedPrefixListRequest - A Consumer that will call methods on CreateManagedPrefixListRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateManagedPrefixList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNatGateway

      default CompletableFuture<CreateNatGatewayResponse> createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)

      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:
      A Java Future containing the result of the CreateNatGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNatGateway

      default CompletableFuture<CreateNatGatewayResponse> createNatGateway(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest)

      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:
      A Java Future containing the result of the CreateNatGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkAcl

      default CompletableFuture<CreateNetworkAclResponse> createNetworkAcl(CreateNetworkAclRequest createNetworkAclRequest)

      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:
      A Java Future containing the result of the CreateNetworkAcl operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkAcl

      default CompletableFuture<CreateNetworkAclResponse> createNetworkAcl(Consumer<CreateNetworkAclRequest.Builder> createNetworkAclRequest)

      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.


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

      Parameters:
      createNetworkAclRequest - A Consumer that will call methods on CreateNetworkAclRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateNetworkAcl operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkAclEntry

      default CompletableFuture<CreateNetworkAclEntryResponse> createNetworkAclEntry(CreateNetworkAclEntryRequest createNetworkAclEntryRequest)

      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:
      A Java Future containing the result of the CreateNetworkAclEntry operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkAclEntry

      default CompletableFuture<CreateNetworkAclEntryResponse> createNetworkAclEntry(Consumer<CreateNetworkAclEntryRequest.Builder> createNetworkAclEntryRequest)

      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:
      A Java Future containing the result of the CreateNetworkAclEntry operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkInsightsAccessScope

      default CompletableFuture<CreateNetworkInsightsAccessScopeResponse> createNetworkInsightsAccessScope(CreateNetworkInsightsAccessScopeRequest createNetworkInsightsAccessScopeRequest)

      Creates a Network Access Scope.

      Amazon Web Services Network Access Analyzer enables cloud networking and cloud operations teams to verify that their networks on Amazon Web Services conform to their network security and governance objectives. For more information, see the Amazon Web Services Network Access Analyzer Guide.

      Parameters:
      createNetworkInsightsAccessScopeRequest -
      Returns:
      A Java Future containing the result of the CreateNetworkInsightsAccessScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkInsightsAccessScope

      default CompletableFuture<CreateNetworkInsightsAccessScopeResponse> createNetworkInsightsAccessScope(Consumer<CreateNetworkInsightsAccessScopeRequest.Builder> createNetworkInsightsAccessScopeRequest)

      Creates a Network Access Scope.

      Amazon Web Services Network Access Analyzer enables cloud networking and cloud operations teams to verify that their networks on Amazon Web Services conform to their network security and governance objectives. For more information, see the Amazon Web Services Network Access Analyzer Guide.


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

      Parameters:
      createNetworkInsightsAccessScopeRequest - A Consumer that will call methods on CreateNetworkInsightsAccessScopeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateNetworkInsightsAccessScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkInsightsPath

      default CompletableFuture<CreateNetworkInsightsPathResponse> createNetworkInsightsPath(CreateNetworkInsightsPathRequest createNetworkInsightsPathRequest)

      Creates a path to analyze for reachability.

      Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see the Reachability Analyzer Guide.

      Parameters:
      createNetworkInsightsPathRequest -
      Returns:
      A Java Future containing the result of the CreateNetworkInsightsPath operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkInsightsPath

      default CompletableFuture<CreateNetworkInsightsPathResponse> createNetworkInsightsPath(Consumer<CreateNetworkInsightsPathRequest.Builder> createNetworkInsightsPathRequest)

      Creates a path to analyze for reachability.

      Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see the Reachability Analyzer Guide.


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

      Parameters:
      createNetworkInsightsPathRequest - A Consumer that will call methods on CreateNetworkInsightsPathRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateNetworkInsightsPath operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkInterface

      default CompletableFuture<CreateNetworkInterfaceResponse> createNetworkInterface(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)

      Creates a network interface in the specified subnet.

      The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.

      For more information about network interfaces, see Elastic network interfaces in the Amazon Elastic Compute Cloud User Guide.

      Parameters:
      createNetworkInterfaceRequest -
      Returns:
      A Java Future containing the result of the CreateNetworkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkInterface

      default CompletableFuture<CreateNetworkInterfaceResponse> createNetworkInterface(Consumer<CreateNetworkInterfaceRequest.Builder> createNetworkInterfaceRequest)

      Creates a network interface in the specified subnet.

      The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.

      For more information about network interfaces, see Elastic network interfaces in the Amazon Elastic Compute Cloud User Guide.


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

      Parameters:
      createNetworkInterfaceRequest - A Consumer that will call methods on CreateNetworkInterfaceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateNetworkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkInterfacePermission

      default CompletableFuture<CreateNetworkInterfacePermissionResponse> createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest)

      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:
      A Java Future containing the result of the CreateNetworkInterfacePermission operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createNetworkInterfacePermission

      default CompletableFuture<CreateNetworkInterfacePermissionResponse> createNetworkInterfacePermission(Consumer<CreateNetworkInterfacePermissionRequest.Builder> createNetworkInterfacePermissionRequest)

      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.


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

      Parameters:
      createNetworkInterfacePermissionRequest - A Consumer that will call methods on CreateNetworkInterfacePermissionRequest.Builder to create a request. Contains the parameters for CreateNetworkInterfacePermission.
      Returns:
      A Java Future containing the result of the CreateNetworkInterfacePermission operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createPlacementGroup

      default CompletableFuture<CreatePlacementGroupResponse> createPlacementGroup(CreatePlacementGroupRequest createPlacementGroupRequest)

      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:
      A Java Future containing the result of the CreatePlacementGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createPlacementGroup

      default CompletableFuture<CreatePlacementGroupResponse> createPlacementGroup(Consumer<CreatePlacementGroupRequest.Builder> createPlacementGroupRequest)

      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:
      A Java Future containing the result of the CreatePlacementGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createPublicIpv4Pool

      default CompletableFuture<CreatePublicIpv4PoolResponse> createPublicIpv4Pool(CreatePublicIpv4PoolRequest createPublicIpv4PoolRequest)

      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:
      A Java Future containing the result of the CreatePublicIpv4Pool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createPublicIpv4Pool

      default CompletableFuture<CreatePublicIpv4PoolResponse> createPublicIpv4Pool(Consumer<CreatePublicIpv4PoolRequest.Builder> createPublicIpv4PoolRequest)

      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.


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

      Parameters:
      createPublicIpv4PoolRequest - A Consumer that will call methods on CreatePublicIpv4PoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreatePublicIpv4Pool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createReplaceRootVolumeTask

      default CompletableFuture<CreateReplaceRootVolumeTaskResponse> createReplaceRootVolumeTask(CreateReplaceRootVolumeTaskRequest createReplaceRootVolumeTaskRequest)

      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:
      A Java Future containing the result of the CreateReplaceRootVolumeTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createReplaceRootVolumeTask

      default CompletableFuture<CreateReplaceRootVolumeTaskResponse> createReplaceRootVolumeTask(Consumer<CreateReplaceRootVolumeTaskRequest.Builder> createReplaceRootVolumeTaskRequest)

      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.


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

      Parameters:
      createReplaceRootVolumeTaskRequest - A Consumer that will call methods on CreateReplaceRootVolumeTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateReplaceRootVolumeTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createReservedInstancesListing

      default CompletableFuture<CreateReservedInstancesListingResponse> createReservedInstancesListing(CreateReservedInstancesListingRequest createReservedInstancesListingRequest)

      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:
      A Java Future containing the result of the CreateReservedInstancesListing operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createReservedInstancesListing

      default CompletableFuture<CreateReservedInstancesListingResponse> createReservedInstancesListing(Consumer<CreateReservedInstancesListingRequest.Builder> createReservedInstancesListingRequest)

      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:
      A Java Future containing the result of the CreateReservedInstancesListing operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createRestoreImageTask

      default CompletableFuture<CreateRestoreImageTaskResponse> createRestoreImageTask(CreateRestoreImageTaskRequest createRestoreImageTaskRequest)

      Starts a task that restores an AMI from an Amazon S3 object that was previously created by using CreateStoreImageTask.

      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:
      createRestoreImageTaskRequest -
      Returns:
      A Java Future containing the result of the CreateRestoreImageTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createRestoreImageTask

      default CompletableFuture<CreateRestoreImageTaskResponse> createRestoreImageTask(Consumer<CreateRestoreImageTaskRequest.Builder> createRestoreImageTaskRequest)

      Starts a task that restores an AMI from an Amazon S3 object that was previously created by using CreateStoreImageTask.

      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.


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

      Parameters:
      createRestoreImageTaskRequest - A Consumer that will call methods on CreateRestoreImageTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateRestoreImageTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createRoute

      default CompletableFuture<CreateRouteResponse> createRoute(CreateRouteRequest createRouteRequest)

      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:
      A Java Future containing the result of the CreateRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createRoute

      default CompletableFuture<CreateRouteResponse> createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest)

      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:
      A Java Future containing the result of the CreateRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createRouteTable

      default CompletableFuture<CreateRouteTableResponse> createRouteTable(CreateRouteTableRequest createRouteTableRequest)

      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:
      A Java Future containing the result of the CreateRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createRouteTable

      default CompletableFuture<CreateRouteTableResponse> createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest)

      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.


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

      Parameters:
      createRouteTableRequest - A Consumer that will call methods on CreateRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSecurityGroup

      default CompletableFuture<CreateSecurityGroupResponse> createSecurityGroup(CreateSecurityGroupRequest createSecurityGroupRequest)

      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:
      A Java Future containing the result of the CreateSecurityGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSecurityGroup

      default CompletableFuture<CreateSecurityGroupResponse> createSecurityGroup(Consumer<CreateSecurityGroupRequest.Builder> createSecurityGroupRequest)

      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.


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

      Parameters:
      createSecurityGroupRequest - A Consumer that will call methods on CreateSecurityGroupRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateSecurityGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSnapshot

      default CompletableFuture<CreateSnapshotResponse> createSnapshot(CreateSnapshotRequest createSnapshotRequest)

      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:
      A Java Future containing the result of the CreateSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSnapshot

      default CompletableFuture<CreateSnapshotResponse> createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)

      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:
      A Java Future containing the result of the CreateSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSnapshots

      default CompletableFuture<CreateSnapshotsResponse> createSnapshots(CreateSnapshotsRequest createSnapshotsRequest)

      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:
      A Java Future containing the result of the CreateSnapshots operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSnapshots

      default CompletableFuture<CreateSnapshotsResponse> createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest)

      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:
      A Java Future containing the result of the CreateSnapshots operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSpotDatafeedSubscription

      default CompletableFuture<CreateSpotDatafeedSubscriptionResponse> createSpotDatafeedSubscription(CreateSpotDatafeedSubscriptionRequest createSpotDatafeedSubscriptionRequest)

      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:
      A Java Future containing the result of the CreateSpotDatafeedSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSpotDatafeedSubscription

      default CompletableFuture<CreateSpotDatafeedSubscriptionResponse> createSpotDatafeedSubscription(Consumer<CreateSpotDatafeedSubscriptionRequest.Builder> createSpotDatafeedSubscriptionRequest)

      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.


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

      Parameters:
      createSpotDatafeedSubscriptionRequest - A Consumer that will call methods on CreateSpotDatafeedSubscriptionRequest.Builder to create a request. Contains the parameters for CreateSpotDatafeedSubscription.
      Returns:
      A Java Future containing the result of the CreateSpotDatafeedSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createStoreImageTask

      default CompletableFuture<CreateStoreImageTaskResponse> createStoreImageTask(CreateStoreImageTaskRequest createStoreImageTaskRequest)

      Stores an AMI as a single object in an Amazon S3 bucket.

      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:
      createStoreImageTaskRequest -
      Returns:
      A Java Future containing the result of the CreateStoreImageTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createStoreImageTask

      default CompletableFuture<CreateStoreImageTaskResponse> createStoreImageTask(Consumer<CreateStoreImageTaskRequest.Builder> createStoreImageTaskRequest)

      Stores an AMI as a single object in an Amazon S3 bucket.

      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.


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

      Parameters:
      createStoreImageTaskRequest - A Consumer that will call methods on CreateStoreImageTaskRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateStoreImageTask operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSubnet

      default CompletableFuture<CreateSubnetResponse> createSubnet(CreateSubnetRequest createSubnetRequest)

      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:
      A Java Future containing the result of the CreateSubnet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSubnet

      default CompletableFuture<CreateSubnetResponse> createSubnet(Consumer<CreateSubnetRequest.Builder> createSubnetRequest)

      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:
      A Java Future containing the result of the CreateSubnet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSubnetCidrReservation

      default CompletableFuture<CreateSubnetCidrReservationResponse> createSubnetCidrReservation(CreateSubnetCidrReservationRequest createSubnetCidrReservationRequest)

      Creates a subnet CIDR reservation. For more information, see Subnet CIDR reservations in the Amazon Virtual Private Cloud User Guide and Assign prefixes to network interfaces in the Amazon Elastic Compute Cloud User Guide.

      Parameters:
      createSubnetCidrReservationRequest -
      Returns:
      A Java Future containing the result of the CreateSubnetCidrReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createSubnetCidrReservation

      default CompletableFuture<CreateSubnetCidrReservationResponse> createSubnetCidrReservation(Consumer<CreateSubnetCidrReservationRequest.Builder> createSubnetCidrReservationRequest)

      Creates a subnet CIDR reservation. For more information, see Subnet CIDR reservations in the Amazon Virtual Private Cloud User Guide and Assign prefixes to network interfaces in the Amazon Elastic Compute Cloud User Guide.


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

      Parameters:
      createSubnetCidrReservationRequest - A Consumer that will call methods on CreateSubnetCidrReservationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateSubnetCidrReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTags

      default CompletableFuture<CreateTagsResponse> createTags(CreateTagsRequest createTagsRequest)

      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:
      A Java Future containing the result of the CreateTags operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTags

      default CompletableFuture<CreateTagsResponse> createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)

      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.


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

      Parameters:
      createTagsRequest - A Consumer that will call methods on CreateTagsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTags operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTrafficMirrorFilter

      default CompletableFuture<CreateTrafficMirrorFilterResponse> createTrafficMirrorFilter(CreateTrafficMirrorFilterRequest createTrafficMirrorFilterRequest)

      Creates a Traffic Mirror filter.

      A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

      By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.

      Parameters:
      createTrafficMirrorFilterRequest -
      Returns:
      A Java Future containing the result of the CreateTrafficMirrorFilter operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTrafficMirrorFilter

      default CompletableFuture<CreateTrafficMirrorFilterResponse> createTrafficMirrorFilter(Consumer<CreateTrafficMirrorFilterRequest.Builder> createTrafficMirrorFilterRequest)

      Creates a Traffic Mirror filter.

      A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

      By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.


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

      Parameters:
      createTrafficMirrorFilterRequest - A Consumer that will call methods on CreateTrafficMirrorFilterRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTrafficMirrorFilter operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTrafficMirrorFilterRule

      default CompletableFuture<CreateTrafficMirrorFilterRuleResponse> createTrafficMirrorFilterRule(CreateTrafficMirrorFilterRuleRequest createTrafficMirrorFilterRuleRequest)

      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:
      A Java Future containing the result of the CreateTrafficMirrorFilterRule operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTrafficMirrorFilterRule

      default CompletableFuture<CreateTrafficMirrorFilterRuleResponse> createTrafficMirrorFilterRule(Consumer<CreateTrafficMirrorFilterRuleRequest.Builder> createTrafficMirrorFilterRuleRequest)

      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.


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

      Parameters:
      createTrafficMirrorFilterRuleRequest - A Consumer that will call methods on CreateTrafficMirrorFilterRuleRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTrafficMirrorFilterRule operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTrafficMirrorSession

      default CompletableFuture<CreateTrafficMirrorSessionResponse> createTrafficMirrorSession(CreateTrafficMirrorSessionRequest createTrafficMirrorSessionRequest)

      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:
      A Java Future containing the result of the CreateTrafficMirrorSession operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTrafficMirrorSession

      default CompletableFuture<CreateTrafficMirrorSessionResponse> createTrafficMirrorSession(Consumer<CreateTrafficMirrorSessionRequest.Builder> createTrafficMirrorSessionRequest)

      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.


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

      Parameters:
      createTrafficMirrorSessionRequest - A Consumer that will call methods on CreateTrafficMirrorSessionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTrafficMirrorSession operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTrafficMirrorTarget

      default CompletableFuture<CreateTrafficMirrorTargetResponse> createTrafficMirrorTarget(CreateTrafficMirrorTargetRequest createTrafficMirrorTargetRequest)

      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:
      A Java Future containing the result of the CreateTrafficMirrorTarget operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTrafficMirrorTarget

      default CompletableFuture<CreateTrafficMirrorTargetResponse> createTrafficMirrorTarget(Consumer<CreateTrafficMirrorTargetRequest.Builder> createTrafficMirrorTargetRequest)

      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.


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

      Parameters:
      createTrafficMirrorTargetRequest - A Consumer that will call methods on CreateTrafficMirrorTargetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTrafficMirrorTarget operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGateway

      default CompletableFuture<CreateTransitGatewayResponse> createTransitGateway(CreateTransitGatewayRequest createTransitGatewayRequest)

      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:
      A Java Future containing the result of the CreateTransitGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGateway

      default CompletableFuture<CreateTransitGatewayResponse> createTransitGateway(Consumer<CreateTransitGatewayRequest.Builder> createTransitGatewayRequest)

      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.


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

      Parameters:
      createTransitGatewayRequest - A Consumer that will call methods on CreateTransitGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGateway

      default CompletableFuture<CreateTransitGatewayResponse> createTransitGateway()

      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:
      A Java Future containing the result of the CreateTransitGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayConnect

      default CompletableFuture<CreateTransitGatewayConnectResponse> createTransitGatewayConnect(CreateTransitGatewayConnectRequest createTransitGatewayConnectRequest)

      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:
      A Java Future containing the result of the CreateTransitGatewayConnect operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayConnect

      default CompletableFuture<CreateTransitGatewayConnectResponse> createTransitGatewayConnect(Consumer<CreateTransitGatewayConnectRequest.Builder> createTransitGatewayConnectRequest)

      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.


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

      Parameters:
      createTransitGatewayConnectRequest - A Consumer that will call methods on CreateTransitGatewayConnectRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayConnect operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayConnectPeer

      default CompletableFuture<CreateTransitGatewayConnectPeerResponse> createTransitGatewayConnectPeer(CreateTransitGatewayConnectPeerRequest createTransitGatewayConnectPeerRequest)

      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:
      A Java Future containing the result of the CreateTransitGatewayConnectPeer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayConnectPeer

      default CompletableFuture<CreateTransitGatewayConnectPeerResponse> createTransitGatewayConnectPeer(Consumer<CreateTransitGatewayConnectPeerRequest.Builder> createTransitGatewayConnectPeerRequest)

      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.


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

      Parameters:
      createTransitGatewayConnectPeerRequest - A Consumer that will call methods on CreateTransitGatewayConnectPeerRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayConnectPeer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayMulticastDomain

      default CompletableFuture<CreateTransitGatewayMulticastDomainResponse> createTransitGatewayMulticastDomain(CreateTransitGatewayMulticastDomainRequest createTransitGatewayMulticastDomainRequest)

      Creates a multicast domain using the specified transit gateway.

      The transit gateway must be in the available state before you create a domain. Use DescribeTransitGateways to see the state of transit gateway.

      Parameters:
      createTransitGatewayMulticastDomainRequest -
      Returns:
      A Java Future containing the result of the CreateTransitGatewayMulticastDomain operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayMulticastDomain

      default CompletableFuture<CreateTransitGatewayMulticastDomainResponse> createTransitGatewayMulticastDomain(Consumer<CreateTransitGatewayMulticastDomainRequest.Builder> createTransitGatewayMulticastDomainRequest)

      Creates a multicast domain using the specified transit gateway.

      The transit gateway must be in the available state before you create a domain. Use DescribeTransitGateways to see the state of transit gateway.


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

      Parameters:
      createTransitGatewayMulticastDomainRequest - A Consumer that will call methods on CreateTransitGatewayMulticastDomainRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayMulticastDomain operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayPeeringAttachment

      default CompletableFuture<CreateTransitGatewayPeeringAttachmentResponse> createTransitGatewayPeeringAttachment(CreateTransitGatewayPeeringAttachmentRequest createTransitGatewayPeeringAttachmentRequest)

      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:
      A Java Future containing the result of the CreateTransitGatewayPeeringAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayPeeringAttachment

      default CompletableFuture<CreateTransitGatewayPeeringAttachmentResponse> createTransitGatewayPeeringAttachment(Consumer<CreateTransitGatewayPeeringAttachmentRequest.Builder> createTransitGatewayPeeringAttachmentRequest)

      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.


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

      Parameters:
      createTransitGatewayPeeringAttachmentRequest - A Consumer that will call methods on CreateTransitGatewayPeeringAttachmentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayPeeringAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayPolicyTable

      default CompletableFuture<CreateTransitGatewayPolicyTableResponse> createTransitGatewayPolicyTable(CreateTransitGatewayPolicyTableRequest createTransitGatewayPolicyTableRequest)

      Creates a transit gateway policy table.

      Parameters:
      createTransitGatewayPolicyTableRequest -
      Returns:
      A Java Future containing the result of the CreateTransitGatewayPolicyTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayPolicyTable

      default CompletableFuture<CreateTransitGatewayPolicyTableResponse> createTransitGatewayPolicyTable(Consumer<CreateTransitGatewayPolicyTableRequest.Builder> createTransitGatewayPolicyTableRequest)

      Creates a transit gateway policy table.


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

      Parameters:
      createTransitGatewayPolicyTableRequest - A Consumer that will call methods on CreateTransitGatewayPolicyTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayPolicyTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayPrefixListReference

      default CompletableFuture<CreateTransitGatewayPrefixListReferenceResponse> createTransitGatewayPrefixListReference(CreateTransitGatewayPrefixListReferenceRequest createTransitGatewayPrefixListReferenceRequest)

      Creates a reference (route) to a prefix list in a specified transit gateway route table.

      Parameters:
      createTransitGatewayPrefixListReferenceRequest -
      Returns:
      A Java Future containing the result of the CreateTransitGatewayPrefixListReference operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayPrefixListReference

      default CompletableFuture<CreateTransitGatewayPrefixListReferenceResponse> createTransitGatewayPrefixListReference(Consumer<CreateTransitGatewayPrefixListReferenceRequest.Builder> createTransitGatewayPrefixListReferenceRequest)

      Creates a reference (route) to a prefix list in a specified transit gateway route table.


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

      Parameters:
      createTransitGatewayPrefixListReferenceRequest - A Consumer that will call methods on CreateTransitGatewayPrefixListReferenceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayPrefixListReference operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayRoute

      default CompletableFuture<CreateTransitGatewayRouteResponse> createTransitGatewayRoute(CreateTransitGatewayRouteRequest createTransitGatewayRouteRequest)

      Creates a static route for the specified transit gateway route table.

      Parameters:
      createTransitGatewayRouteRequest -
      Returns:
      A Java Future containing the result of the CreateTransitGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayRoute

      default CompletableFuture<CreateTransitGatewayRouteResponse> createTransitGatewayRoute(Consumer<CreateTransitGatewayRouteRequest.Builder> createTransitGatewayRouteRequest)

      Creates a static route for the specified transit gateway route table.


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

      Parameters:
      createTransitGatewayRouteRequest - A Consumer that will call methods on CreateTransitGatewayRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayRouteTable

      default CompletableFuture<CreateTransitGatewayRouteTableResponse> createTransitGatewayRouteTable(CreateTransitGatewayRouteTableRequest createTransitGatewayRouteTableRequest)

      Creates a route table for the specified transit gateway.

      Parameters:
      createTransitGatewayRouteTableRequest -
      Returns:
      A Java Future containing the result of the CreateTransitGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayRouteTable

      default CompletableFuture<CreateTransitGatewayRouteTableResponse> createTransitGatewayRouteTable(Consumer<CreateTransitGatewayRouteTableRequest.Builder> createTransitGatewayRouteTableRequest)

      Creates a route table for the specified transit gateway.


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

      Parameters:
      createTransitGatewayRouteTableRequest - A Consumer that will call methods on CreateTransitGatewayRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayRouteTableAnnouncement

      default CompletableFuture<CreateTransitGatewayRouteTableAnnouncementResponse> createTransitGatewayRouteTableAnnouncement(CreateTransitGatewayRouteTableAnnouncementRequest createTransitGatewayRouteTableAnnouncementRequest)

      Advertises a new transit gateway route table.

      Parameters:
      createTransitGatewayRouteTableAnnouncementRequest -
      Returns:
      A Java Future containing the result of the CreateTransitGatewayRouteTableAnnouncement operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayRouteTableAnnouncement

      default CompletableFuture<CreateTransitGatewayRouteTableAnnouncementResponse> createTransitGatewayRouteTableAnnouncement(Consumer<CreateTransitGatewayRouteTableAnnouncementRequest.Builder> createTransitGatewayRouteTableAnnouncementRequest)

      Advertises a new transit gateway route table.


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

      Parameters:
      createTransitGatewayRouteTableAnnouncementRequest - A Consumer that will call methods on CreateTransitGatewayRouteTableAnnouncementRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayRouteTableAnnouncement operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayVpcAttachment

      default CompletableFuture<CreateTransitGatewayVpcAttachmentResponse> createTransitGatewayVpcAttachment(CreateTransitGatewayVpcAttachmentRequest createTransitGatewayVpcAttachmentRequest)

      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:
      A Java Future containing the result of the CreateTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createTransitGatewayVpcAttachment

      default CompletableFuture<CreateTransitGatewayVpcAttachmentResponse> createTransitGatewayVpcAttachment(Consumer<CreateTransitGatewayVpcAttachmentRequest.Builder> createTransitGatewayVpcAttachmentRequest)

      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.


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

      Parameters:
      createTransitGatewayVpcAttachmentRequest - A Consumer that will call methods on CreateTransitGatewayVpcAttachmentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVerifiedAccessEndpoint

      default CompletableFuture<CreateVerifiedAccessEndpointResponse> createVerifiedAccessEndpoint(CreateVerifiedAccessEndpointRequest createVerifiedAccessEndpointRequest)

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

      Parameters:
      createVerifiedAccessEndpointRequest -
      Returns:
      A Java Future containing the result of the CreateVerifiedAccessEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVerifiedAccessEndpoint

      default CompletableFuture<CreateVerifiedAccessEndpointResponse> createVerifiedAccessEndpoint(Consumer<CreateVerifiedAccessEndpointRequest.Builder> createVerifiedAccessEndpointRequest)

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


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

      Parameters:
      createVerifiedAccessEndpointRequest - A Consumer that will call methods on CreateVerifiedAccessEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateVerifiedAccessEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVerifiedAccessGroup

      default CompletableFuture<CreateVerifiedAccessGroupResponse> createVerifiedAccessGroup(CreateVerifiedAccessGroupRequest createVerifiedAccessGroupRequest)

      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:
      A Java Future containing the result of the CreateVerifiedAccessGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVerifiedAccessGroup

      default CompletableFuture<CreateVerifiedAccessGroupResponse> createVerifiedAccessGroup(Consumer<CreateVerifiedAccessGroupRequest.Builder> createVerifiedAccessGroupRequest)

      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.


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

      Parameters:
      createVerifiedAccessGroupRequest - A Consumer that will call methods on CreateVerifiedAccessGroupRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateVerifiedAccessGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVerifiedAccessInstance

      default CompletableFuture<CreateVerifiedAccessInstanceResponse> createVerifiedAccessInstance(CreateVerifiedAccessInstanceRequest createVerifiedAccessInstanceRequest)

      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:
      A Java Future containing the result of the CreateVerifiedAccessInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVerifiedAccessInstance

      default CompletableFuture<CreateVerifiedAccessInstanceResponse> createVerifiedAccessInstance(Consumer<CreateVerifiedAccessInstanceRequest.Builder> createVerifiedAccessInstanceRequest)

      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.


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

      Parameters:
      createVerifiedAccessInstanceRequest - A Consumer that will call methods on CreateVerifiedAccessInstanceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateVerifiedAccessInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVerifiedAccessTrustProvider

      default CompletableFuture<CreateVerifiedAccessTrustProviderResponse> createVerifiedAccessTrustProvider(CreateVerifiedAccessTrustProviderRequest createVerifiedAccessTrustProviderRequest)

      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:
      A Java Future containing the result of the CreateVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVerifiedAccessTrustProvider

      default CompletableFuture<CreateVerifiedAccessTrustProviderResponse> createVerifiedAccessTrustProvider(Consumer<CreateVerifiedAccessTrustProviderRequest.Builder> createVerifiedAccessTrustProviderRequest)

      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.


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

      Parameters:
      createVerifiedAccessTrustProviderRequest - A Consumer that will call methods on CreateVerifiedAccessTrustProviderRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVolume

      default CompletableFuture<CreateVolumeResponse> createVolume(CreateVolumeRequest createVolumeRequest)

      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:
      A Java Future containing the result of the CreateVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVolume

      default CompletableFuture<CreateVolumeResponse> createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest)

      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:
      A Java Future containing the result of the CreateVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpc

      default CompletableFuture<CreateVpcResponse> createVpc(CreateVpcRequest createVpcRequest)

      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:
      A Java Future containing the result of the CreateVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpc

      default CompletableFuture<CreateVpcResponse> createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest)

      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:
      A Java Future containing the result of the CreateVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpcEndpoint

      default CompletableFuture<CreateVpcEndpointResponse> createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)

      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:
      A Java Future containing the result of the CreateVpcEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpcEndpoint

      default CompletableFuture<CreateVpcEndpointResponse> createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)

      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.


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

      Parameters:
      createVpcEndpointRequest - A Consumer that will call methods on CreateVpcEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateVpcEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpcEndpointConnectionNotification

      default CompletableFuture<CreateVpcEndpointConnectionNotificationResponse> createVpcEndpointConnectionNotification(CreateVpcEndpointConnectionNotificationRequest createVpcEndpointConnectionNotificationRequest)

      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:
      A Java Future containing the result of the CreateVpcEndpointConnectionNotification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpcEndpointConnectionNotification

      default CompletableFuture<CreateVpcEndpointConnectionNotificationResponse> createVpcEndpointConnectionNotification(Consumer<CreateVpcEndpointConnectionNotificationRequest.Builder> createVpcEndpointConnectionNotificationRequest)

      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.


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

      Parameters:
      createVpcEndpointConnectionNotificationRequest - A Consumer that will call methods on CreateVpcEndpointConnectionNotificationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateVpcEndpointConnectionNotification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpcEndpointServiceConfiguration

      default CompletableFuture<CreateVpcEndpointServiceConfigurationResponse> createVpcEndpointServiceConfiguration(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest)

      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:
      A Java Future containing the result of the CreateVpcEndpointServiceConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpcEndpointServiceConfiguration

      default CompletableFuture<CreateVpcEndpointServiceConfigurationResponse> createVpcEndpointServiceConfiguration(Consumer<CreateVpcEndpointServiceConfigurationRequest.Builder> createVpcEndpointServiceConfigurationRequest)

      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.


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

      Parameters:
      createVpcEndpointServiceConfigurationRequest - A Consumer that will call methods on CreateVpcEndpointServiceConfigurationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the CreateVpcEndpointServiceConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpcPeeringConnection

      default CompletableFuture<CreateVpcPeeringConnectionResponse> createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)

      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:
      A Java Future containing the result of the CreateVpcPeeringConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpcPeeringConnection

      default CompletableFuture<CreateVpcPeeringConnectionResponse> createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest)

      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:
      A Java Future containing the result of the CreateVpcPeeringConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpnConnection

      default CompletableFuture<CreateVpnConnectionResponse> createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)

      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:
      A Java Future containing the result of the CreateVpnConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpnConnection

      default CompletableFuture<CreateVpnConnectionResponse> createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest)

      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:
      A Java Future containing the result of the CreateVpnConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpnConnectionRoute

      default CompletableFuture<CreateVpnConnectionRouteResponse> createVpnConnectionRoute(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest)

      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:
      A Java Future containing the result of the CreateVpnConnectionRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpnConnectionRoute

      default CompletableFuture<CreateVpnConnectionRouteResponse> createVpnConnectionRoute(Consumer<CreateVpnConnectionRouteRequest.Builder> createVpnConnectionRouteRequest)

      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.


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

      Parameters:
      createVpnConnectionRouteRequest - A Consumer that will call methods on CreateVpnConnectionRouteRequest.Builder to create a request. Contains the parameters for CreateVpnConnectionRoute.
      Returns:
      A Java Future containing the result of the CreateVpnConnectionRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpnGateway

      default CompletableFuture<CreateVpnGatewayResponse> createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest)

      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:
      A Java Future containing the result of the CreateVpnGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • createVpnGateway

      default CompletableFuture<CreateVpnGatewayResponse> createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest)

      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.


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

      Parameters:
      createVpnGatewayRequest - A Consumer that will call methods on CreateVpnGatewayRequest.Builder to create a request. Contains the parameters for CreateVpnGateway.
      Returns:
      A Java Future containing the result of the CreateVpnGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteCarrierGateway

      default CompletableFuture<DeleteCarrierGatewayResponse> deleteCarrierGateway(DeleteCarrierGatewayRequest deleteCarrierGatewayRequest)

      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:
      A Java Future containing the result of the DeleteCarrierGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteCarrierGateway

      default CompletableFuture<DeleteCarrierGatewayResponse> deleteCarrierGateway(Consumer<DeleteCarrierGatewayRequest.Builder> deleteCarrierGatewayRequest)

      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.


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

      Parameters:
      deleteCarrierGatewayRequest - A Consumer that will call methods on DeleteCarrierGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteCarrierGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteClientVpnEndpoint

      default CompletableFuture<DeleteClientVpnEndpointResponse> deleteClientVpnEndpoint(DeleteClientVpnEndpointRequest deleteClientVpnEndpointRequest)

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

      Parameters:
      deleteClientVpnEndpointRequest -
      Returns:
      A Java Future containing the result of the DeleteClientVpnEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteClientVpnEndpoint

      default CompletableFuture<DeleteClientVpnEndpointResponse> deleteClientVpnEndpoint(Consumer<DeleteClientVpnEndpointRequest.Builder> deleteClientVpnEndpointRequest)

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


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

      Parameters:
      deleteClientVpnEndpointRequest - A Consumer that will call methods on DeleteClientVpnEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteClientVpnEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteClientVpnRoute

      default CompletableFuture<DeleteClientVpnRouteResponse> deleteClientVpnRoute(DeleteClientVpnRouteRequest deleteClientVpnRouteRequest)

      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:
      A Java Future containing the result of the DeleteClientVpnRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteClientVpnRoute

      default CompletableFuture<DeleteClientVpnRouteResponse> deleteClientVpnRoute(Consumer<DeleteClientVpnRouteRequest.Builder> deleteClientVpnRouteRequest)

      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.


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

      Parameters:
      deleteClientVpnRouteRequest - A Consumer that will call methods on DeleteClientVpnRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteClientVpnRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteCoipCidr

      default CompletableFuture<DeleteCoipCidrResponse> deleteCoipCidr(DeleteCoipCidrRequest deleteCoipCidrRequest)

      Deletes a range of customer-owned IP addresses.

      Parameters:
      deleteCoipCidrRequest -
      Returns:
      A Java Future containing the result of the DeleteCoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteCoipCidr

      default CompletableFuture<DeleteCoipCidrResponse> deleteCoipCidr(Consumer<DeleteCoipCidrRequest.Builder> deleteCoipCidrRequest)

      Deletes a range of customer-owned IP addresses.


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

      Parameters:
      deleteCoipCidrRequest - A Consumer that will call methods on DeleteCoipCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteCoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteCoipPool

      default CompletableFuture<DeleteCoipPoolResponse> deleteCoipPool(DeleteCoipPoolRequest deleteCoipPoolRequest)

      Deletes a pool of customer-owned IP (CoIP) addresses.

      Parameters:
      deleteCoipPoolRequest -
      Returns:
      A Java Future containing the result of the DeleteCoipPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteCoipPool

      default CompletableFuture<DeleteCoipPoolResponse> deleteCoipPool(Consumer<DeleteCoipPoolRequest.Builder> deleteCoipPoolRequest)

      Deletes a pool of customer-owned IP (CoIP) addresses.


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

      Parameters:
      deleteCoipPoolRequest - A Consumer that will call methods on DeleteCoipPoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteCoipPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteCustomerGateway

      default CompletableFuture<DeleteCustomerGatewayResponse> deleteCustomerGateway(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)

      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:
      A Java Future containing the result of the DeleteCustomerGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteCustomerGateway

      default CompletableFuture<DeleteCustomerGatewayResponse> deleteCustomerGateway(Consumer<DeleteCustomerGatewayRequest.Builder> deleteCustomerGatewayRequest)

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


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

      Parameters:
      deleteCustomerGatewayRequest - A Consumer that will call methods on DeleteCustomerGatewayRequest.Builder to create a request. Contains the parameters for DeleteCustomerGateway.
      Returns:
      A Java Future containing the result of the DeleteCustomerGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteDhcpOptions

      default CompletableFuture<DeleteDhcpOptionsResponse> deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)

      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:
      A Java Future containing the result of the DeleteDhcpOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteDhcpOptions

      default CompletableFuture<DeleteDhcpOptionsResponse> deleteDhcpOptions(Consumer<DeleteDhcpOptionsRequest.Builder> deleteDhcpOptionsRequest)

      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.


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

      Parameters:
      deleteDhcpOptionsRequest - A Consumer that will call methods on DeleteDhcpOptionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteDhcpOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteEgressOnlyInternetGateway

      default CompletableFuture<DeleteEgressOnlyInternetGatewayResponse> deleteEgressOnlyInternetGateway(DeleteEgressOnlyInternetGatewayRequest deleteEgressOnlyInternetGatewayRequest)

      Deletes an egress-only internet gateway.

      Parameters:
      deleteEgressOnlyInternetGatewayRequest -
      Returns:
      A Java Future containing the result of the DeleteEgressOnlyInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteEgressOnlyInternetGateway

      default CompletableFuture<DeleteEgressOnlyInternetGatewayResponse> deleteEgressOnlyInternetGateway(Consumer<DeleteEgressOnlyInternetGatewayRequest.Builder> deleteEgressOnlyInternetGatewayRequest)

      Deletes an egress-only internet gateway.


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

      Parameters:
      deleteEgressOnlyInternetGatewayRequest - A Consumer that will call methods on DeleteEgressOnlyInternetGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteEgressOnlyInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteFleets

      default CompletableFuture<DeleteFleetsResponse> deleteFleets(DeleteFleetsRequest deleteFleetsRequest)

      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. Up to 1000 instances can be terminated in a single request to delete instant fleets. A deleted instant fleet with running instances is not supported.

      Restrictions

      • You can delete up to 25 fleets of type instant in a single request.

      • You can delete up to 100 fleets of type maintain or request in a single request.

      • You can delete up to 125 fleets in a single request, provided you do not exceed the quota for each fleet type, as specified above.

      • If you exceed the specified number of fleets to delete, no fleets are deleted.

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

      Parameters:
      deleteFleetsRequest -
      Returns:
      A Java Future containing the result of the DeleteFleets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteFleets

      default CompletableFuture<DeleteFleetsResponse> deleteFleets(Consumer<DeleteFleetsRequest.Builder> deleteFleetsRequest)

      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. Up to 1000 instances can be terminated in a single request to delete instant fleets. A deleted instant fleet with running instances is not supported.

      Restrictions

      • You can delete up to 25 fleets of type instant in a single request.

      • You can delete up to 100 fleets of type maintain or request in a single request.

      • You can delete up to 125 fleets in a single request, provided you do not exceed the quota for each fleet type, as specified above.

      • If you exceed the specified number of fleets to delete, no fleets are deleted.

      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:
      A Java Future containing the result of the DeleteFleets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteFlowLogs

      default CompletableFuture<DeleteFlowLogsResponse> deleteFlowLogs(DeleteFlowLogsRequest deleteFlowLogsRequest)

      Deletes one or more flow logs.

      Parameters:
      deleteFlowLogsRequest -
      Returns:
      A Java Future containing the result of the DeleteFlowLogs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteFlowLogs

      default CompletableFuture<DeleteFlowLogsResponse> deleteFlowLogs(Consumer<DeleteFlowLogsRequest.Builder> deleteFlowLogsRequest)

      Deletes one or more flow logs.


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

      Parameters:
      deleteFlowLogsRequest - A Consumer that will call methods on DeleteFlowLogsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteFlowLogs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteFpgaImage

      default CompletableFuture<DeleteFpgaImageResponse> deleteFpgaImage(DeleteFpgaImageRequest deleteFpgaImageRequest)

      Deletes the specified Amazon FPGA Image (AFI).

      Parameters:
      deleteFpgaImageRequest -
      Returns:
      A Java Future containing the result of the DeleteFpgaImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteFpgaImage

      default CompletableFuture<DeleteFpgaImageResponse> deleteFpgaImage(Consumer<DeleteFpgaImageRequest.Builder> deleteFpgaImageRequest)

      Deletes the specified Amazon FPGA Image (AFI).


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

      Parameters:
      deleteFpgaImageRequest - A Consumer that will call methods on DeleteFpgaImageRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteFpgaImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteInstanceConnectEndpoint

      default CompletableFuture<DeleteInstanceConnectEndpointResponse> deleteInstanceConnectEndpoint(DeleteInstanceConnectEndpointRequest deleteInstanceConnectEndpointRequest)

      Deletes the specified EC2 Instance Connect Endpoint.

      Parameters:
      deleteInstanceConnectEndpointRequest -
      Returns:
      A Java Future containing the result of the DeleteInstanceConnectEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteInstanceConnectEndpoint

      default CompletableFuture<DeleteInstanceConnectEndpointResponse> deleteInstanceConnectEndpoint(Consumer<DeleteInstanceConnectEndpointRequest.Builder> deleteInstanceConnectEndpointRequest)

      Deletes the specified EC2 Instance Connect Endpoint.


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

      Parameters:
      deleteInstanceConnectEndpointRequest - A Consumer that will call methods on DeleteInstanceConnectEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteInstanceConnectEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteInstanceEventWindow

      default CompletableFuture<DeleteInstanceEventWindowResponse> deleteInstanceEventWindow(DeleteInstanceEventWindowRequest deleteInstanceEventWindowRequest)

      Deletes the specified event window.

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

      Parameters:
      deleteInstanceEventWindowRequest -
      Returns:
      A Java Future containing the result of the DeleteInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteInstanceEventWindow

      default CompletableFuture<DeleteInstanceEventWindowResponse> deleteInstanceEventWindow(Consumer<DeleteInstanceEventWindowRequest.Builder> deleteInstanceEventWindowRequest)

      Deletes the specified event window.

      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 DeleteInstanceEventWindowRequest.Builder avoiding the need to create one manually via DeleteInstanceEventWindowRequest.builder()

      Parameters:
      deleteInstanceEventWindowRequest - A Consumer that will call methods on DeleteInstanceEventWindowRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteInternetGateway

      default CompletableFuture<DeleteInternetGatewayResponse> deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)

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

      Parameters:
      deleteInternetGatewayRequest -
      Returns:
      A Java Future containing the result of the DeleteInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteInternetGateway

      default CompletableFuture<DeleteInternetGatewayResponse> deleteInternetGateway(Consumer<DeleteInternetGatewayRequest.Builder> deleteInternetGatewayRequest)

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


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

      Parameters:
      deleteInternetGatewayRequest - A Consumer that will call methods on DeleteInternetGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIpam

      default CompletableFuture<DeleteIpamResponse> deleteIpam(DeleteIpamRequest deleteIpamRequest)

      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:
      A Java Future containing the result of the DeleteIpam operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIpam

      default CompletableFuture<DeleteIpamResponse> deleteIpam(Consumer<DeleteIpamRequest.Builder> deleteIpamRequest)

      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.


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

      Parameters:
      deleteIpamRequest - A Consumer that will call methods on DeleteIpamRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteIpam operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIpamPool

      default CompletableFuture<DeleteIpamPoolResponse> deleteIpamPool(DeleteIpamPoolRequest deleteIpamPoolRequest)

      Delete an IPAM pool.

      You cannot delete an IPAM pool if there are allocations in it or CIDRs provisioned to it. To release allocations, see ReleaseIpamPoolAllocation. To deprovision pool CIDRs, see DeprovisionIpamPoolCidr.

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

      Parameters:
      deleteIpamPoolRequest -
      Returns:
      A Java Future containing the result of the DeleteIpamPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIpamPool

      default CompletableFuture<DeleteIpamPoolResponse> deleteIpamPool(Consumer<DeleteIpamPoolRequest.Builder> deleteIpamPoolRequest)

      Delete an IPAM pool.

      You cannot delete an IPAM pool if there are allocations in it or CIDRs provisioned to it. To release allocations, see ReleaseIpamPoolAllocation. To deprovision pool CIDRs, see DeprovisionIpamPoolCidr.

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


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

      Parameters:
      deleteIpamPoolRequest - A Consumer that will call methods on DeleteIpamPoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteIpamPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIpamResourceDiscovery

      default CompletableFuture<DeleteIpamResourceDiscoveryResponse> deleteIpamResourceDiscovery(DeleteIpamResourceDiscoveryRequest deleteIpamResourceDiscoveryRequest)

      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:
      A Java Future containing the result of the DeleteIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIpamResourceDiscovery

      default CompletableFuture<DeleteIpamResourceDiscoveryResponse> deleteIpamResourceDiscovery(Consumer<DeleteIpamResourceDiscoveryRequest.Builder> deleteIpamResourceDiscoveryRequest)

      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.


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

      Parameters:
      deleteIpamResourceDiscoveryRequest - A Consumer that will call methods on DeleteIpamResourceDiscoveryRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIpamScope

      default CompletableFuture<DeleteIpamScopeResponse> deleteIpamScope(DeleteIpamScopeRequest deleteIpamScopeRequest)

      Delete the scope for an IPAM. You cannot delete the default scopes.

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

      Parameters:
      deleteIpamScopeRequest -
      Returns:
      A Java Future containing the result of the DeleteIpamScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteIpamScope

      default CompletableFuture<DeleteIpamScopeResponse> deleteIpamScope(Consumer<DeleteIpamScopeRequest.Builder> deleteIpamScopeRequest)

      Delete the scope for an IPAM. You cannot delete the default scopes.

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


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

      Parameters:
      deleteIpamScopeRequest - A Consumer that will call methods on DeleteIpamScopeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteIpamScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteKeyPair

      default CompletableFuture<DeleteKeyPairResponse> deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)

      Deletes the specified key pair, by removing the public key from Amazon EC2.

      Parameters:
      deleteKeyPairRequest -
      Returns:
      A Java Future containing the result of the DeleteKeyPair operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteKeyPair

      default CompletableFuture<DeleteKeyPairResponse> deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest)

      Deletes the specified key pair, by removing the public key from Amazon EC2.


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

      Parameters:
      deleteKeyPairRequest - A Consumer that will call methods on DeleteKeyPairRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteKeyPair operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLaunchTemplate

      default CompletableFuture<DeleteLaunchTemplateResponse> deleteLaunchTemplate(DeleteLaunchTemplateRequest deleteLaunchTemplateRequest)

      Deletes a launch template. Deleting a launch template deletes all of its versions.

      Parameters:
      deleteLaunchTemplateRequest -
      Returns:
      A Java Future containing the result of the DeleteLaunchTemplate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLaunchTemplate

      default CompletableFuture<DeleteLaunchTemplateResponse> deleteLaunchTemplate(Consumer<DeleteLaunchTemplateRequest.Builder> deleteLaunchTemplateRequest)

      Deletes a launch template. Deleting a launch template deletes all of its versions.


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

      Parameters:
      deleteLaunchTemplateRequest - A Consumer that will call methods on DeleteLaunchTemplateRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteLaunchTemplate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLaunchTemplateVersions

      default CompletableFuture<DeleteLaunchTemplateVersionsResponse> deleteLaunchTemplateVersions(DeleteLaunchTemplateVersionsRequest deleteLaunchTemplateVersionsRequest)

      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:
      A Java Future containing the result of the DeleteLaunchTemplateVersions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLaunchTemplateVersions

      default CompletableFuture<DeleteLaunchTemplateVersionsResponse> deleteLaunchTemplateVersions(Consumer<DeleteLaunchTemplateVersionsRequest.Builder> deleteLaunchTemplateVersionsRequest)

      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.


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

      Parameters:
      deleteLaunchTemplateVersionsRequest - A Consumer that will call methods on DeleteLaunchTemplateVersionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteLaunchTemplateVersions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLocalGatewayRoute

      default CompletableFuture<DeleteLocalGatewayRouteResponse> deleteLocalGatewayRoute(DeleteLocalGatewayRouteRequest deleteLocalGatewayRouteRequest)

      Deletes the specified route from the specified local gateway route table.

      Parameters:
      deleteLocalGatewayRouteRequest -
      Returns:
      A Java Future containing the result of the DeleteLocalGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLocalGatewayRoute

      default CompletableFuture<DeleteLocalGatewayRouteResponse> deleteLocalGatewayRoute(Consumer<DeleteLocalGatewayRouteRequest.Builder> deleteLocalGatewayRouteRequest)

      Deletes the specified route from the specified local gateway route table.


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

      Parameters:
      deleteLocalGatewayRouteRequest - A Consumer that will call methods on DeleteLocalGatewayRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteLocalGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLocalGatewayRouteTable

      default CompletableFuture<DeleteLocalGatewayRouteTableResponse> deleteLocalGatewayRouteTable(DeleteLocalGatewayRouteTableRequest deleteLocalGatewayRouteTableRequest)

      Deletes a local gateway route table.

      Parameters:
      deleteLocalGatewayRouteTableRequest -
      Returns:
      A Java Future containing the result of the DeleteLocalGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLocalGatewayRouteTable

      default CompletableFuture<DeleteLocalGatewayRouteTableResponse> deleteLocalGatewayRouteTable(Consumer<DeleteLocalGatewayRouteTableRequest.Builder> deleteLocalGatewayRouteTableRequest)

      Deletes a local gateway route table.


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

      Parameters:
      deleteLocalGatewayRouteTableRequest - A Consumer that will call methods on DeleteLocalGatewayRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteLocalGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation

      default CompletableFuture<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse> deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest)

      Deletes a local gateway route table virtual interface group association.

      Parameters:
      deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest -
      Returns:
      A Java Future containing the result of the DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation

      default CompletableFuture<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse> deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(Consumer<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.Builder> deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest)

      Deletes a local gateway route table virtual interface group association.


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

      Parameters:
      deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest - A Consumer that will call methods on DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLocalGatewayRouteTableVpcAssociation

      default CompletableFuture<DeleteLocalGatewayRouteTableVpcAssociationResponse> deleteLocalGatewayRouteTableVpcAssociation(DeleteLocalGatewayRouteTableVpcAssociationRequest deleteLocalGatewayRouteTableVpcAssociationRequest)

      Deletes the specified association between a VPC and local gateway route table.

      Parameters:
      deleteLocalGatewayRouteTableVpcAssociationRequest -
      Returns:
      A Java Future containing the result of the DeleteLocalGatewayRouteTableVpcAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteLocalGatewayRouteTableVpcAssociation

      default CompletableFuture<DeleteLocalGatewayRouteTableVpcAssociationResponse> deleteLocalGatewayRouteTableVpcAssociation(Consumer<DeleteLocalGatewayRouteTableVpcAssociationRequest.Builder> deleteLocalGatewayRouteTableVpcAssociationRequest)

      Deletes the specified association between a VPC and local gateway route table.


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

      Parameters:
      deleteLocalGatewayRouteTableVpcAssociationRequest - A Consumer that will call methods on DeleteLocalGatewayRouteTableVpcAssociationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteLocalGatewayRouteTableVpcAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteManagedPrefixList

      default CompletableFuture<DeleteManagedPrefixListResponse> deleteManagedPrefixList(DeleteManagedPrefixListRequest deleteManagedPrefixListRequest)

      Deletes the specified managed prefix list. You must first remove all references to the prefix list in your resources.

      Parameters:
      deleteManagedPrefixListRequest -
      Returns:
      A Java Future containing the result of the DeleteManagedPrefixList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteManagedPrefixList

      default CompletableFuture<DeleteManagedPrefixListResponse> deleteManagedPrefixList(Consumer<DeleteManagedPrefixListRequest.Builder> deleteManagedPrefixListRequest)

      Deletes the specified managed prefix list. You must first remove all references to the prefix list in your resources.


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

      Parameters:
      deleteManagedPrefixListRequest - A Consumer that will call methods on DeleteManagedPrefixListRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteManagedPrefixList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNatGateway

      default CompletableFuture<DeleteNatGatewayResponse> deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest)

      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:
      A Java Future containing the result of the DeleteNatGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNatGateway

      default CompletableFuture<DeleteNatGatewayResponse> deleteNatGateway(Consumer<DeleteNatGatewayRequest.Builder> deleteNatGatewayRequest)

      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.


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

      Parameters:
      deleteNatGatewayRequest - A Consumer that will call methods on DeleteNatGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteNatGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkAcl

      default CompletableFuture<DeleteNetworkAclResponse> deleteNetworkAcl(DeleteNetworkAclRequest deleteNetworkAclRequest)

      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:
      A Java Future containing the result of the DeleteNetworkAcl operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkAcl

      default CompletableFuture<DeleteNetworkAclResponse> deleteNetworkAcl(Consumer<DeleteNetworkAclRequest.Builder> deleteNetworkAclRequest)

      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.


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

      Parameters:
      deleteNetworkAclRequest - A Consumer that will call methods on DeleteNetworkAclRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteNetworkAcl operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkAclEntry

      default CompletableFuture<DeleteNetworkAclEntryResponse> deleteNetworkAclEntry(DeleteNetworkAclEntryRequest deleteNetworkAclEntryRequest)

      Deletes the specified ingress or egress entry (rule) from the specified network ACL.

      Parameters:
      deleteNetworkAclEntryRequest -
      Returns:
      A Java Future containing the result of the DeleteNetworkAclEntry operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkAclEntry

      default CompletableFuture<DeleteNetworkAclEntryResponse> deleteNetworkAclEntry(Consumer<DeleteNetworkAclEntryRequest.Builder> deleteNetworkAclEntryRequest)

      Deletes the specified ingress or egress entry (rule) from the specified network ACL.


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

      Parameters:
      deleteNetworkAclEntryRequest - A Consumer that will call methods on DeleteNetworkAclEntryRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteNetworkAclEntry operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInsightsAccessScope

      default CompletableFuture<DeleteNetworkInsightsAccessScopeResponse> deleteNetworkInsightsAccessScope(DeleteNetworkInsightsAccessScopeRequest deleteNetworkInsightsAccessScopeRequest)

      Deletes the specified Network Access Scope.

      Parameters:
      deleteNetworkInsightsAccessScopeRequest -
      Returns:
      A Java Future containing the result of the DeleteNetworkInsightsAccessScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInsightsAccessScope

      default CompletableFuture<DeleteNetworkInsightsAccessScopeResponse> deleteNetworkInsightsAccessScope(Consumer<DeleteNetworkInsightsAccessScopeRequest.Builder> deleteNetworkInsightsAccessScopeRequest)

      Deletes the specified Network Access Scope.


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

      Parameters:
      deleteNetworkInsightsAccessScopeRequest - A Consumer that will call methods on DeleteNetworkInsightsAccessScopeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteNetworkInsightsAccessScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInsightsAccessScopeAnalysis

      default CompletableFuture<DeleteNetworkInsightsAccessScopeAnalysisResponse> deleteNetworkInsightsAccessScopeAnalysis(DeleteNetworkInsightsAccessScopeAnalysisRequest deleteNetworkInsightsAccessScopeAnalysisRequest)

      Deletes the specified Network Access Scope analysis.

      Parameters:
      deleteNetworkInsightsAccessScopeAnalysisRequest -
      Returns:
      A Java Future containing the result of the DeleteNetworkInsightsAccessScopeAnalysis operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInsightsAccessScopeAnalysis

      default CompletableFuture<DeleteNetworkInsightsAccessScopeAnalysisResponse> deleteNetworkInsightsAccessScopeAnalysis(Consumer<DeleteNetworkInsightsAccessScopeAnalysisRequest.Builder> deleteNetworkInsightsAccessScopeAnalysisRequest)

      Deletes the specified Network Access Scope analysis.


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

      Parameters:
      deleteNetworkInsightsAccessScopeAnalysisRequest - A Consumer that will call methods on DeleteNetworkInsightsAccessScopeAnalysisRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteNetworkInsightsAccessScopeAnalysis operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInsightsAnalysis

      default CompletableFuture<DeleteNetworkInsightsAnalysisResponse> deleteNetworkInsightsAnalysis(DeleteNetworkInsightsAnalysisRequest deleteNetworkInsightsAnalysisRequest)

      Deletes the specified network insights analysis.

      Parameters:
      deleteNetworkInsightsAnalysisRequest -
      Returns:
      A Java Future containing the result of the DeleteNetworkInsightsAnalysis operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInsightsAnalysis

      default CompletableFuture<DeleteNetworkInsightsAnalysisResponse> deleteNetworkInsightsAnalysis(Consumer<DeleteNetworkInsightsAnalysisRequest.Builder> deleteNetworkInsightsAnalysisRequest)

      Deletes the specified network insights analysis.


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

      Parameters:
      deleteNetworkInsightsAnalysisRequest - A Consumer that will call methods on DeleteNetworkInsightsAnalysisRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteNetworkInsightsAnalysis operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInsightsPath

      default CompletableFuture<DeleteNetworkInsightsPathResponse> deleteNetworkInsightsPath(DeleteNetworkInsightsPathRequest deleteNetworkInsightsPathRequest)

      Deletes the specified path.

      Parameters:
      deleteNetworkInsightsPathRequest -
      Returns:
      A Java Future containing the result of the DeleteNetworkInsightsPath operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInsightsPath

      default CompletableFuture<DeleteNetworkInsightsPathResponse> deleteNetworkInsightsPath(Consumer<DeleteNetworkInsightsPathRequest.Builder> deleteNetworkInsightsPathRequest)

      Deletes the specified path.


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

      Parameters:
      deleteNetworkInsightsPathRequest - A Consumer that will call methods on DeleteNetworkInsightsPathRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteNetworkInsightsPath operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInterface

      default CompletableFuture<DeleteNetworkInterfaceResponse> deleteNetworkInterface(DeleteNetworkInterfaceRequest deleteNetworkInterfaceRequest)

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

      Parameters:
      deleteNetworkInterfaceRequest - Contains the parameters for DeleteNetworkInterface.
      Returns:
      A Java Future containing the result of the DeleteNetworkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInterface

      default CompletableFuture<DeleteNetworkInterfaceResponse> deleteNetworkInterface(Consumer<DeleteNetworkInterfaceRequest.Builder> deleteNetworkInterfaceRequest)

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


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

      Parameters:
      deleteNetworkInterfaceRequest - A Consumer that will call methods on DeleteNetworkInterfaceRequest.Builder to create a request. Contains the parameters for DeleteNetworkInterface.
      Returns:
      A Java Future containing the result of the DeleteNetworkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInterfacePermission

      default CompletableFuture<DeleteNetworkInterfacePermissionResponse> deleteNetworkInterfacePermission(DeleteNetworkInterfacePermissionRequest deleteNetworkInterfacePermissionRequest)

      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:
      A Java Future containing the result of the DeleteNetworkInterfacePermission operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteNetworkInterfacePermission

      default CompletableFuture<DeleteNetworkInterfacePermissionResponse> deleteNetworkInterfacePermission(Consumer<DeleteNetworkInterfacePermissionRequest.Builder> deleteNetworkInterfacePermissionRequest)

      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.


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

      Parameters:
      deleteNetworkInterfacePermissionRequest - A Consumer that will call methods on DeleteNetworkInterfacePermissionRequest.Builder to create a request. Contains the parameters for DeleteNetworkInterfacePermission.
      Returns:
      A Java Future containing the result of the DeleteNetworkInterfacePermission operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deletePlacementGroup

      default CompletableFuture<DeletePlacementGroupResponse> deletePlacementGroup(DeletePlacementGroupRequest deletePlacementGroupRequest)

      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:
      A Java Future containing the result of the DeletePlacementGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deletePlacementGroup

      default CompletableFuture<DeletePlacementGroupResponse> deletePlacementGroup(Consumer<DeletePlacementGroupRequest.Builder> deletePlacementGroupRequest)

      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.


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

      Parameters:
      deletePlacementGroupRequest - A Consumer that will call methods on DeletePlacementGroupRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeletePlacementGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deletePublicIpv4Pool

      default CompletableFuture<DeletePublicIpv4PoolResponse> deletePublicIpv4Pool(DeletePublicIpv4PoolRequest deletePublicIpv4PoolRequest)

      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:
      A Java Future containing the result of the DeletePublicIpv4Pool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deletePublicIpv4Pool

      default CompletableFuture<DeletePublicIpv4PoolResponse> deletePublicIpv4Pool(Consumer<DeletePublicIpv4PoolRequest.Builder> deletePublicIpv4PoolRequest)

      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.


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

      Parameters:
      deletePublicIpv4PoolRequest - A Consumer that will call methods on DeletePublicIpv4PoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeletePublicIpv4Pool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteQueuedReservedInstances

      default CompletableFuture<DeleteQueuedReservedInstancesResponse> deleteQueuedReservedInstances(DeleteQueuedReservedInstancesRequest deleteQueuedReservedInstancesRequest)

      Deletes the queued purchases for the specified Reserved Instances.

      Parameters:
      deleteQueuedReservedInstancesRequest -
      Returns:
      A Java Future containing the result of the DeleteQueuedReservedInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteQueuedReservedInstances

      default CompletableFuture<DeleteQueuedReservedInstancesResponse> deleteQueuedReservedInstances(Consumer<DeleteQueuedReservedInstancesRequest.Builder> deleteQueuedReservedInstancesRequest)

      Deletes the queued purchases for the specified Reserved Instances.


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

      Parameters:
      deleteQueuedReservedInstancesRequest - A Consumer that will call methods on DeleteQueuedReservedInstancesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteQueuedReservedInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteRoute

      default CompletableFuture<DeleteRouteResponse> deleteRoute(DeleteRouteRequest deleteRouteRequest)

      Deletes the specified route from the specified route table.

      Parameters:
      deleteRouteRequest -
      Returns:
      A Java Future containing the result of the DeleteRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteRoute

      default CompletableFuture<DeleteRouteResponse> deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest)

      Deletes the specified route from the specified route table.


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

      Parameters:
      deleteRouteRequest - A Consumer that will call methods on DeleteRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteRouteTable

      default CompletableFuture<DeleteRouteTableResponse> deleteRouteTable(DeleteRouteTableRequest deleteRouteTableRequest)

      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:
      A Java Future containing the result of the DeleteRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteRouteTable

      default CompletableFuture<DeleteRouteTableResponse> deleteRouteTable(Consumer<DeleteRouteTableRequest.Builder> deleteRouteTableRequest)

      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.


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

      Parameters:
      deleteRouteTableRequest - A Consumer that will call methods on DeleteRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSecurityGroup

      default CompletableFuture<DeleteSecurityGroupResponse> deleteSecurityGroup(DeleteSecurityGroupRequest deleteSecurityGroupRequest)

      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:
      A Java Future containing the result of the DeleteSecurityGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSecurityGroup

      default CompletableFuture<DeleteSecurityGroupResponse> deleteSecurityGroup(Consumer<DeleteSecurityGroupRequest.Builder> deleteSecurityGroupRequest)

      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.


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

      Parameters:
      deleteSecurityGroupRequest - A Consumer that will call methods on DeleteSecurityGroupRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteSecurityGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSnapshot

      default CompletableFuture<DeleteSnapshotResponse> deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)

      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:
      A Java Future containing the result of the DeleteSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSnapshot

      default CompletableFuture<DeleteSnapshotResponse> deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)

      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:
      A Java Future containing the result of the DeleteSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSpotDatafeedSubscription

      default CompletableFuture<DeleteSpotDatafeedSubscriptionResponse> deleteSpotDatafeedSubscription(DeleteSpotDatafeedSubscriptionRequest deleteSpotDatafeedSubscriptionRequest)

      Deletes the data feed for Spot Instances.

      Parameters:
      deleteSpotDatafeedSubscriptionRequest - Contains the parameters for DeleteSpotDatafeedSubscription.
      Returns:
      A Java Future containing the result of the DeleteSpotDatafeedSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSpotDatafeedSubscription

      default CompletableFuture<DeleteSpotDatafeedSubscriptionResponse> deleteSpotDatafeedSubscription(Consumer<DeleteSpotDatafeedSubscriptionRequest.Builder> deleteSpotDatafeedSubscriptionRequest)

      Deletes the data feed for Spot Instances.


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

      Parameters:
      deleteSpotDatafeedSubscriptionRequest - A Consumer that will call methods on DeleteSpotDatafeedSubscriptionRequest.Builder to create a request. Contains the parameters for DeleteSpotDatafeedSubscription.
      Returns:
      A Java Future containing the result of the DeleteSpotDatafeedSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSpotDatafeedSubscription

      default CompletableFuture<DeleteSpotDatafeedSubscriptionResponse> deleteSpotDatafeedSubscription()

      Deletes the data feed for Spot Instances.

      Returns:
      A Java Future containing the result of the DeleteSpotDatafeedSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSubnet

      default CompletableFuture<DeleteSubnetResponse> deleteSubnet(DeleteSubnetRequest deleteSubnetRequest)

      Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.

      Parameters:
      deleteSubnetRequest -
      Returns:
      A Java Future containing the result of the DeleteSubnet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSubnet

      default CompletableFuture<DeleteSubnetResponse> deleteSubnet(Consumer<DeleteSubnetRequest.Builder> deleteSubnetRequest)

      Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.


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

      Parameters:
      deleteSubnetRequest - A Consumer that will call methods on DeleteSubnetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteSubnet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSubnetCidrReservation

      default CompletableFuture<DeleteSubnetCidrReservationResponse> deleteSubnetCidrReservation(DeleteSubnetCidrReservationRequest deleteSubnetCidrReservationRequest)

      Deletes a subnet CIDR reservation.

      Parameters:
      deleteSubnetCidrReservationRequest -
      Returns:
      A Java Future containing the result of the DeleteSubnetCidrReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteSubnetCidrReservation

      default CompletableFuture<DeleteSubnetCidrReservationResponse> deleteSubnetCidrReservation(Consumer<DeleteSubnetCidrReservationRequest.Builder> deleteSubnetCidrReservationRequest)

      Deletes a subnet CIDR reservation.


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

      Parameters:
      deleteSubnetCidrReservationRequest - A Consumer that will call methods on DeleteSubnetCidrReservationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteSubnetCidrReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTags

      default CompletableFuture<DeleteTagsResponse> deleteTags(DeleteTagsRequest deleteTagsRequest)

      Deletes the specified set of tags from the specified set of resources.

      To list the current tags, use DescribeTags. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

      Parameters:
      deleteTagsRequest -
      Returns:
      A Java Future containing the result of the DeleteTags operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTags

      default CompletableFuture<DeleteTagsResponse> deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)

      Deletes the specified set of tags from the specified set of resources.

      To list the current tags, use DescribeTags. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.


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

      Parameters:
      deleteTagsRequest - A Consumer that will call methods on DeleteTagsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTags operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTrafficMirrorFilter

      default CompletableFuture<DeleteTrafficMirrorFilterResponse> deleteTrafficMirrorFilter(DeleteTrafficMirrorFilterRequest deleteTrafficMirrorFilterRequest)

      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:
      A Java Future containing the result of the DeleteTrafficMirrorFilter operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTrafficMirrorFilter

      default CompletableFuture<DeleteTrafficMirrorFilterResponse> deleteTrafficMirrorFilter(Consumer<DeleteTrafficMirrorFilterRequest.Builder> deleteTrafficMirrorFilterRequest)

      Deletes the specified Traffic Mirror filter.

      You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.


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

      Parameters:
      deleteTrafficMirrorFilterRequest - A Consumer that will call methods on DeleteTrafficMirrorFilterRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTrafficMirrorFilter operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTrafficMirrorFilterRule

      default CompletableFuture<DeleteTrafficMirrorFilterRuleResponse> deleteTrafficMirrorFilterRule(DeleteTrafficMirrorFilterRuleRequest deleteTrafficMirrorFilterRuleRequest)

      Deletes the specified Traffic Mirror rule.

      Parameters:
      deleteTrafficMirrorFilterRuleRequest -
      Returns:
      A Java Future containing the result of the DeleteTrafficMirrorFilterRule operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTrafficMirrorFilterRule

      default CompletableFuture<DeleteTrafficMirrorFilterRuleResponse> deleteTrafficMirrorFilterRule(Consumer<DeleteTrafficMirrorFilterRuleRequest.Builder> deleteTrafficMirrorFilterRuleRequest)

      Deletes the specified Traffic Mirror rule.


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

      Parameters:
      deleteTrafficMirrorFilterRuleRequest - A Consumer that will call methods on DeleteTrafficMirrorFilterRuleRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTrafficMirrorFilterRule operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTrafficMirrorSession

      default CompletableFuture<DeleteTrafficMirrorSessionResponse> deleteTrafficMirrorSession(DeleteTrafficMirrorSessionRequest deleteTrafficMirrorSessionRequest)

      Deletes the specified Traffic Mirror session.

      Parameters:
      deleteTrafficMirrorSessionRequest -
      Returns:
      A Java Future containing the result of the DeleteTrafficMirrorSession operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTrafficMirrorSession

      default CompletableFuture<DeleteTrafficMirrorSessionResponse> deleteTrafficMirrorSession(Consumer<DeleteTrafficMirrorSessionRequest.Builder> deleteTrafficMirrorSessionRequest)

      Deletes the specified Traffic Mirror session.


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

      Parameters:
      deleteTrafficMirrorSessionRequest - A Consumer that will call methods on DeleteTrafficMirrorSessionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTrafficMirrorSession operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTrafficMirrorTarget

      default CompletableFuture<DeleteTrafficMirrorTargetResponse> deleteTrafficMirrorTarget(DeleteTrafficMirrorTargetRequest deleteTrafficMirrorTargetRequest)

      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:
      A Java Future containing the result of the DeleteTrafficMirrorTarget operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTrafficMirrorTarget

      default CompletableFuture<DeleteTrafficMirrorTargetResponse> deleteTrafficMirrorTarget(Consumer<DeleteTrafficMirrorTargetRequest.Builder> deleteTrafficMirrorTargetRequest)

      Deletes the specified Traffic Mirror target.

      You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.


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

      Parameters:
      deleteTrafficMirrorTargetRequest - A Consumer that will call methods on DeleteTrafficMirrorTargetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTrafficMirrorTarget operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGateway

      default CompletableFuture<DeleteTransitGatewayResponse> deleteTransitGateway(DeleteTransitGatewayRequest deleteTransitGatewayRequest)

      Deletes the specified transit gateway.

      Parameters:
      deleteTransitGatewayRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGateway

      default CompletableFuture<DeleteTransitGatewayResponse> deleteTransitGateway(Consumer<DeleteTransitGatewayRequest.Builder> deleteTransitGatewayRequest)

      Deletes the specified transit gateway.


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

      Parameters:
      deleteTransitGatewayRequest - A Consumer that will call methods on DeleteTransitGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayConnect

      default CompletableFuture<DeleteTransitGatewayConnectResponse> deleteTransitGatewayConnect(DeleteTransitGatewayConnectRequest deleteTransitGatewayConnectRequest)

      Deletes the specified Connect attachment. You must first delete any Connect peers for the attachment.

      Parameters:
      deleteTransitGatewayConnectRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayConnect operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayConnect

      default CompletableFuture<DeleteTransitGatewayConnectResponse> deleteTransitGatewayConnect(Consumer<DeleteTransitGatewayConnectRequest.Builder> deleteTransitGatewayConnectRequest)

      Deletes the specified Connect attachment. You must first delete any Connect peers for the attachment.


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

      Parameters:
      deleteTransitGatewayConnectRequest - A Consumer that will call methods on DeleteTransitGatewayConnectRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayConnect operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayConnectPeer

      default CompletableFuture<DeleteTransitGatewayConnectPeerResponse> deleteTransitGatewayConnectPeer(DeleteTransitGatewayConnectPeerRequest deleteTransitGatewayConnectPeerRequest)

      Deletes the specified Connect peer.

      Parameters:
      deleteTransitGatewayConnectPeerRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayConnectPeer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayConnectPeer

      default CompletableFuture<DeleteTransitGatewayConnectPeerResponse> deleteTransitGatewayConnectPeer(Consumer<DeleteTransitGatewayConnectPeerRequest.Builder> deleteTransitGatewayConnectPeerRequest)

      Deletes the specified Connect peer.


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

      Parameters:
      deleteTransitGatewayConnectPeerRequest - A Consumer that will call methods on DeleteTransitGatewayConnectPeerRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayConnectPeer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayMulticastDomain

      default CompletableFuture<DeleteTransitGatewayMulticastDomainResponse> deleteTransitGatewayMulticastDomain(DeleteTransitGatewayMulticastDomainRequest deleteTransitGatewayMulticastDomainRequest)

      Deletes the specified transit gateway multicast domain.

      Parameters:
      deleteTransitGatewayMulticastDomainRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayMulticastDomain operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayMulticastDomain

      default CompletableFuture<DeleteTransitGatewayMulticastDomainResponse> deleteTransitGatewayMulticastDomain(Consumer<DeleteTransitGatewayMulticastDomainRequest.Builder> deleteTransitGatewayMulticastDomainRequest)

      Deletes the specified transit gateway multicast domain.


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

      Parameters:
      deleteTransitGatewayMulticastDomainRequest - A Consumer that will call methods on DeleteTransitGatewayMulticastDomainRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayMulticastDomain operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayPeeringAttachment

      default CompletableFuture<DeleteTransitGatewayPeeringAttachmentResponse> deleteTransitGatewayPeeringAttachment(DeleteTransitGatewayPeeringAttachmentRequest deleteTransitGatewayPeeringAttachmentRequest)

      Deletes a transit gateway peering attachment.

      Parameters:
      deleteTransitGatewayPeeringAttachmentRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayPeeringAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayPeeringAttachment

      default CompletableFuture<DeleteTransitGatewayPeeringAttachmentResponse> deleteTransitGatewayPeeringAttachment(Consumer<DeleteTransitGatewayPeeringAttachmentRequest.Builder> deleteTransitGatewayPeeringAttachmentRequest)

      Deletes a transit gateway peering attachment.


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

      Parameters:
      deleteTransitGatewayPeeringAttachmentRequest - A Consumer that will call methods on DeleteTransitGatewayPeeringAttachmentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayPeeringAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayPolicyTable

      default CompletableFuture<DeleteTransitGatewayPolicyTableResponse> deleteTransitGatewayPolicyTable(DeleteTransitGatewayPolicyTableRequest deleteTransitGatewayPolicyTableRequest)

      Deletes the specified transit gateway policy table.

      Parameters:
      deleteTransitGatewayPolicyTableRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayPolicyTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayPolicyTable

      default CompletableFuture<DeleteTransitGatewayPolicyTableResponse> deleteTransitGatewayPolicyTable(Consumer<DeleteTransitGatewayPolicyTableRequest.Builder> deleteTransitGatewayPolicyTableRequest)

      Deletes the specified transit gateway policy table.


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

      Parameters:
      deleteTransitGatewayPolicyTableRequest - A Consumer that will call methods on DeleteTransitGatewayPolicyTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayPolicyTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayPrefixListReference

      default CompletableFuture<DeleteTransitGatewayPrefixListReferenceResponse> deleteTransitGatewayPrefixListReference(DeleteTransitGatewayPrefixListReferenceRequest deleteTransitGatewayPrefixListReferenceRequest)

      Deletes a reference (route) to a prefix list in a specified transit gateway route table.

      Parameters:
      deleteTransitGatewayPrefixListReferenceRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayPrefixListReference operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayPrefixListReference

      default CompletableFuture<DeleteTransitGatewayPrefixListReferenceResponse> deleteTransitGatewayPrefixListReference(Consumer<DeleteTransitGatewayPrefixListReferenceRequest.Builder> deleteTransitGatewayPrefixListReferenceRequest)

      Deletes a reference (route) to a prefix list in a specified transit gateway route table.


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

      Parameters:
      deleteTransitGatewayPrefixListReferenceRequest - A Consumer that will call methods on DeleteTransitGatewayPrefixListReferenceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayPrefixListReference operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayRoute

      default CompletableFuture<DeleteTransitGatewayRouteResponse> deleteTransitGatewayRoute(DeleteTransitGatewayRouteRequest deleteTransitGatewayRouteRequest)

      Deletes the specified route from the specified transit gateway route table.

      Parameters:
      deleteTransitGatewayRouteRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayRoute

      default CompletableFuture<DeleteTransitGatewayRouteResponse> deleteTransitGatewayRoute(Consumer<DeleteTransitGatewayRouteRequest.Builder> deleteTransitGatewayRouteRequest)

      Deletes the specified route from the specified transit gateway route table.


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

      Parameters:
      deleteTransitGatewayRouteRequest - A Consumer that will call methods on DeleteTransitGatewayRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayRouteTable

      default CompletableFuture<DeleteTransitGatewayRouteTableResponse> deleteTransitGatewayRouteTable(DeleteTransitGatewayRouteTableRequest deleteTransitGatewayRouteTableRequest)

      Deletes the specified transit gateway route table. If there are any route tables associated with the transit gateway route table, you must first run DisassociateRouteTable before you can delete the transit gateway route table. This removes any route tables associated with the transit gateway route table.

      Parameters:
      deleteTransitGatewayRouteTableRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayRouteTable

      default CompletableFuture<DeleteTransitGatewayRouteTableResponse> deleteTransitGatewayRouteTable(Consumer<DeleteTransitGatewayRouteTableRequest.Builder> deleteTransitGatewayRouteTableRequest)

      Deletes the specified transit gateway route table. If there are any route tables associated with the transit gateway route table, you must first run DisassociateRouteTable before you can delete the transit gateway route table. This removes any route tables associated with the transit gateway route table.


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

      Parameters:
      deleteTransitGatewayRouteTableRequest - A Consumer that will call methods on DeleteTransitGatewayRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayRouteTableAnnouncement

      default CompletableFuture<DeleteTransitGatewayRouteTableAnnouncementResponse> deleteTransitGatewayRouteTableAnnouncement(DeleteTransitGatewayRouteTableAnnouncementRequest deleteTransitGatewayRouteTableAnnouncementRequest)

      Advertises to the transit gateway that a transit gateway route table is deleted.

      Parameters:
      deleteTransitGatewayRouteTableAnnouncementRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayRouteTableAnnouncement operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayRouteTableAnnouncement

      default CompletableFuture<DeleteTransitGatewayRouteTableAnnouncementResponse> deleteTransitGatewayRouteTableAnnouncement(Consumer<DeleteTransitGatewayRouteTableAnnouncementRequest.Builder> deleteTransitGatewayRouteTableAnnouncementRequest)

      Advertises to the transit gateway that a transit gateway route table is deleted.


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

      Parameters:
      deleteTransitGatewayRouteTableAnnouncementRequest - A Consumer that will call methods on DeleteTransitGatewayRouteTableAnnouncementRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayRouteTableAnnouncement operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayVpcAttachment

      default CompletableFuture<DeleteTransitGatewayVpcAttachmentResponse> deleteTransitGatewayVpcAttachment(DeleteTransitGatewayVpcAttachmentRequest deleteTransitGatewayVpcAttachmentRequest)

      Deletes the specified VPC attachment.

      Parameters:
      deleteTransitGatewayVpcAttachmentRequest -
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteTransitGatewayVpcAttachment

      default CompletableFuture<DeleteTransitGatewayVpcAttachmentResponse> deleteTransitGatewayVpcAttachment(Consumer<DeleteTransitGatewayVpcAttachmentRequest.Builder> deleteTransitGatewayVpcAttachmentRequest)

      Deletes the specified VPC attachment.


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

      Parameters:
      deleteTransitGatewayVpcAttachmentRequest - A Consumer that will call methods on DeleteTransitGatewayVpcAttachmentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVerifiedAccessEndpoint

      default CompletableFuture<DeleteVerifiedAccessEndpointResponse> deleteVerifiedAccessEndpoint(DeleteVerifiedAccessEndpointRequest deleteVerifiedAccessEndpointRequest)

      Delete an Amazon Web Services Verified Access endpoint.

      Parameters:
      deleteVerifiedAccessEndpointRequest -
      Returns:
      A Java Future containing the result of the DeleteVerifiedAccessEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVerifiedAccessEndpoint

      default CompletableFuture<DeleteVerifiedAccessEndpointResponse> deleteVerifiedAccessEndpoint(Consumer<DeleteVerifiedAccessEndpointRequest.Builder> deleteVerifiedAccessEndpointRequest)

      Delete an Amazon Web Services Verified Access endpoint.


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

      Parameters:
      deleteVerifiedAccessEndpointRequest - A Consumer that will call methods on DeleteVerifiedAccessEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteVerifiedAccessEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVerifiedAccessGroup

      default CompletableFuture<DeleteVerifiedAccessGroupResponse> deleteVerifiedAccessGroup(DeleteVerifiedAccessGroupRequest deleteVerifiedAccessGroupRequest)

      Delete an Amazon Web Services Verified Access group.

      Parameters:
      deleteVerifiedAccessGroupRequest -
      Returns:
      A Java Future containing the result of the DeleteVerifiedAccessGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVerifiedAccessGroup

      default CompletableFuture<DeleteVerifiedAccessGroupResponse> deleteVerifiedAccessGroup(Consumer<DeleteVerifiedAccessGroupRequest.Builder> deleteVerifiedAccessGroupRequest)

      Delete an Amazon Web Services Verified Access group.


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

      Parameters:
      deleteVerifiedAccessGroupRequest - A Consumer that will call methods on DeleteVerifiedAccessGroupRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteVerifiedAccessGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVerifiedAccessInstance

      default CompletableFuture<DeleteVerifiedAccessInstanceResponse> deleteVerifiedAccessInstance(DeleteVerifiedAccessInstanceRequest deleteVerifiedAccessInstanceRequest)

      Delete an Amazon Web Services Verified Access instance.

      Parameters:
      deleteVerifiedAccessInstanceRequest -
      Returns:
      A Java Future containing the result of the DeleteVerifiedAccessInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVerifiedAccessInstance

      default CompletableFuture<DeleteVerifiedAccessInstanceResponse> deleteVerifiedAccessInstance(Consumer<DeleteVerifiedAccessInstanceRequest.Builder> deleteVerifiedAccessInstanceRequest)

      Delete an Amazon Web Services Verified Access instance.


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

      Parameters:
      deleteVerifiedAccessInstanceRequest - A Consumer that will call methods on DeleteVerifiedAccessInstanceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteVerifiedAccessInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVerifiedAccessTrustProvider

      default CompletableFuture<DeleteVerifiedAccessTrustProviderResponse> deleteVerifiedAccessTrustProvider(DeleteVerifiedAccessTrustProviderRequest deleteVerifiedAccessTrustProviderRequest)

      Delete an Amazon Web Services Verified Access trust provider.

      Parameters:
      deleteVerifiedAccessTrustProviderRequest -
      Returns:
      A Java Future containing the result of the DeleteVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVerifiedAccessTrustProvider

      default CompletableFuture<DeleteVerifiedAccessTrustProviderResponse> deleteVerifiedAccessTrustProvider(Consumer<DeleteVerifiedAccessTrustProviderRequest.Builder> deleteVerifiedAccessTrustProviderRequest)

      Delete an Amazon Web Services Verified Access trust provider.


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

      Parameters:
      deleteVerifiedAccessTrustProviderRequest - A Consumer that will call methods on DeleteVerifiedAccessTrustProviderRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVolume

      default CompletableFuture<DeleteVolumeResponse> deleteVolume(DeleteVolumeRequest deleteVolumeRequest)

      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:
      A Java Future containing the result of the DeleteVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVolume

      default CompletableFuture<DeleteVolumeResponse> deleteVolume(Consumer<DeleteVolumeRequest.Builder> deleteVolumeRequest)

      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.


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

      Parameters:
      deleteVolumeRequest - A Consumer that will call methods on DeleteVolumeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpc

      default CompletableFuture<DeleteVpcResponse> deleteVpc(DeleteVpcRequest deleteVpcRequest)

      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:
      A Java Future containing the result of the DeleteVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpc

      default CompletableFuture<DeleteVpcResponse> deleteVpc(Consumer<DeleteVpcRequest.Builder> deleteVpcRequest)

      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:
      A Java Future containing the result of the DeleteVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpcEndpointConnectionNotifications

      default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse> deleteVpcEndpointConnectionNotifications(DeleteVpcEndpointConnectionNotificationsRequest deleteVpcEndpointConnectionNotificationsRequest)

      Deletes the specified VPC endpoint connection notifications.

      Parameters:
      deleteVpcEndpointConnectionNotificationsRequest -
      Returns:
      A Java Future containing the result of the DeleteVpcEndpointConnectionNotifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpcEndpointConnectionNotifications

      default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse> deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest)

      Deletes the specified VPC endpoint connection notifications.


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

      Parameters:
      deleteVpcEndpointConnectionNotificationsRequest - A Consumer that will call methods on DeleteVpcEndpointConnectionNotificationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteVpcEndpointConnectionNotifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpcEndpointServiceConfigurations

      default CompletableFuture<DeleteVpcEndpointServiceConfigurationsResponse> deleteVpcEndpointServiceConfigurations(DeleteVpcEndpointServiceConfigurationsRequest deleteVpcEndpointServiceConfigurationsRequest)

      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:
      A Java Future containing the result of the DeleteVpcEndpointServiceConfigurations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpcEndpointServiceConfigurations

      default CompletableFuture<DeleteVpcEndpointServiceConfigurationsResponse> deleteVpcEndpointServiceConfigurations(Consumer<DeleteVpcEndpointServiceConfigurationsRequest.Builder> deleteVpcEndpointServiceConfigurationsRequest)

      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.


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

      Parameters:
      deleteVpcEndpointServiceConfigurationsRequest - A Consumer that will call methods on DeleteVpcEndpointServiceConfigurationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteVpcEndpointServiceConfigurations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpcEndpoints

      default CompletableFuture<DeleteVpcEndpointsResponse> deleteVpcEndpoints(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest)

      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:
      A Java Future containing the result of the DeleteVpcEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpcEndpoints

      default CompletableFuture<DeleteVpcEndpointsResponse> deleteVpcEndpoints(Consumer<DeleteVpcEndpointsRequest.Builder> deleteVpcEndpointsRequest)

      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.


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

      Parameters:
      deleteVpcEndpointsRequest - A Consumer that will call methods on DeleteVpcEndpointsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteVpcEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpcPeeringConnection

      default CompletableFuture<DeleteVpcPeeringConnectionResponse> deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)

      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:
      A Java Future containing the result of the DeleteVpcPeeringConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpcPeeringConnection

      default CompletableFuture<DeleteVpcPeeringConnectionResponse> deleteVpcPeeringConnection(Consumer<DeleteVpcPeeringConnectionRequest.Builder> deleteVpcPeeringConnectionRequest)

      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.


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

      Parameters:
      deleteVpcPeeringConnectionRequest - A Consumer that will call methods on DeleteVpcPeeringConnectionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeleteVpcPeeringConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpnConnection

      default CompletableFuture<DeleteVpnConnectionResponse> deleteVpnConnection(DeleteVpnConnectionRequest deleteVpnConnectionRequest)

      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:
      A Java Future containing the result of the DeleteVpnConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpnConnection

      default CompletableFuture<DeleteVpnConnectionResponse> deleteVpnConnection(Consumer<DeleteVpnConnectionRequest.Builder> deleteVpnConnectionRequest)

      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:
      A Java Future containing the result of the DeleteVpnConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpnConnectionRoute

      default CompletableFuture<DeleteVpnConnectionRouteResponse> deleteVpnConnectionRoute(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest)

      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:
      A Java Future containing the result of the DeleteVpnConnectionRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpnConnectionRoute

      default CompletableFuture<DeleteVpnConnectionRouteResponse> deleteVpnConnectionRoute(Consumer<DeleteVpnConnectionRouteRequest.Builder> deleteVpnConnectionRouteRequest)

      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.


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

      Parameters:
      deleteVpnConnectionRouteRequest - A Consumer that will call methods on DeleteVpnConnectionRouteRequest.Builder to create a request. Contains the parameters for DeleteVpnConnectionRoute.
      Returns:
      A Java Future containing the result of the DeleteVpnConnectionRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpnGateway

      default CompletableFuture<DeleteVpnGatewayResponse> deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)

      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:
      A Java Future containing the result of the DeleteVpnGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deleteVpnGateway

      default CompletableFuture<DeleteVpnGatewayResponse> deleteVpnGateway(Consumer<DeleteVpnGatewayRequest.Builder> deleteVpnGatewayRequest)

      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.


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

      Parameters:
      deleteVpnGatewayRequest - A Consumer that will call methods on DeleteVpnGatewayRequest.Builder to create a request. Contains the parameters for DeleteVpnGateway.
      Returns:
      A Java Future containing the result of the DeleteVpnGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deprovisionByoipCidr

      default CompletableFuture<DeprovisionByoipCidrResponse> deprovisionByoipCidr(DeprovisionByoipCidrRequest deprovisionByoipCidrRequest)

      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:
      A Java Future containing the result of the DeprovisionByoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deprovisionByoipCidr

      default CompletableFuture<DeprovisionByoipCidrResponse> deprovisionByoipCidr(Consumer<DeprovisionByoipCidrRequest.Builder> deprovisionByoipCidrRequest)

      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.


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

      Parameters:
      deprovisionByoipCidrRequest - A Consumer that will call methods on DeprovisionByoipCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeprovisionByoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deprovisionIpamByoasn

      default CompletableFuture<DeprovisionIpamByoasnResponse> deprovisionIpamByoasn(DeprovisionIpamByoasnRequest deprovisionIpamByoasnRequest)

      Deprovisions your Autonomous System Number (ASN) from your Amazon Web Services account. This action can only be called after any BYOIP CIDR associations are removed from your Amazon Web Services account with DisassociateIpamByoasn. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.

      Parameters:
      deprovisionIpamByoasnRequest -
      Returns:
      A Java Future containing the result of the DeprovisionIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deprovisionIpamByoasn

      default CompletableFuture<DeprovisionIpamByoasnResponse> deprovisionIpamByoasn(Consumer<DeprovisionIpamByoasnRequest.Builder> deprovisionIpamByoasnRequest)

      Deprovisions your Autonomous System Number (ASN) from your Amazon Web Services account. This action can only be called after any BYOIP CIDR associations are removed from your Amazon Web Services account with DisassociateIpamByoasn. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.


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

      Parameters:
      deprovisionIpamByoasnRequest - A Consumer that will call methods on DeprovisionIpamByoasnRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeprovisionIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deprovisionIpamPoolCidr

      default CompletableFuture<DeprovisionIpamPoolCidrResponse> deprovisionIpamPoolCidr(DeprovisionIpamPoolCidrRequest deprovisionIpamPoolCidrRequest)

      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:
      A Java Future containing the result of the DeprovisionIpamPoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deprovisionIpamPoolCidr

      default CompletableFuture<DeprovisionIpamPoolCidrResponse> deprovisionIpamPoolCidr(Consumer<DeprovisionIpamPoolCidrRequest.Builder> deprovisionIpamPoolCidrRequest)

      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.


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

      Parameters:
      deprovisionIpamPoolCidrRequest - A Consumer that will call methods on DeprovisionIpamPoolCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeprovisionIpamPoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deprovisionPublicIpv4PoolCidr

      default CompletableFuture<DeprovisionPublicIpv4PoolCidrResponse> deprovisionPublicIpv4PoolCidr(DeprovisionPublicIpv4PoolCidrRequest deprovisionPublicIpv4PoolCidrRequest)

      Deprovision a CIDR from a public IPv4 pool.

      Parameters:
      deprovisionPublicIpv4PoolCidrRequest -
      Returns:
      A Java Future containing the result of the DeprovisionPublicIpv4PoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deprovisionPublicIpv4PoolCidr

      default CompletableFuture<DeprovisionPublicIpv4PoolCidrResponse> deprovisionPublicIpv4PoolCidr(Consumer<DeprovisionPublicIpv4PoolCidrRequest.Builder> deprovisionPublicIpv4PoolCidrRequest)

      Deprovision a CIDR from a public IPv4 pool.


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

      Parameters:
      deprovisionPublicIpv4PoolCidrRequest - A Consumer that will call methods on DeprovisionPublicIpv4PoolCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeprovisionPublicIpv4PoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deregisterImage

      default CompletableFuture<DeregisterImageResponse> deregisterImage(DeregisterImageRequest deregisterImageRequest)

      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:
      A Java Future containing the result of the DeregisterImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deregisterImage

      default CompletableFuture<DeregisterImageResponse> deregisterImage(Consumer<DeregisterImageRequest.Builder> deregisterImageRequest)

      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:
      A Java Future containing the result of the DeregisterImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deregisterInstanceEventNotificationAttributes

      default CompletableFuture<DeregisterInstanceEventNotificationAttributesResponse> deregisterInstanceEventNotificationAttributes(DeregisterInstanceEventNotificationAttributesRequest deregisterInstanceEventNotificationAttributesRequest)

      Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.

      Parameters:
      deregisterInstanceEventNotificationAttributesRequest -
      Returns:
      A Java Future containing the result of the DeregisterInstanceEventNotificationAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deregisterInstanceEventNotificationAttributes

      default CompletableFuture<DeregisterInstanceEventNotificationAttributesResponse> deregisterInstanceEventNotificationAttributes(Consumer<DeregisterInstanceEventNotificationAttributesRequest.Builder> deregisterInstanceEventNotificationAttributesRequest)

      Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.


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

      Parameters:
      deregisterInstanceEventNotificationAttributesRequest - A Consumer that will call methods on DeregisterInstanceEventNotificationAttributesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeregisterInstanceEventNotificationAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deregisterTransitGatewayMulticastGroupMembers

      default CompletableFuture<DeregisterTransitGatewayMulticastGroupMembersResponse> deregisterTransitGatewayMulticastGroupMembers(DeregisterTransitGatewayMulticastGroupMembersRequest deregisterTransitGatewayMulticastGroupMembersRequest)

      Deregisters the specified members (network interfaces) from the transit gateway multicast group.

      Parameters:
      deregisterTransitGatewayMulticastGroupMembersRequest -
      Returns:
      A Java Future containing the result of the DeregisterTransitGatewayMulticastGroupMembers operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deregisterTransitGatewayMulticastGroupMembers

      default CompletableFuture<DeregisterTransitGatewayMulticastGroupMembersResponse> deregisterTransitGatewayMulticastGroupMembers(Consumer<DeregisterTransitGatewayMulticastGroupMembersRequest.Builder> deregisterTransitGatewayMulticastGroupMembersRequest)

      Deregisters the specified members (network interfaces) from the transit gateway multicast group.


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

      Parameters:
      deregisterTransitGatewayMulticastGroupMembersRequest - A Consumer that will call methods on DeregisterTransitGatewayMulticastGroupMembersRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeregisterTransitGatewayMulticastGroupMembers operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deregisterTransitGatewayMulticastGroupSources

      default CompletableFuture<DeregisterTransitGatewayMulticastGroupSourcesResponse> deregisterTransitGatewayMulticastGroupSources(DeregisterTransitGatewayMulticastGroupSourcesRequest deregisterTransitGatewayMulticastGroupSourcesRequest)

      Deregisters the specified sources (network interfaces) from the transit gateway multicast group.

      Parameters:
      deregisterTransitGatewayMulticastGroupSourcesRequest -
      Returns:
      A Java Future containing the result of the DeregisterTransitGatewayMulticastGroupSources operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • deregisterTransitGatewayMulticastGroupSources

      default CompletableFuture<DeregisterTransitGatewayMulticastGroupSourcesResponse> deregisterTransitGatewayMulticastGroupSources(Consumer<DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder> deregisterTransitGatewayMulticastGroupSourcesRequest)

      Deregisters the specified sources (network interfaces) from the transit gateway multicast group.


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

      Parameters:
      deregisterTransitGatewayMulticastGroupSourcesRequest - A Consumer that will call methods on DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DeregisterTransitGatewayMulticastGroupSources operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAccountAttributes

      default CompletableFuture<DescribeAccountAttributesResponse> describeAccountAttributes(DescribeAccountAttributesRequest describeAccountAttributesRequest)

      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:
      A Java Future containing the result of the DescribeAccountAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAccountAttributes

      default CompletableFuture<DescribeAccountAttributesResponse> describeAccountAttributes(Consumer<DescribeAccountAttributesRequest.Builder> describeAccountAttributesRequest)

      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:
      A Java Future containing the result of the DescribeAccountAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAccountAttributes

      default CompletableFuture<DescribeAccountAttributesResponse> describeAccountAttributes()

      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:
      A Java Future containing the result of the DescribeAccountAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddressTransfers

      default CompletableFuture<DescribeAddressTransfersResponse> describeAddressTransfers(DescribeAddressTransfersRequest describeAddressTransfersRequest)

      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:
      A Java Future containing the result of the DescribeAddressTransfers operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddressTransfers

      default CompletableFuture<DescribeAddressTransfersResponse> describeAddressTransfers(Consumer<DescribeAddressTransfersRequest.Builder> describeAddressTransfersRequest)

      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:
      A Java Future containing the result of the DescribeAddressTransfers operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddressTransfersPaginator

      default DescribeAddressTransfersPublisher describeAddressTransfersPaginator(DescribeAddressTransfersRequest describeAddressTransfersRequest)

      This is a variant of describeAddressTransfers(software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersPublisher publisher = client.describeAddressTransfersPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersPublisher publisher = client.describeAddressTransfersPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddressTransfersPaginator

      default DescribeAddressTransfersPublisher describeAddressTransfersPaginator(Consumer<DescribeAddressTransfersRequest.Builder> describeAddressTransfersRequest)

      This is a variant of describeAddressTransfers(software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersPublisher publisher = client.describeAddressTransfersPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAddressTransfersPublisher publisher = client.describeAddressTransfersPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeAddressTransfersResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddresses

      default CompletableFuture<DescribeAddressesResponse> describeAddresses(DescribeAddressesRequest describeAddressesRequest)

      Describes the specified Elastic IP addresses or all of your Elastic IP addresses.

      Parameters:
      describeAddressesRequest -
      Returns:
      A Java Future containing the result of the DescribeAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddresses

      default CompletableFuture<DescribeAddressesResponse> describeAddresses(Consumer<DescribeAddressesRequest.Builder> describeAddressesRequest)

      Describes the specified Elastic IP addresses or all of your Elastic IP addresses.


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

      Parameters:
      describeAddressesRequest - A Consumer that will call methods on DescribeAddressesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddresses

      default CompletableFuture<DescribeAddressesResponse> describeAddresses()

      Describes the specified Elastic IP addresses or all of your Elastic IP addresses.

      Returns:
      A Java Future containing the result of the DescribeAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddressesAttribute

      default CompletableFuture<DescribeAddressesAttributeResponse> describeAddressesAttribute(DescribeAddressesAttributeRequest describeAddressesAttributeRequest)

      Describes the attributes of the specified Elastic IP addresses. For requirements, see Using reverse DNS for email applications.

      Parameters:
      describeAddressesAttributeRequest -
      Returns:
      A Java Future containing the result of the DescribeAddressesAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddressesAttribute

      default CompletableFuture<DescribeAddressesAttributeResponse> describeAddressesAttribute(Consumer<DescribeAddressesAttributeRequest.Builder> describeAddressesAttributeRequest)

      Describes the attributes of the specified Elastic IP addresses. For requirements, see Using reverse DNS for email applications.


      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 Java Future containing the result of the DescribeAddressesAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddressesAttributePaginator

      default DescribeAddressesAttributePublisher describeAddressesAttributePaginator(DescribeAddressesAttributeRequest describeAddressesAttributeRequest)

      This is a variant of describeAddressesAttribute(software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributePublisher publisher = client.describeAddressesAttributePaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributePublisher publisher = client.describeAddressesAttributePaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAddressesAttributePaginator

      default DescribeAddressesAttributePublisher describeAddressesAttributePaginator(Consumer<DescribeAddressesAttributeRequest.Builder> describeAddressesAttributeRequest)

      This is a variant of describeAddressesAttribute(software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributePublisher publisher = client.describeAddressesAttributePaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAddressesAttributePublisher publisher = client.describeAddressesAttributePaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeAddressesAttributeResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAggregateIdFormat

      default CompletableFuture<DescribeAggregateIdFormatResponse> describeAggregateIdFormat(DescribeAggregateIdFormatRequest describeAggregateIdFormatRequest)

      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:
      A Java Future containing the result of the DescribeAggregateIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAggregateIdFormat

      default CompletableFuture<DescribeAggregateIdFormatResponse> describeAggregateIdFormat(Consumer<DescribeAggregateIdFormatRequest.Builder> describeAggregateIdFormatRequest)

      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:
      A Java Future containing the result of the DescribeAggregateIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAggregateIdFormat

      default CompletableFuture<DescribeAggregateIdFormatResponse> describeAggregateIdFormat()

      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:
      A Java Future containing the result of the DescribeAggregateIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAvailabilityZones

      default CompletableFuture<DescribeAvailabilityZonesResponse> describeAvailabilityZones(DescribeAvailabilityZonesRequest describeAvailabilityZonesRequest)

      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:
      A Java Future containing the result of the DescribeAvailabilityZones operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAvailabilityZones

      default CompletableFuture<DescribeAvailabilityZonesResponse> describeAvailabilityZones(Consumer<DescribeAvailabilityZonesRequest.Builder> describeAvailabilityZonesRequest)

      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.


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

      Parameters:
      describeAvailabilityZonesRequest - A Consumer that will call methods on DescribeAvailabilityZonesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeAvailabilityZones operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAvailabilityZones

      default CompletableFuture<DescribeAvailabilityZonesResponse> describeAvailabilityZones()

      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:
      A Java Future containing the result of the DescribeAvailabilityZones operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAwsNetworkPerformanceMetricSubscriptions

      default CompletableFuture<DescribeAwsNetworkPerformanceMetricSubscriptionsResponse> describeAwsNetworkPerformanceMetricSubscriptions(DescribeAwsNetworkPerformanceMetricSubscriptionsRequest describeAwsNetworkPerformanceMetricSubscriptionsRequest)

      Describes the current Infrastructure Performance metric subscriptions.

      Parameters:
      describeAwsNetworkPerformanceMetricSubscriptionsRequest -
      Returns:
      A Java Future containing the result of the DescribeAwsNetworkPerformanceMetricSubscriptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAwsNetworkPerformanceMetricSubscriptions

      default CompletableFuture<DescribeAwsNetworkPerformanceMetricSubscriptionsResponse> describeAwsNetworkPerformanceMetricSubscriptions(Consumer<DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.Builder> describeAwsNetworkPerformanceMetricSubscriptionsRequest)

      Describes the current Infrastructure Performance metric subscriptions.


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

      Parameters:
      describeAwsNetworkPerformanceMetricSubscriptionsRequest - A Consumer that will call methods on DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeAwsNetworkPerformanceMetricSubscriptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAwsNetworkPerformanceMetricSubscriptionsPaginator

      default DescribeAwsNetworkPerformanceMetricSubscriptionsPublisher describeAwsNetworkPerformanceMetricSubscriptionsPaginator(DescribeAwsNetworkPerformanceMetricSubscriptionsRequest describeAwsNetworkPerformanceMetricSubscriptionsRequest)

      This is a variant of describeAwsNetworkPerformanceMetricSubscriptions(software.amazon.awssdk.services.ec2.model.DescribeAwsNetworkPerformanceMetricSubscriptionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAwsNetworkPerformanceMetricSubscriptionsPublisher publisher = client.describeAwsNetworkPerformanceMetricSubscriptionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAwsNetworkPerformanceMetricSubscriptionsPublisher publisher = client.describeAwsNetworkPerformanceMetricSubscriptionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeAwsNetworkPerformanceMetricSubscriptionsPaginator

      default DescribeAwsNetworkPerformanceMetricSubscriptionsPublisher describeAwsNetworkPerformanceMetricSubscriptionsPaginator(Consumer<DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.Builder> describeAwsNetworkPerformanceMetricSubscriptionsRequest)

      This is a variant of describeAwsNetworkPerformanceMetricSubscriptions(software.amazon.awssdk.services.ec2.model.DescribeAwsNetworkPerformanceMetricSubscriptionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAwsNetworkPerformanceMetricSubscriptionsPublisher publisher = client.describeAwsNetworkPerformanceMetricSubscriptionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeAwsNetworkPerformanceMetricSubscriptionsPublisher publisher = client.describeAwsNetworkPerformanceMetricSubscriptionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeAwsNetworkPerformanceMetricSubscriptionsRequest - A Consumer that will call methods on DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeBundleTasks

      default CompletableFuture<DescribeBundleTasksResponse> describeBundleTasks(DescribeBundleTasksRequest describeBundleTasksRequest)

      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:
      A Java Future containing the result of the DescribeBundleTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeBundleTasks

      default CompletableFuture<DescribeBundleTasksResponse> describeBundleTasks(Consumer<DescribeBundleTasksRequest.Builder> describeBundleTasksRequest)

      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:
      A Java Future containing the result of the DescribeBundleTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeBundleTasks

      default CompletableFuture<DescribeBundleTasksResponse> describeBundleTasks()

      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:
      A Java Future containing the result of the DescribeBundleTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeByoipCidrs

      default CompletableFuture<DescribeByoipCidrsResponse> describeByoipCidrs(DescribeByoipCidrsRequest describeByoipCidrsRequest)

      Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.

      To describe the address pools that were created when you provisioned the address ranges, use DescribePublicIpv4Pools or DescribeIpv6Pools.

      Parameters:
      describeByoipCidrsRequest -
      Returns:
      A Java Future containing the result of the DescribeByoipCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeByoipCidrs

      default CompletableFuture<DescribeByoipCidrsResponse> describeByoipCidrs(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest)

      Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.

      To describe the address pools that were created when you provisioned the address ranges, use DescribePublicIpv4Pools or DescribeIpv6Pools.


      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 Java Future containing the result of the DescribeByoipCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeByoipCidrsPaginator

      default DescribeByoipCidrsPublisher describeByoipCidrsPaginator(DescribeByoipCidrsRequest describeByoipCidrsRequest)

      This is a variant of describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsPublisher publisher = client.describeByoipCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsPublisher publisher = client.describeByoipCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeByoipCidrsPaginator

      default DescribeByoipCidrsPublisher describeByoipCidrsPaginator(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest)

      This is a variant of describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsPublisher publisher = client.describeByoipCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsPublisher publisher = client.describeByoipCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityBlockOfferings

      default CompletableFuture<DescribeCapacityBlockOfferingsResponse> describeCapacityBlockOfferings(DescribeCapacityBlockOfferingsRequest describeCapacityBlockOfferingsRequest)

      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:
      A Java Future containing the result of the DescribeCapacityBlockOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityBlockOfferings

      default CompletableFuture<DescribeCapacityBlockOfferingsResponse> describeCapacityBlockOfferings(Consumer<DescribeCapacityBlockOfferingsRequest.Builder> describeCapacityBlockOfferingsRequest)

      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.


      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 Java Future containing the result of the DescribeCapacityBlockOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityBlockOfferingsPaginator

      default DescribeCapacityBlockOfferingsPublisher describeCapacityBlockOfferingsPaginator(DescribeCapacityBlockOfferingsRequest describeCapacityBlockOfferingsRequest)

      This is a variant of describeCapacityBlockOfferings(software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsPublisher publisher = client.describeCapacityBlockOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsPublisher publisher = client.describeCapacityBlockOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityBlockOfferingsPaginator

      default DescribeCapacityBlockOfferingsPublisher describeCapacityBlockOfferingsPaginator(Consumer<DescribeCapacityBlockOfferingsRequest.Builder> describeCapacityBlockOfferingsRequest)

      This is a variant of describeCapacityBlockOfferings(software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsPublisher publisher = client.describeCapacityBlockOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityBlockOfferingsPublisher publisher = client.describeCapacityBlockOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservationFleets

      default CompletableFuture<DescribeCapacityReservationFleetsResponse> describeCapacityReservationFleets(DescribeCapacityReservationFleetsRequest describeCapacityReservationFleetsRequest)

      Describes one or more Capacity Reservation Fleets.

      Parameters:
      describeCapacityReservationFleetsRequest -
      Returns:
      A Java Future containing the result of the DescribeCapacityReservationFleets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservationFleets

      default CompletableFuture<DescribeCapacityReservationFleetsResponse> describeCapacityReservationFleets(Consumer<DescribeCapacityReservationFleetsRequest.Builder> describeCapacityReservationFleetsRequest)

      Describes one or more Capacity Reservation Fleets.


      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 Java Future containing the result of the DescribeCapacityReservationFleets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservationFleetsPaginator

      default DescribeCapacityReservationFleetsPublisher describeCapacityReservationFleetsPaginator(DescribeCapacityReservationFleetsRequest describeCapacityReservationFleetsRequest)

      This is a variant of describeCapacityReservationFleets(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsPublisher publisher = client.describeCapacityReservationFleetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsPublisher publisher = client.describeCapacityReservationFleetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservationFleetsPaginator

      default DescribeCapacityReservationFleetsPublisher describeCapacityReservationFleetsPaginator(Consumer<DescribeCapacityReservationFleetsRequest.Builder> describeCapacityReservationFleetsRequest)

      This is a variant of describeCapacityReservationFleets(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsPublisher publisher = client.describeCapacityReservationFleetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationFleetsPublisher publisher = client.describeCapacityReservationFleetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationFleetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservations

      default CompletableFuture<DescribeCapacityReservationsResponse> describeCapacityReservations(DescribeCapacityReservationsRequest describeCapacityReservationsRequest)

      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:
      A Java Future containing the result of the DescribeCapacityReservations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservations

      default CompletableFuture<DescribeCapacityReservationsResponse> describeCapacityReservations(Consumer<DescribeCapacityReservationsRequest.Builder> describeCapacityReservationsRequest)

      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.


      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 Java Future containing the result of the DescribeCapacityReservations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservations

      default CompletableFuture<DescribeCapacityReservationsResponse> describeCapacityReservations()

      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.

      Returns:
      A Java Future containing the result of the DescribeCapacityReservations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservationsPaginator

      default DescribeCapacityReservationsPublisher describeCapacityReservationsPaginator()

      This is a variant of describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsPublisher publisher = client.describeCapacityReservationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsPublisher publisher = client.describeCapacityReservationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservationsPaginator

      default DescribeCapacityReservationsPublisher describeCapacityReservationsPaginator(DescribeCapacityReservationsRequest describeCapacityReservationsRequest)

      This is a variant of describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsPublisher publisher = client.describeCapacityReservationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsPublisher publisher = client.describeCapacityReservationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCapacityReservationsPaginator

      default DescribeCapacityReservationsPublisher describeCapacityReservationsPaginator(Consumer<DescribeCapacityReservationsRequest.Builder> describeCapacityReservationsRequest)

      This is a variant of describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsPublisher publisher = client.describeCapacityReservationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsPublisher publisher = client.describeCapacityReservationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCarrierGateways

      default CompletableFuture<DescribeCarrierGatewaysResponse> describeCarrierGateways(DescribeCarrierGatewaysRequest describeCarrierGatewaysRequest)

      Describes one or more of your carrier gateways.

      Parameters:
      describeCarrierGatewaysRequest -
      Returns:
      A Java Future containing the result of the DescribeCarrierGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCarrierGateways

      default CompletableFuture<DescribeCarrierGatewaysResponse> describeCarrierGateways(Consumer<DescribeCarrierGatewaysRequest.Builder> describeCarrierGatewaysRequest)

      Describes one or more of your carrier gateways.


      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 Java Future containing the result of the DescribeCarrierGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCarrierGatewaysPaginator

      default DescribeCarrierGatewaysPublisher describeCarrierGatewaysPaginator(DescribeCarrierGatewaysRequest describeCarrierGatewaysRequest)

      This is a variant of describeCarrierGateways(software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysPublisher publisher = client.describeCarrierGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysPublisher publisher = client.describeCarrierGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCarrierGatewaysPaginator

      default DescribeCarrierGatewaysPublisher describeCarrierGatewaysPaginator(Consumer<DescribeCarrierGatewaysRequest.Builder> describeCarrierGatewaysRequest)

      This is a variant of describeCarrierGateways(software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysPublisher publisher = client.describeCarrierGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCarrierGatewaysPublisher publisher = client.describeCarrierGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCarrierGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClassicLinkInstances

      default CompletableFuture<DescribeClassicLinkInstancesResponse> describeClassicLinkInstances(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)

      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:
      A Java Future containing the result of the DescribeClassicLinkInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClassicLinkInstances

      default CompletableFuture<DescribeClassicLinkInstancesResponse> describeClassicLinkInstances(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest)

      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.


      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 Java Future containing the result of the DescribeClassicLinkInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClassicLinkInstances

      default CompletableFuture<DescribeClassicLinkInstancesResponse> describeClassicLinkInstances()

      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.

      Returns:
      A Java Future containing the result of the DescribeClassicLinkInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClassicLinkInstancesPaginator

      default DescribeClassicLinkInstancesPublisher describeClassicLinkInstancesPaginator()

      This is a variant of describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesPublisher publisher = client.describeClassicLinkInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesPublisher publisher = client.describeClassicLinkInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClassicLinkInstancesPaginator

      default DescribeClassicLinkInstancesPublisher describeClassicLinkInstancesPaginator(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)

      This is a variant of describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesPublisher publisher = client.describeClassicLinkInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesPublisher publisher = client.describeClassicLinkInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClassicLinkInstancesPaginator

      default DescribeClassicLinkInstancesPublisher describeClassicLinkInstancesPaginator(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest)

      This is a variant of describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesPublisher publisher = client.describeClassicLinkInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesPublisher publisher = client.describeClassicLinkInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnAuthorizationRules

      default CompletableFuture<DescribeClientVpnAuthorizationRulesResponse> describeClientVpnAuthorizationRules(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest)

      Describes the authorization rules for a specified Client VPN endpoint.

      Parameters:
      describeClientVpnAuthorizationRulesRequest -
      Returns:
      A Java Future containing the result of the DescribeClientVpnAuthorizationRules operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnAuthorizationRules

      default CompletableFuture<DescribeClientVpnAuthorizationRulesResponse> describeClientVpnAuthorizationRules(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest)

      Describes the authorization rules for a specified Client VPN endpoint.


      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 Java Future containing the result of the DescribeClientVpnAuthorizationRules operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnAuthorizationRulesPaginator

      default DescribeClientVpnAuthorizationRulesPublisher describeClientVpnAuthorizationRulesPaginator(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest)

      This is a variant of describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesPublisher publisher = client.describeClientVpnAuthorizationRulesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesPublisher publisher = client.describeClientVpnAuthorizationRulesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnAuthorizationRulesPaginator

      default DescribeClientVpnAuthorizationRulesPublisher describeClientVpnAuthorizationRulesPaginator(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest)

      This is a variant of describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesPublisher publisher = client.describeClientVpnAuthorizationRulesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesPublisher publisher = client.describeClientVpnAuthorizationRulesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnConnections

      default CompletableFuture<DescribeClientVpnConnectionsResponse> describeClientVpnConnections(DescribeClientVpnConnectionsRequest describeClientVpnConnectionsRequest)

      Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.

      Parameters:
      describeClientVpnConnectionsRequest -
      Returns:
      A Java Future containing the result of the DescribeClientVpnConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnConnections

      default CompletableFuture<DescribeClientVpnConnectionsResponse> describeClientVpnConnections(Consumer<DescribeClientVpnConnectionsRequest.Builder> describeClientVpnConnectionsRequest)

      Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.


      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 Java Future containing the result of the DescribeClientVpnConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnConnectionsPaginator

      default DescribeClientVpnConnectionsPublisher describeClientVpnConnectionsPaginator(DescribeClientVpnConnectionsRequest describeClientVpnConnectionsRequest)

      This is a variant of describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsPublisher publisher = client.describeClientVpnConnectionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsPublisher publisher = client.describeClientVpnConnectionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnConnectionsPaginator

      default DescribeClientVpnConnectionsPublisher describeClientVpnConnectionsPaginator(Consumer<DescribeClientVpnConnectionsRequest.Builder> describeClientVpnConnectionsRequest)

      This is a variant of describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsPublisher publisher = client.describeClientVpnConnectionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsPublisher publisher = client.describeClientVpnConnectionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnEndpoints

      default CompletableFuture<DescribeClientVpnEndpointsResponse> describeClientVpnEndpoints(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest)

      Describes one or more Client VPN endpoints in the account.

      Parameters:
      describeClientVpnEndpointsRequest -
      Returns:
      A Java Future containing the result of the DescribeClientVpnEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnEndpoints

      default CompletableFuture<DescribeClientVpnEndpointsResponse> describeClientVpnEndpoints(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest)

      Describes one or more Client VPN endpoints in the account.


      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 Java Future containing the result of the DescribeClientVpnEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnEndpoints

      default CompletableFuture<DescribeClientVpnEndpointsResponse> describeClientVpnEndpoints()

      Describes one or more Client VPN endpoints in the account.

      Returns:
      A Java Future containing the result of the DescribeClientVpnEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnEndpointsPaginator

      default DescribeClientVpnEndpointsPublisher describeClientVpnEndpointsPaginator()

      This is a variant of describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsPublisher publisher = client.describeClientVpnEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsPublisher publisher = client.describeClientVpnEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnEndpointsPaginator

      default DescribeClientVpnEndpointsPublisher describeClientVpnEndpointsPaginator(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest)

      This is a variant of describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsPublisher publisher = client.describeClientVpnEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsPublisher publisher = client.describeClientVpnEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnEndpointsPaginator

      default DescribeClientVpnEndpointsPublisher describeClientVpnEndpointsPaginator(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest)

      This is a variant of describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsPublisher publisher = client.describeClientVpnEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsPublisher publisher = client.describeClientVpnEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnRoutes

      default CompletableFuture<DescribeClientVpnRoutesResponse> describeClientVpnRoutes(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest)

      Describes the routes for the specified Client VPN endpoint.

      Parameters:
      describeClientVpnRoutesRequest -
      Returns:
      A Java Future containing the result of the DescribeClientVpnRoutes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnRoutes

      default CompletableFuture<DescribeClientVpnRoutesResponse> describeClientVpnRoutes(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest)

      Describes the routes for the specified Client VPN endpoint.


      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 Java Future containing the result of the DescribeClientVpnRoutes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnRoutesPaginator

      default DescribeClientVpnRoutesPublisher describeClientVpnRoutesPaginator(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest)

      This is a variant of describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesPublisher publisher = client.describeClientVpnRoutesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesPublisher publisher = client.describeClientVpnRoutesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnRoutesPaginator

      default DescribeClientVpnRoutesPublisher describeClientVpnRoutesPaginator(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest)

      This is a variant of describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesPublisher publisher = client.describeClientVpnRoutesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesPublisher publisher = client.describeClientVpnRoutesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnTargetNetworks

      default CompletableFuture<DescribeClientVpnTargetNetworksResponse> describeClientVpnTargetNetworks(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest)

      Describes the target networks associated with the specified Client VPN endpoint.

      Parameters:
      describeClientVpnTargetNetworksRequest -
      Returns:
      A Java Future containing the result of the DescribeClientVpnTargetNetworks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnTargetNetworks

      default CompletableFuture<DescribeClientVpnTargetNetworksResponse> describeClientVpnTargetNetworks(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest)

      Describes the target networks associated with the specified Client VPN endpoint.


      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 Java Future containing the result of the DescribeClientVpnTargetNetworks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnTargetNetworksPaginator

      default DescribeClientVpnTargetNetworksPublisher describeClientVpnTargetNetworksPaginator(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest)

      This is a variant of describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksPublisher publisher = client.describeClientVpnTargetNetworksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksPublisher publisher = client.describeClientVpnTargetNetworksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeClientVpnTargetNetworksPaginator

      default DescribeClientVpnTargetNetworksPublisher describeClientVpnTargetNetworksPaginator(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest)

      This is a variant of describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksPublisher publisher = client.describeClientVpnTargetNetworksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksPublisher publisher = client.describeClientVpnTargetNetworksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCoipPools

      default CompletableFuture<DescribeCoipPoolsResponse> describeCoipPools(DescribeCoipPoolsRequest describeCoipPoolsRequest)

      Describes the specified customer-owned address pools or all of your customer-owned address pools.

      Parameters:
      describeCoipPoolsRequest -
      Returns:
      A Java Future containing the result of the DescribeCoipPools operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCoipPools

      default CompletableFuture<DescribeCoipPoolsResponse> describeCoipPools(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)

      Describes the specified customer-owned address pools or all of your customer-owned address pools.


      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 Java Future containing the result of the DescribeCoipPools operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCoipPoolsPaginator

      default DescribeCoipPoolsPublisher describeCoipPoolsPaginator(DescribeCoipPoolsRequest describeCoipPoolsRequest)

      This is a variant of describeCoipPools(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsPublisher publisher = client.describeCoipPoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsPublisher publisher = client.describeCoipPoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCoipPoolsPaginator

      default DescribeCoipPoolsPublisher describeCoipPoolsPaginator(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)

      This is a variant of describeCoipPools(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsPublisher publisher = client.describeCoipPoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeCoipPoolsPublisher publisher = client.describeCoipPoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeCoipPoolsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeConversionTasks

      default CompletableFuture<DescribeConversionTasksResponse> describeConversionTasks(DescribeConversionTasksRequest describeConversionTasksRequest)

      Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide.

      For information about the import manifest referenced by this API action, see VM Import Manifest.

      Parameters:
      describeConversionTasksRequest -
      Returns:
      A Java Future containing the result of the DescribeConversionTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeConversionTasks

      default CompletableFuture<DescribeConversionTasksResponse> describeConversionTasks(Consumer<DescribeConversionTasksRequest.Builder> describeConversionTasksRequest)

      Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide.

      For information about the import manifest referenced by this API action, see VM Import Manifest.


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

      Parameters:
      describeConversionTasksRequest - A Consumer that will call methods on DescribeConversionTasksRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeConversionTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeConversionTasks

      default CompletableFuture<DescribeConversionTasksResponse> describeConversionTasks()

      Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide.

      For information about the import manifest referenced by this API action, see VM Import Manifest.

      Returns:
      A Java Future containing the result of the DescribeConversionTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCustomerGateways

      default CompletableFuture<DescribeCustomerGatewaysResponse> describeCustomerGateways(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest)

      Describes one or more of your VPN customer gateways.

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

      Parameters:
      describeCustomerGatewaysRequest - Contains the parameters for DescribeCustomerGateways.
      Returns:
      A Java Future containing the result of the DescribeCustomerGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCustomerGateways

      default CompletableFuture<DescribeCustomerGatewaysResponse> describeCustomerGateways(Consumer<DescribeCustomerGatewaysRequest.Builder> describeCustomerGatewaysRequest)

      Describes one or more of your VPN customer gateways.

      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 DescribeCustomerGatewaysRequest.Builder avoiding the need to create one manually via DescribeCustomerGatewaysRequest.builder()

      Parameters:
      describeCustomerGatewaysRequest - A Consumer that will call methods on DescribeCustomerGatewaysRequest.Builder to create a request. Contains the parameters for DescribeCustomerGateways.
      Returns:
      A Java Future containing the result of the DescribeCustomerGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeCustomerGateways

      default CompletableFuture<DescribeCustomerGatewaysResponse> describeCustomerGateways()

      Describes one or more of your VPN customer gateways.

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

      Returns:
      A Java Future containing the result of the DescribeCustomerGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeDhcpOptions

      default CompletableFuture<DescribeDhcpOptionsResponse> describeDhcpOptions(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)

      Describes one or more of your DHCP options sets.

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

      Parameters:
      describeDhcpOptionsRequest -
      Returns:
      A Java Future containing the result of the DescribeDhcpOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeDhcpOptions

      default CompletableFuture<DescribeDhcpOptionsResponse> describeDhcpOptions(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)

      Describes one or more of your DHCP options sets.

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


      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 Java Future containing the result of the DescribeDhcpOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeDhcpOptions

      default CompletableFuture<DescribeDhcpOptionsResponse> describeDhcpOptions()

      Describes one or more of your DHCP options sets.

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

      Returns:
      A Java Future containing the result of the DescribeDhcpOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeDhcpOptionsPaginator

      default DescribeDhcpOptionsPublisher describeDhcpOptionsPaginator()

      This is a variant of describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsPublisher publisher = client.describeDhcpOptionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsPublisher publisher = client.describeDhcpOptionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeDhcpOptionsPaginator

      default DescribeDhcpOptionsPublisher describeDhcpOptionsPaginator(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)

      This is a variant of describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsPublisher publisher = client.describeDhcpOptionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsPublisher publisher = client.describeDhcpOptionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeDhcpOptionsPaginator

      default DescribeDhcpOptionsPublisher describeDhcpOptionsPaginator(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)

      This is a variant of describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsPublisher publisher = client.describeDhcpOptionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsPublisher publisher = client.describeDhcpOptionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeEgressOnlyInternetGateways

      default CompletableFuture<DescribeEgressOnlyInternetGatewaysResponse> describeEgressOnlyInternetGateways(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest)

      Describes one or more of your egress-only internet gateways.

      Parameters:
      describeEgressOnlyInternetGatewaysRequest -
      Returns:
      A Java Future containing the result of the DescribeEgressOnlyInternetGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeEgressOnlyInternetGateways

      default CompletableFuture<DescribeEgressOnlyInternetGatewaysResponse> describeEgressOnlyInternetGateways(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest)

      Describes one or more of your egress-only internet gateways.


      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 Java Future containing the result of the DescribeEgressOnlyInternetGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeEgressOnlyInternetGateways

      default CompletableFuture<DescribeEgressOnlyInternetGatewaysResponse> describeEgressOnlyInternetGateways()

      Describes one or more of your egress-only internet gateways.

      Returns:
      A Java Future containing the result of the DescribeEgressOnlyInternetGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeEgressOnlyInternetGatewaysPaginator

      default DescribeEgressOnlyInternetGatewaysPublisher describeEgressOnlyInternetGatewaysPaginator()

      This is a variant of describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysPublisher publisher = client.describeEgressOnlyInternetGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysPublisher publisher = client.describeEgressOnlyInternetGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeEgressOnlyInternetGatewaysPaginator

      default DescribeEgressOnlyInternetGatewaysPublisher describeEgressOnlyInternetGatewaysPaginator(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest)

      This is a variant of describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysPublisher publisher = client.describeEgressOnlyInternetGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysPublisher publisher = client.describeEgressOnlyInternetGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeEgressOnlyInternetGatewaysPaginator

      default DescribeEgressOnlyInternetGatewaysPublisher describeEgressOnlyInternetGatewaysPaginator(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest)

      This is a variant of describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysPublisher publisher = client.describeEgressOnlyInternetGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysPublisher publisher = client.describeEgressOnlyInternetGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeElasticGpus

      default CompletableFuture<DescribeElasticGpusResponse> describeElasticGpus(DescribeElasticGpusRequest describeElasticGpusRequest)

      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:
      A Java Future containing the result of the DescribeElasticGpus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeElasticGpus

      default CompletableFuture<DescribeElasticGpusResponse> describeElasticGpus(Consumer<DescribeElasticGpusRequest.Builder> describeElasticGpusRequest)

      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.


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

      Parameters:
      describeElasticGpusRequest - A Consumer that will call methods on DescribeElasticGpusRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeElasticGpus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeElasticGpus

      default CompletableFuture<DescribeElasticGpusResponse> describeElasticGpus()

      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.

      Returns:
      A Java Future containing the result of the DescribeElasticGpus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeExportImageTasks

      default CompletableFuture<DescribeExportImageTasksResponse> describeExportImageTasks(DescribeExportImageTasksRequest describeExportImageTasksRequest)

      Describes the specified export image tasks or all of your export image tasks.

      Parameters:
      describeExportImageTasksRequest -
      Returns:
      A Java Future containing the result of the DescribeExportImageTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeExportImageTasks

      default CompletableFuture<DescribeExportImageTasksResponse> describeExportImageTasks(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest)

      Describes the specified export image tasks or all of your export image tasks.


      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 Java Future containing the result of the DescribeExportImageTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeExportImageTasksPaginator

      default DescribeExportImageTasksPublisher describeExportImageTasksPaginator(DescribeExportImageTasksRequest describeExportImageTasksRequest)

      This is a variant of describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksPublisher publisher = client.describeExportImageTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksPublisher publisher = client.describeExportImageTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeExportImageTasksPaginator

      default DescribeExportImageTasksPublisher describeExportImageTasksPaginator(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest)

      This is a variant of describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksPublisher publisher = client.describeExportImageTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksPublisher publisher = client.describeExportImageTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeExportTasks

      default CompletableFuture<DescribeExportTasksResponse> describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)

      Describes the specified export instance tasks or all of your export instance tasks.

      Parameters:
      describeExportTasksRequest -
      Returns:
      A Java Future containing the result of the DescribeExportTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeExportTasks

      default CompletableFuture<DescribeExportTasksResponse> describeExportTasks(Consumer<DescribeExportTasksRequest.Builder> describeExportTasksRequest)

      Describes the specified export instance tasks or all of your export instance tasks.


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

      Parameters:
      describeExportTasksRequest - A Consumer that will call methods on DescribeExportTasksRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeExportTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeExportTasks

      default CompletableFuture<DescribeExportTasksResponse> describeExportTasks()

      Describes the specified export instance tasks or all of your export instance tasks.

      Returns:
      A Java Future containing the result of the DescribeExportTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFastLaunchImages

      default CompletableFuture<DescribeFastLaunchImagesResponse> describeFastLaunchImages(DescribeFastLaunchImagesRequest describeFastLaunchImagesRequest)

      Describe details for Windows AMIs that are configured for Windows fast launch.

      Parameters:
      describeFastLaunchImagesRequest -
      Returns:
      A Java Future containing the result of the DescribeFastLaunchImages operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFastLaunchImages

      default CompletableFuture<DescribeFastLaunchImagesResponse> describeFastLaunchImages(Consumer<DescribeFastLaunchImagesRequest.Builder> describeFastLaunchImagesRequest)

      Describe details for Windows AMIs that are configured for Windows fast launch.


      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 Java Future containing the result of the DescribeFastLaunchImages operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFastLaunchImagesPaginator

      default DescribeFastLaunchImagesPublisher describeFastLaunchImagesPaginator(DescribeFastLaunchImagesRequest describeFastLaunchImagesRequest)

      This is a variant of describeFastLaunchImages(software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesPublisher publisher = client.describeFastLaunchImagesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesPublisher publisher = client.describeFastLaunchImagesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFastLaunchImagesPaginator

      default DescribeFastLaunchImagesPublisher describeFastLaunchImagesPaginator(Consumer<DescribeFastLaunchImagesRequest.Builder> describeFastLaunchImagesRequest)

      This is a variant of describeFastLaunchImages(software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesPublisher publisher = client.describeFastLaunchImagesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFastLaunchImagesPublisher publisher = client.describeFastLaunchImagesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFastLaunchImagesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFastSnapshotRestores

      default CompletableFuture<DescribeFastSnapshotRestoresResponse> describeFastSnapshotRestores(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)

      Describes the state of fast snapshot restores for your snapshots.

      Parameters:
      describeFastSnapshotRestoresRequest -
      Returns:
      A Java Future containing the result of the DescribeFastSnapshotRestores operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFastSnapshotRestores

      default CompletableFuture<DescribeFastSnapshotRestoresResponse> describeFastSnapshotRestores(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)

      Describes the state of fast snapshot restores for your snapshots.


      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 Java Future containing the result of the DescribeFastSnapshotRestores operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFastSnapshotRestoresPaginator

      default DescribeFastSnapshotRestoresPublisher describeFastSnapshotRestoresPaginator(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)

      This is a variant of describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresPublisher publisher = client.describeFastSnapshotRestoresPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresPublisher publisher = client.describeFastSnapshotRestoresPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFastSnapshotRestoresPaginator

      default DescribeFastSnapshotRestoresPublisher describeFastSnapshotRestoresPaginator(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)

      This is a variant of describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresPublisher publisher = client.describeFastSnapshotRestoresPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresPublisher publisher = client.describeFastSnapshotRestoresPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleetHistory

      default CompletableFuture<DescribeFleetHistoryResponse> describeFleetHistory(DescribeFleetHistoryRequest describeFleetHistoryRequest)

      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:
      A Java Future containing the result of the DescribeFleetHistory operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleetHistory

      default CompletableFuture<DescribeFleetHistoryResponse> describeFleetHistory(Consumer<DescribeFleetHistoryRequest.Builder> describeFleetHistoryRequest)

      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.


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

      Parameters:
      describeFleetHistoryRequest - A Consumer that will call methods on DescribeFleetHistoryRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeFleetHistory operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleetInstances

      default CompletableFuture<DescribeFleetInstancesResponse> describeFleetInstances(DescribeFleetInstancesRequest describeFleetInstancesRequest)

      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:
      A Java Future containing the result of the DescribeFleetInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleetInstances

      default CompletableFuture<DescribeFleetInstancesResponse> describeFleetInstances(Consumer<DescribeFleetInstancesRequest.Builder> describeFleetInstancesRequest)

      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.


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

      Parameters:
      describeFleetInstancesRequest - A Consumer that will call methods on DescribeFleetInstancesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeFleetInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleets

      default CompletableFuture<DescribeFleetsResponse> describeFleets(DescribeFleetsRequest describeFleetsRequest)

      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:
      A Java Future containing the result of the DescribeFleets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleets

      default CompletableFuture<DescribeFleetsResponse> describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)

      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.


      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 Java Future containing the result of the DescribeFleets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleets

      default CompletableFuture<DescribeFleetsResponse> describeFleets()

      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.

      Returns:
      A Java Future containing the result of the DescribeFleets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleetsPaginator

      default DescribeFleetsPublisher describeFleetsPaginator()

      This is a variant of describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFleetsPublisher publisher = client.describeFleetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFleetsPublisher publisher = client.describeFleetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleetsPaginator

      default DescribeFleetsPublisher describeFleetsPaginator(DescribeFleetsRequest describeFleetsRequest)

      This is a variant of describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFleetsPublisher publisher = client.describeFleetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFleetsPublisher publisher = client.describeFleetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFleetsPaginator

      default DescribeFleetsPublisher describeFleetsPaginator(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)

      This is a variant of describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFleetsPublisher publisher = client.describeFleetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFleetsPublisher publisher = client.describeFleetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFlowLogs

      default CompletableFuture<DescribeFlowLogsResponse> describeFlowLogs(DescribeFlowLogsRequest describeFlowLogsRequest)

      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:
      A Java Future containing the result of the DescribeFlowLogs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFlowLogs

      default CompletableFuture<DescribeFlowLogsResponse> describeFlowLogs(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)

      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.


      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 Java Future containing the result of the DescribeFlowLogs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFlowLogs

      default CompletableFuture<DescribeFlowLogsResponse> describeFlowLogs()

      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.

      Returns:
      A Java Future containing the result of the DescribeFlowLogs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFlowLogsPaginator

      default DescribeFlowLogsPublisher describeFlowLogsPaginator()

      This is a variant of describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsPublisher publisher = client.describeFlowLogsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsPublisher publisher = client.describeFlowLogsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFlowLogsPaginator

      default DescribeFlowLogsPublisher describeFlowLogsPaginator(DescribeFlowLogsRequest describeFlowLogsRequest)

      This is a variant of describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsPublisher publisher = client.describeFlowLogsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsPublisher publisher = client.describeFlowLogsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFlowLogsPaginator

      default DescribeFlowLogsPublisher describeFlowLogsPaginator(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)

      This is a variant of describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsPublisher publisher = client.describeFlowLogsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsPublisher publisher = client.describeFlowLogsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFpgaImageAttribute

      default CompletableFuture<DescribeFpgaImageAttributeResponse> describeFpgaImageAttribute(DescribeFpgaImageAttributeRequest describeFpgaImageAttributeRequest)

      Describes the specified attribute of the specified Amazon FPGA Image (AFI).

      Parameters:
      describeFpgaImageAttributeRequest -
      Returns:
      A Java Future containing the result of the DescribeFpgaImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFpgaImageAttribute

      default CompletableFuture<DescribeFpgaImageAttributeResponse> describeFpgaImageAttribute(Consumer<DescribeFpgaImageAttributeRequest.Builder> describeFpgaImageAttributeRequest)

      Describes the specified attribute of the specified Amazon FPGA Image (AFI).


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

      Parameters:
      describeFpgaImageAttributeRequest - A Consumer that will call methods on DescribeFpgaImageAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeFpgaImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFpgaImages

      default CompletableFuture<DescribeFpgaImagesResponse> describeFpgaImages(DescribeFpgaImagesRequest describeFpgaImagesRequest)

      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:
      A Java Future containing the result of the DescribeFpgaImages operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFpgaImages

      default CompletableFuture<DescribeFpgaImagesResponse> describeFpgaImages(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest)

      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.


      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 Java Future containing the result of the DescribeFpgaImages operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFpgaImages

      default CompletableFuture<DescribeFpgaImagesResponse> describeFpgaImages()

      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.

      Returns:
      A Java Future containing the result of the DescribeFpgaImages operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFpgaImagesPaginator

      default DescribeFpgaImagesPublisher describeFpgaImagesPaginator()

      This is a variant of describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesPublisher publisher = client.describeFpgaImagesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesPublisher publisher = client.describeFpgaImagesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFpgaImagesPaginator

      default DescribeFpgaImagesPublisher describeFpgaImagesPaginator(DescribeFpgaImagesRequest describeFpgaImagesRequest)

      This is a variant of describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesPublisher publisher = client.describeFpgaImagesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesPublisher publisher = client.describeFpgaImagesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeFpgaImagesPaginator

      default DescribeFpgaImagesPublisher describeFpgaImagesPaginator(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest)

      This is a variant of describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesPublisher publisher = client.describeFpgaImagesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesPublisher publisher = client.describeFpgaImagesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservationOfferings

      default CompletableFuture<DescribeHostReservationOfferingsResponse> describeHostReservationOfferings(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)

      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:
      A Java Future containing the result of the DescribeHostReservationOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservationOfferings

      default CompletableFuture<DescribeHostReservationOfferingsResponse> describeHostReservationOfferings(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest)

      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.


      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 Java Future containing the result of the DescribeHostReservationOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservationOfferings

      default CompletableFuture<DescribeHostReservationOfferingsResponse> describeHostReservationOfferings()

      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:
      A Java Future containing the result of the DescribeHostReservationOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservationOfferingsPaginator

      default DescribeHostReservationOfferingsPublisher describeHostReservationOfferingsPaginator()

      This is a variant of describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsPublisher publisher = client.describeHostReservationOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsPublisher publisher = client.describeHostReservationOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservationOfferingsPaginator

      default DescribeHostReservationOfferingsPublisher describeHostReservationOfferingsPaginator(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)

      This is a variant of describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsPublisher publisher = client.describeHostReservationOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsPublisher publisher = client.describeHostReservationOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservationOfferingsPaginator

      default DescribeHostReservationOfferingsPublisher describeHostReservationOfferingsPaginator(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest)

      This is a variant of describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsPublisher publisher = client.describeHostReservationOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsPublisher publisher = client.describeHostReservationOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservations

      default CompletableFuture<DescribeHostReservationsResponse> describeHostReservations(DescribeHostReservationsRequest describeHostReservationsRequest)

      Describes reservations that are associated with Dedicated Hosts in your account.

      Parameters:
      describeHostReservationsRequest -
      Returns:
      A Java Future containing the result of the DescribeHostReservations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservations

      default CompletableFuture<DescribeHostReservationsResponse> describeHostReservations(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest)

      Describes reservations that are associated with Dedicated Hosts in your account.


      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 Java Future containing the result of the DescribeHostReservations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservations

      default CompletableFuture<DescribeHostReservationsResponse> describeHostReservations()

      Describes reservations that are associated with Dedicated Hosts in your account.

      Returns:
      A Java Future containing the result of the DescribeHostReservations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservationsPaginator

      default DescribeHostReservationsPublisher describeHostReservationsPaginator()

      This is a variant of describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsPublisher publisher = client.describeHostReservationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsPublisher publisher = client.describeHostReservationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservationsPaginator

      default DescribeHostReservationsPublisher describeHostReservationsPaginator(DescribeHostReservationsRequest describeHostReservationsRequest)

      This is a variant of describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsPublisher publisher = client.describeHostReservationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsPublisher publisher = client.describeHostReservationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostReservationsPaginator

      default DescribeHostReservationsPublisher describeHostReservationsPaginator(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest)

      This is a variant of describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsPublisher publisher = client.describeHostReservationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsPublisher publisher = client.describeHostReservationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHosts

      default CompletableFuture<DescribeHostsResponse> describeHosts(DescribeHostsRequest describeHostsRequest)

      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:
      A Java Future containing the result of the DescribeHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHosts

      default CompletableFuture<DescribeHostsResponse> describeHosts(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)

      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.


      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 Java Future containing the result of the DescribeHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHosts

      default CompletableFuture<DescribeHostsResponse> describeHosts()

      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:
      A Java Future containing the result of the DescribeHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostsPaginator

      default DescribeHostsPublisher describeHostsPaginator()

      This is a variant of describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostsPublisher publisher = client.describeHostsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostsPublisher publisher = client.describeHostsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeHostsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeHostsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostsPaginator

      default DescribeHostsPublisher describeHostsPaginator(DescribeHostsRequest describeHostsRequest)

      This is a variant of describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostsPublisher publisher = client.describeHostsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostsPublisher publisher = client.describeHostsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeHostsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeHostsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeHostsPaginator

      default DescribeHostsPublisher describeHostsPaginator(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)

      This is a variant of describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostsPublisher publisher = client.describeHostsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeHostsPublisher publisher = client.describeHostsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeHostsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeHostsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIamInstanceProfileAssociations

      default CompletableFuture<DescribeIamInstanceProfileAssociationsResponse> describeIamInstanceProfileAssociations(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest)

      Describes your IAM instance profile associations.

      Parameters:
      describeIamInstanceProfileAssociationsRequest -
      Returns:
      A Java Future containing the result of the DescribeIamInstanceProfileAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIamInstanceProfileAssociations

      default CompletableFuture<DescribeIamInstanceProfileAssociationsResponse> describeIamInstanceProfileAssociations(Consumer<DescribeIamInstanceProfileAssociationsRequest.Builder> describeIamInstanceProfileAssociationsRequest)

      Describes your IAM instance profile associations.


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

      Parameters:
      describeIamInstanceProfileAssociationsRequest - A Consumer that will call methods on DescribeIamInstanceProfileAssociationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeIamInstanceProfileAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIamInstanceProfileAssociations

      default CompletableFuture<DescribeIamInstanceProfileAssociationsResponse> describeIamInstanceProfileAssociations()

      Describes your IAM instance profile associations.

      Returns:
      A Java Future containing the result of the DescribeIamInstanceProfileAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIamInstanceProfileAssociationsPaginator

      default DescribeIamInstanceProfileAssociationsPublisher describeIamInstanceProfileAssociationsPaginator()

      This is a variant of describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsPublisher publisher = client.describeIamInstanceProfileAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsPublisher publisher = client.describeIamInstanceProfileAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIamInstanceProfileAssociationsPaginator

      default DescribeIamInstanceProfileAssociationsPublisher describeIamInstanceProfileAssociationsPaginator(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest)

      This is a variant of describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsPublisher publisher = client.describeIamInstanceProfileAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsPublisher publisher = client.describeIamInstanceProfileAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIamInstanceProfileAssociationsPaginator

      default DescribeIamInstanceProfileAssociationsPublisher describeIamInstanceProfileAssociationsPaginator(Consumer<DescribeIamInstanceProfileAssociationsRequest.Builder> describeIamInstanceProfileAssociationsRequest)

      This is a variant of describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsPublisher publisher = client.describeIamInstanceProfileAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsPublisher publisher = client.describeIamInstanceProfileAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeIamInstanceProfileAssociationsRequest - A Consumer that will call methods on DescribeIamInstanceProfileAssociationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIdFormat

      default CompletableFuture<DescribeIdFormatResponse> describeIdFormat(DescribeIdFormatRequest describeIdFormatRequest)

      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:
      A Java Future containing the result of the DescribeIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIdFormat

      default CompletableFuture<DescribeIdFormatResponse> describeIdFormat(Consumer<DescribeIdFormatRequest.Builder> describeIdFormatRequest)

      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:
      A Java Future containing the result of the DescribeIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIdFormat

      default CompletableFuture<DescribeIdFormatResponse> describeIdFormat()

      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:
      A Java Future containing the result of the DescribeIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIdentityIdFormat

      default CompletableFuture<DescribeIdentityIdFormatResponse> describeIdentityIdFormat(DescribeIdentityIdFormatRequest describeIdentityIdFormatRequest)

      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:
      A Java Future containing the result of the DescribeIdentityIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIdentityIdFormat

      default CompletableFuture<DescribeIdentityIdFormatResponse> describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest)

      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:
      A Java Future containing the result of the DescribeIdentityIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImageAttribute

      default CompletableFuture<DescribeImageAttributeResponse> describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest)

      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:
      A Java Future containing the result of the DescribeImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImageAttribute

      default CompletableFuture<DescribeImageAttributeResponse> describeImageAttribute(Consumer<DescribeImageAttributeRequest.Builder> describeImageAttributeRequest)

      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.


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

      Parameters:
      describeImageAttributeRequest - A Consumer that will call methods on DescribeImageAttributeRequest.Builder to create a request. Contains the parameters for DescribeImageAttribute.
      Returns:
      A Java Future containing the result of the DescribeImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImages

      default CompletableFuture<DescribeImagesResponse> describeImages(DescribeImagesRequest describeImagesRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeImages operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImages

      default CompletableFuture<DescribeImagesResponse> describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeImages operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImages

      default CompletableFuture<DescribeImagesResponse> describeImages()

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeImages operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImagesPaginator

      default DescribeImagesPublisher describeImagesPaginator()

      This is a variant of describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeImagesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeImagesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImagesPaginator

      default DescribeImagesPublisher describeImagesPaginator(DescribeImagesRequest describeImagesRequest)

      This is a variant of describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeImagesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeImagesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImagesPaginator

      default DescribeImagesPublisher describeImagesPaginator(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)

      This is a variant of describeImages(software.amazon.awssdk.services.ec2.model.DescribeImagesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImagesPublisher publisher = client.describeImagesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeImagesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeImagesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportImageTasks

      default CompletableFuture<DescribeImportImageTasksResponse> describeImportImageTasks(DescribeImportImageTasksRequest describeImportImageTasksRequest)

      Displays details about an import virtual machine or import snapshot tasks that are already created.

      Parameters:
      describeImportImageTasksRequest -
      Returns:
      A Java Future containing the result of the DescribeImportImageTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportImageTasks

      default CompletableFuture<DescribeImportImageTasksResponse> describeImportImageTasks(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest)

      Displays details about an import virtual machine or import snapshot tasks that are already created.


      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 Java Future containing the result of the DescribeImportImageTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportImageTasks

      default CompletableFuture<DescribeImportImageTasksResponse> describeImportImageTasks()

      Displays details about an import virtual machine or import snapshot tasks that are already created.

      Returns:
      A Java Future containing the result of the DescribeImportImageTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportImageTasksPaginator

      default DescribeImportImageTasksPublisher describeImportImageTasksPaginator()

      This is a variant of describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksPublisher publisher = client.describeImportImageTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksPublisher publisher = client.describeImportImageTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportImageTasksPaginator

      default DescribeImportImageTasksPublisher describeImportImageTasksPaginator(DescribeImportImageTasksRequest describeImportImageTasksRequest)

      This is a variant of describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksPublisher publisher = client.describeImportImageTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksPublisher publisher = client.describeImportImageTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportImageTasksPaginator

      default DescribeImportImageTasksPublisher describeImportImageTasksPaginator(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest)

      This is a variant of describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksPublisher publisher = client.describeImportImageTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksPublisher publisher = client.describeImportImageTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportSnapshotTasks

      default CompletableFuture<DescribeImportSnapshotTasksResponse> describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)

      Describes your import snapshot tasks.

      Parameters:
      describeImportSnapshotTasksRequest -
      Returns:
      A Java Future containing the result of the DescribeImportSnapshotTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportSnapshotTasks

      default CompletableFuture<DescribeImportSnapshotTasksResponse> describeImportSnapshotTasks(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest)

      Describes your import snapshot tasks.


      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 Java Future containing the result of the DescribeImportSnapshotTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportSnapshotTasks

      default CompletableFuture<DescribeImportSnapshotTasksResponse> describeImportSnapshotTasks()

      Describes your import snapshot tasks.

      Returns:
      A Java Future containing the result of the DescribeImportSnapshotTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportSnapshotTasksPaginator

      default DescribeImportSnapshotTasksPublisher describeImportSnapshotTasksPaginator()

      This is a variant of describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksPublisher publisher = client.describeImportSnapshotTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksPublisher publisher = client.describeImportSnapshotTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportSnapshotTasksPaginator

      default DescribeImportSnapshotTasksPublisher describeImportSnapshotTasksPaginator(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)

      This is a variant of describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksPublisher publisher = client.describeImportSnapshotTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksPublisher publisher = client.describeImportSnapshotTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeImportSnapshotTasksPaginator

      default DescribeImportSnapshotTasksPublisher describeImportSnapshotTasksPaginator(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest)

      This is a variant of describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksPublisher publisher = client.describeImportSnapshotTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksPublisher publisher = client.describeImportSnapshotTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceAttribute

      default CompletableFuture<DescribeInstanceAttributeResponse> describeInstanceAttribute(DescribeInstanceAttributeRequest describeInstanceAttributeRequest)

      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:
      A Java Future containing the result of the DescribeInstanceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceAttribute

      default CompletableFuture<DescribeInstanceAttributeResponse> describeInstanceAttribute(Consumer<DescribeInstanceAttributeRequest.Builder> describeInstanceAttributeRequest)

      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


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

      Parameters:
      describeInstanceAttributeRequest - A Consumer that will call methods on DescribeInstanceAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeInstanceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceConnectEndpoints

      default CompletableFuture<DescribeInstanceConnectEndpointsResponse> describeInstanceConnectEndpoints(DescribeInstanceConnectEndpointsRequest describeInstanceConnectEndpointsRequest)

      Describes the specified EC2 Instance Connect Endpoints or all EC2 Instance Connect Endpoints.

      Parameters:
      describeInstanceConnectEndpointsRequest -
      Returns:
      A Java Future containing the result of the DescribeInstanceConnectEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceConnectEndpoints

      default CompletableFuture<DescribeInstanceConnectEndpointsResponse> describeInstanceConnectEndpoints(Consumer<DescribeInstanceConnectEndpointsRequest.Builder> describeInstanceConnectEndpointsRequest)

      Describes the specified EC2 Instance Connect Endpoints or all EC2 Instance Connect Endpoints.


      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 Java Future containing the result of the DescribeInstanceConnectEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceConnectEndpointsPaginator

      default DescribeInstanceConnectEndpointsPublisher describeInstanceConnectEndpointsPaginator(DescribeInstanceConnectEndpointsRequest describeInstanceConnectEndpointsRequest)

      This is a variant of describeInstanceConnectEndpoints(software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsPublisher publisher = client.describeInstanceConnectEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsPublisher publisher = client.describeInstanceConnectEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceConnectEndpointsPaginator

      default DescribeInstanceConnectEndpointsPublisher describeInstanceConnectEndpointsPaginator(Consumer<DescribeInstanceConnectEndpointsRequest.Builder> describeInstanceConnectEndpointsRequest)

      This is a variant of describeInstanceConnectEndpoints(software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsPublisher publisher = client.describeInstanceConnectEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceConnectEndpointsPublisher publisher = client.describeInstanceConnectEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceConnectEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceCreditSpecifications

      default CompletableFuture<DescribeInstanceCreditSpecificationsResponse> describeInstanceCreditSpecifications(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest)

      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:
      A Java Future containing the result of the DescribeInstanceCreditSpecifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceCreditSpecifications

      default CompletableFuture<DescribeInstanceCreditSpecificationsResponse> describeInstanceCreditSpecifications(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest)

      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:
      A Java Future containing the result of the DescribeInstanceCreditSpecifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceCreditSpecifications

      default CompletableFuture<DescribeInstanceCreditSpecificationsResponse> describeInstanceCreditSpecifications()

      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:
      A Java Future containing the result of the DescribeInstanceCreditSpecifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceCreditSpecificationsPaginator

      default DescribeInstanceCreditSpecificationsPublisher describeInstanceCreditSpecificationsPaginator()

      This is a variant of describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsPublisher publisher = client.describeInstanceCreditSpecificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsPublisher publisher = client.describeInstanceCreditSpecificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceCreditSpecificationsPaginator

      default DescribeInstanceCreditSpecificationsPublisher describeInstanceCreditSpecificationsPaginator(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest)

      This is a variant of describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsPublisher publisher = client.describeInstanceCreditSpecificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsPublisher publisher = client.describeInstanceCreditSpecificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceCreditSpecificationsPaginator

      default DescribeInstanceCreditSpecificationsPublisher describeInstanceCreditSpecificationsPaginator(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest)

      This is a variant of describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsPublisher publisher = client.describeInstanceCreditSpecificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsPublisher publisher = client.describeInstanceCreditSpecificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


      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:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceEventNotificationAttributes

      default CompletableFuture<DescribeInstanceEventNotificationAttributesResponse> describeInstanceEventNotificationAttributes(DescribeInstanceEventNotificationAttributesRequest describeInstanceEventNotificationAttributesRequest)

      Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.

      Parameters:
      describeInstanceEventNotificationAttributesRequest -
      Returns:
      A Java Future containing the result of the DescribeInstanceEventNotificationAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceEventNotificationAttributes

      default CompletableFuture<DescribeInstanceEventNotificationAttributesResponse> describeInstanceEventNotificationAttributes(Consumer<DescribeInstanceEventNotificationAttributesRequest.Builder> describeInstanceEventNotificationAttributesRequest)

      Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.


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

      Parameters:
      describeInstanceEventNotificationAttributesRequest - A Consumer that will call methods on DescribeInstanceEventNotificationAttributesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeInstanceEventNotificationAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceEventWindows

      default CompletableFuture<DescribeInstanceEventWindowsResponse> describeInstanceEventWindows(DescribeInstanceEventWindowsRequest describeInstanceEventWindowsRequest)

      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:
      A Java Future containing the result of the DescribeInstanceEventWindows operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceEventWindows

      default CompletableFuture<DescribeInstanceEventWindowsResponse> describeInstanceEventWindows(Consumer<DescribeInstanceEventWindowsRequest.Builder> describeInstanceEventWindowsRequest)

      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.


      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 Java Future containing the result of the DescribeInstanceEventWindows operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceEventWindowsPaginator

      default DescribeInstanceEventWindowsPublisher describeInstanceEventWindowsPaginator(DescribeInstanceEventWindowsRequest describeInstanceEventWindowsRequest)

      This is a variant of describeInstanceEventWindows(software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsPublisher publisher = client.describeInstanceEventWindowsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsPublisher publisher = client.describeInstanceEventWindowsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceEventWindowsPaginator

      default DescribeInstanceEventWindowsPublisher describeInstanceEventWindowsPaginator(Consumer<DescribeInstanceEventWindowsRequest.Builder> describeInstanceEventWindowsRequest)

      This is a variant of describeInstanceEventWindows(software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsPublisher publisher = client.describeInstanceEventWindowsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceEventWindowsPublisher publisher = client.describeInstanceEventWindowsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceEventWindowsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceStatus

      default CompletableFuture<DescribeInstanceStatusResponse> describeInstanceStatus(DescribeInstanceStatusRequest describeInstanceStatusRequest)

      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:
      A Java Future containing the result of the DescribeInstanceStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceStatus

      default CompletableFuture<DescribeInstanceStatusResponse> describeInstanceStatus(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)

      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.


      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 Java Future containing the result of the DescribeInstanceStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceStatus

      default CompletableFuture<DescribeInstanceStatusResponse> describeInstanceStatus()

      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:
      A Java Future containing the result of the DescribeInstanceStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceStatusPaginator

      default DescribeInstanceStatusPublisher describeInstanceStatusPaginator()

      This is a variant of describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusPublisher publisher = client.describeInstanceStatusPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusPublisher publisher = client.describeInstanceStatusPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceStatusPaginator

      default DescribeInstanceStatusPublisher describeInstanceStatusPaginator(DescribeInstanceStatusRequest describeInstanceStatusRequest)

      This is a variant of describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusPublisher publisher = client.describeInstanceStatusPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusPublisher publisher = client.describeInstanceStatusPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceStatusPaginator

      default DescribeInstanceStatusPublisher describeInstanceStatusPaginator(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)

      This is a variant of describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusPublisher publisher = client.describeInstanceStatusPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusPublisher publisher = client.describeInstanceStatusPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTopology

      default CompletableFuture<DescribeInstanceTopologyResponse> describeInstanceTopology(DescribeInstanceTopologyRequest describeInstanceTopologyRequest)

      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:
      A Java Future containing the result of the DescribeInstanceTopology operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTopology

      default CompletableFuture<DescribeInstanceTopologyResponse> describeInstanceTopology(Consumer<DescribeInstanceTopologyRequest.Builder> describeInstanceTopologyRequest)

      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:
      A Java Future containing the result of the DescribeInstanceTopology operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTopologyPaginator

      default DescribeInstanceTopologyPublisher describeInstanceTopologyPaginator(DescribeInstanceTopologyRequest describeInstanceTopologyRequest)

      This is a variant of describeInstanceTopology(software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyPublisher publisher = client.describeInstanceTopologyPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyPublisher publisher = client.describeInstanceTopologyPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTopologyPaginator

      default DescribeInstanceTopologyPublisher describeInstanceTopologyPaginator(Consumer<DescribeInstanceTopologyRequest.Builder> describeInstanceTopologyRequest)

      This is a variant of describeInstanceTopology(software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyPublisher publisher = client.describeInstanceTopologyPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTopologyPublisher publisher = client.describeInstanceTopologyPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceTopologyResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTypeOfferings

      default CompletableFuture<DescribeInstanceTypeOfferingsResponse> describeInstanceTypeOfferings(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)

      Lists the instance types that are offered for the specified location. If no location is specified, the default is to list the instance types that are offered in the current Region.

      Parameters:
      describeInstanceTypeOfferingsRequest -
      Returns:
      A Java Future containing the result of the DescribeInstanceTypeOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTypeOfferings

      default CompletableFuture<DescribeInstanceTypeOfferingsResponse> describeInstanceTypeOfferings(Consumer<DescribeInstanceTypeOfferingsRequest.Builder> describeInstanceTypeOfferingsRequest)

      Lists the instance types that are offered for the specified location. If no location is specified, the default is to list the instance types that are offered in the current Region.


      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 Java Future containing the result of the DescribeInstanceTypeOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTypeOfferingsPaginator

      default DescribeInstanceTypeOfferingsPublisher describeInstanceTypeOfferingsPaginator(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)

      This is a variant of describeInstanceTypeOfferings(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsPublisher publisher = client.describeInstanceTypeOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsPublisher publisher = client.describeInstanceTypeOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTypeOfferingsPaginator

      default DescribeInstanceTypeOfferingsPublisher describeInstanceTypeOfferingsPaginator(Consumer<DescribeInstanceTypeOfferingsRequest.Builder> describeInstanceTypeOfferingsRequest)

      This is a variant of describeInstanceTypeOfferings(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsPublisher publisher = client.describeInstanceTypeOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypeOfferingsPublisher publisher = client.describeInstanceTypeOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTypes

      default CompletableFuture<DescribeInstanceTypesResponse> describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)

      Describes the specified instance types. By default, all instance types for the current Region are described. Alternatively, you can filter the results.

      Parameters:
      describeInstanceTypesRequest -
      Returns:
      A Java Future containing the result of the DescribeInstanceTypes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTypes

      default CompletableFuture<DescribeInstanceTypesResponse> describeInstanceTypes(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)

      Describes the specified instance types. By default, all instance types for the current Region are described. Alternatively, you can filter the results.


      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 Java Future containing the result of the DescribeInstanceTypes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTypesPaginator

      default DescribeInstanceTypesPublisher describeInstanceTypesPaginator(DescribeInstanceTypesRequest describeInstanceTypesRequest)

      This is a variant of describeInstanceTypes(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesPublisher publisher = client.describeInstanceTypesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesPublisher publisher = client.describeInstanceTypesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstanceTypesPaginator

      default DescribeInstanceTypesPublisher describeInstanceTypesPaginator(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)

      This is a variant of describeInstanceTypes(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesPublisher publisher = client.describeInstanceTypesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstanceTypesPublisher publisher = client.describeInstanceTypesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstances

      default CompletableFuture<DescribeInstancesResponse> describeInstances(DescribeInstancesRequest describeInstancesRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstances

      default CompletableFuture<DescribeInstancesResponse> describeInstances(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstances

      default CompletableFuture<DescribeInstancesResponse> describeInstances()

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstancesPaginator

      default DescribeInstancesPublisher describeInstancesPaginator()

      This is a variant of describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstancesPublisher publisher = client.describeInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstancesPublisher publisher = client.describeInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstancesPaginator

      default DescribeInstancesPublisher describeInstancesPaginator(DescribeInstancesRequest describeInstancesRequest)

      This is a variant of describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstancesPublisher publisher = client.describeInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstancesPublisher publisher = client.describeInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInstancesPaginator

      default DescribeInstancesPublisher describeInstancesPaginator(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)

      This is a variant of describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstancesPublisher publisher = client.describeInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInstancesPublisher publisher = client.describeInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInternetGateways

      default CompletableFuture<DescribeInternetGatewaysResponse> describeInternetGateways(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)

      Describes one or more of your internet gateways.

      Parameters:
      describeInternetGatewaysRequest -
      Returns:
      A Java Future containing the result of the DescribeInternetGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInternetGateways

      default CompletableFuture<DescribeInternetGatewaysResponse> describeInternetGateways(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest)

      Describes one or more of your internet gateways.


      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 Java Future containing the result of the DescribeInternetGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInternetGateways

      default CompletableFuture<DescribeInternetGatewaysResponse> describeInternetGateways()

      Describes one or more of your internet gateways.

      Returns:
      A Java Future containing the result of the DescribeInternetGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInternetGatewaysPaginator

      default DescribeInternetGatewaysPublisher describeInternetGatewaysPaginator()

      This is a variant of describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysPublisher publisher = client.describeInternetGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysPublisher publisher = client.describeInternetGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInternetGatewaysPaginator

      default DescribeInternetGatewaysPublisher describeInternetGatewaysPaginator(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)

      This is a variant of describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysPublisher publisher = client.describeInternetGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysPublisher publisher = client.describeInternetGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeInternetGatewaysPaginator

      default DescribeInternetGatewaysPublisher describeInternetGatewaysPaginator(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest)

      This is a variant of describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysPublisher publisher = client.describeInternetGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysPublisher publisher = client.describeInternetGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamByoasn

      default CompletableFuture<DescribeIpamByoasnResponse> describeIpamByoasn(DescribeIpamByoasnRequest describeIpamByoasnRequest)

      Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.

      Parameters:
      describeIpamByoasnRequest -
      Returns:
      A Java Future containing the result of the DescribeIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamByoasn

      default CompletableFuture<DescribeIpamByoasnResponse> describeIpamByoasn(Consumer<DescribeIpamByoasnRequest.Builder> describeIpamByoasnRequest)

      Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.


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

      Parameters:
      describeIpamByoasnRequest - A Consumer that will call methods on DescribeIpamByoasnRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamPools

      default CompletableFuture<DescribeIpamPoolsResponse> describeIpamPools(DescribeIpamPoolsRequest describeIpamPoolsRequest)

      Get information about your IPAM pools.

      Parameters:
      describeIpamPoolsRequest -
      Returns:
      A Java Future containing the result of the DescribeIpamPools operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamPools

      default CompletableFuture<DescribeIpamPoolsResponse> describeIpamPools(Consumer<DescribeIpamPoolsRequest.Builder> describeIpamPoolsRequest)

      Get information about your IPAM pools.


      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 Java Future containing the result of the DescribeIpamPools operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamPoolsPaginator

      default DescribeIpamPoolsPublisher describeIpamPoolsPaginator(DescribeIpamPoolsRequest describeIpamPoolsRequest)

      This is a variant of describeIpamPools(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsPublisher publisher = client.describeIpamPoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsPublisher publisher = client.describeIpamPoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamPoolsPaginator

      default DescribeIpamPoolsPublisher describeIpamPoolsPaginator(Consumer<DescribeIpamPoolsRequest.Builder> describeIpamPoolsRequest)

      This is a variant of describeIpamPools(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsPublisher publisher = client.describeIpamPoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamPoolsPublisher publisher = client.describeIpamPoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamPoolsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamResourceDiscoveries

      default CompletableFuture<DescribeIpamResourceDiscoveriesResponse> describeIpamResourceDiscoveries(DescribeIpamResourceDiscoveriesRequest describeIpamResourceDiscoveriesRequest)

      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:
      A Java Future containing the result of the DescribeIpamResourceDiscoveries operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamResourceDiscoveries

      default CompletableFuture<DescribeIpamResourceDiscoveriesResponse> describeIpamResourceDiscoveries(Consumer<DescribeIpamResourceDiscoveriesRequest.Builder> describeIpamResourceDiscoveriesRequest)

      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.


      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 Java Future containing the result of the DescribeIpamResourceDiscoveries operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamResourceDiscoveriesPaginator

      default DescribeIpamResourceDiscoveriesPublisher describeIpamResourceDiscoveriesPaginator(DescribeIpamResourceDiscoveriesRequest describeIpamResourceDiscoveriesRequest)

      This is a variant of describeIpamResourceDiscoveries(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesPublisher publisher = client.describeIpamResourceDiscoveriesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesPublisher publisher = client.describeIpamResourceDiscoveriesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamResourceDiscoveriesPaginator

      default DescribeIpamResourceDiscoveriesPublisher describeIpamResourceDiscoveriesPaginator(Consumer<DescribeIpamResourceDiscoveriesRequest.Builder> describeIpamResourceDiscoveriesRequest)

      This is a variant of describeIpamResourceDiscoveries(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesPublisher publisher = client.describeIpamResourceDiscoveriesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveriesPublisher publisher = client.describeIpamResourceDiscoveriesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveriesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamResourceDiscoveryAssociations

      default CompletableFuture<DescribeIpamResourceDiscoveryAssociationsResponse> describeIpamResourceDiscoveryAssociations(DescribeIpamResourceDiscoveryAssociationsRequest describeIpamResourceDiscoveryAssociationsRequest)

      Describes resource discovery association with an Amazon VPC IPAM. An associated resource discovery is a resource discovery that has been associated with an IPAM..

      Parameters:
      describeIpamResourceDiscoveryAssociationsRequest -
      Returns:
      A Java Future containing the result of the DescribeIpamResourceDiscoveryAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamResourceDiscoveryAssociations

      default CompletableFuture<DescribeIpamResourceDiscoveryAssociationsResponse> describeIpamResourceDiscoveryAssociations(Consumer<DescribeIpamResourceDiscoveryAssociationsRequest.Builder> describeIpamResourceDiscoveryAssociationsRequest)

      Describes resource discovery association with an Amazon VPC IPAM. An associated resource discovery is a resource discovery that has been associated with an IPAM..


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

      Parameters:
      describeIpamResourceDiscoveryAssociationsRequest - A Consumer that will call methods on DescribeIpamResourceDiscoveryAssociationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeIpamResourceDiscoveryAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamResourceDiscoveryAssociationsPaginator

      default DescribeIpamResourceDiscoveryAssociationsPublisher describeIpamResourceDiscoveryAssociationsPaginator(DescribeIpamResourceDiscoveryAssociationsRequest describeIpamResourceDiscoveryAssociationsRequest)

      This is a variant of describeIpamResourceDiscoveryAssociations(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveryAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveryAssociationsPublisher publisher = client.describeIpamResourceDiscoveryAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveryAssociationsPublisher publisher = client.describeIpamResourceDiscoveryAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveryAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveryAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamResourceDiscoveryAssociationsPaginator

      default DescribeIpamResourceDiscoveryAssociationsPublisher describeIpamResourceDiscoveryAssociationsPaginator(Consumer<DescribeIpamResourceDiscoveryAssociationsRequest.Builder> describeIpamResourceDiscoveryAssociationsRequest)

      This is a variant of describeIpamResourceDiscoveryAssociations(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveryAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveryAssociationsPublisher publisher = client.describeIpamResourceDiscoveryAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamResourceDiscoveryAssociationsPublisher publisher = client.describeIpamResourceDiscoveryAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveryAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamResourceDiscoveryAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeIpamResourceDiscoveryAssociationsRequest - A Consumer that will call methods on DescribeIpamResourceDiscoveryAssociationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamScopes

      default CompletableFuture<DescribeIpamScopesResponse> describeIpamScopes(DescribeIpamScopesRequest describeIpamScopesRequest)

      Get information about your IPAM scopes.

      Parameters:
      describeIpamScopesRequest -
      Returns:
      A Java Future containing the result of the DescribeIpamScopes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamScopes

      default CompletableFuture<DescribeIpamScopesResponse> describeIpamScopes(Consumer<DescribeIpamScopesRequest.Builder> describeIpamScopesRequest)

      Get information about your IPAM scopes.


      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 Java Future containing the result of the DescribeIpamScopes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamScopesPaginator

      default DescribeIpamScopesPublisher describeIpamScopesPaginator(DescribeIpamScopesRequest describeIpamScopesRequest)

      This is a variant of describeIpamScopes(software.amazon.awssdk.services.ec2.model.DescribeIpamScopesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesPublisher publisher = client.describeIpamScopesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesPublisher publisher = client.describeIpamScopesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamScopesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamScopesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamScopesPaginator

      default DescribeIpamScopesPublisher describeIpamScopesPaginator(Consumer<DescribeIpamScopesRequest.Builder> describeIpamScopesRequest)

      This is a variant of describeIpamScopes(software.amazon.awssdk.services.ec2.model.DescribeIpamScopesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesPublisher publisher = client.describeIpamScopesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamScopesPublisher publisher = client.describeIpamScopesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamScopesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamScopesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpams

      default CompletableFuture<DescribeIpamsResponse> describeIpams(DescribeIpamsRequest describeIpamsRequest)

      Get information about your IPAM pools.

      For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

      Parameters:
      describeIpamsRequest -
      Returns:
      A Java Future containing the result of the DescribeIpams operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpams

      default CompletableFuture<DescribeIpamsResponse> describeIpams(Consumer<DescribeIpamsRequest.Builder> describeIpamsRequest)

      Get information about your IPAM pools.

      For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.


      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 Java Future containing the result of the DescribeIpams operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamsPaginator

      default DescribeIpamsPublisher describeIpamsPaginator(DescribeIpamsRequest describeIpamsRequest)

      This is a variant of describeIpams(software.amazon.awssdk.services.ec2.model.DescribeIpamsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamsPublisher publisher = client.describeIpamsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamsPublisher publisher = client.describeIpamsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpamsPaginator

      default DescribeIpamsPublisher describeIpamsPaginator(Consumer<DescribeIpamsRequest.Builder> describeIpamsRequest)

      This is a variant of describeIpams(software.amazon.awssdk.services.ec2.model.DescribeIpamsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamsPublisher publisher = client.describeIpamsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpamsPublisher publisher = client.describeIpamsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpamsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpamsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpv6Pools

      default CompletableFuture<DescribeIpv6PoolsResponse> describeIpv6Pools(DescribeIpv6PoolsRequest describeIpv6PoolsRequest)

      Describes your IPv6 address pools.

      Parameters:
      describeIpv6PoolsRequest -
      Returns:
      A Java Future containing the result of the DescribeIpv6Pools operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpv6Pools

      default CompletableFuture<DescribeIpv6PoolsResponse> describeIpv6Pools(Consumer<DescribeIpv6PoolsRequest.Builder> describeIpv6PoolsRequest)

      Describes your IPv6 address pools.


      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 Java Future containing the result of the DescribeIpv6Pools operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpv6PoolsPaginator

      default DescribeIpv6PoolsPublisher describeIpv6PoolsPaginator(DescribeIpv6PoolsRequest describeIpv6PoolsRequest)

      This is a variant of describeIpv6Pools(software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsPublisher publisher = client.describeIpv6PoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsPublisher publisher = client.describeIpv6PoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeIpv6PoolsPaginator

      default DescribeIpv6PoolsPublisher describeIpv6PoolsPaginator(Consumer<DescribeIpv6PoolsRequest.Builder> describeIpv6PoolsRequest)

      This is a variant of describeIpv6Pools(software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsPublisher publisher = client.describeIpv6PoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeIpv6PoolsPublisher publisher = client.describeIpv6PoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeIpv6PoolsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeKeyPairs

      default CompletableFuture<DescribeKeyPairsResponse> describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)

      Describes the specified key pairs or all of your key pairs.

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

      Parameters:
      describeKeyPairsRequest -
      Returns:
      A Java Future containing the result of the DescribeKeyPairs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeKeyPairs

      default CompletableFuture<DescribeKeyPairsResponse> describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest)

      Describes the specified key pairs or all of your key pairs.

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


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

      Parameters:
      describeKeyPairsRequest - A Consumer that will call methods on DescribeKeyPairsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeKeyPairs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeKeyPairs

      default CompletableFuture<DescribeKeyPairsResponse> describeKeyPairs()

      Describes the specified key pairs or all of your key pairs.

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

      Returns:
      A Java Future containing the result of the DescribeKeyPairs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplateVersions

      default CompletableFuture<DescribeLaunchTemplateVersionsResponse> describeLaunchTemplateVersions(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest)

      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:
      A Java Future containing the result of the DescribeLaunchTemplateVersions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplateVersions

      default CompletableFuture<DescribeLaunchTemplateVersionsResponse> describeLaunchTemplateVersions(Consumer<DescribeLaunchTemplateVersionsRequest.Builder> describeLaunchTemplateVersionsRequest)

      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.


      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 Java Future containing the result of the DescribeLaunchTemplateVersions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplateVersionsPaginator

      default DescribeLaunchTemplateVersionsPublisher describeLaunchTemplateVersionsPaginator(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest)

      This is a variant of describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsPublisher publisher = client.describeLaunchTemplateVersionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsPublisher publisher = client.describeLaunchTemplateVersionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplateVersionsPaginator

      default DescribeLaunchTemplateVersionsPublisher describeLaunchTemplateVersionsPaginator(Consumer<DescribeLaunchTemplateVersionsRequest.Builder> describeLaunchTemplateVersionsRequest)

      This is a variant of describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsPublisher publisher = client.describeLaunchTemplateVersionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsPublisher publisher = client.describeLaunchTemplateVersionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplates

      default CompletableFuture<DescribeLaunchTemplatesResponse> describeLaunchTemplates(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest)

      Describes one or more launch templates.

      Parameters:
      describeLaunchTemplatesRequest -
      Returns:
      A Java Future containing the result of the DescribeLaunchTemplates operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplates

      default CompletableFuture<DescribeLaunchTemplatesResponse> describeLaunchTemplates(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest)

      Describes one or more launch templates.


      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 Java Future containing the result of the DescribeLaunchTemplates operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplates

      default CompletableFuture<DescribeLaunchTemplatesResponse> describeLaunchTemplates()

      Describes one or more launch templates.

      Returns:
      A Java Future containing the result of the DescribeLaunchTemplates operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplatesPaginator

      default DescribeLaunchTemplatesPublisher describeLaunchTemplatesPaginator()

      This is a variant of describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesPublisher publisher = client.describeLaunchTemplatesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesPublisher publisher = client.describeLaunchTemplatesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplatesPaginator

      default DescribeLaunchTemplatesPublisher describeLaunchTemplatesPaginator(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest)

      This is a variant of describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesPublisher publisher = client.describeLaunchTemplatesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesPublisher publisher = client.describeLaunchTemplatesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLaunchTemplatesPaginator

      default DescribeLaunchTemplatesPublisher describeLaunchTemplatesPaginator(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest)

      This is a variant of describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesPublisher publisher = client.describeLaunchTemplatesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesPublisher publisher = client.describeLaunchTemplatesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

      default CompletableFuture<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse> describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)

      Describes the associations between virtual interface groups and local gateway route tables.

      Parameters:
      describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest -
      Returns:
      A Java Future containing the result of the DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

      default CompletableFuture<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse> describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(Consumer<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.Builder> describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)

      Describes the associations between virtual interface groups and local gateway route tables.


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

      Parameters:
      describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest - A Consumer that will call methods on DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator

      default DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)

      This is a variant of describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher publisher = client.describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher publisher = client.describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator

      default DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(Consumer<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.Builder> describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)

      This is a variant of describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher publisher = client.describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher publisher = client.describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest - A Consumer that will call methods on DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTableVpcAssociations

      default CompletableFuture<DescribeLocalGatewayRouteTableVpcAssociationsResponse> describeLocalGatewayRouteTableVpcAssociations(DescribeLocalGatewayRouteTableVpcAssociationsRequest describeLocalGatewayRouteTableVpcAssociationsRequest)

      Describes the specified associations between VPCs and local gateway route tables.

      Parameters:
      describeLocalGatewayRouteTableVpcAssociationsRequest -
      Returns:
      A Java Future containing the result of the DescribeLocalGatewayRouteTableVpcAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTableVpcAssociations

      default CompletableFuture<DescribeLocalGatewayRouteTableVpcAssociationsResponse> describeLocalGatewayRouteTableVpcAssociations(Consumer<DescribeLocalGatewayRouteTableVpcAssociationsRequest.Builder> describeLocalGatewayRouteTableVpcAssociationsRequest)

      Describes the specified associations between VPCs and local gateway route tables.


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

      Parameters:
      describeLocalGatewayRouteTableVpcAssociationsRequest - A Consumer that will call methods on DescribeLocalGatewayRouteTableVpcAssociationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeLocalGatewayRouteTableVpcAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTableVpcAssociationsPaginator

      default DescribeLocalGatewayRouteTableVpcAssociationsPublisher describeLocalGatewayRouteTableVpcAssociationsPaginator(DescribeLocalGatewayRouteTableVpcAssociationsRequest describeLocalGatewayRouteTableVpcAssociationsRequest)

      This is a variant of describeLocalGatewayRouteTableVpcAssociations(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVpcAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVpcAssociationsPublisher publisher = client.describeLocalGatewayRouteTableVpcAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVpcAssociationsPublisher publisher = client.describeLocalGatewayRouteTableVpcAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVpcAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVpcAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTableVpcAssociationsPaginator

      default DescribeLocalGatewayRouteTableVpcAssociationsPublisher describeLocalGatewayRouteTableVpcAssociationsPaginator(Consumer<DescribeLocalGatewayRouteTableVpcAssociationsRequest.Builder> describeLocalGatewayRouteTableVpcAssociationsRequest)

      This is a variant of describeLocalGatewayRouteTableVpcAssociations(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVpcAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVpcAssociationsPublisher publisher = client.describeLocalGatewayRouteTableVpcAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTableVpcAssociationsPublisher publisher = client.describeLocalGatewayRouteTableVpcAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVpcAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTableVpcAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeLocalGatewayRouteTableVpcAssociationsRequest - A Consumer that will call methods on DescribeLocalGatewayRouteTableVpcAssociationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTables

      default CompletableFuture<DescribeLocalGatewayRouteTablesResponse> describeLocalGatewayRouteTables(DescribeLocalGatewayRouteTablesRequest describeLocalGatewayRouteTablesRequest)

      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:
      A Java Future containing the result of the DescribeLocalGatewayRouteTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTables

      default CompletableFuture<DescribeLocalGatewayRouteTablesResponse> describeLocalGatewayRouteTables(Consumer<DescribeLocalGatewayRouteTablesRequest.Builder> describeLocalGatewayRouteTablesRequest)

      Describes one or more local gateway route tables. By default, all local gateway route tables are described. Alternatively, you can filter the results.


      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 Java Future containing the result of the DescribeLocalGatewayRouteTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTablesPaginator

      default DescribeLocalGatewayRouteTablesPublisher describeLocalGatewayRouteTablesPaginator(DescribeLocalGatewayRouteTablesRequest describeLocalGatewayRouteTablesRequest)

      This is a variant of describeLocalGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesPublisher publisher = client.describeLocalGatewayRouteTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesPublisher publisher = client.describeLocalGatewayRouteTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayRouteTablesPaginator

      default DescribeLocalGatewayRouteTablesPublisher describeLocalGatewayRouteTablesPaginator(Consumer<DescribeLocalGatewayRouteTablesRequest.Builder> describeLocalGatewayRouteTablesRequest)

      This is a variant of describeLocalGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesPublisher publisher = client.describeLocalGatewayRouteTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayRouteTablesPublisher publisher = client.describeLocalGatewayRouteTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayRouteTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayVirtualInterfaceGroups

      default CompletableFuture<DescribeLocalGatewayVirtualInterfaceGroupsResponse> describeLocalGatewayVirtualInterfaceGroups(DescribeLocalGatewayVirtualInterfaceGroupsRequest describeLocalGatewayVirtualInterfaceGroupsRequest)

      Describes the specified local gateway virtual interface groups.

      Parameters:
      describeLocalGatewayVirtualInterfaceGroupsRequest -
      Returns:
      A Java Future containing the result of the DescribeLocalGatewayVirtualInterfaceGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayVirtualInterfaceGroups

      default CompletableFuture<DescribeLocalGatewayVirtualInterfaceGroupsResponse> describeLocalGatewayVirtualInterfaceGroups(Consumer<DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder> describeLocalGatewayVirtualInterfaceGroupsRequest)

      Describes the specified local gateway virtual interface groups.


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

      Parameters:
      describeLocalGatewayVirtualInterfaceGroupsRequest - A Consumer that will call methods on DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeLocalGatewayVirtualInterfaceGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayVirtualInterfaceGroupsPaginator

      default DescribeLocalGatewayVirtualInterfaceGroupsPublisher describeLocalGatewayVirtualInterfaceGroupsPaginator(DescribeLocalGatewayVirtualInterfaceGroupsRequest describeLocalGatewayVirtualInterfaceGroupsRequest)

      This is a variant of describeLocalGatewayVirtualInterfaceGroups(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfaceGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfaceGroupsPublisher publisher = client.describeLocalGatewayVirtualInterfaceGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfaceGroupsPublisher publisher = client.describeLocalGatewayVirtualInterfaceGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfaceGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfaceGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayVirtualInterfaceGroupsPaginator

      default DescribeLocalGatewayVirtualInterfaceGroupsPublisher describeLocalGatewayVirtualInterfaceGroupsPaginator(Consumer<DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder> describeLocalGatewayVirtualInterfaceGroupsRequest)

      This is a variant of describeLocalGatewayVirtualInterfaceGroups(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfaceGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfaceGroupsPublisher publisher = client.describeLocalGatewayVirtualInterfaceGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfaceGroupsPublisher publisher = client.describeLocalGatewayVirtualInterfaceGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfaceGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfaceGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeLocalGatewayVirtualInterfaceGroupsRequest - A Consumer that will call methods on DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayVirtualInterfaces

      default CompletableFuture<DescribeLocalGatewayVirtualInterfacesResponse> describeLocalGatewayVirtualInterfaces(DescribeLocalGatewayVirtualInterfacesRequest describeLocalGatewayVirtualInterfacesRequest)

      Describes the specified local gateway virtual interfaces.

      Parameters:
      describeLocalGatewayVirtualInterfacesRequest -
      Returns:
      A Java Future containing the result of the DescribeLocalGatewayVirtualInterfaces operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayVirtualInterfaces

      default CompletableFuture<DescribeLocalGatewayVirtualInterfacesResponse> describeLocalGatewayVirtualInterfaces(Consumer<DescribeLocalGatewayVirtualInterfacesRequest.Builder> describeLocalGatewayVirtualInterfacesRequest)

      Describes the specified local gateway virtual interfaces.


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

      Parameters:
      describeLocalGatewayVirtualInterfacesRequest - A Consumer that will call methods on DescribeLocalGatewayVirtualInterfacesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeLocalGatewayVirtualInterfaces operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayVirtualInterfacesPaginator

      default DescribeLocalGatewayVirtualInterfacesPublisher describeLocalGatewayVirtualInterfacesPaginator(DescribeLocalGatewayVirtualInterfacesRequest describeLocalGatewayVirtualInterfacesRequest)

      This is a variant of describeLocalGatewayVirtualInterfaces(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfacesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfacesPublisher publisher = client.describeLocalGatewayVirtualInterfacesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfacesPublisher publisher = client.describeLocalGatewayVirtualInterfacesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfacesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfacesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewayVirtualInterfacesPaginator

      default DescribeLocalGatewayVirtualInterfacesPublisher describeLocalGatewayVirtualInterfacesPaginator(Consumer<DescribeLocalGatewayVirtualInterfacesRequest.Builder> describeLocalGatewayVirtualInterfacesRequest)

      This is a variant of describeLocalGatewayVirtualInterfaces(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfacesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfacesPublisher publisher = client.describeLocalGatewayVirtualInterfacesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewayVirtualInterfacesPublisher publisher = client.describeLocalGatewayVirtualInterfacesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfacesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewayVirtualInterfacesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeLocalGatewayVirtualInterfacesRequest - A Consumer that will call methods on DescribeLocalGatewayVirtualInterfacesRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGateways

      default CompletableFuture<DescribeLocalGatewaysResponse> describeLocalGateways(DescribeLocalGatewaysRequest describeLocalGatewaysRequest)

      Describes one or more local gateways. By default, all local gateways are described. Alternatively, you can filter the results.

      Parameters:
      describeLocalGatewaysRequest -
      Returns:
      A Java Future containing the result of the DescribeLocalGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGateways

      default CompletableFuture<DescribeLocalGatewaysResponse> describeLocalGateways(Consumer<DescribeLocalGatewaysRequest.Builder> describeLocalGatewaysRequest)

      Describes one or more local gateways. By default, all local gateways are described. Alternatively, you can filter the results.


      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 Java Future containing the result of the DescribeLocalGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewaysPaginator

      default DescribeLocalGatewaysPublisher describeLocalGatewaysPaginator(DescribeLocalGatewaysRequest describeLocalGatewaysRequest)

      This is a variant of describeLocalGateways(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysPublisher publisher = client.describeLocalGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysPublisher publisher = client.describeLocalGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLocalGatewaysPaginator

      default DescribeLocalGatewaysPublisher describeLocalGatewaysPaginator(Consumer<DescribeLocalGatewaysRequest.Builder> describeLocalGatewaysRequest)

      This is a variant of describeLocalGateways(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysPublisher publisher = client.describeLocalGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeLocalGatewaysPublisher publisher = client.describeLocalGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeLocalGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLockedSnapshots

      default CompletableFuture<DescribeLockedSnapshotsResponse> describeLockedSnapshots(DescribeLockedSnapshotsRequest describeLockedSnapshotsRequest)

      Describes the lock status for a snapshot.

      Parameters:
      describeLockedSnapshotsRequest -
      Returns:
      A Java Future containing the result of the DescribeLockedSnapshots operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeLockedSnapshots

      default CompletableFuture<DescribeLockedSnapshotsResponse> describeLockedSnapshots(Consumer<DescribeLockedSnapshotsRequest.Builder> describeLockedSnapshotsRequest)

      Describes the lock status for a snapshot.


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

      Parameters:
      describeLockedSnapshotsRequest - A Consumer that will call methods on DescribeLockedSnapshotsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeLockedSnapshots operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMacHosts

      default CompletableFuture<DescribeMacHostsResponse> describeMacHosts(DescribeMacHostsRequest describeMacHostsRequest)

      Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.

      Parameters:
      describeMacHostsRequest -
      Returns:
      A Java Future containing the result of the DescribeMacHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMacHosts

      default CompletableFuture<DescribeMacHostsResponse> describeMacHosts(Consumer<DescribeMacHostsRequest.Builder> describeMacHostsRequest)

      Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.


      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 Java Future containing the result of the DescribeMacHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMacHostsPaginator

      default DescribeMacHostsPublisher describeMacHostsPaginator(DescribeMacHostsRequest describeMacHostsRequest)

      This is a variant of describeMacHosts(software.amazon.awssdk.services.ec2.model.DescribeMacHostsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsPublisher publisher = client.describeMacHostsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsPublisher publisher = client.describeMacHostsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeMacHostsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeMacHostsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMacHostsPaginator

      default DescribeMacHostsPublisher describeMacHostsPaginator(Consumer<DescribeMacHostsRequest.Builder> describeMacHostsRequest)

      This is a variant of describeMacHosts(software.amazon.awssdk.services.ec2.model.DescribeMacHostsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsPublisher publisher = client.describeMacHostsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMacHostsPublisher publisher = client.describeMacHostsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeMacHostsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeMacHostsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeManagedPrefixLists

      default CompletableFuture<DescribeManagedPrefixListsResponse> describeManagedPrefixLists(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)

      Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.

      To view the entries for your prefix list, use GetManagedPrefixListEntries.

      Parameters:
      describeManagedPrefixListsRequest -
      Returns:
      A Java Future containing the result of the DescribeManagedPrefixLists operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeManagedPrefixLists

      default CompletableFuture<DescribeManagedPrefixListsResponse> describeManagedPrefixLists(Consumer<DescribeManagedPrefixListsRequest.Builder> describeManagedPrefixListsRequest)

      Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.

      To view the entries for your prefix list, use GetManagedPrefixListEntries.


      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 Java Future containing the result of the DescribeManagedPrefixLists operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeManagedPrefixListsPaginator

      default DescribeManagedPrefixListsPublisher describeManagedPrefixListsPaginator(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)

      This is a variant of describeManagedPrefixLists(software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsPublisher publisher = client.describeManagedPrefixListsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsPublisher publisher = client.describeManagedPrefixListsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeManagedPrefixListsPaginator

      default DescribeManagedPrefixListsPublisher describeManagedPrefixListsPaginator(Consumer<DescribeManagedPrefixListsRequest.Builder> describeManagedPrefixListsRequest)

      This is a variant of describeManagedPrefixLists(software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsPublisher publisher = client.describeManagedPrefixListsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeManagedPrefixListsPublisher publisher = client.describeManagedPrefixListsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeManagedPrefixListsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMovingAddresses

      default CompletableFuture<DescribeMovingAddressesResponse> describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest)

      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:
      A Java Future containing the result of the DescribeMovingAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMovingAddresses

      default CompletableFuture<DescribeMovingAddressesResponse> describeMovingAddresses(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest)

      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.


      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 Java Future containing the result of the DescribeMovingAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMovingAddresses

      default CompletableFuture<DescribeMovingAddressesResponse> describeMovingAddresses()

      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.

      Returns:
      A Java Future containing the result of the DescribeMovingAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMovingAddressesPaginator

      default DescribeMovingAddressesPublisher describeMovingAddressesPaginator()

      This is a variant of describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesPublisher publisher = client.describeMovingAddressesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesPublisher publisher = client.describeMovingAddressesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMovingAddressesPaginator

      default DescribeMovingAddressesPublisher describeMovingAddressesPaginator(DescribeMovingAddressesRequest describeMovingAddressesRequest)

      This is a variant of describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesPublisher publisher = client.describeMovingAddressesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesPublisher publisher = client.describeMovingAddressesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeMovingAddressesPaginator

      default DescribeMovingAddressesPublisher describeMovingAddressesPaginator(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest)

      This is a variant of describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesPublisher publisher = client.describeMovingAddressesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesPublisher publisher = client.describeMovingAddressesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNatGateways

      default CompletableFuture<DescribeNatGatewaysResponse> describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest)

      Describes one or more of your NAT gateways.

      Parameters:
      describeNatGatewaysRequest -
      Returns:
      A Java Future containing the result of the DescribeNatGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNatGateways

      default CompletableFuture<DescribeNatGatewaysResponse> describeNatGateways(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)

      Describes one or more of your NAT gateways.


      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 Java Future containing the result of the DescribeNatGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNatGateways

      default CompletableFuture<DescribeNatGatewaysResponse> describeNatGateways()

      Describes one or more of your NAT gateways.

      Returns:
      A Java Future containing the result of the DescribeNatGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNatGatewaysPaginator

      default DescribeNatGatewaysPublisher describeNatGatewaysPaginator()

      This is a variant of describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysPublisher publisher = client.describeNatGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysPublisher publisher = client.describeNatGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNatGatewaysPaginator

      default DescribeNatGatewaysPublisher describeNatGatewaysPaginator(DescribeNatGatewaysRequest describeNatGatewaysRequest)

      This is a variant of describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysPublisher publisher = client.describeNatGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysPublisher publisher = client.describeNatGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNatGatewaysPaginator

      default DescribeNatGatewaysPublisher describeNatGatewaysPaginator(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)

      This is a variant of describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysPublisher publisher = client.describeNatGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysPublisher publisher = client.describeNatGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkAcls

      default CompletableFuture<DescribeNetworkAclsResponse> describeNetworkAcls(DescribeNetworkAclsRequest describeNetworkAclsRequest)

      Describes one or more of your network ACLs.

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

      Parameters:
      describeNetworkAclsRequest -
      Returns:
      A Java Future containing the result of the DescribeNetworkAcls operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkAcls

      default CompletableFuture<DescribeNetworkAclsResponse> describeNetworkAcls(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest)

      Describes one or more of your network ACLs.

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


      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 Java Future containing the result of the DescribeNetworkAcls operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkAcls

      default CompletableFuture<DescribeNetworkAclsResponse> describeNetworkAcls()

      Describes one or more of your network ACLs.

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

      Returns:
      A Java Future containing the result of the DescribeNetworkAcls operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkAclsPaginator

      default DescribeNetworkAclsPublisher describeNetworkAclsPaginator()

      This is a variant of describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsPublisher publisher = client.describeNetworkAclsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsPublisher publisher = client.describeNetworkAclsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkAclsPaginator

      default DescribeNetworkAclsPublisher describeNetworkAclsPaginator(DescribeNetworkAclsRequest describeNetworkAclsRequest)

      This is a variant of describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsPublisher publisher = client.describeNetworkAclsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsPublisher publisher = client.describeNetworkAclsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkAclsPaginator

      default DescribeNetworkAclsPublisher describeNetworkAclsPaginator(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest)

      This is a variant of describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsPublisher publisher = client.describeNetworkAclsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsPublisher publisher = client.describeNetworkAclsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAccessScopeAnalyses

      default CompletableFuture<DescribeNetworkInsightsAccessScopeAnalysesResponse> describeNetworkInsightsAccessScopeAnalyses(DescribeNetworkInsightsAccessScopeAnalysesRequest describeNetworkInsightsAccessScopeAnalysesRequest)

      Describes the specified Network Access Scope analyses.

      Parameters:
      describeNetworkInsightsAccessScopeAnalysesRequest -
      Returns:
      A Java Future containing the result of the DescribeNetworkInsightsAccessScopeAnalyses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAccessScopeAnalyses

      default CompletableFuture<DescribeNetworkInsightsAccessScopeAnalysesResponse> describeNetworkInsightsAccessScopeAnalyses(Consumer<DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder> describeNetworkInsightsAccessScopeAnalysesRequest)

      Describes the specified Network Access Scope analyses.


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

      Parameters:
      describeNetworkInsightsAccessScopeAnalysesRequest - A Consumer that will call methods on DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeNetworkInsightsAccessScopeAnalyses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAccessScopeAnalysesPaginator

      default DescribeNetworkInsightsAccessScopeAnalysesPublisher describeNetworkInsightsAccessScopeAnalysesPaginator(DescribeNetworkInsightsAccessScopeAnalysesRequest describeNetworkInsightsAccessScopeAnalysesRequest)

      This is a variant of describeNetworkInsightsAccessScopeAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopeAnalysesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopeAnalysesPublisher publisher = client.describeNetworkInsightsAccessScopeAnalysesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopeAnalysesPublisher publisher = client.describeNetworkInsightsAccessScopeAnalysesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopeAnalysesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopeAnalysesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAccessScopeAnalysesPaginator

      default DescribeNetworkInsightsAccessScopeAnalysesPublisher describeNetworkInsightsAccessScopeAnalysesPaginator(Consumer<DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder> describeNetworkInsightsAccessScopeAnalysesRequest)

      This is a variant of describeNetworkInsightsAccessScopeAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopeAnalysesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopeAnalysesPublisher publisher = client.describeNetworkInsightsAccessScopeAnalysesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopeAnalysesPublisher publisher = client.describeNetworkInsightsAccessScopeAnalysesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopeAnalysesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopeAnalysesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeNetworkInsightsAccessScopeAnalysesRequest - A Consumer that will call methods on DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAccessScopes

      default CompletableFuture<DescribeNetworkInsightsAccessScopesResponse> describeNetworkInsightsAccessScopes(DescribeNetworkInsightsAccessScopesRequest describeNetworkInsightsAccessScopesRequest)

      Describes the specified Network Access Scopes.

      Parameters:
      describeNetworkInsightsAccessScopesRequest -
      Returns:
      A Java Future containing the result of the DescribeNetworkInsightsAccessScopes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAccessScopes

      default CompletableFuture<DescribeNetworkInsightsAccessScopesResponse> describeNetworkInsightsAccessScopes(Consumer<DescribeNetworkInsightsAccessScopesRequest.Builder> describeNetworkInsightsAccessScopesRequest)

      Describes the specified Network Access Scopes.


      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 Java Future containing the result of the DescribeNetworkInsightsAccessScopes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAccessScopesPaginator

      default DescribeNetworkInsightsAccessScopesPublisher describeNetworkInsightsAccessScopesPaginator(DescribeNetworkInsightsAccessScopesRequest describeNetworkInsightsAccessScopesRequest)

      This is a variant of describeNetworkInsightsAccessScopes(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesPublisher publisher = client.describeNetworkInsightsAccessScopesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesPublisher publisher = client.describeNetworkInsightsAccessScopesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAccessScopesPaginator

      default DescribeNetworkInsightsAccessScopesPublisher describeNetworkInsightsAccessScopesPaginator(Consumer<DescribeNetworkInsightsAccessScopesRequest.Builder> describeNetworkInsightsAccessScopesRequest)

      This is a variant of describeNetworkInsightsAccessScopes(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesPublisher publisher = client.describeNetworkInsightsAccessScopesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAccessScopesPublisher publisher = client.describeNetworkInsightsAccessScopesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAccessScopesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAnalyses

      default CompletableFuture<DescribeNetworkInsightsAnalysesResponse> describeNetworkInsightsAnalyses(DescribeNetworkInsightsAnalysesRequest describeNetworkInsightsAnalysesRequest)

      Describes one or more of your network insights analyses.

      Parameters:
      describeNetworkInsightsAnalysesRequest -
      Returns:
      A Java Future containing the result of the DescribeNetworkInsightsAnalyses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAnalyses

      default CompletableFuture<DescribeNetworkInsightsAnalysesResponse> describeNetworkInsightsAnalyses(Consumer<DescribeNetworkInsightsAnalysesRequest.Builder> describeNetworkInsightsAnalysesRequest)

      Describes one or more of your network insights analyses.


      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 Java Future containing the result of the DescribeNetworkInsightsAnalyses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAnalysesPaginator

      default DescribeNetworkInsightsAnalysesPublisher describeNetworkInsightsAnalysesPaginator(DescribeNetworkInsightsAnalysesRequest describeNetworkInsightsAnalysesRequest)

      This is a variant of describeNetworkInsightsAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesPublisher publisher = client.describeNetworkInsightsAnalysesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesPublisher publisher = client.describeNetworkInsightsAnalysesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsAnalysesPaginator

      default DescribeNetworkInsightsAnalysesPublisher describeNetworkInsightsAnalysesPaginator(Consumer<DescribeNetworkInsightsAnalysesRequest.Builder> describeNetworkInsightsAnalysesRequest)

      This is a variant of describeNetworkInsightsAnalyses(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesPublisher publisher = client.describeNetworkInsightsAnalysesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsAnalysesPublisher publisher = client.describeNetworkInsightsAnalysesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsAnalysesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsPaths

      default CompletableFuture<DescribeNetworkInsightsPathsResponse> describeNetworkInsightsPaths(DescribeNetworkInsightsPathsRequest describeNetworkInsightsPathsRequest)

      Describes one or more of your paths.

      Parameters:
      describeNetworkInsightsPathsRequest -
      Returns:
      A Java Future containing the result of the DescribeNetworkInsightsPaths operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsPaths

      default CompletableFuture<DescribeNetworkInsightsPathsResponse> describeNetworkInsightsPaths(Consumer<DescribeNetworkInsightsPathsRequest.Builder> describeNetworkInsightsPathsRequest)

      Describes one or more of your paths.


      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 Java Future containing the result of the DescribeNetworkInsightsPaths operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsPathsPaginator

      default DescribeNetworkInsightsPathsPublisher describeNetworkInsightsPathsPaginator(DescribeNetworkInsightsPathsRequest describeNetworkInsightsPathsRequest)

      This is a variant of describeNetworkInsightsPaths(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsPublisher publisher = client.describeNetworkInsightsPathsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsPublisher publisher = client.describeNetworkInsightsPathsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInsightsPathsPaginator

      default DescribeNetworkInsightsPathsPublisher describeNetworkInsightsPathsPaginator(Consumer<DescribeNetworkInsightsPathsRequest.Builder> describeNetworkInsightsPathsRequest)

      This is a variant of describeNetworkInsightsPaths(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsPublisher publisher = client.describeNetworkInsightsPathsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInsightsPathsPublisher publisher = client.describeNetworkInsightsPathsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInsightsPathsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfaceAttribute

      default CompletableFuture<DescribeNetworkInterfaceAttributeResponse> describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)

      Describes a network interface attribute. You can specify only one attribute at a time.

      Parameters:
      describeNetworkInterfaceAttributeRequest - Contains the parameters for DescribeNetworkInterfaceAttribute.
      Returns:
      A Java Future containing the result of the DescribeNetworkInterfaceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfaceAttribute

      default CompletableFuture<DescribeNetworkInterfaceAttributeResponse> describeNetworkInterfaceAttribute(Consumer<DescribeNetworkInterfaceAttributeRequest.Builder> describeNetworkInterfaceAttributeRequest)

      Describes a network interface attribute. You can specify only one attribute at a time.


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

      Parameters:
      describeNetworkInterfaceAttributeRequest - A Consumer that will call methods on DescribeNetworkInterfaceAttributeRequest.Builder to create a request. Contains the parameters for DescribeNetworkInterfaceAttribute.
      Returns:
      A Java Future containing the result of the DescribeNetworkInterfaceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfacePermissions

      default CompletableFuture<DescribeNetworkInterfacePermissionsResponse> describeNetworkInterfacePermissions(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)

      Describes the permissions for your network interfaces.

      Parameters:
      describeNetworkInterfacePermissionsRequest - Contains the parameters for DescribeNetworkInterfacePermissions.
      Returns:
      A Java Future containing the result of the DescribeNetworkInterfacePermissions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfacePermissions

      default CompletableFuture<DescribeNetworkInterfacePermissionsResponse> describeNetworkInterfacePermissions(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)

      Describes the permissions for your network interfaces.


      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 Java Future containing the result of the DescribeNetworkInterfacePermissions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfacePermissions

      default CompletableFuture<DescribeNetworkInterfacePermissionsResponse> describeNetworkInterfacePermissions()

      Describes the permissions for your network interfaces.

      Returns:
      A Java Future containing the result of the DescribeNetworkInterfacePermissions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfacePermissionsPaginator

      default DescribeNetworkInterfacePermissionsPublisher describeNetworkInterfacePermissionsPaginator()

      This is a variant of describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsPublisher publisher = client.describeNetworkInterfacePermissionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsPublisher publisher = client.describeNetworkInterfacePermissionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfacePermissionsPaginator

      default DescribeNetworkInterfacePermissionsPublisher describeNetworkInterfacePermissionsPaginator(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)

      This is a variant of describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsPublisher publisher = client.describeNetworkInterfacePermissionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsPublisher publisher = client.describeNetworkInterfacePermissionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfacePermissionsPaginator

      default DescribeNetworkInterfacePermissionsPublisher describeNetworkInterfacePermissionsPaginator(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)

      This is a variant of describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsPublisher publisher = client.describeNetworkInterfacePermissionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsPublisher publisher = client.describeNetworkInterfacePermissionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfaces

      default CompletableFuture<DescribeNetworkInterfacesResponse> describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      Parameters:
      describeNetworkInterfacesRequest - Contains the parameters for DescribeNetworkInterfaces.
      Returns:
      A Java Future containing the result of the DescribeNetworkInterfaces operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfaces

      default CompletableFuture<DescribeNetworkInterfacesResponse> describeNetworkInterfaces(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.


      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 Java Future containing the result of the DescribeNetworkInterfaces operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfaces

      default CompletableFuture<DescribeNetworkInterfacesResponse> describeNetworkInterfaces()

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      Returns:
      A Java Future containing the result of the DescribeNetworkInterfaces operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfacesPaginator

      default DescribeNetworkInterfacesPublisher describeNetworkInterfacesPaginator()

      This is a variant of describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesPublisher publisher = client.describeNetworkInterfacesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesPublisher publisher = client.describeNetworkInterfacesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfacesPaginator

      default DescribeNetworkInterfacesPublisher describeNetworkInterfacesPaginator(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)

      This is a variant of describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesPublisher publisher = client.describeNetworkInterfacesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesPublisher publisher = client.describeNetworkInterfacesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeNetworkInterfacesPaginator

      default DescribeNetworkInterfacesPublisher describeNetworkInterfacesPaginator(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest)

      This is a variant of describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesPublisher publisher = client.describeNetworkInterfacesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesPublisher publisher = client.describeNetworkInterfacesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePlacementGroups

      default CompletableFuture<DescribePlacementGroupsResponse> describePlacementGroups(DescribePlacementGroupsRequest describePlacementGroupsRequest)

      Describes the specified placement groups or all of your placement groups. For more information, see Placement groups in the Amazon EC2 User Guide.

      Parameters:
      describePlacementGroupsRequest -
      Returns:
      A Java Future containing the result of the DescribePlacementGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePlacementGroups

      default CompletableFuture<DescribePlacementGroupsResponse> describePlacementGroups(Consumer<DescribePlacementGroupsRequest.Builder> describePlacementGroupsRequest)

      Describes the specified placement groups or all of your placement groups. For more information, see Placement groups in the Amazon EC2 User Guide.


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

      Parameters:
      describePlacementGroupsRequest - A Consumer that will call methods on DescribePlacementGroupsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribePlacementGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePlacementGroups

      default CompletableFuture<DescribePlacementGroupsResponse> describePlacementGroups()

      Describes the specified placement groups or all of your placement groups. For more information, see Placement groups in the Amazon EC2 User Guide.

      Returns:
      A Java Future containing the result of the DescribePlacementGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrefixLists

      default CompletableFuture<DescribePrefixListsResponse> describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest)

      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:
      A Java Future containing the result of the DescribePrefixLists operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrefixLists

      default CompletableFuture<DescribePrefixListsResponse> describePrefixLists(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest)

      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.


      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 Java Future containing the result of the DescribePrefixLists operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrefixLists

      default CompletableFuture<DescribePrefixListsResponse> describePrefixLists()

      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.

      Returns:
      A Java Future containing the result of the DescribePrefixLists operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrefixListsPaginator

      default DescribePrefixListsPublisher describePrefixListsPaginator()

      This is a variant of describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsPublisher publisher = client.describePrefixListsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsPublisher publisher = client.describePrefixListsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrefixListsPaginator

      default DescribePrefixListsPublisher describePrefixListsPaginator(DescribePrefixListsRequest describePrefixListsRequest)

      This is a variant of describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsPublisher publisher = client.describePrefixListsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsPublisher publisher = client.describePrefixListsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrefixListsPaginator

      default DescribePrefixListsPublisher describePrefixListsPaginator(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest)

      This is a variant of describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsPublisher publisher = client.describePrefixListsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsPublisher publisher = client.describePrefixListsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrincipalIdFormat

      default CompletableFuture<DescribePrincipalIdFormatResponse> describePrincipalIdFormat(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest)

      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:
      A Java Future containing the result of the DescribePrincipalIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrincipalIdFormat

      default CompletableFuture<DescribePrincipalIdFormatResponse> describePrincipalIdFormat(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest)

      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:
      A Java Future containing the result of the DescribePrincipalIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrincipalIdFormat

      default CompletableFuture<DescribePrincipalIdFormatResponse> describePrincipalIdFormat()

      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:
      A Java Future containing the result of the DescribePrincipalIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrincipalIdFormatPaginator

      default DescribePrincipalIdFormatPublisher describePrincipalIdFormatPaginator()

      This is a variant of describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatPublisher publisher = client.describePrincipalIdFormatPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatPublisher publisher = client.describePrincipalIdFormatPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrincipalIdFormatPaginator

      default DescribePrincipalIdFormatPublisher describePrincipalIdFormatPaginator(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest)

      This is a variant of describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatPublisher publisher = client.describePrincipalIdFormatPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatPublisher publisher = client.describePrincipalIdFormatPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePrincipalIdFormatPaginator

      default DescribePrincipalIdFormatPublisher describePrincipalIdFormatPaginator(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest)

      This is a variant of describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatPublisher publisher = client.describePrincipalIdFormatPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatPublisher publisher = client.describePrincipalIdFormatPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePublicIpv4Pools

      default CompletableFuture<DescribePublicIpv4PoolsResponse> describePublicIpv4Pools(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest)

      Describes the specified IPv4 address pools.

      Parameters:
      describePublicIpv4PoolsRequest -
      Returns:
      A Java Future containing the result of the DescribePublicIpv4Pools operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePublicIpv4Pools

      default CompletableFuture<DescribePublicIpv4PoolsResponse> describePublicIpv4Pools(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest)

      Describes the specified IPv4 address pools.


      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 Java Future containing the result of the DescribePublicIpv4Pools operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePublicIpv4Pools

      default CompletableFuture<DescribePublicIpv4PoolsResponse> describePublicIpv4Pools()

      Describes the specified IPv4 address pools.

      Returns:
      A Java Future containing the result of the DescribePublicIpv4Pools operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePublicIpv4PoolsPaginator

      default DescribePublicIpv4PoolsPublisher describePublicIpv4PoolsPaginator()

      This is a variant of describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsPublisher publisher = client.describePublicIpv4PoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsPublisher publisher = client.describePublicIpv4PoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePublicIpv4PoolsPaginator

      default DescribePublicIpv4PoolsPublisher describePublicIpv4PoolsPaginator(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest)

      This is a variant of describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsPublisher publisher = client.describePublicIpv4PoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsPublisher publisher = client.describePublicIpv4PoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describePublicIpv4PoolsPaginator

      default DescribePublicIpv4PoolsPublisher describePublicIpv4PoolsPaginator(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest)

      This is a variant of describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsPublisher publisher = client.describePublicIpv4PoolsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsPublisher publisher = client.describePublicIpv4PoolsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeRegions

      default CompletableFuture<DescribeRegionsResponse> describeRegions(DescribeRegionsRequest describeRegionsRequest)

      Describes the Regions that are enabled for your account, or all Regions.

      For a list of the Regions supported by Amazon EC2, see Amazon Elastic Compute Cloud endpoints and quotas.

      For information about enabling and disabling Regions for your account, see Managing Amazon Web Services Regions in the Amazon Web Services General Reference.

      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:
      describeRegionsRequest -
      Returns:
      A Java Future containing the result of the DescribeRegions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeRegions

      default CompletableFuture<DescribeRegionsResponse> describeRegions(Consumer<DescribeRegionsRequest.Builder> describeRegionsRequest)

      Describes the Regions that are enabled for your account, or all Regions.

      For a list of the Regions supported by Amazon EC2, see Amazon Elastic Compute Cloud endpoints and quotas.

      For information about enabling and disabling Regions for your account, see Managing Amazon Web Services Regions in the Amazon Web Services General Reference.

      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 DescribeRegionsRequest.Builder avoiding the need to create one manually via DescribeRegionsRequest.builder()

      Parameters:
      describeRegionsRequest - A Consumer that will call methods on DescribeRegionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeRegions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeRegions

      default CompletableFuture<DescribeRegionsResponse> describeRegions()

      Describes the Regions that are enabled for your account, or all Regions.

      For a list of the Regions supported by Amazon EC2, see Amazon Elastic Compute Cloud endpoints and quotas.

      For information about enabling and disabling Regions for your account, see Managing Amazon Web Services Regions in the Amazon Web Services General Reference.

      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:
      A Java Future containing the result of the DescribeRegions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReplaceRootVolumeTasks

      default CompletableFuture<DescribeReplaceRootVolumeTasksResponse> describeReplaceRootVolumeTasks(DescribeReplaceRootVolumeTasksRequest describeReplaceRootVolumeTasksRequest)

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

      Parameters:
      describeReplaceRootVolumeTasksRequest -
      Returns:
      A Java Future containing the result of the DescribeReplaceRootVolumeTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReplaceRootVolumeTasks

      default CompletableFuture<DescribeReplaceRootVolumeTasksResponse> describeReplaceRootVolumeTasks(Consumer<DescribeReplaceRootVolumeTasksRequest.Builder> describeReplaceRootVolumeTasksRequest)

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


      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 Java Future containing the result of the DescribeReplaceRootVolumeTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReplaceRootVolumeTasksPaginator

      default DescribeReplaceRootVolumeTasksPublisher describeReplaceRootVolumeTasksPaginator(DescribeReplaceRootVolumeTasksRequest describeReplaceRootVolumeTasksRequest)

      This is a variant of describeReplaceRootVolumeTasks(software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksPublisher publisher = client.describeReplaceRootVolumeTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksPublisher publisher = client.describeReplaceRootVolumeTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReplaceRootVolumeTasksPaginator

      default DescribeReplaceRootVolumeTasksPublisher describeReplaceRootVolumeTasksPaginator(Consumer<DescribeReplaceRootVolumeTasksRequest.Builder> describeReplaceRootVolumeTasksRequest)

      This is a variant of describeReplaceRootVolumeTasks(software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksPublisher publisher = client.describeReplaceRootVolumeTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReplaceRootVolumeTasksPublisher publisher = client.describeReplaceRootVolumeTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeReplaceRootVolumeTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstances

      default CompletableFuture<DescribeReservedInstancesResponse> describeReservedInstances(DescribeReservedInstancesRequest describeReservedInstancesRequest)

      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:
      A Java Future containing the result of the DescribeReservedInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstances

      default CompletableFuture<DescribeReservedInstancesResponse> describeReservedInstances(Consumer<DescribeReservedInstancesRequest.Builder> describeReservedInstancesRequest)

      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.


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

      Parameters:
      describeReservedInstancesRequest - A Consumer that will call methods on DescribeReservedInstancesRequest.Builder to create a request. Contains the parameters for DescribeReservedInstances.
      Returns:
      A Java Future containing the result of the DescribeReservedInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstances

      default CompletableFuture<DescribeReservedInstancesResponse> describeReservedInstances()

      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.

      Returns:
      A Java Future containing the result of the DescribeReservedInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesListings

      default CompletableFuture<DescribeReservedInstancesListingsResponse> describeReservedInstancesListings(DescribeReservedInstancesListingsRequest describeReservedInstancesListingsRequest)

      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:
      A Java Future containing the result of the DescribeReservedInstancesListings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesListings

      default CompletableFuture<DescribeReservedInstancesListingsResponse> describeReservedInstancesListings(Consumer<DescribeReservedInstancesListingsRequest.Builder> describeReservedInstancesListingsRequest)

      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:
      A Java Future containing the result of the DescribeReservedInstancesListings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesListings

      default CompletableFuture<DescribeReservedInstancesListingsResponse> describeReservedInstancesListings()

      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:
      A Java Future containing the result of the DescribeReservedInstancesListings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesModifications

      default CompletableFuture<DescribeReservedInstancesModificationsResponse> describeReservedInstancesModifications(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest)

      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:
      A Java Future containing the result of the DescribeReservedInstancesModifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesModifications

      default CompletableFuture<DescribeReservedInstancesModificationsResponse> describeReservedInstancesModifications(Consumer<DescribeReservedInstancesModificationsRequest.Builder> describeReservedInstancesModificationsRequest)

      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.


      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 Java Future containing the result of the DescribeReservedInstancesModifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesModifications

      default CompletableFuture<DescribeReservedInstancesModificationsResponse> describeReservedInstancesModifications()

      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.

      Returns:
      A Java Future containing the result of the DescribeReservedInstancesModifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesModificationsPaginator

      default DescribeReservedInstancesModificationsPublisher describeReservedInstancesModificationsPaginator()

      This is a variant of describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsPublisher publisher = client.describeReservedInstancesModificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsPublisher publisher = client.describeReservedInstancesModificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesModificationsPaginator

      default DescribeReservedInstancesModificationsPublisher describeReservedInstancesModificationsPaginator(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest)

      This is a variant of describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsPublisher publisher = client.describeReservedInstancesModificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsPublisher publisher = client.describeReservedInstancesModificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesModificationsPaginator

      default DescribeReservedInstancesModificationsPublisher describeReservedInstancesModificationsPaginator(Consumer<DescribeReservedInstancesModificationsRequest.Builder> describeReservedInstancesModificationsRequest)

      This is a variant of describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsPublisher publisher = client.describeReservedInstancesModificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsPublisher publisher = client.describeReservedInstancesModificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesOfferings

      default CompletableFuture<DescribeReservedInstancesOfferingsResponse> describeReservedInstancesOfferings(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest)

      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:
      A Java Future containing the result of the DescribeReservedInstancesOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesOfferings

      default CompletableFuture<DescribeReservedInstancesOfferingsResponse> describeReservedInstancesOfferings(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest)

      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:
      A Java Future containing the result of the DescribeReservedInstancesOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesOfferings

      default CompletableFuture<DescribeReservedInstancesOfferingsResponse> describeReservedInstancesOfferings()

      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:
      A Java Future containing the result of the DescribeReservedInstancesOfferings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesOfferingsPaginator

      default DescribeReservedInstancesOfferingsPublisher describeReservedInstancesOfferingsPaginator()

      This is a variant of describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsPublisher publisher = client.describeReservedInstancesOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsPublisher publisher = client.describeReservedInstancesOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesOfferingsPaginator

      default DescribeReservedInstancesOfferingsPublisher describeReservedInstancesOfferingsPaginator(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest)

      This is a variant of describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsPublisher publisher = client.describeReservedInstancesOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsPublisher publisher = client.describeReservedInstancesOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeReservedInstancesOfferingsPaginator

      default DescribeReservedInstancesOfferingsPublisher describeReservedInstancesOfferingsPaginator(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest)

      This is a variant of describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsPublisher publisher = client.describeReservedInstancesOfferingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsPublisher publisher = client.describeReservedInstancesOfferingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeRouteTables

      default CompletableFuture<DescribeRouteTablesResponse> describeRouteTables(DescribeRouteTablesRequest describeRouteTablesRequest)

      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:
      A Java Future containing the result of the DescribeRouteTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeRouteTables

      default CompletableFuture<DescribeRouteTablesResponse> describeRouteTables(Consumer<DescribeRouteTablesRequest.Builder> describeRouteTablesRequest)

      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.


      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 Java Future containing the result of the DescribeRouteTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeRouteTables

      default CompletableFuture<DescribeRouteTablesResponse> describeRouteTables()

      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:
      A Java Future containing the result of the DescribeRouteTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeRouteTablesPaginator

      default DescribeRouteTablesPublisher describeRouteTablesPaginator()

      This is a variant of describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesPublisher publisher = client.describeRouteTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesPublisher publisher = client.describeRouteTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeRouteTablesPaginator

      default DescribeRouteTablesPublisher describeRouteTablesPaginator(DescribeRouteTablesRequest describeRouteTablesRequest)

      This is a variant of describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesPublisher publisher = client.describeRouteTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesPublisher publisher = client.describeRouteTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeRouteTablesPaginator

      default DescribeRouteTablesPublisher describeRouteTablesPaginator(Consumer<DescribeRouteTablesRequest.Builder> describeRouteTablesRequest)

      This is a variant of describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesPublisher publisher = client.describeRouteTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesPublisher publisher = client.describeRouteTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstanceAvailability

      default CompletableFuture<DescribeScheduledInstanceAvailabilityResponse> describeScheduledInstanceAvailability(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest)

      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:
      A Java Future containing the result of the DescribeScheduledInstanceAvailability operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstanceAvailability

      default CompletableFuture<DescribeScheduledInstanceAvailabilityResponse> describeScheduledInstanceAvailability(Consumer<DescribeScheduledInstanceAvailabilityRequest.Builder> describeScheduledInstanceAvailabilityRequest)

      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.


      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 Java Future containing the result of the DescribeScheduledInstanceAvailability operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstanceAvailabilityPaginator

      default DescribeScheduledInstanceAvailabilityPublisher describeScheduledInstanceAvailabilityPaginator(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest)

      This is a variant of describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityPublisher publisher = client.describeScheduledInstanceAvailabilityPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityPublisher publisher = client.describeScheduledInstanceAvailabilityPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstanceAvailabilityPaginator

      default DescribeScheduledInstanceAvailabilityPublisher describeScheduledInstanceAvailabilityPaginator(Consumer<DescribeScheduledInstanceAvailabilityRequest.Builder> describeScheduledInstanceAvailabilityRequest)

      This is a variant of describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityPublisher publisher = client.describeScheduledInstanceAvailabilityPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityPublisher publisher = client.describeScheduledInstanceAvailabilityPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstances

      default CompletableFuture<DescribeScheduledInstancesResponse> describeScheduledInstances(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)

      Describes the specified Scheduled Instances or all your Scheduled Instances.

      Parameters:
      describeScheduledInstancesRequest - Contains the parameters for DescribeScheduledInstances.
      Returns:
      A Java Future containing the result of the DescribeScheduledInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstances

      default CompletableFuture<DescribeScheduledInstancesResponse> describeScheduledInstances(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)

      Describes the specified Scheduled Instances or all your Scheduled Instances.


      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 Java Future containing the result of the DescribeScheduledInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstances

      default CompletableFuture<DescribeScheduledInstancesResponse> describeScheduledInstances()

      Describes the specified Scheduled Instances or all your Scheduled Instances.

      Returns:
      A Java Future containing the result of the DescribeScheduledInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstancesPaginator

      default DescribeScheduledInstancesPublisher describeScheduledInstancesPaginator()

      This is a variant of describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesPublisher publisher = client.describeScheduledInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesPublisher publisher = client.describeScheduledInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstancesPaginator

      default DescribeScheduledInstancesPublisher describeScheduledInstancesPaginator(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)

      This is a variant of describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesPublisher publisher = client.describeScheduledInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesPublisher publisher = client.describeScheduledInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeScheduledInstancesPaginator

      default DescribeScheduledInstancesPublisher describeScheduledInstancesPaginator(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)

      This is a variant of describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesPublisher publisher = client.describeScheduledInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesPublisher publisher = client.describeScheduledInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroupReferences

      default CompletableFuture<DescribeSecurityGroupReferencesResponse> describeSecurityGroupReferences(DescribeSecurityGroupReferencesRequest describeSecurityGroupReferencesRequest)

      Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.

      Parameters:
      describeSecurityGroupReferencesRequest -
      Returns:
      A Java Future containing the result of the DescribeSecurityGroupReferences operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroupReferences

      default CompletableFuture<DescribeSecurityGroupReferencesResponse> describeSecurityGroupReferences(Consumer<DescribeSecurityGroupReferencesRequest.Builder> describeSecurityGroupReferencesRequest)

      Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.


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

      Parameters:
      describeSecurityGroupReferencesRequest - A Consumer that will call methods on DescribeSecurityGroupReferencesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeSecurityGroupReferences operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroupRules

      default CompletableFuture<DescribeSecurityGroupRulesResponse> describeSecurityGroupRules(DescribeSecurityGroupRulesRequest describeSecurityGroupRulesRequest)

      Describes one or more of your security group rules.

      Parameters:
      describeSecurityGroupRulesRequest -
      Returns:
      A Java Future containing the result of the DescribeSecurityGroupRules operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroupRules

      default CompletableFuture<DescribeSecurityGroupRulesResponse> describeSecurityGroupRules(Consumer<DescribeSecurityGroupRulesRequest.Builder> describeSecurityGroupRulesRequest)

      Describes one or more of your security group rules.


      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 Java Future containing the result of the DescribeSecurityGroupRules operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroupRulesPaginator

      default DescribeSecurityGroupRulesPublisher describeSecurityGroupRulesPaginator(DescribeSecurityGroupRulesRequest describeSecurityGroupRulesRequest)

      This is a variant of describeSecurityGroupRules(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesPublisher publisher = client.describeSecurityGroupRulesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesPublisher publisher = client.describeSecurityGroupRulesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroupRulesPaginator

      default DescribeSecurityGroupRulesPublisher describeSecurityGroupRulesPaginator(Consumer<DescribeSecurityGroupRulesRequest.Builder> describeSecurityGroupRulesRequest)

      This is a variant of describeSecurityGroupRules(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesPublisher publisher = client.describeSecurityGroupRulesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupRulesPublisher publisher = client.describeSecurityGroupRulesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupRulesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroups

      default CompletableFuture<DescribeSecurityGroupsResponse> describeSecurityGroups(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)

      Describes the specified security groups or all of your security groups.

      Parameters:
      describeSecurityGroupsRequest -
      Returns:
      A Java Future containing the result of the DescribeSecurityGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroups

      default CompletableFuture<DescribeSecurityGroupsResponse> describeSecurityGroups(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)

      Describes the specified security groups or all of your security groups.


      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 Java Future containing the result of the DescribeSecurityGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroups

      default CompletableFuture<DescribeSecurityGroupsResponse> describeSecurityGroups()

      Describes the specified security groups or all of your security groups.

      Returns:
      A Java Future containing the result of the DescribeSecurityGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroupsPaginator

      default DescribeSecurityGroupsPublisher describeSecurityGroupsPaginator()

      This is a variant of describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsPublisher publisher = client.describeSecurityGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsPublisher publisher = client.describeSecurityGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroupsPaginator

      default DescribeSecurityGroupsPublisher describeSecurityGroupsPaginator(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)

      This is a variant of describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsPublisher publisher = client.describeSecurityGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsPublisher publisher = client.describeSecurityGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSecurityGroupsPaginator

      default DescribeSecurityGroupsPublisher describeSecurityGroupsPaginator(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)

      This is a variant of describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsPublisher publisher = client.describeSecurityGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsPublisher publisher = client.describeSecurityGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshotAttribute

      default CompletableFuture<DescribeSnapshotAttributeResponse> describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)

      Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.

      For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon EBS User Guide.

      Parameters:
      describeSnapshotAttributeRequest -
      Returns:
      A Java Future containing the result of the DescribeSnapshotAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshotAttribute

      default CompletableFuture<DescribeSnapshotAttributeResponse> describeSnapshotAttribute(Consumer<DescribeSnapshotAttributeRequest.Builder> describeSnapshotAttributeRequest)

      Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.

      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 DescribeSnapshotAttributeRequest.Builder avoiding the need to create one manually via DescribeSnapshotAttributeRequest.builder()

      Parameters:
      describeSnapshotAttributeRequest - A Consumer that will call methods on DescribeSnapshotAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeSnapshotAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshotTierStatus

      default CompletableFuture<DescribeSnapshotTierStatusResponse> describeSnapshotTierStatus(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)

      Describes the storage tier status of one or more Amazon EBS snapshots.

      Parameters:
      describeSnapshotTierStatusRequest -
      Returns:
      A Java Future containing the result of the DescribeSnapshotTierStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshotTierStatus

      default CompletableFuture<DescribeSnapshotTierStatusResponse> describeSnapshotTierStatus(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest)

      Describes the storage tier status of one or more Amazon EBS snapshots.


      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 Java Future containing the result of the DescribeSnapshotTierStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshotTierStatusPaginator

      default DescribeSnapshotTierStatusPublisher describeSnapshotTierStatusPaginator(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)

      This is a variant of describeSnapshotTierStatus(software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusPublisher publisher = client.describeSnapshotTierStatusPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusPublisher publisher = client.describeSnapshotTierStatusPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshotTierStatusPaginator

      default DescribeSnapshotTierStatusPublisher describeSnapshotTierStatusPaginator(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest)

      This is a variant of describeSnapshotTierStatus(software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusPublisher publisher = client.describeSnapshotTierStatusPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotTierStatusPublisher publisher = client.describeSnapshotTierStatusPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSnapshotTierStatusResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshots

      default CompletableFuture<DescribeSnapshotsResponse> describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      Parameters:
      describeSnapshotsRequest -
      Returns:
      A Java Future containing the result of the DescribeSnapshots operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshots

      default CompletableFuture<DescribeSnapshotsResponse> describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.


      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 Java Future containing the result of the DescribeSnapshots operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshots

      default CompletableFuture<DescribeSnapshotsResponse> describeSnapshots()

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      Returns:
      A Java Future containing the result of the DescribeSnapshots operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshotsPaginator

      default DescribeSnapshotsPublisher describeSnapshotsPaginator()

      This is a variant of describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsPublisher publisher = client.describeSnapshotsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsPublisher publisher = client.describeSnapshotsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshotsPaginator

      default DescribeSnapshotsPublisher describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)

      This is a variant of describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsPublisher publisher = client.describeSnapshotsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsPublisher publisher = client.describeSnapshotsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSnapshotsPaginator

      default DescribeSnapshotsPublisher describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)

      This is a variant of describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsPublisher publisher = client.describeSnapshotsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsPublisher publisher = client.describeSnapshotsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotDatafeedSubscription

      default CompletableFuture<DescribeSpotDatafeedSubscriptionResponse> describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscriptionRequest describeSpotDatafeedSubscriptionRequest)

      Describes the data feed for Spot Instances. For more information, see Spot Instance data feed in the Amazon EC2 User Guide for Linux Instances.

      Parameters:
      describeSpotDatafeedSubscriptionRequest - Contains the parameters for DescribeSpotDatafeedSubscription.
      Returns:
      A Java Future containing the result of the DescribeSpotDatafeedSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotDatafeedSubscription

      default CompletableFuture<DescribeSpotDatafeedSubscriptionResponse> describeSpotDatafeedSubscription(Consumer<DescribeSpotDatafeedSubscriptionRequest.Builder> describeSpotDatafeedSubscriptionRequest)

      Describes the data feed for Spot Instances. For more information, see Spot Instance data feed in the Amazon EC2 User Guide for Linux Instances.


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

      Parameters:
      describeSpotDatafeedSubscriptionRequest - A Consumer that will call methods on DescribeSpotDatafeedSubscriptionRequest.Builder to create a request. Contains the parameters for DescribeSpotDatafeedSubscription.
      Returns:
      A Java Future containing the result of the DescribeSpotDatafeedSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotDatafeedSubscription

      default CompletableFuture<DescribeSpotDatafeedSubscriptionResponse> describeSpotDatafeedSubscription()

      Describes the data feed for Spot Instances. For more information, see Spot Instance data feed in the Amazon EC2 User Guide for Linux Instances.

      Returns:
      A Java Future containing the result of the DescribeSpotDatafeedSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetInstances

      default CompletableFuture<DescribeSpotFleetInstancesResponse> describeSpotFleetInstances(DescribeSpotFleetInstancesRequest describeSpotFleetInstancesRequest)

      Describes the running instances for the specified Spot Fleet.

      Parameters:
      describeSpotFleetInstancesRequest - Contains the parameters for DescribeSpotFleetInstances.
      Returns:
      A Java Future containing the result of the DescribeSpotFleetInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetInstances

      default CompletableFuture<DescribeSpotFleetInstancesResponse> describeSpotFleetInstances(Consumer<DescribeSpotFleetInstancesRequest.Builder> describeSpotFleetInstancesRequest)

      Describes the running instances for the specified Spot Fleet.


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

      Parameters:
      describeSpotFleetInstancesRequest - A Consumer that will call methods on DescribeSpotFleetInstancesRequest.Builder to create a request. Contains the parameters for DescribeSpotFleetInstances.
      Returns:
      A Java Future containing the result of the DescribeSpotFleetInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetRequestHistory

      default CompletableFuture<DescribeSpotFleetRequestHistoryResponse> describeSpotFleetRequestHistory(DescribeSpotFleetRequestHistoryRequest describeSpotFleetRequestHistoryRequest)

      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:
      A Java Future containing the result of the DescribeSpotFleetRequestHistory operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetRequestHistory

      default CompletableFuture<DescribeSpotFleetRequestHistoryResponse> describeSpotFleetRequestHistory(Consumer<DescribeSpotFleetRequestHistoryRequest.Builder> describeSpotFleetRequestHistoryRequest)

      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.


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

      Parameters:
      describeSpotFleetRequestHistoryRequest - A Consumer that will call methods on DescribeSpotFleetRequestHistoryRequest.Builder to create a request. Contains the parameters for DescribeSpotFleetRequestHistory.
      Returns:
      A Java Future containing the result of the DescribeSpotFleetRequestHistory operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetRequests

      default CompletableFuture<DescribeSpotFleetRequestsResponse> describeSpotFleetRequests(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest)

      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:
      A Java Future containing the result of the DescribeSpotFleetRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetRequests

      default CompletableFuture<DescribeSpotFleetRequestsResponse> describeSpotFleetRequests(Consumer<DescribeSpotFleetRequestsRequest.Builder> describeSpotFleetRequestsRequest)

      Describes your Spot Fleet requests.

      Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.


      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 Java Future containing the result of the DescribeSpotFleetRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetRequests

      default CompletableFuture<DescribeSpotFleetRequestsResponse> describeSpotFleetRequests()

      Describes your Spot Fleet requests.

      Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.

      Returns:
      A Java Future containing the result of the DescribeSpotFleetRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetRequestsPaginator

      default DescribeSpotFleetRequestsPublisher describeSpotFleetRequestsPaginator()

      This is a variant of describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsPublisher publisher = client.describeSpotFleetRequestsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsPublisher publisher = client.describeSpotFleetRequestsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetRequestsPaginator

      default DescribeSpotFleetRequestsPublisher describeSpotFleetRequestsPaginator(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest)

      This is a variant of describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsPublisher publisher = client.describeSpotFleetRequestsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsPublisher publisher = client.describeSpotFleetRequestsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotFleetRequestsPaginator

      default DescribeSpotFleetRequestsPublisher describeSpotFleetRequestsPaginator(Consumer<DescribeSpotFleetRequestsRequest.Builder> describeSpotFleetRequestsRequest)

      This is a variant of describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsPublisher publisher = client.describeSpotFleetRequestsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsPublisher publisher = client.describeSpotFleetRequestsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotInstanceRequests

      default CompletableFuture<DescribeSpotInstanceRequestsResponse> describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)

      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:
      A Java Future containing the result of the DescribeSpotInstanceRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotInstanceRequests

      default CompletableFuture<DescribeSpotInstanceRequestsResponse> describeSpotInstanceRequests(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest)

      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:
      A Java Future containing the result of the DescribeSpotInstanceRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotInstanceRequests

      default CompletableFuture<DescribeSpotInstanceRequestsResponse> describeSpotInstanceRequests()

      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:
      A Java Future containing the result of the DescribeSpotInstanceRequests operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotInstanceRequestsPaginator

      default DescribeSpotInstanceRequestsPublisher describeSpotInstanceRequestsPaginator()

      This is a variant of describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsPublisher publisher = client.describeSpotInstanceRequestsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsPublisher publisher = client.describeSpotInstanceRequestsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotInstanceRequestsPaginator

      default DescribeSpotInstanceRequestsPublisher describeSpotInstanceRequestsPaginator(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)

      This is a variant of describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsPublisher publisher = client.describeSpotInstanceRequestsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsPublisher publisher = client.describeSpotInstanceRequestsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotInstanceRequestsPaginator

      default DescribeSpotInstanceRequestsPublisher describeSpotInstanceRequestsPaginator(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest)

      This is a variant of describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsPublisher publisher = client.describeSpotInstanceRequestsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsPublisher publisher = client.describeSpotInstanceRequestsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotPriceHistory

      default CompletableFuture<DescribeSpotPriceHistoryResponse> describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)

      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:
      A Java Future containing the result of the DescribeSpotPriceHistory operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotPriceHistory

      default CompletableFuture<DescribeSpotPriceHistoryResponse> describeSpotPriceHistory(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)

      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.


      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 Java Future containing the result of the DescribeSpotPriceHistory operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotPriceHistory

      default CompletableFuture<DescribeSpotPriceHistoryResponse> describeSpotPriceHistory()

      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.

      Returns:
      A Java Future containing the result of the DescribeSpotPriceHistory operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotPriceHistoryPaginator

      default DescribeSpotPriceHistoryPublisher describeSpotPriceHistoryPaginator()

      This is a variant of describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryPublisher publisher = client.describeSpotPriceHistoryPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryPublisher publisher = client.describeSpotPriceHistoryPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotPriceHistoryPaginator

      default DescribeSpotPriceHistoryPublisher describeSpotPriceHistoryPaginator(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)

      This is a variant of describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryPublisher publisher = client.describeSpotPriceHistoryPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryPublisher publisher = client.describeSpotPriceHistoryPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSpotPriceHistoryPaginator

      default DescribeSpotPriceHistoryPublisher describeSpotPriceHistoryPaginator(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)

      This is a variant of describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryPublisher publisher = client.describeSpotPriceHistoryPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryPublisher publisher = client.describeSpotPriceHistoryPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeStaleSecurityGroups

      default CompletableFuture<DescribeStaleSecurityGroupsResponse> describeStaleSecurityGroups(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)

      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:
      A Java Future containing the result of the DescribeStaleSecurityGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeStaleSecurityGroups

      default CompletableFuture<DescribeStaleSecurityGroupsResponse> describeStaleSecurityGroups(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest)

      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.


      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 Java Future containing the result of the DescribeStaleSecurityGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeStaleSecurityGroupsPaginator

      default DescribeStaleSecurityGroupsPublisher describeStaleSecurityGroupsPaginator(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)

      This is a variant of describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsPublisher publisher = client.describeStaleSecurityGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsPublisher publisher = client.describeStaleSecurityGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeStaleSecurityGroupsPaginator

      default DescribeStaleSecurityGroupsPublisher describeStaleSecurityGroupsPaginator(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest)

      This is a variant of describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsPublisher publisher = client.describeStaleSecurityGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsPublisher publisher = client.describeStaleSecurityGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeStoreImageTasks

      default CompletableFuture<DescribeStoreImageTasksResponse> describeStoreImageTasks(DescribeStoreImageTasksRequest describeStoreImageTasksRequest)

      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:
      A Java Future containing the result of the DescribeStoreImageTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeStoreImageTasks

      default CompletableFuture<DescribeStoreImageTasksResponse> describeStoreImageTasks(Consumer<DescribeStoreImageTasksRequest.Builder> describeStoreImageTasksRequest)

      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.


      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 Java Future containing the result of the DescribeStoreImageTasks operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeStoreImageTasksPaginator

      default DescribeStoreImageTasksPublisher describeStoreImageTasksPaginator(DescribeStoreImageTasksRequest describeStoreImageTasksRequest)

      This is a variant of describeStoreImageTasks(software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksPublisher publisher = client.describeStoreImageTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksPublisher publisher = client.describeStoreImageTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeStoreImageTasksPaginator

      default DescribeStoreImageTasksPublisher describeStoreImageTasksPaginator(Consumer<DescribeStoreImageTasksRequest.Builder> describeStoreImageTasksRequest)

      This is a variant of describeStoreImageTasks(software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksPublisher publisher = client.describeStoreImageTasksPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeStoreImageTasksPublisher publisher = client.describeStoreImageTasksPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeStoreImageTasksResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSubnets

      default CompletableFuture<DescribeSubnetsResponse> describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)

      Describes one or more of your subnets.

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

      Parameters:
      describeSubnetsRequest -
      Returns:
      A Java Future containing the result of the DescribeSubnets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSubnets

      default CompletableFuture<DescribeSubnetsResponse> describeSubnets(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest)

      Describes one or more of your subnets.

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


      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 Java Future containing the result of the DescribeSubnets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSubnets

      default CompletableFuture<DescribeSubnetsResponse> describeSubnets()

      Describes one or more of your subnets.

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

      Returns:
      A Java Future containing the result of the DescribeSubnets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSubnetsPaginator

      default DescribeSubnetsPublisher describeSubnetsPaginator()

      This is a variant of describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsPublisher publisher = client.describeSubnetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsPublisher publisher = client.describeSubnetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSubnetsPaginator

      default DescribeSubnetsPublisher describeSubnetsPaginator(DescribeSubnetsRequest describeSubnetsRequest)

      This is a variant of describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsPublisher publisher = client.describeSubnetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsPublisher publisher = client.describeSubnetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeSubnetsPaginator

      default DescribeSubnetsPublisher describeSubnetsPaginator(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest)

      This is a variant of describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsPublisher publisher = client.describeSubnetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsPublisher publisher = client.describeSubnetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTags

      default CompletableFuture<DescribeTagsResponse> describeTags(DescribeTagsRequest describeTagsRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeTags operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTags

      default CompletableFuture<DescribeTagsResponse> describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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 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 Java Future containing the result of the DescribeTags operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTags

      default CompletableFuture<DescribeTagsResponse> describeTags()

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeTags operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTagsPaginator

      default DescribeTagsPublisher describeTagsPaginator()

      This is a variant of describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTagsPublisher publisher = client.describeTagsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTagsPublisher publisher = client.describeTagsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTagsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTagsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTagsPaginator

      default DescribeTagsPublisher describeTagsPaginator(DescribeTagsRequest describeTagsRequest)

      This is a variant of describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTagsPublisher publisher = client.describeTagsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTagsPublisher publisher = client.describeTagsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTagsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTagsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTagsPaginator

      default DescribeTagsPublisher describeTagsPaginator(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)

      This is a variant of describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTagsPublisher publisher = client.describeTagsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTagsPublisher publisher = client.describeTagsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTagsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTagsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorFilters

      default CompletableFuture<DescribeTrafficMirrorFiltersResponse> describeTrafficMirrorFilters(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest)

      Describes one or more Traffic Mirror filters.

      Parameters:
      describeTrafficMirrorFiltersRequest -
      Returns:
      A Java Future containing the result of the DescribeTrafficMirrorFilters operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorFilters

      default CompletableFuture<DescribeTrafficMirrorFiltersResponse> describeTrafficMirrorFilters(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest)

      Describes one or more Traffic Mirror filters.


      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 Java Future containing the result of the DescribeTrafficMirrorFilters operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorFiltersPaginator

      default DescribeTrafficMirrorFiltersPublisher describeTrafficMirrorFiltersPaginator(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest)

      This is a variant of describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersPublisher publisher = client.describeTrafficMirrorFiltersPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersPublisher publisher = client.describeTrafficMirrorFiltersPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorFiltersPaginator

      default DescribeTrafficMirrorFiltersPublisher describeTrafficMirrorFiltersPaginator(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest)

      This is a variant of describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersPublisher publisher = client.describeTrafficMirrorFiltersPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersPublisher publisher = client.describeTrafficMirrorFiltersPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorSessions

      default CompletableFuture<DescribeTrafficMirrorSessionsResponse> describeTrafficMirrorSessions(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest)

      Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

      Parameters:
      describeTrafficMirrorSessionsRequest -
      Returns:
      A Java Future containing the result of the DescribeTrafficMirrorSessions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorSessions

      default CompletableFuture<DescribeTrafficMirrorSessionsResponse> describeTrafficMirrorSessions(Consumer<DescribeTrafficMirrorSessionsRequest.Builder> describeTrafficMirrorSessionsRequest)

      Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.


      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 Java Future containing the result of the DescribeTrafficMirrorSessions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorSessionsPaginator

      default DescribeTrafficMirrorSessionsPublisher describeTrafficMirrorSessionsPaginator(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest)

      This is a variant of describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsPublisher publisher = client.describeTrafficMirrorSessionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsPublisher publisher = client.describeTrafficMirrorSessionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorSessionsPaginator

      default DescribeTrafficMirrorSessionsPublisher describeTrafficMirrorSessionsPaginator(Consumer<DescribeTrafficMirrorSessionsRequest.Builder> describeTrafficMirrorSessionsRequest)

      This is a variant of describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsPublisher publisher = client.describeTrafficMirrorSessionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsPublisher publisher = client.describeTrafficMirrorSessionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorTargets

      default CompletableFuture<DescribeTrafficMirrorTargetsResponse> describeTrafficMirrorTargets(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest)

      Information about one or more Traffic Mirror targets.

      Parameters:
      describeTrafficMirrorTargetsRequest -
      Returns:
      A Java Future containing the result of the DescribeTrafficMirrorTargets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorTargets

      default CompletableFuture<DescribeTrafficMirrorTargetsResponse> describeTrafficMirrorTargets(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest)

      Information about one or more Traffic Mirror targets.


      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 Java Future containing the result of the DescribeTrafficMirrorTargets operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorTargetsPaginator

      default DescribeTrafficMirrorTargetsPublisher describeTrafficMirrorTargetsPaginator(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest)

      This is a variant of describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsPublisher publisher = client.describeTrafficMirrorTargetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsPublisher publisher = client.describeTrafficMirrorTargetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrafficMirrorTargetsPaginator

      default DescribeTrafficMirrorTargetsPublisher describeTrafficMirrorTargetsPaginator(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest)

      This is a variant of describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsPublisher publisher = client.describeTrafficMirrorTargetsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsPublisher publisher = client.describeTrafficMirrorTargetsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayAttachments

      default CompletableFuture<DescribeTransitGatewayAttachmentsResponse> describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)

      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:
      A Java Future containing the result of the DescribeTransitGatewayAttachments operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayAttachments

      default CompletableFuture<DescribeTransitGatewayAttachmentsResponse> describeTransitGatewayAttachments(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest)

      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.


      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 Java Future containing the result of the DescribeTransitGatewayAttachments operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayAttachments

      default CompletableFuture<DescribeTransitGatewayAttachmentsResponse> describeTransitGatewayAttachments()

      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.

      Returns:
      A Java Future containing the result of the DescribeTransitGatewayAttachments operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayAttachmentsPaginator

      default DescribeTransitGatewayAttachmentsPublisher describeTransitGatewayAttachmentsPaginator()

      This is a variant of describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsPublisher publisher = client.describeTransitGatewayAttachmentsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsPublisher publisher = client.describeTransitGatewayAttachmentsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayAttachmentsPaginator

      default DescribeTransitGatewayAttachmentsPublisher describeTransitGatewayAttachmentsPaginator(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)

      This is a variant of describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsPublisher publisher = client.describeTransitGatewayAttachmentsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsPublisher publisher = client.describeTransitGatewayAttachmentsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayAttachmentsPaginator

      default DescribeTransitGatewayAttachmentsPublisher describeTransitGatewayAttachmentsPaginator(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest)

      This is a variant of describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsPublisher publisher = client.describeTransitGatewayAttachmentsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsPublisher publisher = client.describeTransitGatewayAttachmentsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayConnectPeers

      default CompletableFuture<DescribeTransitGatewayConnectPeersResponse> describeTransitGatewayConnectPeers(DescribeTransitGatewayConnectPeersRequest describeTransitGatewayConnectPeersRequest)

      Describes one or more Connect peers.

      Parameters:
      describeTransitGatewayConnectPeersRequest -
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayConnectPeers operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayConnectPeers

      default CompletableFuture<DescribeTransitGatewayConnectPeersResponse> describeTransitGatewayConnectPeers(Consumer<DescribeTransitGatewayConnectPeersRequest.Builder> describeTransitGatewayConnectPeersRequest)

      Describes one or more Connect peers.


      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 Java Future containing the result of the DescribeTransitGatewayConnectPeers operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayConnectPeersPaginator

      default DescribeTransitGatewayConnectPeersPublisher describeTransitGatewayConnectPeersPaginator(DescribeTransitGatewayConnectPeersRequest describeTransitGatewayConnectPeersRequest)

      This is a variant of describeTransitGatewayConnectPeers(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersPublisher publisher = client.describeTransitGatewayConnectPeersPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersPublisher publisher = client.describeTransitGatewayConnectPeersPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayConnectPeersPaginator

      default DescribeTransitGatewayConnectPeersPublisher describeTransitGatewayConnectPeersPaginator(Consumer<DescribeTransitGatewayConnectPeersRequest.Builder> describeTransitGatewayConnectPeersRequest)

      This is a variant of describeTransitGatewayConnectPeers(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersPublisher publisher = client.describeTransitGatewayConnectPeersPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectPeersPublisher publisher = client.describeTransitGatewayConnectPeersPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectPeersResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayConnects

      default CompletableFuture<DescribeTransitGatewayConnectsResponse> describeTransitGatewayConnects(DescribeTransitGatewayConnectsRequest describeTransitGatewayConnectsRequest)

      Describes one or more Connect attachments.

      Parameters:
      describeTransitGatewayConnectsRequest -
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayConnects operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayConnects

      default CompletableFuture<DescribeTransitGatewayConnectsResponse> describeTransitGatewayConnects(Consumer<DescribeTransitGatewayConnectsRequest.Builder> describeTransitGatewayConnectsRequest)

      Describes one or more Connect attachments.


      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 Java Future containing the result of the DescribeTransitGatewayConnects operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayConnectsPaginator

      default DescribeTransitGatewayConnectsPublisher describeTransitGatewayConnectsPaginator(DescribeTransitGatewayConnectsRequest describeTransitGatewayConnectsRequest)

      This is a variant of describeTransitGatewayConnects(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsPublisher publisher = client.describeTransitGatewayConnectsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsPublisher publisher = client.describeTransitGatewayConnectsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayConnectsPaginator

      default DescribeTransitGatewayConnectsPublisher describeTransitGatewayConnectsPaginator(Consumer<DescribeTransitGatewayConnectsRequest.Builder> describeTransitGatewayConnectsRequest)

      This is a variant of describeTransitGatewayConnects(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsPublisher publisher = client.describeTransitGatewayConnectsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayConnectsPublisher publisher = client.describeTransitGatewayConnectsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayConnectsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayMulticastDomains

      default CompletableFuture<DescribeTransitGatewayMulticastDomainsResponse> describeTransitGatewayMulticastDomains(DescribeTransitGatewayMulticastDomainsRequest describeTransitGatewayMulticastDomainsRequest)

      Describes one or more transit gateway multicast domains.

      Parameters:
      describeTransitGatewayMulticastDomainsRequest -
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayMulticastDomains operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayMulticastDomains

      default CompletableFuture<DescribeTransitGatewayMulticastDomainsResponse> describeTransitGatewayMulticastDomains(Consumer<DescribeTransitGatewayMulticastDomainsRequest.Builder> describeTransitGatewayMulticastDomainsRequest)

      Describes one or more transit gateway multicast domains.


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

      Parameters:
      describeTransitGatewayMulticastDomainsRequest - A Consumer that will call methods on DescribeTransitGatewayMulticastDomainsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayMulticastDomains operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayMulticastDomainsPaginator

      default DescribeTransitGatewayMulticastDomainsPublisher describeTransitGatewayMulticastDomainsPaginator(DescribeTransitGatewayMulticastDomainsRequest describeTransitGatewayMulticastDomainsRequest)

      This is a variant of describeTransitGatewayMulticastDomains(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayMulticastDomainsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayMulticastDomainsPublisher publisher = client.describeTransitGatewayMulticastDomainsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayMulticastDomainsPublisher publisher = client.describeTransitGatewayMulticastDomainsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayMulticastDomainsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayMulticastDomainsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayMulticastDomainsPaginator

      default DescribeTransitGatewayMulticastDomainsPublisher describeTransitGatewayMulticastDomainsPaginator(Consumer<DescribeTransitGatewayMulticastDomainsRequest.Builder> describeTransitGatewayMulticastDomainsRequest)

      This is a variant of describeTransitGatewayMulticastDomains(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayMulticastDomainsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayMulticastDomainsPublisher publisher = client.describeTransitGatewayMulticastDomainsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayMulticastDomainsPublisher publisher = client.describeTransitGatewayMulticastDomainsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayMulticastDomainsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayMulticastDomainsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeTransitGatewayMulticastDomainsRequest - A Consumer that will call methods on DescribeTransitGatewayMulticastDomainsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayPeeringAttachments

      default CompletableFuture<DescribeTransitGatewayPeeringAttachmentsResponse> describeTransitGatewayPeeringAttachments(DescribeTransitGatewayPeeringAttachmentsRequest describeTransitGatewayPeeringAttachmentsRequest)

      Describes your transit gateway peering attachments.

      Parameters:
      describeTransitGatewayPeeringAttachmentsRequest -
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayPeeringAttachments operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayPeeringAttachments

      default CompletableFuture<DescribeTransitGatewayPeeringAttachmentsResponse> describeTransitGatewayPeeringAttachments(Consumer<DescribeTransitGatewayPeeringAttachmentsRequest.Builder> describeTransitGatewayPeeringAttachmentsRequest)

      Describes your transit gateway peering attachments.


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

      Parameters:
      describeTransitGatewayPeeringAttachmentsRequest - A Consumer that will call methods on DescribeTransitGatewayPeeringAttachmentsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayPeeringAttachments operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayPeeringAttachmentsPaginator

      default DescribeTransitGatewayPeeringAttachmentsPublisher describeTransitGatewayPeeringAttachmentsPaginator(DescribeTransitGatewayPeeringAttachmentsRequest describeTransitGatewayPeeringAttachmentsRequest)

      This is a variant of describeTransitGatewayPeeringAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPeeringAttachmentsPublisher publisher = client.describeTransitGatewayPeeringAttachmentsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPeeringAttachmentsPublisher publisher = client.describeTransitGatewayPeeringAttachmentsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayPeeringAttachmentsPaginator

      default DescribeTransitGatewayPeeringAttachmentsPublisher describeTransitGatewayPeeringAttachmentsPaginator(Consumer<DescribeTransitGatewayPeeringAttachmentsRequest.Builder> describeTransitGatewayPeeringAttachmentsRequest)

      This is a variant of describeTransitGatewayPeeringAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPeeringAttachmentsPublisher publisher = client.describeTransitGatewayPeeringAttachmentsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPeeringAttachmentsPublisher publisher = client.describeTransitGatewayPeeringAttachmentsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPeeringAttachmentsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeTransitGatewayPeeringAttachmentsRequest - A Consumer that will call methods on DescribeTransitGatewayPeeringAttachmentsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayPolicyTables

      default CompletableFuture<DescribeTransitGatewayPolicyTablesResponse> describeTransitGatewayPolicyTables(DescribeTransitGatewayPolicyTablesRequest describeTransitGatewayPolicyTablesRequest)

      Describes one or more transit gateway route policy tables.

      Parameters:
      describeTransitGatewayPolicyTablesRequest -
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayPolicyTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayPolicyTables

      default CompletableFuture<DescribeTransitGatewayPolicyTablesResponse> describeTransitGatewayPolicyTables(Consumer<DescribeTransitGatewayPolicyTablesRequest.Builder> describeTransitGatewayPolicyTablesRequest)

      Describes one or more transit gateway route policy tables.


      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 Java Future containing the result of the DescribeTransitGatewayPolicyTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayPolicyTablesPaginator

      default DescribeTransitGatewayPolicyTablesPublisher describeTransitGatewayPolicyTablesPaginator(DescribeTransitGatewayPolicyTablesRequest describeTransitGatewayPolicyTablesRequest)

      This is a variant of describeTransitGatewayPolicyTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesPublisher publisher = client.describeTransitGatewayPolicyTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesPublisher publisher = client.describeTransitGatewayPolicyTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayPolicyTablesPaginator

      default DescribeTransitGatewayPolicyTablesPublisher describeTransitGatewayPolicyTablesPaginator(Consumer<DescribeTransitGatewayPolicyTablesRequest.Builder> describeTransitGatewayPolicyTablesRequest)

      This is a variant of describeTransitGatewayPolicyTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesPublisher publisher = client.describeTransitGatewayPolicyTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayPolicyTablesPublisher publisher = client.describeTransitGatewayPolicyTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayPolicyTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTableAnnouncements

      default CompletableFuture<DescribeTransitGatewayRouteTableAnnouncementsResponse> describeTransitGatewayRouteTableAnnouncements(DescribeTransitGatewayRouteTableAnnouncementsRequest describeTransitGatewayRouteTableAnnouncementsRequest)

      Describes one or more transit gateway route table advertisements.

      Parameters:
      describeTransitGatewayRouteTableAnnouncementsRequest -
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayRouteTableAnnouncements operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTableAnnouncements

      default CompletableFuture<DescribeTransitGatewayRouteTableAnnouncementsResponse> describeTransitGatewayRouteTableAnnouncements(Consumer<DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder> describeTransitGatewayRouteTableAnnouncementsRequest)

      Describes one or more transit gateway route table advertisements.


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

      Parameters:
      describeTransitGatewayRouteTableAnnouncementsRequest - A Consumer that will call methods on DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayRouteTableAnnouncements operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTableAnnouncementsPaginator

      default DescribeTransitGatewayRouteTableAnnouncementsPublisher describeTransitGatewayRouteTableAnnouncementsPaginator(DescribeTransitGatewayRouteTableAnnouncementsRequest describeTransitGatewayRouteTableAnnouncementsRequest)

      This is a variant of describeTransitGatewayRouteTableAnnouncements(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTableAnnouncementsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTableAnnouncementsPublisher publisher = client.describeTransitGatewayRouteTableAnnouncementsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTableAnnouncementsPublisher publisher = client.describeTransitGatewayRouteTableAnnouncementsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTableAnnouncementsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTableAnnouncementsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTableAnnouncementsPaginator

      default DescribeTransitGatewayRouteTableAnnouncementsPublisher describeTransitGatewayRouteTableAnnouncementsPaginator(Consumer<DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder> describeTransitGatewayRouteTableAnnouncementsRequest)

      This is a variant of describeTransitGatewayRouteTableAnnouncements(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTableAnnouncementsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTableAnnouncementsPublisher publisher = client.describeTransitGatewayRouteTableAnnouncementsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTableAnnouncementsPublisher publisher = client.describeTransitGatewayRouteTableAnnouncementsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTableAnnouncementsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTableAnnouncementsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeTransitGatewayRouteTableAnnouncementsRequest - A Consumer that will call methods on DescribeTransitGatewayRouteTableAnnouncementsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTables

      default CompletableFuture<DescribeTransitGatewayRouteTablesResponse> describeTransitGatewayRouteTables(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest)

      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:
      A Java Future containing the result of the DescribeTransitGatewayRouteTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTables

      default CompletableFuture<DescribeTransitGatewayRouteTablesResponse> describeTransitGatewayRouteTables(Consumer<DescribeTransitGatewayRouteTablesRequest.Builder> describeTransitGatewayRouteTablesRequest)

      Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.


      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 Java Future containing the result of the DescribeTransitGatewayRouteTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTables

      default CompletableFuture<DescribeTransitGatewayRouteTablesResponse> describeTransitGatewayRouteTables()

      Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.

      Returns:
      A Java Future containing the result of the DescribeTransitGatewayRouteTables operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTablesPaginator

      default DescribeTransitGatewayRouteTablesPublisher describeTransitGatewayRouteTablesPaginator()

      This is a variant of describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesPublisher publisher = client.describeTransitGatewayRouteTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesPublisher publisher = client.describeTransitGatewayRouteTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTablesPaginator

      default DescribeTransitGatewayRouteTablesPublisher describeTransitGatewayRouteTablesPaginator(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest)

      This is a variant of describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesPublisher publisher = client.describeTransitGatewayRouteTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesPublisher publisher = client.describeTransitGatewayRouteTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayRouteTablesPaginator

      default DescribeTransitGatewayRouteTablesPublisher describeTransitGatewayRouteTablesPaginator(Consumer<DescribeTransitGatewayRouteTablesRequest.Builder> describeTransitGatewayRouteTablesRequest)

      This is a variant of describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesPublisher publisher = client.describeTransitGatewayRouteTablesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesPublisher publisher = client.describeTransitGatewayRouteTablesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayVpcAttachments

      default CompletableFuture<DescribeTransitGatewayVpcAttachmentsResponse> describeTransitGatewayVpcAttachments(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest)

      Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.

      Parameters:
      describeTransitGatewayVpcAttachmentsRequest -
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayVpcAttachments operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayVpcAttachments

      default CompletableFuture<DescribeTransitGatewayVpcAttachmentsResponse> describeTransitGatewayVpcAttachments(Consumer<DescribeTransitGatewayVpcAttachmentsRequest.Builder> describeTransitGatewayVpcAttachmentsRequest)

      Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.


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

      Parameters:
      describeTransitGatewayVpcAttachmentsRequest - A Consumer that will call methods on DescribeTransitGatewayVpcAttachmentsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeTransitGatewayVpcAttachments operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayVpcAttachments

      default CompletableFuture<DescribeTransitGatewayVpcAttachmentsResponse> describeTransitGatewayVpcAttachments()

      Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.

      Returns:
      A Java Future containing the result of the DescribeTransitGatewayVpcAttachments operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayVpcAttachmentsPaginator

      default DescribeTransitGatewayVpcAttachmentsPublisher describeTransitGatewayVpcAttachmentsPaginator()

      This is a variant of describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsPublisher publisher = client.describeTransitGatewayVpcAttachmentsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsPublisher publisher = client.describeTransitGatewayVpcAttachmentsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayVpcAttachmentsPaginator

      default DescribeTransitGatewayVpcAttachmentsPublisher describeTransitGatewayVpcAttachmentsPaginator(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest)

      This is a variant of describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsPublisher publisher = client.describeTransitGatewayVpcAttachmentsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsPublisher publisher = client.describeTransitGatewayVpcAttachmentsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewayVpcAttachmentsPaginator

      default DescribeTransitGatewayVpcAttachmentsPublisher describeTransitGatewayVpcAttachmentsPaginator(Consumer<DescribeTransitGatewayVpcAttachmentsRequest.Builder> describeTransitGatewayVpcAttachmentsRequest)

      This is a variant of describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsPublisher publisher = client.describeTransitGatewayVpcAttachmentsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsPublisher publisher = client.describeTransitGatewayVpcAttachmentsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeTransitGatewayVpcAttachmentsRequest - A Consumer that will call methods on DescribeTransitGatewayVpcAttachmentsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGateways

      default CompletableFuture<DescribeTransitGatewaysResponse> describeTransitGateways(DescribeTransitGatewaysRequest describeTransitGatewaysRequest)

      Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.

      Parameters:
      describeTransitGatewaysRequest -
      Returns:
      A Java Future containing the result of the DescribeTransitGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGateways

      default CompletableFuture<DescribeTransitGatewaysResponse> describeTransitGateways(Consumer<DescribeTransitGatewaysRequest.Builder> describeTransitGatewaysRequest)

      Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.


      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 Java Future containing the result of the DescribeTransitGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGateways

      default CompletableFuture<DescribeTransitGatewaysResponse> describeTransitGateways()

      Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.

      Returns:
      A Java Future containing the result of the DescribeTransitGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewaysPaginator

      default DescribeTransitGatewaysPublisher describeTransitGatewaysPaginator()

      This is a variant of describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysPublisher publisher = client.describeTransitGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysPublisher publisher = client.describeTransitGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewaysPaginator

      default DescribeTransitGatewaysPublisher describeTransitGatewaysPaginator(DescribeTransitGatewaysRequest describeTransitGatewaysRequest)

      This is a variant of describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysPublisher publisher = client.describeTransitGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysPublisher publisher = client.describeTransitGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTransitGatewaysPaginator

      default DescribeTransitGatewaysPublisher describeTransitGatewaysPaginator(Consumer<DescribeTransitGatewaysRequest.Builder> describeTransitGatewaysRequest)

      This is a variant of describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysPublisher publisher = client.describeTransitGatewaysPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysPublisher publisher = client.describeTransitGatewaysPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrunkInterfaceAssociations

      default CompletableFuture<DescribeTrunkInterfaceAssociationsResponse> describeTrunkInterfaceAssociations(DescribeTrunkInterfaceAssociationsRequest describeTrunkInterfaceAssociationsRequest)

      Describes one or more network interface trunk associations.

      Parameters:
      describeTrunkInterfaceAssociationsRequest -
      Returns:
      A Java Future containing the result of the DescribeTrunkInterfaceAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrunkInterfaceAssociations

      default CompletableFuture<DescribeTrunkInterfaceAssociationsResponse> describeTrunkInterfaceAssociations(Consumer<DescribeTrunkInterfaceAssociationsRequest.Builder> describeTrunkInterfaceAssociationsRequest)

      Describes one or more network interface trunk associations.


      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 Java Future containing the result of the DescribeTrunkInterfaceAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrunkInterfaceAssociationsPaginator

      default DescribeTrunkInterfaceAssociationsPublisher describeTrunkInterfaceAssociationsPaginator(DescribeTrunkInterfaceAssociationsRequest describeTrunkInterfaceAssociationsRequest)

      This is a variant of describeTrunkInterfaceAssociations(software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsPublisher publisher = client.describeTrunkInterfaceAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsPublisher publisher = client.describeTrunkInterfaceAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeTrunkInterfaceAssociationsPaginator

      default DescribeTrunkInterfaceAssociationsPublisher describeTrunkInterfaceAssociationsPaginator(Consumer<DescribeTrunkInterfaceAssociationsRequest.Builder> describeTrunkInterfaceAssociationsRequest)

      This is a variant of describeTrunkInterfaceAssociations(software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsPublisher publisher = client.describeTrunkInterfaceAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeTrunkInterfaceAssociationsPublisher publisher = client.describeTrunkInterfaceAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeTrunkInterfaceAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessEndpoints

      default CompletableFuture<DescribeVerifiedAccessEndpointsResponse> describeVerifiedAccessEndpoints(DescribeVerifiedAccessEndpointsRequest describeVerifiedAccessEndpointsRequest)

      Describes the specified Amazon Web Services Verified Access endpoints.

      Parameters:
      describeVerifiedAccessEndpointsRequest -
      Returns:
      A Java Future containing the result of the DescribeVerifiedAccessEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessEndpoints

      default CompletableFuture<DescribeVerifiedAccessEndpointsResponse> describeVerifiedAccessEndpoints(Consumer<DescribeVerifiedAccessEndpointsRequest.Builder> describeVerifiedAccessEndpointsRequest)

      Describes the specified Amazon Web Services Verified Access endpoints.


      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 Java Future containing the result of the DescribeVerifiedAccessEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessEndpointsPaginator

      default DescribeVerifiedAccessEndpointsPublisher describeVerifiedAccessEndpointsPaginator(DescribeVerifiedAccessEndpointsRequest describeVerifiedAccessEndpointsRequest)

      This is a variant of describeVerifiedAccessEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsPublisher publisher = client.describeVerifiedAccessEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsPublisher publisher = client.describeVerifiedAccessEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessEndpointsPaginator

      default DescribeVerifiedAccessEndpointsPublisher describeVerifiedAccessEndpointsPaginator(Consumer<DescribeVerifiedAccessEndpointsRequest.Builder> describeVerifiedAccessEndpointsRequest)

      This is a variant of describeVerifiedAccessEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsPublisher publisher = client.describeVerifiedAccessEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessEndpointsPublisher publisher = client.describeVerifiedAccessEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessGroups

      default CompletableFuture<DescribeVerifiedAccessGroupsResponse> describeVerifiedAccessGroups(DescribeVerifiedAccessGroupsRequest describeVerifiedAccessGroupsRequest)

      Describes the specified Verified Access groups.

      Parameters:
      describeVerifiedAccessGroupsRequest -
      Returns:
      A Java Future containing the result of the DescribeVerifiedAccessGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessGroups

      default CompletableFuture<DescribeVerifiedAccessGroupsResponse> describeVerifiedAccessGroups(Consumer<DescribeVerifiedAccessGroupsRequest.Builder> describeVerifiedAccessGroupsRequest)

      Describes the specified Verified Access groups.


      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 Java Future containing the result of the DescribeVerifiedAccessGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessGroupsPaginator

      default DescribeVerifiedAccessGroupsPublisher describeVerifiedAccessGroupsPaginator(DescribeVerifiedAccessGroupsRequest describeVerifiedAccessGroupsRequest)

      This is a variant of describeVerifiedAccessGroups(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsPublisher publisher = client.describeVerifiedAccessGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsPublisher publisher = client.describeVerifiedAccessGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessGroupsPaginator

      default DescribeVerifiedAccessGroupsPublisher describeVerifiedAccessGroupsPaginator(Consumer<DescribeVerifiedAccessGroupsRequest.Builder> describeVerifiedAccessGroupsRequest)

      This is a variant of describeVerifiedAccessGroups(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsPublisher publisher = client.describeVerifiedAccessGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessGroupsPublisher publisher = client.describeVerifiedAccessGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessInstanceLoggingConfigurations

      default CompletableFuture<DescribeVerifiedAccessInstanceLoggingConfigurationsResponse> describeVerifiedAccessInstanceLoggingConfigurations(DescribeVerifiedAccessInstanceLoggingConfigurationsRequest describeVerifiedAccessInstanceLoggingConfigurationsRequest)

      Describes the specified Amazon Web Services Verified Access instances.

      Parameters:
      describeVerifiedAccessInstanceLoggingConfigurationsRequest -
      Returns:
      A Java Future containing the result of the DescribeVerifiedAccessInstanceLoggingConfigurations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessInstanceLoggingConfigurations

      default CompletableFuture<DescribeVerifiedAccessInstanceLoggingConfigurationsResponse> describeVerifiedAccessInstanceLoggingConfigurations(Consumer<DescribeVerifiedAccessInstanceLoggingConfigurationsRequest.Builder> describeVerifiedAccessInstanceLoggingConfigurationsRequest)

      Describes the specified Amazon Web Services Verified Access instances.


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

      Parameters:
      describeVerifiedAccessInstanceLoggingConfigurationsRequest - A Consumer that will call methods on DescribeVerifiedAccessInstanceLoggingConfigurationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeVerifiedAccessInstanceLoggingConfigurations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessInstanceLoggingConfigurationsPaginator

      default DescribeVerifiedAccessInstanceLoggingConfigurationsPublisher describeVerifiedAccessInstanceLoggingConfigurationsPaginator(DescribeVerifiedAccessInstanceLoggingConfigurationsRequest describeVerifiedAccessInstanceLoggingConfigurationsRequest)

      This is a variant of describeVerifiedAccessInstanceLoggingConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstanceLoggingConfigurationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstanceLoggingConfigurationsPublisher publisher = client.describeVerifiedAccessInstanceLoggingConfigurationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstanceLoggingConfigurationsPublisher publisher = client.describeVerifiedAccessInstanceLoggingConfigurationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstanceLoggingConfigurationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstanceLoggingConfigurationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessInstanceLoggingConfigurationsPaginator

      default DescribeVerifiedAccessInstanceLoggingConfigurationsPublisher describeVerifiedAccessInstanceLoggingConfigurationsPaginator(Consumer<DescribeVerifiedAccessInstanceLoggingConfigurationsRequest.Builder> describeVerifiedAccessInstanceLoggingConfigurationsRequest)

      This is a variant of describeVerifiedAccessInstanceLoggingConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstanceLoggingConfigurationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstanceLoggingConfigurationsPublisher publisher = client.describeVerifiedAccessInstanceLoggingConfigurationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstanceLoggingConfigurationsPublisher publisher = client.describeVerifiedAccessInstanceLoggingConfigurationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstanceLoggingConfigurationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstanceLoggingConfigurationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeVerifiedAccessInstanceLoggingConfigurationsRequest - A Consumer that will call methods on DescribeVerifiedAccessInstanceLoggingConfigurationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessInstances

      default CompletableFuture<DescribeVerifiedAccessInstancesResponse> describeVerifiedAccessInstances(DescribeVerifiedAccessInstancesRequest describeVerifiedAccessInstancesRequest)

      Describes the specified Amazon Web Services Verified Access instances.

      Parameters:
      describeVerifiedAccessInstancesRequest -
      Returns:
      A Java Future containing the result of the DescribeVerifiedAccessInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessInstances

      default CompletableFuture<DescribeVerifiedAccessInstancesResponse> describeVerifiedAccessInstances(Consumer<DescribeVerifiedAccessInstancesRequest.Builder> describeVerifiedAccessInstancesRequest)

      Describes the specified Amazon Web Services Verified Access instances.


      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 Java Future containing the result of the DescribeVerifiedAccessInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessInstancesPaginator

      default DescribeVerifiedAccessInstancesPublisher describeVerifiedAccessInstancesPaginator(DescribeVerifiedAccessInstancesRequest describeVerifiedAccessInstancesRequest)

      This is a variant of describeVerifiedAccessInstances(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesPublisher publisher = client.describeVerifiedAccessInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesPublisher publisher = client.describeVerifiedAccessInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessInstancesPaginator

      default DescribeVerifiedAccessInstancesPublisher describeVerifiedAccessInstancesPaginator(Consumer<DescribeVerifiedAccessInstancesRequest.Builder> describeVerifiedAccessInstancesRequest)

      This is a variant of describeVerifiedAccessInstances(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesPublisher publisher = client.describeVerifiedAccessInstancesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessInstancesPublisher publisher = client.describeVerifiedAccessInstancesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessInstancesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessTrustProviders

      default CompletableFuture<DescribeVerifiedAccessTrustProvidersResponse> describeVerifiedAccessTrustProviders(DescribeVerifiedAccessTrustProvidersRequest describeVerifiedAccessTrustProvidersRequest)

      Describes the specified Amazon Web Services Verified Access trust providers.

      Parameters:
      describeVerifiedAccessTrustProvidersRequest -
      Returns:
      A Java Future containing the result of the DescribeVerifiedAccessTrustProviders operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessTrustProviders

      default CompletableFuture<DescribeVerifiedAccessTrustProvidersResponse> describeVerifiedAccessTrustProviders(Consumer<DescribeVerifiedAccessTrustProvidersRequest.Builder> describeVerifiedAccessTrustProvidersRequest)

      Describes the specified Amazon Web Services Verified Access trust providers.


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

      Parameters:
      describeVerifiedAccessTrustProvidersRequest - A Consumer that will call methods on DescribeVerifiedAccessTrustProvidersRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeVerifiedAccessTrustProviders operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessTrustProvidersPaginator

      default DescribeVerifiedAccessTrustProvidersPublisher describeVerifiedAccessTrustProvidersPaginator(DescribeVerifiedAccessTrustProvidersRequest describeVerifiedAccessTrustProvidersRequest)

      This is a variant of describeVerifiedAccessTrustProviders(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessTrustProvidersRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessTrustProvidersPublisher publisher = client.describeVerifiedAccessTrustProvidersPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessTrustProvidersPublisher publisher = client.describeVerifiedAccessTrustProvidersPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessTrustProvidersResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessTrustProvidersResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVerifiedAccessTrustProvidersPaginator

      default DescribeVerifiedAccessTrustProvidersPublisher describeVerifiedAccessTrustProvidersPaginator(Consumer<DescribeVerifiedAccessTrustProvidersRequest.Builder> describeVerifiedAccessTrustProvidersRequest)

      This is a variant of describeVerifiedAccessTrustProviders(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessTrustProvidersRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessTrustProvidersPublisher publisher = client.describeVerifiedAccessTrustProvidersPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVerifiedAccessTrustProvidersPublisher publisher = client.describeVerifiedAccessTrustProvidersPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessTrustProvidersResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVerifiedAccessTrustProvidersResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeVerifiedAccessTrustProvidersRequest - A Consumer that will call methods on DescribeVerifiedAccessTrustProvidersRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumeAttribute

      default CompletableFuture<DescribeVolumeAttributeResponse> describeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest)

      Describes the specified attribute of the specified volume. You can specify only one attribute at a time.

      For more information about EBS volumes, see Amazon EBS volumes in the Amazon EBS User Guide.

      Parameters:
      describeVolumeAttributeRequest -
      Returns:
      A Java Future containing the result of the DescribeVolumeAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumeAttribute

      default CompletableFuture<DescribeVolumeAttributeResponse> describeVolumeAttribute(Consumer<DescribeVolumeAttributeRequest.Builder> describeVolumeAttributeRequest)

      Describes the specified attribute of the specified volume. You can specify only one attribute at a time.

      For more information about EBS volumes, see Amazon EBS volumes in the Amazon EBS User Guide.


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

      Parameters:
      describeVolumeAttributeRequest - A Consumer that will call methods on DescribeVolumeAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeVolumeAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumeStatus

      default CompletableFuture<DescribeVolumeStatusResponse> describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)

      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:
      A Java Future containing the result of the DescribeVolumeStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumeStatus

      default CompletableFuture<DescribeVolumeStatusResponse> describeVolumeStatus(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)

      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:
      A Java Future containing the result of the DescribeVolumeStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumeStatus

      default CompletableFuture<DescribeVolumeStatusResponse> describeVolumeStatus()

      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:
      A Java Future containing the result of the DescribeVolumeStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumeStatusPaginator

      default DescribeVolumeStatusPublisher describeVolumeStatusPaginator()

      This is a variant of describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusPublisher publisher = client.describeVolumeStatusPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusPublisher publisher = client.describeVolumeStatusPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumeStatusPaginator

      default DescribeVolumeStatusPublisher describeVolumeStatusPaginator(DescribeVolumeStatusRequest describeVolumeStatusRequest)

      This is a variant of describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusPublisher publisher = client.describeVolumeStatusPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusPublisher publisher = client.describeVolumeStatusPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumeStatusPaginator

      default DescribeVolumeStatusPublisher describeVolumeStatusPaginator(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)

      This is a variant of describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusPublisher publisher = client.describeVolumeStatusPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusPublisher publisher = client.describeVolumeStatusPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumes

      default CompletableFuture<DescribeVolumesResponse> describeVolumes(DescribeVolumesRequest describeVolumesRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeVolumes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumes

      default CompletableFuture<DescribeVolumesResponse> describeVolumes(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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 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 Java Future containing the result of the DescribeVolumes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumes

      default CompletableFuture<DescribeVolumesResponse> describeVolumes()

      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.

      We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts.

      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:
      A Java Future containing the result of the DescribeVolumes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumesModifications

      default CompletableFuture<DescribeVolumesModificationsResponse> describeVolumesModifications(DescribeVolumesModificationsRequest describeVolumesModificationsRequest)

      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:
      A Java Future containing the result of the DescribeVolumesModifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumesModifications

      default CompletableFuture<DescribeVolumesModificationsResponse> describeVolumesModifications(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest)

      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.


      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 Java Future containing the result of the DescribeVolumesModifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumesModifications

      default CompletableFuture<DescribeVolumesModificationsResponse> describeVolumesModifications()

      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.

      Returns:
      A Java Future containing the result of the DescribeVolumesModifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumesModificationsPaginator

      default DescribeVolumesModificationsPublisher describeVolumesModificationsPaginator()

      This is a variant of describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsPublisher publisher = client.describeVolumesModificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsPublisher publisher = client.describeVolumesModificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumesModificationsPaginator

      default DescribeVolumesModificationsPublisher describeVolumesModificationsPaginator(DescribeVolumesModificationsRequest describeVolumesModificationsRequest)

      This is a variant of describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsPublisher publisher = client.describeVolumesModificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsPublisher publisher = client.describeVolumesModificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumesModificationsPaginator

      default DescribeVolumesModificationsPublisher describeVolumesModificationsPaginator(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest)

      This is a variant of describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsPublisher publisher = client.describeVolumesModificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsPublisher publisher = client.describeVolumesModificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumesPaginator

      default DescribeVolumesPublisher describeVolumesPaginator()

      This is a variant of describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesPublisher publisher = client.describeVolumesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesPublisher publisher = client.describeVolumesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumesPaginator

      default DescribeVolumesPublisher describeVolumesPaginator(DescribeVolumesRequest describeVolumesRequest)

      This is a variant of describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesPublisher publisher = client.describeVolumesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesPublisher publisher = client.describeVolumesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVolumesPaginator

      default DescribeVolumesPublisher describeVolumesPaginator(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)

      This is a variant of describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesPublisher publisher = client.describeVolumesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVolumesPublisher publisher = client.describeVolumesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcAttribute

      default CompletableFuture<DescribeVpcAttributeResponse> describeVpcAttribute(DescribeVpcAttributeRequest describeVpcAttributeRequest)

      Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.

      Parameters:
      describeVpcAttributeRequest -
      Returns:
      A Java Future containing the result of the DescribeVpcAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcAttribute

      default CompletableFuture<DescribeVpcAttributeResponse> describeVpcAttribute(Consumer<DescribeVpcAttributeRequest.Builder> describeVpcAttributeRequest)

      Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.


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

      Parameters:
      describeVpcAttributeRequest - A Consumer that will call methods on DescribeVpcAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeVpcAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcClassicLink

      default CompletableFuture<DescribeVpcClassicLinkResponse> describeVpcClassicLink(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest)

      This action is deprecated.

      Describes the ClassicLink status of the specified VPCs.

      Parameters:
      describeVpcClassicLinkRequest -
      Returns:
      A Java Future containing the result of the DescribeVpcClassicLink operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcClassicLink

      default CompletableFuture<DescribeVpcClassicLinkResponse> describeVpcClassicLink(Consumer<DescribeVpcClassicLinkRequest.Builder> describeVpcClassicLinkRequest)

      This action is deprecated.

      Describes the ClassicLink status of the specified VPCs.


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

      Parameters:
      describeVpcClassicLinkRequest - A Consumer that will call methods on DescribeVpcClassicLinkRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeVpcClassicLink operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcClassicLink

      default CompletableFuture<DescribeVpcClassicLinkResponse> describeVpcClassicLink()

      This action is deprecated.

      Describes the ClassicLink status of the specified VPCs.

      Returns:
      A Java Future containing the result of the DescribeVpcClassicLink operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcClassicLinkDnsSupport

      default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)

      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:
      A Java Future containing the result of the DescribeVpcClassicLinkDnsSupport operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcClassicLinkDnsSupport

      default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)

      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.


      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 Java Future containing the result of the DescribeVpcClassicLinkDnsSupport operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcClassicLinkDnsSupport

      default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> describeVpcClassicLinkDnsSupport()

      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:
      A Java Future containing the result of the DescribeVpcClassicLinkDnsSupport operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcClassicLinkDnsSupportPaginator

      default DescribeVpcClassicLinkDnsSupportPublisher describeVpcClassicLinkDnsSupportPaginator()

      This is a variant of describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportPublisher publisher = client.describeVpcClassicLinkDnsSupportPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportPublisher publisher = client.describeVpcClassicLinkDnsSupportPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcClassicLinkDnsSupportPaginator

      default DescribeVpcClassicLinkDnsSupportPublisher describeVpcClassicLinkDnsSupportPaginator(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)

      This is a variant of describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportPublisher publisher = client.describeVpcClassicLinkDnsSupportPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportPublisher publisher = client.describeVpcClassicLinkDnsSupportPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcClassicLinkDnsSupportPaginator

      default DescribeVpcClassicLinkDnsSupportPublisher describeVpcClassicLinkDnsSupportPaginator(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)

      This is a variant of describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportPublisher publisher = client.describeVpcClassicLinkDnsSupportPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportPublisher publisher = client.describeVpcClassicLinkDnsSupportPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnectionNotifications

      default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse> describeVpcEndpointConnectionNotifications(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)

      Describes the connection notifications for VPC endpoints and VPC endpoint services.

      Parameters:
      describeVpcEndpointConnectionNotificationsRequest -
      Returns:
      A Java Future containing the result of the DescribeVpcEndpointConnectionNotifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnectionNotifications

      default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse> describeVpcEndpointConnectionNotifications(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest)

      Describes the connection notifications for VPC endpoints and VPC endpoint services.


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

      Parameters:
      describeVpcEndpointConnectionNotificationsRequest - A Consumer that will call methods on DescribeVpcEndpointConnectionNotificationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeVpcEndpointConnectionNotifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnectionNotifications

      default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse> describeVpcEndpointConnectionNotifications()

      Describes the connection notifications for VPC endpoints and VPC endpoint services.

      Returns:
      A Java Future containing the result of the DescribeVpcEndpointConnectionNotifications operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnectionNotificationsPaginator

      default DescribeVpcEndpointConnectionNotificationsPublisher describeVpcEndpointConnectionNotificationsPaginator()

      This is a variant of describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsPublisher publisher = client.describeVpcEndpointConnectionNotificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsPublisher publisher = client.describeVpcEndpointConnectionNotificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnectionNotificationsPaginator

      default DescribeVpcEndpointConnectionNotificationsPublisher describeVpcEndpointConnectionNotificationsPaginator(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)

      This is a variant of describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsPublisher publisher = client.describeVpcEndpointConnectionNotificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsPublisher publisher = client.describeVpcEndpointConnectionNotificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnectionNotificationsPaginator

      default DescribeVpcEndpointConnectionNotificationsPublisher describeVpcEndpointConnectionNotificationsPaginator(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest)

      This is a variant of describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsPublisher publisher = client.describeVpcEndpointConnectionNotificationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsPublisher publisher = client.describeVpcEndpointConnectionNotificationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeVpcEndpointConnectionNotificationsRequest - A Consumer that will call methods on DescribeVpcEndpointConnectionNotificationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnections

      default CompletableFuture<DescribeVpcEndpointConnectionsResponse> describeVpcEndpointConnections(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest)

      Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.

      Parameters:
      describeVpcEndpointConnectionsRequest -
      Returns:
      A Java Future containing the result of the DescribeVpcEndpointConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnections

      default CompletableFuture<DescribeVpcEndpointConnectionsResponse> describeVpcEndpointConnections(Consumer<DescribeVpcEndpointConnectionsRequest.Builder> describeVpcEndpointConnectionsRequest)

      Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.


      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 Java Future containing the result of the DescribeVpcEndpointConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnections

      default CompletableFuture<DescribeVpcEndpointConnectionsResponse> describeVpcEndpointConnections()

      Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.

      Returns:
      A Java Future containing the result of the DescribeVpcEndpointConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnectionsPaginator

      default DescribeVpcEndpointConnectionsPublisher describeVpcEndpointConnectionsPaginator()

      This is a variant of describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsPublisher publisher = client.describeVpcEndpointConnectionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsPublisher publisher = client.describeVpcEndpointConnectionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnectionsPaginator

      default DescribeVpcEndpointConnectionsPublisher describeVpcEndpointConnectionsPaginator(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest)

      This is a variant of describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsPublisher publisher = client.describeVpcEndpointConnectionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsPublisher publisher = client.describeVpcEndpointConnectionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointConnectionsPaginator

      default DescribeVpcEndpointConnectionsPublisher describeVpcEndpointConnectionsPaginator(Consumer<DescribeVpcEndpointConnectionsRequest.Builder> describeVpcEndpointConnectionsRequest)

      This is a variant of describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsPublisher publisher = client.describeVpcEndpointConnectionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsPublisher publisher = client.describeVpcEndpointConnectionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServiceConfigurations

      default CompletableFuture<DescribeVpcEndpointServiceConfigurationsResponse> describeVpcEndpointServiceConfigurations(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest)

      Describes the VPC endpoint service configurations in your account (your services).

      Parameters:
      describeVpcEndpointServiceConfigurationsRequest -
      Returns:
      A Java Future containing the result of the DescribeVpcEndpointServiceConfigurations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServiceConfigurations

      default CompletableFuture<DescribeVpcEndpointServiceConfigurationsResponse> describeVpcEndpointServiceConfigurations(Consumer<DescribeVpcEndpointServiceConfigurationsRequest.Builder> describeVpcEndpointServiceConfigurationsRequest)

      Describes the VPC endpoint service configurations in your account (your services).


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

      Parameters:
      describeVpcEndpointServiceConfigurationsRequest - A Consumer that will call methods on DescribeVpcEndpointServiceConfigurationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeVpcEndpointServiceConfigurations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServiceConfigurations

      default CompletableFuture<DescribeVpcEndpointServiceConfigurationsResponse> describeVpcEndpointServiceConfigurations()

      Describes the VPC endpoint service configurations in your account (your services).

      Returns:
      A Java Future containing the result of the DescribeVpcEndpointServiceConfigurations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServiceConfigurationsPaginator

      default DescribeVpcEndpointServiceConfigurationsPublisher describeVpcEndpointServiceConfigurationsPaginator()

      This is a variant of describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsPublisher publisher = client.describeVpcEndpointServiceConfigurationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsPublisher publisher = client.describeVpcEndpointServiceConfigurationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServiceConfigurationsPaginator

      default DescribeVpcEndpointServiceConfigurationsPublisher describeVpcEndpointServiceConfigurationsPaginator(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest)

      This is a variant of describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsPublisher publisher = client.describeVpcEndpointServiceConfigurationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsPublisher publisher = client.describeVpcEndpointServiceConfigurationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServiceConfigurationsPaginator

      default DescribeVpcEndpointServiceConfigurationsPublisher describeVpcEndpointServiceConfigurationsPaginator(Consumer<DescribeVpcEndpointServiceConfigurationsRequest.Builder> describeVpcEndpointServiceConfigurationsRequest)

      This is a variant of describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsPublisher publisher = client.describeVpcEndpointServiceConfigurationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsPublisher publisher = client.describeVpcEndpointServiceConfigurationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeVpcEndpointServiceConfigurationsRequest - A Consumer that will call methods on DescribeVpcEndpointServiceConfigurationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServicePermissions

      default CompletableFuture<DescribeVpcEndpointServicePermissionsResponse> describeVpcEndpointServicePermissions(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest)

      Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.

      Parameters:
      describeVpcEndpointServicePermissionsRequest -
      Returns:
      A Java Future containing the result of the DescribeVpcEndpointServicePermissions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServicePermissions

      default CompletableFuture<DescribeVpcEndpointServicePermissionsResponse> describeVpcEndpointServicePermissions(Consumer<DescribeVpcEndpointServicePermissionsRequest.Builder> describeVpcEndpointServicePermissionsRequest)

      Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.


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

      Parameters:
      describeVpcEndpointServicePermissionsRequest - A Consumer that will call methods on DescribeVpcEndpointServicePermissionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeVpcEndpointServicePermissions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServicePermissionsPaginator

      default DescribeVpcEndpointServicePermissionsPublisher describeVpcEndpointServicePermissionsPaginator(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest)

      This is a variant of describeVpcEndpointServicePermissions(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsPublisher publisher = client.describeVpcEndpointServicePermissionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsPublisher publisher = client.describeVpcEndpointServicePermissionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServicePermissionsPaginator

      default DescribeVpcEndpointServicePermissionsPublisher describeVpcEndpointServicePermissionsPaginator(Consumer<DescribeVpcEndpointServicePermissionsRequest.Builder> describeVpcEndpointServicePermissionsRequest)

      This is a variant of describeVpcEndpointServicePermissions(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsPublisher publisher = client.describeVpcEndpointServicePermissionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsPublisher publisher = client.describeVpcEndpointServicePermissionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      describeVpcEndpointServicePermissionsRequest - A Consumer that will call methods on DescribeVpcEndpointServicePermissionsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServices

      default CompletableFuture<DescribeVpcEndpointServicesResponse> describeVpcEndpointServices(DescribeVpcEndpointServicesRequest describeVpcEndpointServicesRequest)

      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:
      A Java Future containing the result of the DescribeVpcEndpointServices operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServices

      default CompletableFuture<DescribeVpcEndpointServicesResponse> describeVpcEndpointServices(Consumer<DescribeVpcEndpointServicesRequest.Builder> describeVpcEndpointServicesRequest)

      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.


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

      Parameters:
      describeVpcEndpointServicesRequest - A Consumer that will call methods on DescribeVpcEndpointServicesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DescribeVpcEndpointServices operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointServices

      default CompletableFuture<DescribeVpcEndpointServicesResponse> describeVpcEndpointServices()

      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:
      A Java Future containing the result of the DescribeVpcEndpointServices operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpoints

      default CompletableFuture<DescribeVpcEndpointsResponse> describeVpcEndpoints(DescribeVpcEndpointsRequest describeVpcEndpointsRequest)

      Describes your VPC endpoints.

      Parameters:
      describeVpcEndpointsRequest -
      Returns:
      A Java Future containing the result of the DescribeVpcEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpoints

      default CompletableFuture<DescribeVpcEndpointsResponse> describeVpcEndpoints(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest)

      Describes your VPC endpoints.


      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 Java Future containing the result of the DescribeVpcEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpoints

      default CompletableFuture<DescribeVpcEndpointsResponse> describeVpcEndpoints()

      Describes your VPC endpoints.

      Returns:
      A Java Future containing the result of the DescribeVpcEndpoints operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointsPaginator

      default DescribeVpcEndpointsPublisher describeVpcEndpointsPaginator()

      This is a variant of describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsPublisher publisher = client.describeVpcEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsPublisher publisher = client.describeVpcEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointsPaginator

      default DescribeVpcEndpointsPublisher describeVpcEndpointsPaginator(DescribeVpcEndpointsRequest describeVpcEndpointsRequest)

      This is a variant of describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsPublisher publisher = client.describeVpcEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsPublisher publisher = client.describeVpcEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcEndpointsPaginator

      default DescribeVpcEndpointsPublisher describeVpcEndpointsPaginator(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest)

      This is a variant of describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsPublisher publisher = client.describeVpcEndpointsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsPublisher publisher = client.describeVpcEndpointsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcPeeringConnections

      default CompletableFuture<DescribeVpcPeeringConnectionsResponse> describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)

      Describes one or more of your VPC peering connections.

      Parameters:
      describeVpcPeeringConnectionsRequest -
      Returns:
      A Java Future containing the result of the DescribeVpcPeeringConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcPeeringConnections

      default CompletableFuture<DescribeVpcPeeringConnectionsResponse> describeVpcPeeringConnections(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)

      Describes one or more of your VPC peering connections.


      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 Java Future containing the result of the DescribeVpcPeeringConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcPeeringConnections

      default CompletableFuture<DescribeVpcPeeringConnectionsResponse> describeVpcPeeringConnections()

      Describes one or more of your VPC peering connections.

      Returns:
      A Java Future containing the result of the DescribeVpcPeeringConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcPeeringConnectionsPaginator

      default DescribeVpcPeeringConnectionsPublisher describeVpcPeeringConnectionsPaginator()

      This is a variant of describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsPublisher publisher = client.describeVpcPeeringConnectionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsPublisher publisher = client.describeVpcPeeringConnectionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcPeeringConnectionsPaginator

      default DescribeVpcPeeringConnectionsPublisher describeVpcPeeringConnectionsPaginator(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)

      This is a variant of describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsPublisher publisher = client.describeVpcPeeringConnectionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsPublisher publisher = client.describeVpcPeeringConnectionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcPeeringConnectionsPaginator

      default DescribeVpcPeeringConnectionsPublisher describeVpcPeeringConnectionsPaginator(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)

      This is a variant of describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsPublisher publisher = client.describeVpcPeeringConnectionsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsPublisher publisher = client.describeVpcPeeringConnectionsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcs

      default CompletableFuture<DescribeVpcsResponse> describeVpcs(DescribeVpcsRequest describeVpcsRequest)

      Describes one or more of your VPCs.

      Parameters:
      describeVpcsRequest -
      Returns:
      A Java Future containing the result of the DescribeVpcs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcs

      default CompletableFuture<DescribeVpcsResponse> describeVpcs(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest)

      Describes one or more of your VPCs.


      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 Java Future containing the result of the DescribeVpcs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcs

      default CompletableFuture<DescribeVpcsResponse> describeVpcs()

      Describes one or more of your VPCs.

      Returns:
      A Java Future containing the result of the DescribeVpcs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcsPaginator

      default DescribeVpcsPublisher describeVpcsPaginator()

      This is a variant of describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcsPublisher publisher = client.describeVpcsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcsPublisher publisher = client.describeVpcsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcsPaginator

      default DescribeVpcsPublisher describeVpcsPaginator(DescribeVpcsRequest describeVpcsRequest)

      This is a variant of describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcsPublisher publisher = client.describeVpcsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcsPublisher publisher = client.describeVpcsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpcsPaginator

      default DescribeVpcsPublisher describeVpcsPaginator(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest)

      This is a variant of describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcsPublisher publisher = client.describeVpcsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.DescribeVpcsPublisher publisher = client.describeVpcsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpnConnections

      default CompletableFuture<DescribeVpnConnectionsResponse> describeVpnConnections(DescribeVpnConnectionsRequest describeVpnConnectionsRequest)

      Describes one or more of your VPN connections.

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

      Parameters:
      describeVpnConnectionsRequest - Contains the parameters for DescribeVpnConnections.
      Returns:
      A Java Future containing the result of the DescribeVpnConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpnConnections

      default CompletableFuture<DescribeVpnConnectionsResponse> describeVpnConnections(Consumer<DescribeVpnConnectionsRequest.Builder> describeVpnConnectionsRequest)

      Describes one or more of your VPN connections.

      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 DescribeVpnConnectionsRequest.Builder avoiding the need to create one manually via DescribeVpnConnectionsRequest.builder()

      Parameters:
      describeVpnConnectionsRequest - A Consumer that will call methods on DescribeVpnConnectionsRequest.Builder to create a request. Contains the parameters for DescribeVpnConnections.
      Returns:
      A Java Future containing the result of the DescribeVpnConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpnConnections

      default CompletableFuture<DescribeVpnConnectionsResponse> describeVpnConnections()

      Describes one or more of your VPN connections.

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

      Returns:
      A Java Future containing the result of the DescribeVpnConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpnGateways

      default CompletableFuture<DescribeVpnGatewaysResponse> describeVpnGateways(DescribeVpnGatewaysRequest describeVpnGatewaysRequest)

      Describes one or more of your virtual private gateways.

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

      Parameters:
      describeVpnGatewaysRequest - Contains the parameters for DescribeVpnGateways.
      Returns:
      A Java Future containing the result of the DescribeVpnGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpnGateways

      default CompletableFuture<DescribeVpnGatewaysResponse> describeVpnGateways(Consumer<DescribeVpnGatewaysRequest.Builder> describeVpnGatewaysRequest)

      Describes one or more of your virtual private gateways.

      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 DescribeVpnGatewaysRequest.Builder avoiding the need to create one manually via DescribeVpnGatewaysRequest.builder()

      Parameters:
      describeVpnGatewaysRequest - A Consumer that will call methods on DescribeVpnGatewaysRequest.Builder to create a request. Contains the parameters for DescribeVpnGateways.
      Returns:
      A Java Future containing the result of the DescribeVpnGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • describeVpnGateways

      default CompletableFuture<DescribeVpnGatewaysResponse> describeVpnGateways()

      Describes one or more of your virtual private gateways.

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

      Returns:
      A Java Future containing the result of the DescribeVpnGateways operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachClassicLinkVpc

      default CompletableFuture<DetachClassicLinkVpcResponse> detachClassicLinkVpc(DetachClassicLinkVpcRequest detachClassicLinkVpcRequest)

      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:
      A Java Future containing the result of the DetachClassicLinkVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachClassicLinkVpc

      default CompletableFuture<DetachClassicLinkVpcResponse> detachClassicLinkVpc(Consumer<DetachClassicLinkVpcRequest.Builder> detachClassicLinkVpcRequest)

      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.


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

      Parameters:
      detachClassicLinkVpcRequest - A Consumer that will call methods on DetachClassicLinkVpcRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DetachClassicLinkVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachInternetGateway

      default CompletableFuture<DetachInternetGatewayResponse> detachInternetGateway(DetachInternetGatewayRequest detachInternetGatewayRequest)

      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:
      A Java Future containing the result of the DetachInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachInternetGateway

      default CompletableFuture<DetachInternetGatewayResponse> detachInternetGateway(Consumer<DetachInternetGatewayRequest.Builder> detachInternetGatewayRequest)

      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.


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

      Parameters:
      detachInternetGatewayRequest - A Consumer that will call methods on DetachInternetGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DetachInternetGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachNetworkInterface

      default CompletableFuture<DetachNetworkInterfaceResponse> detachNetworkInterface(DetachNetworkInterfaceRequest detachNetworkInterfaceRequest)

      Detaches a network interface from an instance.

      Parameters:
      detachNetworkInterfaceRequest - Contains the parameters for DetachNetworkInterface.
      Returns:
      A Java Future containing the result of the DetachNetworkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachNetworkInterface

      default CompletableFuture<DetachNetworkInterfaceResponse> detachNetworkInterface(Consumer<DetachNetworkInterfaceRequest.Builder> detachNetworkInterfaceRequest)

      Detaches a network interface from an instance.


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

      Parameters:
      detachNetworkInterfaceRequest - A Consumer that will call methods on DetachNetworkInterfaceRequest.Builder to create a request. Contains the parameters for DetachNetworkInterface.
      Returns:
      A Java Future containing the result of the DetachNetworkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachVerifiedAccessTrustProvider

      default CompletableFuture<DetachVerifiedAccessTrustProviderResponse> detachVerifiedAccessTrustProvider(DetachVerifiedAccessTrustProviderRequest detachVerifiedAccessTrustProviderRequest)

      Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance.

      Parameters:
      detachVerifiedAccessTrustProviderRequest -
      Returns:
      A Java Future containing the result of the DetachVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachVerifiedAccessTrustProvider

      default CompletableFuture<DetachVerifiedAccessTrustProviderResponse> detachVerifiedAccessTrustProvider(Consumer<DetachVerifiedAccessTrustProviderRequest.Builder> detachVerifiedAccessTrustProviderRequest)

      Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance.


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

      Parameters:
      detachVerifiedAccessTrustProviderRequest - A Consumer that will call methods on DetachVerifiedAccessTrustProviderRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DetachVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachVolume

      default CompletableFuture<DetachVolumeResponse> detachVolume(DetachVolumeRequest detachVolumeRequest)

      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:
      A Java Future containing the result of the DetachVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachVolume

      default CompletableFuture<DetachVolumeResponse> detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)

      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:
      A Java Future containing the result of the DetachVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachVpnGateway

      default CompletableFuture<DetachVpnGatewayResponse> detachVpnGateway(DetachVpnGatewayRequest detachVpnGatewayRequest)

      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:
      A Java Future containing the result of the DetachVpnGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • detachVpnGateway

      default CompletableFuture<DetachVpnGatewayResponse> detachVpnGateway(Consumer<DetachVpnGatewayRequest.Builder> detachVpnGatewayRequest)

      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:
      A Java Future containing the result of the DetachVpnGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableAddressTransfer

      default CompletableFuture<DisableAddressTransferResponse> disableAddressTransfer(DisableAddressTransferRequest disableAddressTransferRequest)

      Disables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

      Parameters:
      disableAddressTransferRequest -
      Returns:
      A Java Future containing the result of the DisableAddressTransfer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableAddressTransfer

      default CompletableFuture<DisableAddressTransferResponse> disableAddressTransfer(Consumer<DisableAddressTransferRequest.Builder> disableAddressTransferRequest)

      Disables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.


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

      Parameters:
      disableAddressTransferRequest - A Consumer that will call methods on DisableAddressTransferRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableAddressTransfer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableAwsNetworkPerformanceMetricSubscription

      default CompletableFuture<DisableAwsNetworkPerformanceMetricSubscriptionResponse> disableAwsNetworkPerformanceMetricSubscription(DisableAwsNetworkPerformanceMetricSubscriptionRequest disableAwsNetworkPerformanceMetricSubscriptionRequest)

      Disables Infrastructure Performance metric subscriptions.

      Parameters:
      disableAwsNetworkPerformanceMetricSubscriptionRequest -
      Returns:
      A Java Future containing the result of the DisableAwsNetworkPerformanceMetricSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableAwsNetworkPerformanceMetricSubscription

      default CompletableFuture<DisableAwsNetworkPerformanceMetricSubscriptionResponse> disableAwsNetworkPerformanceMetricSubscription(Consumer<DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder> disableAwsNetworkPerformanceMetricSubscriptionRequest)

      Disables Infrastructure Performance metric subscriptions.


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

      Parameters:
      disableAwsNetworkPerformanceMetricSubscriptionRequest - A Consumer that will call methods on DisableAwsNetworkPerformanceMetricSubscriptionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableAwsNetworkPerformanceMetricSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableEbsEncryptionByDefault

      default CompletableFuture<DisableEbsEncryptionByDefaultResponse> disableEbsEncryptionByDefault(DisableEbsEncryptionByDefaultRequest disableEbsEncryptionByDefaultRequest)

      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:
      A Java Future containing the result of the DisableEbsEncryptionByDefault operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableEbsEncryptionByDefault

      default CompletableFuture<DisableEbsEncryptionByDefaultResponse> disableEbsEncryptionByDefault(Consumer<DisableEbsEncryptionByDefaultRequest.Builder> disableEbsEncryptionByDefaultRequest)

      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.


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

      Parameters:
      disableEbsEncryptionByDefaultRequest - A Consumer that will call methods on DisableEbsEncryptionByDefaultRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableEbsEncryptionByDefault operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableFastLaunch

      default CompletableFuture<DisableFastLaunchResponse> disableFastLaunch(DisableFastLaunchRequest disableFastLaunchRequest)

      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:
      A Java Future containing the result of the DisableFastLaunch operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableFastLaunch

      default CompletableFuture<DisableFastLaunchResponse> disableFastLaunch(Consumer<DisableFastLaunchRequest.Builder> disableFastLaunchRequest)

      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.


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

      Parameters:
      disableFastLaunchRequest - A Consumer that will call methods on DisableFastLaunchRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableFastLaunch operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableFastSnapshotRestores

      default CompletableFuture<DisableFastSnapshotRestoresResponse> disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest)

      Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.

      Parameters:
      disableFastSnapshotRestoresRequest -
      Returns:
      A Java Future containing the result of the DisableFastSnapshotRestores operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableFastSnapshotRestores

      default CompletableFuture<DisableFastSnapshotRestoresResponse> disableFastSnapshotRestores(Consumer<DisableFastSnapshotRestoresRequest.Builder> disableFastSnapshotRestoresRequest)

      Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.


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

      Parameters:
      disableFastSnapshotRestoresRequest - A Consumer that will call methods on DisableFastSnapshotRestoresRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableFastSnapshotRestores operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableImage

      default CompletableFuture<DisableImageResponse> disableImage(DisableImageRequest disableImageRequest)

      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:
      A Java Future containing the result of the DisableImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableImage

      default CompletableFuture<DisableImageResponse> disableImage(Consumer<DisableImageRequest.Builder> disableImageRequest)

      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:
      A Java Future containing the result of the DisableImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableImageBlockPublicAccess

      default CompletableFuture<DisableImageBlockPublicAccessResponse> disableImageBlockPublicAccess(DisableImageBlockPublicAccessRequest disableImageBlockPublicAccessRequest)

      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:
      A Java Future containing the result of the DisableImageBlockPublicAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableImageBlockPublicAccess

      default CompletableFuture<DisableImageBlockPublicAccessResponse> disableImageBlockPublicAccess(Consumer<DisableImageBlockPublicAccessRequest.Builder> disableImageBlockPublicAccessRequest)

      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.


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

      Parameters:
      disableImageBlockPublicAccessRequest - A Consumer that will call methods on DisableImageBlockPublicAccessRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableImageBlockPublicAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableImageDeprecation

      default CompletableFuture<DisableImageDeprecationResponse> disableImageDeprecation(DisableImageDeprecationRequest disableImageDeprecationRequest)

      Cancels the deprecation of the specified AMI.

      For more information, see Deprecate an AMI in the Amazon EC2 User Guide.

      Parameters:
      disableImageDeprecationRequest -
      Returns:
      A Java Future containing the result of the DisableImageDeprecation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableImageDeprecation

      default CompletableFuture<DisableImageDeprecationResponse> disableImageDeprecation(Consumer<DisableImageDeprecationRequest.Builder> disableImageDeprecationRequest)

      Cancels the deprecation of the specified AMI.

      For more information, see Deprecate an AMI in the Amazon EC2 User Guide.


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

      Parameters:
      disableImageDeprecationRequest - A Consumer that will call methods on DisableImageDeprecationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableImageDeprecation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableImageDeregistrationProtection

      default CompletableFuture<DisableImageDeregistrationProtectionResponse> disableImageDeregistrationProtection(DisableImageDeregistrationProtectionRequest disableImageDeregistrationProtectionRequest)

      Disables deregistration protection for an AMI. When deregistration protection is disabled, the AMI can be deregistered.

      If you chose to include a 24-hour cooldown period when you enabled deregistration protection for the AMI, then, when you disable deregistration protection, you won’t immediately be able to deregister the AMI.

      For more information, see Protect an AMI from deregistration in the Amazon EC2 User Guide.

      Parameters:
      disableImageDeregistrationProtectionRequest -
      Returns:
      A Java Future containing the result of the DisableImageDeregistrationProtection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableImageDeregistrationProtection

      default CompletableFuture<DisableImageDeregistrationProtectionResponse> disableImageDeregistrationProtection(Consumer<DisableImageDeregistrationProtectionRequest.Builder> disableImageDeregistrationProtectionRequest)

      Disables deregistration protection for an AMI. When deregistration protection is disabled, the AMI can be deregistered.

      If you chose to include a 24-hour cooldown period when you enabled deregistration protection for the AMI, then, when you disable deregistration protection, you won’t immediately be able to deregister the AMI.

      For more information, see Protect an AMI from deregistration in the Amazon EC2 User Guide.


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

      Parameters:
      disableImageDeregistrationProtectionRequest - A Consumer that will call methods on DisableImageDeregistrationProtectionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableImageDeregistrationProtection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableIpamOrganizationAdminAccount

      default CompletableFuture<DisableIpamOrganizationAdminAccountResponse> disableIpamOrganizationAdminAccount(DisableIpamOrganizationAdminAccountRequest disableIpamOrganizationAdminAccountRequest)

      Disable the IPAM account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.

      Parameters:
      disableIpamOrganizationAdminAccountRequest -
      Returns:
      A Java Future containing the result of the DisableIpamOrganizationAdminAccount operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableIpamOrganizationAdminAccount

      default CompletableFuture<DisableIpamOrganizationAdminAccountResponse> disableIpamOrganizationAdminAccount(Consumer<DisableIpamOrganizationAdminAccountRequest.Builder> disableIpamOrganizationAdminAccountRequest)

      Disable the IPAM account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.


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

      Parameters:
      disableIpamOrganizationAdminAccountRequest - A Consumer that will call methods on DisableIpamOrganizationAdminAccountRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableIpamOrganizationAdminAccount operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableSerialConsoleAccess

      default CompletableFuture<DisableSerialConsoleAccessResponse> disableSerialConsoleAccess(DisableSerialConsoleAccessRequest disableSerialConsoleAccessRequest)

      Disables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

      Parameters:
      disableSerialConsoleAccessRequest -
      Returns:
      A Java Future containing the result of the DisableSerialConsoleAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableSerialConsoleAccess

      default CompletableFuture<DisableSerialConsoleAccessResponse> disableSerialConsoleAccess(Consumer<DisableSerialConsoleAccessRequest.Builder> disableSerialConsoleAccessRequest)

      Disables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.


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

      Parameters:
      disableSerialConsoleAccessRequest - A Consumer that will call methods on DisableSerialConsoleAccessRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableSerialConsoleAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableSnapshotBlockPublicAccess

      default CompletableFuture<DisableSnapshotBlockPublicAccessResponse> disableSnapshotBlockPublicAccess(DisableSnapshotBlockPublicAccessRequest disableSnapshotBlockPublicAccessRequest)

      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:
      A Java Future containing the result of the DisableSnapshotBlockPublicAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableSnapshotBlockPublicAccess

      default CompletableFuture<DisableSnapshotBlockPublicAccessResponse> disableSnapshotBlockPublicAccess(Consumer<DisableSnapshotBlockPublicAccessRequest.Builder> disableSnapshotBlockPublicAccessRequest)

      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 .


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

      Parameters:
      disableSnapshotBlockPublicAccessRequest - A Consumer that will call methods on DisableSnapshotBlockPublicAccessRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableSnapshotBlockPublicAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableTransitGatewayRouteTablePropagation

      default CompletableFuture<DisableTransitGatewayRouteTablePropagationResponse> disableTransitGatewayRouteTablePropagation(DisableTransitGatewayRouteTablePropagationRequest disableTransitGatewayRouteTablePropagationRequest)

      Disables the specified resource attachment from propagating routes to the specified propagation route table.

      Parameters:
      disableTransitGatewayRouteTablePropagationRequest -
      Returns:
      A Java Future containing the result of the DisableTransitGatewayRouteTablePropagation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableTransitGatewayRouteTablePropagation

      default CompletableFuture<DisableTransitGatewayRouteTablePropagationResponse> disableTransitGatewayRouteTablePropagation(Consumer<DisableTransitGatewayRouteTablePropagationRequest.Builder> disableTransitGatewayRouteTablePropagationRequest)

      Disables the specified resource attachment from propagating routes to the specified propagation route table.


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

      Parameters:
      disableTransitGatewayRouteTablePropagationRequest - A Consumer that will call methods on DisableTransitGatewayRouteTablePropagationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableTransitGatewayRouteTablePropagation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableVgwRoutePropagation

      default CompletableFuture<DisableVgwRoutePropagationResponse> disableVgwRoutePropagation(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest)

      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:
      A Java Future containing the result of the DisableVgwRoutePropagation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableVgwRoutePropagation

      default CompletableFuture<DisableVgwRoutePropagationResponse> disableVgwRoutePropagation(Consumer<DisableVgwRoutePropagationRequest.Builder> disableVgwRoutePropagationRequest)

      Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.


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

      Parameters:
      disableVgwRoutePropagationRequest - A Consumer that will call methods on DisableVgwRoutePropagationRequest.Builder to create a request. Contains the parameters for DisableVgwRoutePropagation.
      Returns:
      A Java Future containing the result of the DisableVgwRoutePropagation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableVpcClassicLink

      default CompletableFuture<DisableVpcClassicLinkResponse> disableVpcClassicLink(DisableVpcClassicLinkRequest disableVpcClassicLinkRequest)

      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:
      A Java Future containing the result of the DisableVpcClassicLink operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableVpcClassicLink

      default CompletableFuture<DisableVpcClassicLinkResponse> disableVpcClassicLink(Consumer<DisableVpcClassicLinkRequest.Builder> disableVpcClassicLinkRequest)

      This action is deprecated.

      Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.


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

      Parameters:
      disableVpcClassicLinkRequest - A Consumer that will call methods on DisableVpcClassicLinkRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableVpcClassicLink operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableVpcClassicLinkDnsSupport

      default CompletableFuture<DisableVpcClassicLinkDnsSupportResponse> disableVpcClassicLinkDnsSupport(DisableVpcClassicLinkDnsSupportRequest disableVpcClassicLinkDnsSupportRequest)

      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:
      A Java Future containing the result of the DisableVpcClassicLinkDnsSupport operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disableVpcClassicLinkDnsSupport

      default CompletableFuture<DisableVpcClassicLinkDnsSupportResponse> disableVpcClassicLinkDnsSupport(Consumer<DisableVpcClassicLinkDnsSupportRequest.Builder> disableVpcClassicLinkDnsSupportRequest)

      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.


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

      Parameters:
      disableVpcClassicLinkDnsSupportRequest - A Consumer that will call methods on DisableVpcClassicLinkDnsSupportRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisableVpcClassicLinkDnsSupport operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateAddress

      default CompletableFuture<DisassociateAddressResponse> disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)

      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:
      A Java Future containing the result of the DisassociateAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateAddress

      default CompletableFuture<DisassociateAddressResponse> disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest)

      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.


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

      Parameters:
      disassociateAddressRequest - A Consumer that will call methods on DisassociateAddressRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateClientVpnTargetNetwork

      default CompletableFuture<DisassociateClientVpnTargetNetworkResponse> disassociateClientVpnTargetNetwork(DisassociateClientVpnTargetNetworkRequest disassociateClientVpnTargetNetworkRequest)

      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:
      A Java Future containing the result of the DisassociateClientVpnTargetNetwork operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateClientVpnTargetNetwork

      default CompletableFuture<DisassociateClientVpnTargetNetworkResponse> disassociateClientVpnTargetNetwork(Consumer<DisassociateClientVpnTargetNetworkRequest.Builder> disassociateClientVpnTargetNetworkRequest)

      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


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

      Parameters:
      disassociateClientVpnTargetNetworkRequest - A Consumer that will call methods on DisassociateClientVpnTargetNetworkRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateClientVpnTargetNetwork operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateEnclaveCertificateIamRole

      default CompletableFuture<DisassociateEnclaveCertificateIamRoleResponse> disassociateEnclaveCertificateIamRole(DisassociateEnclaveCertificateIamRoleRequest disassociateEnclaveCertificateIamRoleRequest)

      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:
      A Java Future containing the result of the DisassociateEnclaveCertificateIamRole operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateEnclaveCertificateIamRole

      default CompletableFuture<DisassociateEnclaveCertificateIamRoleResponse> disassociateEnclaveCertificateIamRole(Consumer<DisassociateEnclaveCertificateIamRoleRequest.Builder> disassociateEnclaveCertificateIamRoleRequest)

      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.


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

      Parameters:
      disassociateEnclaveCertificateIamRoleRequest - A Consumer that will call methods on DisassociateEnclaveCertificateIamRoleRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateEnclaveCertificateIamRole operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateIamInstanceProfile

      default CompletableFuture<DisassociateIamInstanceProfileResponse> disassociateIamInstanceProfile(DisassociateIamInstanceProfileRequest disassociateIamInstanceProfileRequest)

      Disassociates an IAM instance profile from a running or stopped instance.

      Use DescribeIamInstanceProfileAssociations to get the association ID.

      Parameters:
      disassociateIamInstanceProfileRequest -
      Returns:
      A Java Future containing the result of the DisassociateIamInstanceProfile operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateIamInstanceProfile

      default CompletableFuture<DisassociateIamInstanceProfileResponse> disassociateIamInstanceProfile(Consumer<DisassociateIamInstanceProfileRequest.Builder> disassociateIamInstanceProfileRequest)

      Disassociates an IAM instance profile from a running or stopped instance.

      Use DescribeIamInstanceProfileAssociations to get the association ID.


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

      Parameters:
      disassociateIamInstanceProfileRequest - A Consumer that will call methods on DisassociateIamInstanceProfileRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateIamInstanceProfile operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateInstanceEventWindow

      default CompletableFuture<DisassociateInstanceEventWindowResponse> disassociateInstanceEventWindow(DisassociateInstanceEventWindowRequest disassociateInstanceEventWindowRequest)

      Disassociates one or more targets from an event window.

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

      Parameters:
      disassociateInstanceEventWindowRequest -
      Returns:
      A Java Future containing the result of the DisassociateInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateInstanceEventWindow

      default CompletableFuture<DisassociateInstanceEventWindowResponse> disassociateInstanceEventWindow(Consumer<DisassociateInstanceEventWindowRequest.Builder> disassociateInstanceEventWindowRequest)

      Disassociates one or more targets from an event window.

      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 DisassociateInstanceEventWindowRequest.Builder avoiding the need to create one manually via DisassociateInstanceEventWindowRequest.builder()

      Parameters:
      disassociateInstanceEventWindowRequest - A Consumer that will call methods on DisassociateInstanceEventWindowRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateIpamByoasn

      default CompletableFuture<DisassociateIpamByoasnResponse> disassociateIpamByoasn(DisassociateIpamByoasnRequest disassociateIpamByoasnRequest)

      Remove the association between your Autonomous System Number (ASN) and your BYOIP CIDR. You may want to use this action to disassociate an ASN from a CIDR or if you want to swap ASNs. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.

      Parameters:
      disassociateIpamByoasnRequest -
      Returns:
      A Java Future containing the result of the DisassociateIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateIpamByoasn

      default CompletableFuture<DisassociateIpamByoasnResponse> disassociateIpamByoasn(Consumer<DisassociateIpamByoasnRequest.Builder> disassociateIpamByoasnRequest)

      Remove the association between your Autonomous System Number (ASN) and your BYOIP CIDR. You may want to use this action to disassociate an ASN from a CIDR or if you want to swap ASNs. For more information, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.


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

      Parameters:
      disassociateIpamByoasnRequest - A Consumer that will call methods on DisassociateIpamByoasnRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateIpamResourceDiscovery

      default CompletableFuture<DisassociateIpamResourceDiscoveryResponse> disassociateIpamResourceDiscovery(DisassociateIpamResourceDiscoveryRequest disassociateIpamResourceDiscoveryRequest)

      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:
      A Java Future containing the result of the DisassociateIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateIpamResourceDiscovery

      default CompletableFuture<DisassociateIpamResourceDiscoveryResponse> disassociateIpamResourceDiscovery(Consumer<DisassociateIpamResourceDiscoveryRequest.Builder> disassociateIpamResourceDiscoveryRequest)

      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.


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

      Parameters:
      disassociateIpamResourceDiscoveryRequest - A Consumer that will call methods on DisassociateIpamResourceDiscoveryRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateNatGatewayAddress

      default CompletableFuture<DisassociateNatGatewayAddressResponse> disassociateNatGatewayAddress(DisassociateNatGatewayAddressRequest disassociateNatGatewayAddressRequest)

      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:
      A Java Future containing the result of the DisassociateNatGatewayAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateNatGatewayAddress

      default CompletableFuture<DisassociateNatGatewayAddressResponse> disassociateNatGatewayAddress(Consumer<DisassociateNatGatewayAddressRequest.Builder> disassociateNatGatewayAddressRequest)

      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.


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

      Parameters:
      disassociateNatGatewayAddressRequest - A Consumer that will call methods on DisassociateNatGatewayAddressRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateNatGatewayAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateRouteTable

      default CompletableFuture<DisassociateRouteTableResponse> disassociateRouteTable(DisassociateRouteTableRequest disassociateRouteTableRequest)

      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:
      A Java Future containing the result of the DisassociateRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateRouteTable

      default CompletableFuture<DisassociateRouteTableResponse> disassociateRouteTable(Consumer<DisassociateRouteTableRequest.Builder> disassociateRouteTableRequest)

      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.


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

      Parameters:
      disassociateRouteTableRequest - A Consumer that will call methods on DisassociateRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateSubnetCidrBlock

      default CompletableFuture<DisassociateSubnetCidrBlockResponse> disassociateSubnetCidrBlock(DisassociateSubnetCidrBlockRequest disassociateSubnetCidrBlockRequest)

      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:
      A Java Future containing the result of the DisassociateSubnetCidrBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateSubnetCidrBlock

      default CompletableFuture<DisassociateSubnetCidrBlockResponse> disassociateSubnetCidrBlock(Consumer<DisassociateSubnetCidrBlockRequest.Builder> disassociateSubnetCidrBlockRequest)

      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.


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

      Parameters:
      disassociateSubnetCidrBlockRequest - A Consumer that will call methods on DisassociateSubnetCidrBlockRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateSubnetCidrBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateTransitGatewayMulticastDomain

      default CompletableFuture<DisassociateTransitGatewayMulticastDomainResponse> disassociateTransitGatewayMulticastDomain(DisassociateTransitGatewayMulticastDomainRequest disassociateTransitGatewayMulticastDomainRequest)

      Disassociates the specified subnets from the transit gateway multicast domain.

      Parameters:
      disassociateTransitGatewayMulticastDomainRequest -
      Returns:
      A Java Future containing the result of the DisassociateTransitGatewayMulticastDomain operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateTransitGatewayMulticastDomain

      default CompletableFuture<DisassociateTransitGatewayMulticastDomainResponse> disassociateTransitGatewayMulticastDomain(Consumer<DisassociateTransitGatewayMulticastDomainRequest.Builder> disassociateTransitGatewayMulticastDomainRequest)

      Disassociates the specified subnets from the transit gateway multicast domain.


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

      Parameters:
      disassociateTransitGatewayMulticastDomainRequest - A Consumer that will call methods on DisassociateTransitGatewayMulticastDomainRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateTransitGatewayMulticastDomain operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateTransitGatewayPolicyTable

      default CompletableFuture<DisassociateTransitGatewayPolicyTableResponse> disassociateTransitGatewayPolicyTable(DisassociateTransitGatewayPolicyTableRequest disassociateTransitGatewayPolicyTableRequest)

      Removes the association between an an attachment and a policy table.

      Parameters:
      disassociateTransitGatewayPolicyTableRequest -
      Returns:
      A Java Future containing the result of the DisassociateTransitGatewayPolicyTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateTransitGatewayPolicyTable

      default CompletableFuture<DisassociateTransitGatewayPolicyTableResponse> disassociateTransitGatewayPolicyTable(Consumer<DisassociateTransitGatewayPolicyTableRequest.Builder> disassociateTransitGatewayPolicyTableRequest)

      Removes the association between an an attachment and a policy table.


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

      Parameters:
      disassociateTransitGatewayPolicyTableRequest - A Consumer that will call methods on DisassociateTransitGatewayPolicyTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateTransitGatewayPolicyTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateTransitGatewayRouteTable

      default CompletableFuture<DisassociateTransitGatewayRouteTableResponse> disassociateTransitGatewayRouteTable(DisassociateTransitGatewayRouteTableRequest disassociateTransitGatewayRouteTableRequest)

      Disassociates a resource attachment from a transit gateway route table.

      Parameters:
      disassociateTransitGatewayRouteTableRequest -
      Returns:
      A Java Future containing the result of the DisassociateTransitGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateTransitGatewayRouteTable

      default CompletableFuture<DisassociateTransitGatewayRouteTableResponse> disassociateTransitGatewayRouteTable(Consumer<DisassociateTransitGatewayRouteTableRequest.Builder> disassociateTransitGatewayRouteTableRequest)

      Disassociates a resource attachment from a transit gateway route table.


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

      Parameters:
      disassociateTransitGatewayRouteTableRequest - A Consumer that will call methods on DisassociateTransitGatewayRouteTableRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateTransitGatewayRouteTable operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateTrunkInterface

      default CompletableFuture<DisassociateTrunkInterfaceResponse> disassociateTrunkInterface(DisassociateTrunkInterfaceRequest disassociateTrunkInterfaceRequest)

      Removes an association between a branch network interface with a trunk network interface.

      Parameters:
      disassociateTrunkInterfaceRequest -
      Returns:
      A Java Future containing the result of the DisassociateTrunkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateTrunkInterface

      default CompletableFuture<DisassociateTrunkInterfaceResponse> disassociateTrunkInterface(Consumer<DisassociateTrunkInterfaceRequest.Builder> disassociateTrunkInterfaceRequest)

      Removes an association between a branch network interface with a trunk network interface.


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

      Parameters:
      disassociateTrunkInterfaceRequest - A Consumer that will call methods on DisassociateTrunkInterfaceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateTrunkInterface operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateVpcCidrBlock

      default CompletableFuture<DisassociateVpcCidrBlockResponse> disassociateVpcCidrBlock(DisassociateVpcCidrBlockRequest disassociateVpcCidrBlockRequest)

      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:
      A Java Future containing the result of the DisassociateVpcCidrBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • disassociateVpcCidrBlock

      default CompletableFuture<DisassociateVpcCidrBlockResponse> disassociateVpcCidrBlock(Consumer<DisassociateVpcCidrBlockRequest.Builder> disassociateVpcCidrBlockRequest)

      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).


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

      Parameters:
      disassociateVpcCidrBlockRequest - A Consumer that will call methods on DisassociateVpcCidrBlockRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the DisassociateVpcCidrBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableAddressTransfer

      default CompletableFuture<EnableAddressTransferResponse> enableAddressTransfer(EnableAddressTransferRequest enableAddressTransferRequest)

      Enables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

      Parameters:
      enableAddressTransferRequest -
      Returns:
      A Java Future containing the result of the EnableAddressTransfer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableAddressTransfer

      default CompletableFuture<EnableAddressTransferResponse> enableAddressTransfer(Consumer<EnableAddressTransferRequest.Builder> enableAddressTransferRequest)

      Enables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.


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

      Parameters:
      enableAddressTransferRequest - A Consumer that will call methods on EnableAddressTransferRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableAddressTransfer operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableAwsNetworkPerformanceMetricSubscription

      default CompletableFuture<EnableAwsNetworkPerformanceMetricSubscriptionResponse> enableAwsNetworkPerformanceMetricSubscription(EnableAwsNetworkPerformanceMetricSubscriptionRequest enableAwsNetworkPerformanceMetricSubscriptionRequest)

      Enables Infrastructure Performance subscriptions.

      Parameters:
      enableAwsNetworkPerformanceMetricSubscriptionRequest -
      Returns:
      A Java Future containing the result of the EnableAwsNetworkPerformanceMetricSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableAwsNetworkPerformanceMetricSubscription

      default CompletableFuture<EnableAwsNetworkPerformanceMetricSubscriptionResponse> enableAwsNetworkPerformanceMetricSubscription(Consumer<EnableAwsNetworkPerformanceMetricSubscriptionRequest.Builder> enableAwsNetworkPerformanceMetricSubscriptionRequest)

      Enables Infrastructure Performance subscriptions.


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

      Parameters:
      enableAwsNetworkPerformanceMetricSubscriptionRequest - A Consumer that will call methods on EnableAwsNetworkPerformanceMetricSubscriptionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableAwsNetworkPerformanceMetricSubscription operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableEbsEncryptionByDefault

      default CompletableFuture<EnableEbsEncryptionByDefaultResponse> enableEbsEncryptionByDefault(EnableEbsEncryptionByDefaultRequest enableEbsEncryptionByDefaultRequest)

      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:
      A Java Future containing the result of the EnableEbsEncryptionByDefault operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableEbsEncryptionByDefault

      default CompletableFuture<EnableEbsEncryptionByDefaultResponse> enableEbsEncryptionByDefault(Consumer<EnableEbsEncryptionByDefaultRequest.Builder> enableEbsEncryptionByDefaultRequest)

      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.


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

      Parameters:
      enableEbsEncryptionByDefaultRequest - A Consumer that will call methods on EnableEbsEncryptionByDefaultRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableEbsEncryptionByDefault operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableFastLaunch

      default CompletableFuture<EnableFastLaunchResponse> enableFastLaunch(EnableFastLaunchRequest enableFastLaunchRequest)

      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:
      A Java Future containing the result of the EnableFastLaunch operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableFastLaunch

      default CompletableFuture<EnableFastLaunchResponse> enableFastLaunch(Consumer<EnableFastLaunchRequest.Builder> enableFastLaunchRequest)

      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:
      A Java Future containing the result of the EnableFastLaunch operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableFastSnapshotRestores

      default CompletableFuture<EnableFastSnapshotRestoresResponse> enableFastSnapshotRestores(EnableFastSnapshotRestoresRequest enableFastSnapshotRestoresRequest)

      Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.

      You get the full benefit of fast snapshot restores after they enter the enabled state. To get the current state of fast snapshot restores, use DescribeFastSnapshotRestores. To disable fast snapshot restores, use DisableFastSnapshotRestores.

      For more information, see Amazon EBS fast snapshot restore in the Amazon EBS User Guide.

      Parameters:
      enableFastSnapshotRestoresRequest -
      Returns:
      A Java Future containing the result of the EnableFastSnapshotRestores operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableFastSnapshotRestores

      default CompletableFuture<EnableFastSnapshotRestoresResponse> enableFastSnapshotRestores(Consumer<EnableFastSnapshotRestoresRequest.Builder> enableFastSnapshotRestoresRequest)

      Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.

      You get the full benefit of fast snapshot restores after they enter the enabled state. To get the current state of fast snapshot restores, use DescribeFastSnapshotRestores. To disable fast snapshot restores, use DisableFastSnapshotRestores.

      For more information, see Amazon EBS fast snapshot restore in the Amazon EBS User Guide.


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

      Parameters:
      enableFastSnapshotRestoresRequest - A Consumer that will call methods on EnableFastSnapshotRestoresRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableFastSnapshotRestores operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableImage

      default CompletableFuture<EnableImageResponse> enableImage(EnableImageRequest enableImageRequest)

      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:
      A Java Future containing the result of the EnableImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableImage

      default CompletableFuture<EnableImageResponse> enableImage(Consumer<EnableImageRequest.Builder> enableImageRequest)

      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:
      A Java Future containing the result of the EnableImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableImageBlockPublicAccess

      default CompletableFuture<EnableImageBlockPublicAccessResponse> enableImageBlockPublicAccess(EnableImageBlockPublicAccessRequest enableImageBlockPublicAccessRequest)

      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:
      A Java Future containing the result of the EnableImageBlockPublicAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableImageBlockPublicAccess

      default CompletableFuture<EnableImageBlockPublicAccessResponse> enableImageBlockPublicAccess(Consumer<EnableImageBlockPublicAccessRequest.Builder> enableImageBlockPublicAccessRequest)

      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.


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

      Parameters:
      enableImageBlockPublicAccessRequest - A Consumer that will call methods on EnableImageBlockPublicAccessRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableImageBlockPublicAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableImageDeprecation

      default CompletableFuture<EnableImageDeprecationResponse> enableImageDeprecation(EnableImageDeprecationRequest enableImageDeprecationRequest)

      Enables deprecation of the specified AMI at the specified date and time.

      For more information, see Deprecate an AMI in the Amazon EC2 User Guide.

      Parameters:
      enableImageDeprecationRequest -
      Returns:
      A Java Future containing the result of the EnableImageDeprecation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableImageDeprecation

      default CompletableFuture<EnableImageDeprecationResponse> enableImageDeprecation(Consumer<EnableImageDeprecationRequest.Builder> enableImageDeprecationRequest)

      Enables deprecation of the specified AMI at the specified date and time.

      For more information, see Deprecate an AMI in the Amazon EC2 User Guide.


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

      Parameters:
      enableImageDeprecationRequest - A Consumer that will call methods on EnableImageDeprecationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableImageDeprecation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableImageDeregistrationProtection

      default CompletableFuture<EnableImageDeregistrationProtectionResponse> enableImageDeregistrationProtection(EnableImageDeregistrationProtectionRequest enableImageDeregistrationProtectionRequest)

      Enables deregistration protection for an AMI. When deregistration protection is enabled, the AMI can't be deregistered.

      To allow the AMI to be deregistered, you must first disable deregistration protection using DisableImageDeregistrationProtection.

      For more information, see Protect an AMI from deregistration in the Amazon EC2 User Guide.

      Parameters:
      enableImageDeregistrationProtectionRequest -
      Returns:
      A Java Future containing the result of the EnableImageDeregistrationProtection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableImageDeregistrationProtection

      default CompletableFuture<EnableImageDeregistrationProtectionResponse> enableImageDeregistrationProtection(Consumer<EnableImageDeregistrationProtectionRequest.Builder> enableImageDeregistrationProtectionRequest)

      Enables deregistration protection for an AMI. When deregistration protection is enabled, the AMI can't be deregistered.

      To allow the AMI to be deregistered, you must first disable deregistration protection using DisableImageDeregistrationProtection.

      For more information, see Protect an AMI from deregistration in the Amazon EC2 User Guide.


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

      Parameters:
      enableImageDeregistrationProtectionRequest - A Consumer that will call methods on EnableImageDeregistrationProtectionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableImageDeregistrationProtection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableIpamOrganizationAdminAccount

      default CompletableFuture<EnableIpamOrganizationAdminAccountResponse> enableIpamOrganizationAdminAccount(EnableIpamOrganizationAdminAccountRequest enableIpamOrganizationAdminAccountRequest)

      Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.

      Parameters:
      enableIpamOrganizationAdminAccountRequest -
      Returns:
      A Java Future containing the result of the EnableIpamOrganizationAdminAccount operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableIpamOrganizationAdminAccount

      default CompletableFuture<EnableIpamOrganizationAdminAccountResponse> enableIpamOrganizationAdminAccount(Consumer<EnableIpamOrganizationAdminAccountRequest.Builder> enableIpamOrganizationAdminAccountRequest)

      Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.


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

      Parameters:
      enableIpamOrganizationAdminAccountRequest - A Consumer that will call methods on EnableIpamOrganizationAdminAccountRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableIpamOrganizationAdminAccount operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableReachabilityAnalyzerOrganizationSharing

      default CompletableFuture<EnableReachabilityAnalyzerOrganizationSharingResponse> enableReachabilityAnalyzerOrganizationSharing(EnableReachabilityAnalyzerOrganizationSharingRequest enableReachabilityAnalyzerOrganizationSharingRequest)

      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:
      A Java Future containing the result of the EnableReachabilityAnalyzerOrganizationSharing operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableReachabilityAnalyzerOrganizationSharing

      default CompletableFuture<EnableReachabilityAnalyzerOrganizationSharingResponse> enableReachabilityAnalyzerOrganizationSharing(Consumer<EnableReachabilityAnalyzerOrganizationSharingRequest.Builder> enableReachabilityAnalyzerOrganizationSharingRequest)

      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.


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

      Parameters:
      enableReachabilityAnalyzerOrganizationSharingRequest - A Consumer that will call methods on EnableReachabilityAnalyzerOrganizationSharingRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableReachabilityAnalyzerOrganizationSharing operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableSerialConsoleAccess

      default CompletableFuture<EnableSerialConsoleAccessResponse> enableSerialConsoleAccess(EnableSerialConsoleAccessRequest enableSerialConsoleAccessRequest)

      Enables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

      Parameters:
      enableSerialConsoleAccessRequest -
      Returns:
      A Java Future containing the result of the EnableSerialConsoleAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableSerialConsoleAccess

      default CompletableFuture<EnableSerialConsoleAccessResponse> enableSerialConsoleAccess(Consumer<EnableSerialConsoleAccessRequest.Builder> enableSerialConsoleAccessRequest)

      Enables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.


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

      Parameters:
      enableSerialConsoleAccessRequest - A Consumer that will call methods on EnableSerialConsoleAccessRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableSerialConsoleAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableSnapshotBlockPublicAccess

      default CompletableFuture<EnableSnapshotBlockPublicAccessResponse> enableSnapshotBlockPublicAccess(EnableSnapshotBlockPublicAccessRequest enableSnapshotBlockPublicAccessRequest)

      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:
      A Java Future containing the result of the EnableSnapshotBlockPublicAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableSnapshotBlockPublicAccess

      default CompletableFuture<EnableSnapshotBlockPublicAccessResponse> enableSnapshotBlockPublicAccess(Consumer<EnableSnapshotBlockPublicAccessRequest.Builder> enableSnapshotBlockPublicAccessRequest)

      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.


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

      Parameters:
      enableSnapshotBlockPublicAccessRequest - A Consumer that will call methods on EnableSnapshotBlockPublicAccessRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableSnapshotBlockPublicAccess operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableTransitGatewayRouteTablePropagation

      default CompletableFuture<EnableTransitGatewayRouteTablePropagationResponse> enableTransitGatewayRouteTablePropagation(EnableTransitGatewayRouteTablePropagationRequest enableTransitGatewayRouteTablePropagationRequest)

      Enables the specified attachment to propagate routes to the specified propagation route table.

      Parameters:
      enableTransitGatewayRouteTablePropagationRequest -
      Returns:
      A Java Future containing the result of the EnableTransitGatewayRouteTablePropagation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableTransitGatewayRouteTablePropagation

      default CompletableFuture<EnableTransitGatewayRouteTablePropagationResponse> enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest)

      Enables the specified attachment to propagate routes to the specified propagation route table.


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

      Parameters:
      enableTransitGatewayRouteTablePropagationRequest - A Consumer that will call methods on EnableTransitGatewayRouteTablePropagationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableTransitGatewayRouteTablePropagation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableVgwRoutePropagation

      default CompletableFuture<EnableVgwRoutePropagationResponse> enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)

      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:
      A Java Future containing the result of the EnableVgwRoutePropagation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableVgwRoutePropagation

      default CompletableFuture<EnableVgwRoutePropagationResponse> enableVgwRoutePropagation(Consumer<EnableVgwRoutePropagationRequest.Builder> enableVgwRoutePropagationRequest)

      Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.


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

      Parameters:
      enableVgwRoutePropagationRequest - A Consumer that will call methods on EnableVgwRoutePropagationRequest.Builder to create a request. Contains the parameters for EnableVgwRoutePropagation.
      Returns:
      A Java Future containing the result of the EnableVgwRoutePropagation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableVolumeIO

      default CompletableFuture<EnableVolumeIoResponse> enableVolumeIO(EnableVolumeIoRequest enableVolumeIoRequest)

      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:
      A Java Future containing the result of the EnableVolumeIO operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableVolumeIO

      default CompletableFuture<EnableVolumeIoResponse> enableVolumeIO(Consumer<EnableVolumeIoRequest.Builder> enableVolumeIoRequest)

      Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.


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

      Parameters:
      enableVolumeIoRequest - A Consumer that will call methods on EnableVolumeIoRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableVolumeIO operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableVpcClassicLink

      default CompletableFuture<EnableVpcClassicLinkResponse> enableVpcClassicLink(EnableVpcClassicLinkRequest enableVpcClassicLinkRequest)

      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:
      A Java Future containing the result of the EnableVpcClassicLink operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableVpcClassicLink

      default CompletableFuture<EnableVpcClassicLinkResponse> enableVpcClassicLink(Consumer<EnableVpcClassicLinkRequest.Builder> enableVpcClassicLinkRequest)

      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.


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

      Parameters:
      enableVpcClassicLinkRequest - A Consumer that will call methods on EnableVpcClassicLinkRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableVpcClassicLink operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableVpcClassicLinkDnsSupport

      default CompletableFuture<EnableVpcClassicLinkDnsSupportResponse> enableVpcClassicLinkDnsSupport(EnableVpcClassicLinkDnsSupportRequest enableVpcClassicLinkDnsSupportRequest)

      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:
      A Java Future containing the result of the EnableVpcClassicLinkDnsSupport operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • enableVpcClassicLinkDnsSupport

      default CompletableFuture<EnableVpcClassicLinkDnsSupportResponse> enableVpcClassicLinkDnsSupport(Consumer<EnableVpcClassicLinkDnsSupportRequest.Builder> enableVpcClassicLinkDnsSupportRequest)

      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.


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

      Parameters:
      enableVpcClassicLinkDnsSupportRequest - A Consumer that will call methods on EnableVpcClassicLinkDnsSupportRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the EnableVpcClassicLinkDnsSupport operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • exportClientVpnClientCertificateRevocationList

      default CompletableFuture<ExportClientVpnClientCertificateRevocationListResponse> exportClientVpnClientCertificateRevocationList(ExportClientVpnClientCertificateRevocationListRequest exportClientVpnClientCertificateRevocationListRequest)

      Downloads the client certificate revocation list for the specified Client VPN endpoint.

      Parameters:
      exportClientVpnClientCertificateRevocationListRequest -
      Returns:
      A Java Future containing the result of the ExportClientVpnClientCertificateRevocationList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • exportClientVpnClientCertificateRevocationList

      default CompletableFuture<ExportClientVpnClientCertificateRevocationListResponse> exportClientVpnClientCertificateRevocationList(Consumer<ExportClientVpnClientCertificateRevocationListRequest.Builder> exportClientVpnClientCertificateRevocationListRequest)

      Downloads the client certificate revocation list for the specified Client VPN endpoint.


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

      Parameters:
      exportClientVpnClientCertificateRevocationListRequest - A Consumer that will call methods on ExportClientVpnClientCertificateRevocationListRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ExportClientVpnClientCertificateRevocationList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • exportClientVpnClientConfiguration

      default CompletableFuture<ExportClientVpnClientConfigurationResponse> exportClientVpnClientConfiguration(ExportClientVpnClientConfigurationRequest exportClientVpnClientConfigurationRequest)

      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:
      A Java Future containing the result of the ExportClientVpnClientConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • exportClientVpnClientConfiguration

      default CompletableFuture<ExportClientVpnClientConfigurationResponse> exportClientVpnClientConfiguration(Consumer<ExportClientVpnClientConfigurationRequest.Builder> exportClientVpnClientConfigurationRequest)

      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.


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

      Parameters:
      exportClientVpnClientConfigurationRequest - A Consumer that will call methods on ExportClientVpnClientConfigurationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ExportClientVpnClientConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • exportImage

      default CompletableFuture<ExportImageResponse> exportImage(ExportImageRequest exportImageRequest)

      Exports an Amazon Machine Image (AMI) to a VM file. For more information, see Exporting a VM directly from an Amazon Machine Image (AMI) in the VM Import/Export User Guide.

      Parameters:
      exportImageRequest -
      Returns:
      A Java Future containing the result of the ExportImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • exportImage

      default CompletableFuture<ExportImageResponse> exportImage(Consumer<ExportImageRequest.Builder> exportImageRequest)

      Exports an Amazon Machine Image (AMI) to a VM file. For more information, see Exporting a VM directly from an Amazon Machine Image (AMI) in the VM Import/Export User Guide.


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

      Parameters:
      exportImageRequest - A Consumer that will call methods on ExportImageRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ExportImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • exportTransitGatewayRoutes

      default CompletableFuture<ExportTransitGatewayRoutesResponse> exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest)

      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:
      A Java Future containing the result of the ExportTransitGatewayRoutes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • exportTransitGatewayRoutes

      default CompletableFuture<ExportTransitGatewayRoutesResponse> exportTransitGatewayRoutes(Consumer<ExportTransitGatewayRoutesRequest.Builder> exportTransitGatewayRoutesRequest)

      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.


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

      Parameters:
      exportTransitGatewayRoutesRequest - A Consumer that will call methods on ExportTransitGatewayRoutesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ExportTransitGatewayRoutes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAssociatedEnclaveCertificateIamRoles

      default CompletableFuture<GetAssociatedEnclaveCertificateIamRolesResponse> getAssociatedEnclaveCertificateIamRoles(GetAssociatedEnclaveCertificateIamRolesRequest getAssociatedEnclaveCertificateIamRolesRequest)

      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:
      A Java Future containing the result of the GetAssociatedEnclaveCertificateIamRoles operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAssociatedEnclaveCertificateIamRoles

      default CompletableFuture<GetAssociatedEnclaveCertificateIamRolesResponse> getAssociatedEnclaveCertificateIamRoles(Consumer<GetAssociatedEnclaveCertificateIamRolesRequest.Builder> getAssociatedEnclaveCertificateIamRolesRequest)

      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.


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

      Parameters:
      getAssociatedEnclaveCertificateIamRolesRequest - A Consumer that will call methods on GetAssociatedEnclaveCertificateIamRolesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetAssociatedEnclaveCertificateIamRoles operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAssociatedIpv6PoolCidrs

      default CompletableFuture<GetAssociatedIpv6PoolCidrsResponse> getAssociatedIpv6PoolCidrs(GetAssociatedIpv6PoolCidrsRequest getAssociatedIpv6PoolCidrsRequest)

      Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.

      Parameters:
      getAssociatedIpv6PoolCidrsRequest -
      Returns:
      A Java Future containing the result of the GetAssociatedIpv6PoolCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAssociatedIpv6PoolCidrs

      default CompletableFuture<GetAssociatedIpv6PoolCidrsResponse> getAssociatedIpv6PoolCidrs(Consumer<GetAssociatedIpv6PoolCidrsRequest.Builder> getAssociatedIpv6PoolCidrsRequest)

      Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.


      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 Java Future containing the result of the GetAssociatedIpv6PoolCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAssociatedIpv6PoolCidrsPaginator

      default GetAssociatedIpv6PoolCidrsPublisher getAssociatedIpv6PoolCidrsPaginator(GetAssociatedIpv6PoolCidrsRequest getAssociatedIpv6PoolCidrsRequest)

      This is a variant of getAssociatedIpv6PoolCidrs(software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsPublisher publisher = client.getAssociatedIpv6PoolCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsPublisher publisher = client.getAssociatedIpv6PoolCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAssociatedIpv6PoolCidrsPaginator

      default GetAssociatedIpv6PoolCidrsPublisher getAssociatedIpv6PoolCidrsPaginator(Consumer<GetAssociatedIpv6PoolCidrsRequest.Builder> getAssociatedIpv6PoolCidrsRequest)

      This is a variant of getAssociatedIpv6PoolCidrs(software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsPublisher publisher = client.getAssociatedIpv6PoolCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetAssociatedIpv6PoolCidrsPublisher publisher = client.getAssociatedIpv6PoolCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetAssociatedIpv6PoolCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAwsNetworkPerformanceData

      default CompletableFuture<GetAwsNetworkPerformanceDataResponse> getAwsNetworkPerformanceData(GetAwsNetworkPerformanceDataRequest getAwsNetworkPerformanceDataRequest)

      Gets network performance data.

      Parameters:
      getAwsNetworkPerformanceDataRequest -
      Returns:
      A Java Future containing the result of the GetAwsNetworkPerformanceData operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAwsNetworkPerformanceData

      default CompletableFuture<GetAwsNetworkPerformanceDataResponse> getAwsNetworkPerformanceData(Consumer<GetAwsNetworkPerformanceDataRequest.Builder> getAwsNetworkPerformanceDataRequest)

      Gets network performance data.


      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 Java Future containing the result of the GetAwsNetworkPerformanceData operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAwsNetworkPerformanceDataPaginator

      default GetAwsNetworkPerformanceDataPublisher getAwsNetworkPerformanceDataPaginator(GetAwsNetworkPerformanceDataRequest getAwsNetworkPerformanceDataRequest)

      This is a variant of getAwsNetworkPerformanceData(software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataPublisher publisher = client.getAwsNetworkPerformanceDataPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataPublisher publisher = client.getAwsNetworkPerformanceDataPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getAwsNetworkPerformanceDataPaginator

      default GetAwsNetworkPerformanceDataPublisher getAwsNetworkPerformanceDataPaginator(Consumer<GetAwsNetworkPerformanceDataRequest.Builder> getAwsNetworkPerformanceDataRequest)

      This is a variant of getAwsNetworkPerformanceData(software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataPublisher publisher = client.getAwsNetworkPerformanceDataPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetAwsNetworkPerformanceDataPublisher publisher = client.getAwsNetworkPerformanceDataPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetAwsNetworkPerformanceDataResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getCapacityReservationUsage

      default CompletableFuture<GetCapacityReservationUsageResponse> getCapacityReservationUsage(GetCapacityReservationUsageRequest getCapacityReservationUsageRequest)

      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:
      A Java Future containing the result of the GetCapacityReservationUsage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getCapacityReservationUsage

      default CompletableFuture<GetCapacityReservationUsageResponse> getCapacityReservationUsage(Consumer<GetCapacityReservationUsageRequest.Builder> getCapacityReservationUsageRequest)

      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.


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

      Parameters:
      getCapacityReservationUsageRequest - A Consumer that will call methods on GetCapacityReservationUsageRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetCapacityReservationUsage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getCoipPoolUsage

      default CompletableFuture<GetCoipPoolUsageResponse> getCoipPoolUsage(GetCoipPoolUsageRequest getCoipPoolUsageRequest)

      Describes the allocations from the specified customer-owned address pool.

      Parameters:
      getCoipPoolUsageRequest -
      Returns:
      A Java Future containing the result of the GetCoipPoolUsage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getCoipPoolUsage

      default CompletableFuture<GetCoipPoolUsageResponse> getCoipPoolUsage(Consumer<GetCoipPoolUsageRequest.Builder> getCoipPoolUsageRequest)

      Describes the allocations from the specified customer-owned address pool.


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

      Parameters:
      getCoipPoolUsageRequest - A Consumer that will call methods on GetCoipPoolUsageRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetCoipPoolUsage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getConsoleOutput

      default CompletableFuture<GetConsoleOutputResponse> getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)

      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:
      A Java Future containing the result of the GetConsoleOutput operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getConsoleOutput

      default CompletableFuture<GetConsoleOutputResponse> getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest)

      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:
      A Java Future containing the result of the GetConsoleOutput operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getConsoleScreenshot

      default CompletableFuture<GetConsoleScreenshotResponse> getConsoleScreenshot(GetConsoleScreenshotRequest getConsoleScreenshotRequest)

      Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.

      The returned content is Base64-encoded.

      For more information, see Instance console output in the Amazon EC2 User Guide.

      Parameters:
      getConsoleScreenshotRequest -
      Returns:
      A Java Future containing the result of the GetConsoleScreenshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getConsoleScreenshot

      default CompletableFuture<GetConsoleScreenshotResponse> getConsoleScreenshot(Consumer<GetConsoleScreenshotRequest.Builder> getConsoleScreenshotRequest)

      Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.

      The returned content is Base64-encoded.

      For more information, see Instance console output in the Amazon EC2 User Guide.


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

      Parameters:
      getConsoleScreenshotRequest - A Consumer that will call methods on GetConsoleScreenshotRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetConsoleScreenshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getDefaultCreditSpecification

      default CompletableFuture<GetDefaultCreditSpecificationResponse> getDefaultCreditSpecification(GetDefaultCreditSpecificationRequest getDefaultCreditSpecificationRequest)

      Describes the default credit option for CPU usage of a burstable performance instance family.

      For more information, see Burstable performance instances in the Amazon EC2 User Guide.

      Parameters:
      getDefaultCreditSpecificationRequest -
      Returns:
      A Java Future containing the result of the GetDefaultCreditSpecification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getDefaultCreditSpecification

      default CompletableFuture<GetDefaultCreditSpecificationResponse> getDefaultCreditSpecification(Consumer<GetDefaultCreditSpecificationRequest.Builder> getDefaultCreditSpecificationRequest)

      Describes the default credit option for CPU usage of a burstable performance instance family.

      For more information, see Burstable performance instances in the Amazon EC2 User Guide.


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

      Parameters:
      getDefaultCreditSpecificationRequest - A Consumer that will call methods on GetDefaultCreditSpecificationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetDefaultCreditSpecification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getEbsDefaultKmsKeyId

      default CompletableFuture<GetEbsDefaultKmsKeyIdResponse> getEbsDefaultKmsKeyId(GetEbsDefaultKmsKeyIdRequest getEbsDefaultKmsKeyIdRequest)

      Describes the default KMS key for EBS encryption by default for your account in this Region. You can change the default KMS key for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.

      For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

      Parameters:
      getEbsDefaultKmsKeyIdRequest -
      Returns:
      A Java Future containing the result of the GetEbsDefaultKmsKeyId operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getEbsDefaultKmsKeyId

      default CompletableFuture<GetEbsDefaultKmsKeyIdResponse> getEbsDefaultKmsKeyId(Consumer<GetEbsDefaultKmsKeyIdRequest.Builder> getEbsDefaultKmsKeyIdRequest)

      Describes the default KMS key for EBS encryption by default for your account in this Region. You can change the default KMS key for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.

      For more information, see Amazon EBS encryption in the Amazon EBS User Guide.


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

      Parameters:
      getEbsDefaultKmsKeyIdRequest - A Consumer that will call methods on GetEbsDefaultKmsKeyIdRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetEbsDefaultKmsKeyId operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getEbsEncryptionByDefault

      default CompletableFuture<GetEbsEncryptionByDefaultResponse> getEbsEncryptionByDefault(GetEbsEncryptionByDefaultRequest getEbsEncryptionByDefaultRequest)

      Describes whether EBS encryption by default is enabled for your account in the current Region.

      For more information, see Amazon EBS encryption in the Amazon EBS User Guide.

      Parameters:
      getEbsEncryptionByDefaultRequest -
      Returns:
      A Java Future containing the result of the GetEbsEncryptionByDefault operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getEbsEncryptionByDefault

      default CompletableFuture<GetEbsEncryptionByDefaultResponse> getEbsEncryptionByDefault(Consumer<GetEbsEncryptionByDefaultRequest.Builder> getEbsEncryptionByDefaultRequest)

      Describes whether EBS encryption by default is enabled for your account in the current Region.

      For more information, see Amazon EBS encryption in the Amazon EBS User Guide.


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

      Parameters:
      getEbsEncryptionByDefaultRequest - A Consumer that will call methods on GetEbsEncryptionByDefaultRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetEbsEncryptionByDefault operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getFlowLogsIntegrationTemplate

      default CompletableFuture<GetFlowLogsIntegrationTemplateResponse> getFlowLogsIntegrationTemplate(GetFlowLogsIntegrationTemplateRequest getFlowLogsIntegrationTemplateRequest)

      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:
      A Java Future containing the result of the GetFlowLogsIntegrationTemplate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getFlowLogsIntegrationTemplate

      default CompletableFuture<GetFlowLogsIntegrationTemplateResponse> getFlowLogsIntegrationTemplate(Consumer<GetFlowLogsIntegrationTemplateRequest.Builder> getFlowLogsIntegrationTemplateRequest)

      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:
      A Java Future containing the result of the GetFlowLogsIntegrationTemplate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getGroupsForCapacityReservation

      default CompletableFuture<GetGroupsForCapacityReservationResponse> getGroupsForCapacityReservation(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)

      Lists the resource groups to which a Capacity Reservation has been added.

      Parameters:
      getGroupsForCapacityReservationRequest -
      Returns:
      A Java Future containing the result of the GetGroupsForCapacityReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getGroupsForCapacityReservation

      default CompletableFuture<GetGroupsForCapacityReservationResponse> getGroupsForCapacityReservation(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest)

      Lists the resource groups to which a Capacity Reservation has been added.


      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 Java Future containing the result of the GetGroupsForCapacityReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getGroupsForCapacityReservationPaginator

      default GetGroupsForCapacityReservationPublisher getGroupsForCapacityReservationPaginator(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)

      This is a variant of getGroupsForCapacityReservation(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationPublisher publisher = client.getGroupsForCapacityReservationPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationPublisher publisher = client.getGroupsForCapacityReservationPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getGroupsForCapacityReservationPaginator

      default GetGroupsForCapacityReservationPublisher getGroupsForCapacityReservationPaginator(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest)

      This is a variant of getGroupsForCapacityReservation(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationPublisher publisher = client.getGroupsForCapacityReservationPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetGroupsForCapacityReservationPublisher publisher = client.getGroupsForCapacityReservationPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetGroupsForCapacityReservationResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getHostReservationPurchasePreview

      default CompletableFuture<GetHostReservationPurchasePreviewResponse> getHostReservationPurchasePreview(GetHostReservationPurchasePreviewRequest getHostReservationPurchasePreviewRequest)

      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:
      A Java Future containing the result of the GetHostReservationPurchasePreview operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getHostReservationPurchasePreview

      default CompletableFuture<GetHostReservationPurchasePreviewResponse> getHostReservationPurchasePreview(Consumer<GetHostReservationPurchasePreviewRequest.Builder> getHostReservationPurchasePreviewRequest)

      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.


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

      Parameters:
      getHostReservationPurchasePreviewRequest - A Consumer that will call methods on GetHostReservationPurchasePreviewRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetHostReservationPurchasePreview operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getImageBlockPublicAccessState

      default CompletableFuture<GetImageBlockPublicAccessStateResponse> getImageBlockPublicAccessState(GetImageBlockPublicAccessStateRequest getImageBlockPublicAccessStateRequest)

      Gets the current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.

      For more information, see Block public access to your AMIs in the Amazon EC2 User Guide.

      Parameters:
      getImageBlockPublicAccessStateRequest -
      Returns:
      A Java Future containing the result of the GetImageBlockPublicAccessState operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getImageBlockPublicAccessState

      default CompletableFuture<GetImageBlockPublicAccessStateResponse> getImageBlockPublicAccessState(Consumer<GetImageBlockPublicAccessStateRequest.Builder> getImageBlockPublicAccessStateRequest)

      Gets the current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.

      For more information, see Block public access to your AMIs in the Amazon EC2 User Guide.


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

      Parameters:
      getImageBlockPublicAccessStateRequest - A Consumer that will call methods on GetImageBlockPublicAccessStateRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetImageBlockPublicAccessState operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceMetadataDefaults

      default CompletableFuture<GetInstanceMetadataDefaultsResponse> getInstanceMetadataDefaults(GetInstanceMetadataDefaultsRequest getInstanceMetadataDefaultsRequest)

      Gets the default instance metadata service (IMDS) settings that are set at the account level in the specified Amazon Web Services
 Region.

      For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.

      Parameters:
      getInstanceMetadataDefaultsRequest -
      Returns:
      A Java Future containing the result of the GetInstanceMetadataDefaults operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceMetadataDefaults

      default CompletableFuture<GetInstanceMetadataDefaultsResponse> getInstanceMetadataDefaults(Consumer<GetInstanceMetadataDefaultsRequest.Builder> getInstanceMetadataDefaultsRequest)

      Gets the default instance metadata service (IMDS) settings that are set at the account level in the specified Amazon Web Services
 Region.

      For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.


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

      Parameters:
      getInstanceMetadataDefaultsRequest - A Consumer that will call methods on GetInstanceMetadataDefaultsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetInstanceMetadataDefaults operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceTpmEkPub

      default CompletableFuture<GetInstanceTpmEkPubResponse> getInstanceTpmEkPub(GetInstanceTpmEkPubRequest getInstanceTpmEkPubRequest)

      Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.

      Parameters:
      getInstanceTpmEkPubRequest -
      Returns:
      A Java Future containing the result of the GetInstanceTpmEkPub operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceTpmEkPub

      default CompletableFuture<GetInstanceTpmEkPubResponse> getInstanceTpmEkPub(Consumer<GetInstanceTpmEkPubRequest.Builder> getInstanceTpmEkPubRequest)

      Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.


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

      Parameters:
      getInstanceTpmEkPubRequest - A Consumer that will call methods on GetInstanceTpmEkPubRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetInstanceTpmEkPub operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceTypesFromInstanceRequirements

      default CompletableFuture<GetInstanceTypesFromInstanceRequirementsResponse> getInstanceTypesFromInstanceRequirements(GetInstanceTypesFromInstanceRequirementsRequest getInstanceTypesFromInstanceRequirementsRequest)

      Returns a list of instance types with the specified instance attributes. You can use the response to preview the instance types without launching instances. Note that the response does not consider capacity.

      When you specify multiple parameters, you get instance types that satisfy all of the specified parameters. If you specify multiple values for a parameter, you get instance types that satisfy any of the specified values.

      For more information, see Preview instance types with specified attributes, Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide, and Creating an Auto Scaling group using attribute-based instance type selection in the Amazon EC2 Auto Scaling User Guide.

      Parameters:
      getInstanceTypesFromInstanceRequirementsRequest -
      Returns:
      A Java Future containing the result of the GetInstanceTypesFromInstanceRequirements operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceTypesFromInstanceRequirements

      default CompletableFuture<GetInstanceTypesFromInstanceRequirementsResponse> getInstanceTypesFromInstanceRequirements(Consumer<GetInstanceTypesFromInstanceRequirementsRequest.Builder> getInstanceTypesFromInstanceRequirementsRequest)

      Returns a list of instance types with the specified instance attributes. You can use the response to preview the instance types without launching instances. Note that the response does not consider capacity.

      When you specify multiple parameters, you get instance types that satisfy all of the specified parameters. If you specify multiple values for a parameter, you get instance types that satisfy any of the specified values.

      For more information, see Preview instance types with specified attributes, Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide, and Creating an Auto Scaling group using attribute-based instance type selection in the Amazon EC2 Auto Scaling User Guide.


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

      Parameters:
      getInstanceTypesFromInstanceRequirementsRequest - A Consumer that will call methods on GetInstanceTypesFromInstanceRequirementsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetInstanceTypesFromInstanceRequirements operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceTypesFromInstanceRequirementsPaginator

      default GetInstanceTypesFromInstanceRequirementsPublisher getInstanceTypesFromInstanceRequirementsPaginator(GetInstanceTypesFromInstanceRequirementsRequest getInstanceTypesFromInstanceRequirementsRequest)

      This is a variant of getInstanceTypesFromInstanceRequirements(software.amazon.awssdk.services.ec2.model.GetInstanceTypesFromInstanceRequirementsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetInstanceTypesFromInstanceRequirementsPublisher publisher = client.getInstanceTypesFromInstanceRequirementsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetInstanceTypesFromInstanceRequirementsPublisher publisher = client.getInstanceTypesFromInstanceRequirementsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetInstanceTypesFromInstanceRequirementsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetInstanceTypesFromInstanceRequirementsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceTypesFromInstanceRequirementsPaginator

      default GetInstanceTypesFromInstanceRequirementsPublisher getInstanceTypesFromInstanceRequirementsPaginator(Consumer<GetInstanceTypesFromInstanceRequirementsRequest.Builder> getInstanceTypesFromInstanceRequirementsRequest)

      This is a variant of getInstanceTypesFromInstanceRequirements(software.amazon.awssdk.services.ec2.model.GetInstanceTypesFromInstanceRequirementsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetInstanceTypesFromInstanceRequirementsPublisher publisher = client.getInstanceTypesFromInstanceRequirementsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetInstanceTypesFromInstanceRequirementsPublisher publisher = client.getInstanceTypesFromInstanceRequirementsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetInstanceTypesFromInstanceRequirementsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetInstanceTypesFromInstanceRequirementsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      getInstanceTypesFromInstanceRequirementsRequest - A Consumer that will call methods on GetInstanceTypesFromInstanceRequirementsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceUefiData

      default CompletableFuture<GetInstanceUefiDataResponse> getInstanceUefiData(GetInstanceUefiDataRequest getInstanceUefiDataRequest)

      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:
      A Java Future containing the result of the GetInstanceUefiData operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getInstanceUefiData

      default CompletableFuture<GetInstanceUefiDataResponse> getInstanceUefiData(Consumer<GetInstanceUefiDataRequest.Builder> getInstanceUefiDataRequest)

      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.


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

      Parameters:
      getInstanceUefiDataRequest - A Consumer that will call methods on GetInstanceUefiDataRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetInstanceUefiData operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamAddressHistory

      default CompletableFuture<GetIpamAddressHistoryResponse> getIpamAddressHistory(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)

      Retrieve historical information about a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.

      Parameters:
      getIpamAddressHistoryRequest -
      Returns:
      A Java Future containing the result of the GetIpamAddressHistory operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamAddressHistory

      default CompletableFuture<GetIpamAddressHistoryResponse> getIpamAddressHistory(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)

      Retrieve historical information about a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.


      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 Java Future containing the result of the GetIpamAddressHistory operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamAddressHistoryPaginator

      default GetIpamAddressHistoryPublisher getIpamAddressHistoryPaginator(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)

      This is a variant of getIpamAddressHistory(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryPublisher publisher = client.getIpamAddressHistoryPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryPublisher publisher = client.getIpamAddressHistoryPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamAddressHistoryPaginator

      default GetIpamAddressHistoryPublisher getIpamAddressHistoryPaginator(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)

      This is a variant of getIpamAddressHistory(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryPublisher publisher = client.getIpamAddressHistoryPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamAddressHistoryPublisher publisher = client.getIpamAddressHistoryPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredAccounts

      default CompletableFuture<GetIpamDiscoveredAccountsResponse> getIpamDiscoveredAccounts(GetIpamDiscoveredAccountsRequest getIpamDiscoveredAccountsRequest)

      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:
      A Java Future containing the result of the GetIpamDiscoveredAccounts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredAccounts

      default CompletableFuture<GetIpamDiscoveredAccountsResponse> getIpamDiscoveredAccounts(Consumer<GetIpamDiscoveredAccountsRequest.Builder> getIpamDiscoveredAccountsRequest)

      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.


      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 Java Future containing the result of the GetIpamDiscoveredAccounts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredAccountsPaginator

      default GetIpamDiscoveredAccountsPublisher getIpamDiscoveredAccountsPaginator(GetIpamDiscoveredAccountsRequest getIpamDiscoveredAccountsRequest)

      This is a variant of getIpamDiscoveredAccounts(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsPublisher publisher = client.getIpamDiscoveredAccountsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsPublisher publisher = client.getIpamDiscoveredAccountsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredAccountsPaginator

      default GetIpamDiscoveredAccountsPublisher getIpamDiscoveredAccountsPaginator(Consumer<GetIpamDiscoveredAccountsRequest.Builder> getIpamDiscoveredAccountsRequest)

      This is a variant of getIpamDiscoveredAccounts(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsPublisher publisher = client.getIpamDiscoveredAccountsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredAccountsPublisher publisher = client.getIpamDiscoveredAccountsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredAccountsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredPublicAddresses

      default CompletableFuture<GetIpamDiscoveredPublicAddressesResponse> getIpamDiscoveredPublicAddresses(GetIpamDiscoveredPublicAddressesRequest getIpamDiscoveredPublicAddressesRequest)

      Gets the public IP addresses that have been discovered by IPAM.

      Parameters:
      getIpamDiscoveredPublicAddressesRequest -
      Returns:
      A Java Future containing the result of the GetIpamDiscoveredPublicAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredPublicAddresses

      default CompletableFuture<GetIpamDiscoveredPublicAddressesResponse> getIpamDiscoveredPublicAddresses(Consumer<GetIpamDiscoveredPublicAddressesRequest.Builder> getIpamDiscoveredPublicAddressesRequest)

      Gets the public IP addresses that have been discovered by IPAM.


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

      Parameters:
      getIpamDiscoveredPublicAddressesRequest - A Consumer that will call methods on GetIpamDiscoveredPublicAddressesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetIpamDiscoveredPublicAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredResourceCidrs

      default CompletableFuture<GetIpamDiscoveredResourceCidrsResponse> getIpamDiscoveredResourceCidrs(GetIpamDiscoveredResourceCidrsRequest getIpamDiscoveredResourceCidrsRequest)

      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:
      A Java Future containing the result of the GetIpamDiscoveredResourceCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredResourceCidrs

      default CompletableFuture<GetIpamDiscoveredResourceCidrsResponse> getIpamDiscoveredResourceCidrs(Consumer<GetIpamDiscoveredResourceCidrsRequest.Builder> getIpamDiscoveredResourceCidrsRequest)

      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.


      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 Java Future containing the result of the GetIpamDiscoveredResourceCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredResourceCidrsPaginator

      default GetIpamDiscoveredResourceCidrsPublisher getIpamDiscoveredResourceCidrsPaginator(GetIpamDiscoveredResourceCidrsRequest getIpamDiscoveredResourceCidrsRequest)

      This is a variant of getIpamDiscoveredResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsPublisher publisher = client.getIpamDiscoveredResourceCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsPublisher publisher = client.getIpamDiscoveredResourceCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamDiscoveredResourceCidrsPaginator

      default GetIpamDiscoveredResourceCidrsPublisher getIpamDiscoveredResourceCidrsPaginator(Consumer<GetIpamDiscoveredResourceCidrsRequest.Builder> getIpamDiscoveredResourceCidrsRequest)

      This is a variant of getIpamDiscoveredResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsPublisher publisher = client.getIpamDiscoveredResourceCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamDiscoveredResourceCidrsPublisher publisher = client.getIpamDiscoveredResourceCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamDiscoveredResourceCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamPoolAllocations

      default CompletableFuture<GetIpamPoolAllocationsResponse> getIpamPoolAllocations(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)

      Get a list of all the CIDR allocations in 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.

      If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.

      Parameters:
      getIpamPoolAllocationsRequest -
      Returns:
      A Java Future containing the result of the GetIpamPoolAllocations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamPoolAllocations

      default CompletableFuture<GetIpamPoolAllocationsResponse> getIpamPoolAllocations(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)

      Get a list of all the CIDR allocations in 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.

      If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.


      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 Java Future containing the result of the GetIpamPoolAllocations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamPoolAllocationsPaginator

      default GetIpamPoolAllocationsPublisher getIpamPoolAllocationsPaginator(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)

      This is a variant of getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsPublisher publisher = client.getIpamPoolAllocationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsPublisher publisher = client.getIpamPoolAllocationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamPoolAllocationsPaginator

      default GetIpamPoolAllocationsPublisher getIpamPoolAllocationsPaginator(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)

      This is a variant of getIpamPoolAllocations(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsPublisher publisher = client.getIpamPoolAllocationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamPoolAllocationsPublisher publisher = client.getIpamPoolAllocationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamPoolAllocationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamPoolCidrs

      default CompletableFuture<GetIpamPoolCidrsResponse> getIpamPoolCidrs(GetIpamPoolCidrsRequest getIpamPoolCidrsRequest)

      Get the CIDRs provisioned to an IPAM pool.

      Parameters:
      getIpamPoolCidrsRequest -
      Returns:
      A Java Future containing the result of the GetIpamPoolCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamPoolCidrs

      default CompletableFuture<GetIpamPoolCidrsResponse> getIpamPoolCidrs(Consumer<GetIpamPoolCidrsRequest.Builder> getIpamPoolCidrsRequest)

      Get the CIDRs provisioned to an IPAM pool.


      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 Java Future containing the result of the GetIpamPoolCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamPoolCidrsPaginator

      default GetIpamPoolCidrsPublisher getIpamPoolCidrsPaginator(GetIpamPoolCidrsRequest getIpamPoolCidrsRequest)

      This is a variant of getIpamPoolCidrs(software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsPublisher publisher = client.getIpamPoolCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsPublisher publisher = client.getIpamPoolCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamPoolCidrsPaginator

      default GetIpamPoolCidrsPublisher getIpamPoolCidrsPaginator(Consumer<GetIpamPoolCidrsRequest.Builder> getIpamPoolCidrsRequest)

      This is a variant of getIpamPoolCidrs(software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsPublisher publisher = client.getIpamPoolCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamPoolCidrsPublisher publisher = client.getIpamPoolCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamPoolCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamResourceCidrs

      default CompletableFuture<GetIpamResourceCidrsResponse> getIpamResourceCidrs(GetIpamResourceCidrsRequest getIpamResourceCidrsRequest)

      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:
      A Java Future containing the result of the GetIpamResourceCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamResourceCidrs

      default CompletableFuture<GetIpamResourceCidrsResponse> getIpamResourceCidrs(Consumer<GetIpamResourceCidrsRequest.Builder> getIpamResourceCidrsRequest)

      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.


      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 Java Future containing the result of the GetIpamResourceCidrs operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamResourceCidrsPaginator

      default GetIpamResourceCidrsPublisher getIpamResourceCidrsPaginator(GetIpamResourceCidrsRequest getIpamResourceCidrsRequest)

      This is a variant of getIpamResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsPublisher publisher = client.getIpamResourceCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsPublisher publisher = client.getIpamResourceCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getIpamResourceCidrsPaginator

      default GetIpamResourceCidrsPublisher getIpamResourceCidrsPaginator(Consumer<GetIpamResourceCidrsRequest.Builder> getIpamResourceCidrsRequest)

      This is a variant of getIpamResourceCidrs(software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsPublisher publisher = client.getIpamResourceCidrsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetIpamResourceCidrsPublisher publisher = client.getIpamResourceCidrsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetIpamResourceCidrsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getLaunchTemplateData

      default CompletableFuture<GetLaunchTemplateDataResponse> getLaunchTemplateData(GetLaunchTemplateDataRequest getLaunchTemplateDataRequest)

      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:
      A Java Future containing the result of the GetLaunchTemplateData operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getLaunchTemplateData

      default CompletableFuture<GetLaunchTemplateDataResponse> getLaunchTemplateData(Consumer<GetLaunchTemplateDataRequest.Builder> getLaunchTemplateDataRequest)

      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.


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

      Parameters:
      getLaunchTemplateDataRequest - A Consumer that will call methods on GetLaunchTemplateDataRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetLaunchTemplateData operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getManagedPrefixListAssociations

      default CompletableFuture<GetManagedPrefixListAssociationsResponse> getManagedPrefixListAssociations(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)

      Gets information about the resources that are associated with the specified managed prefix list.

      Parameters:
      getManagedPrefixListAssociationsRequest -
      Returns:
      A Java Future containing the result of the GetManagedPrefixListAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getManagedPrefixListAssociations

      default CompletableFuture<GetManagedPrefixListAssociationsResponse> getManagedPrefixListAssociations(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)

      Gets information about the resources that are associated with the specified managed prefix list.


      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 Java Future containing the result of the GetManagedPrefixListAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getManagedPrefixListAssociationsPaginator

      default GetManagedPrefixListAssociationsPublisher getManagedPrefixListAssociationsPaginator(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)

      This is a variant of getManagedPrefixListAssociations(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsPublisher publisher = client.getManagedPrefixListAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsPublisher publisher = client.getManagedPrefixListAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getManagedPrefixListAssociationsPaginator

      default GetManagedPrefixListAssociationsPublisher getManagedPrefixListAssociationsPaginator(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)

      This is a variant of getManagedPrefixListAssociations(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsPublisher publisher = client.getManagedPrefixListAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListAssociationsPublisher publisher = client.getManagedPrefixListAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getManagedPrefixListEntries

      default CompletableFuture<GetManagedPrefixListEntriesResponse> getManagedPrefixListEntries(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)

      Gets information about the entries for a specified managed prefix list.

      Parameters:
      getManagedPrefixListEntriesRequest -
      Returns:
      A Java Future containing the result of the GetManagedPrefixListEntries operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getManagedPrefixListEntries

      default CompletableFuture<GetManagedPrefixListEntriesResponse> getManagedPrefixListEntries(Consumer<GetManagedPrefixListEntriesRequest.Builder> getManagedPrefixListEntriesRequest)

      Gets information about the entries for a specified managed prefix list.


      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 Java Future containing the result of the GetManagedPrefixListEntries operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getManagedPrefixListEntriesPaginator

      default GetManagedPrefixListEntriesPublisher getManagedPrefixListEntriesPaginator(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)

      This is a variant of getManagedPrefixListEntries(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesPublisher publisher = client.getManagedPrefixListEntriesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesPublisher publisher = client.getManagedPrefixListEntriesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getManagedPrefixListEntriesPaginator

      default GetManagedPrefixListEntriesPublisher getManagedPrefixListEntriesPaginator(Consumer<GetManagedPrefixListEntriesRequest.Builder> getManagedPrefixListEntriesRequest)

      This is a variant of getManagedPrefixListEntries(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesPublisher publisher = client.getManagedPrefixListEntriesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetManagedPrefixListEntriesPublisher publisher = client.getManagedPrefixListEntriesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getNetworkInsightsAccessScopeAnalysisFindings

      default CompletableFuture<GetNetworkInsightsAccessScopeAnalysisFindingsResponse> getNetworkInsightsAccessScopeAnalysisFindings(GetNetworkInsightsAccessScopeAnalysisFindingsRequest getNetworkInsightsAccessScopeAnalysisFindingsRequest)

      Gets the findings for the specified Network Access Scope analysis.

      Parameters:
      getNetworkInsightsAccessScopeAnalysisFindingsRequest -
      Returns:
      A Java Future containing the result of the GetNetworkInsightsAccessScopeAnalysisFindings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getNetworkInsightsAccessScopeAnalysisFindings

      default CompletableFuture<GetNetworkInsightsAccessScopeAnalysisFindingsResponse> getNetworkInsightsAccessScopeAnalysisFindings(Consumer<GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder> getNetworkInsightsAccessScopeAnalysisFindingsRequest)

      Gets the findings for the specified Network Access Scope analysis.


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

      Parameters:
      getNetworkInsightsAccessScopeAnalysisFindingsRequest - A Consumer that will call methods on GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetNetworkInsightsAccessScopeAnalysisFindings operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getNetworkInsightsAccessScopeAnalysisFindingsPaginator

      default GetNetworkInsightsAccessScopeAnalysisFindingsPublisher getNetworkInsightsAccessScopeAnalysisFindingsPaginator(GetNetworkInsightsAccessScopeAnalysisFindingsRequest getNetworkInsightsAccessScopeAnalysisFindingsRequest)

      This is a variant of getNetworkInsightsAccessScopeAnalysisFindings(software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeAnalysisFindingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetNetworkInsightsAccessScopeAnalysisFindingsPublisher publisher = client.getNetworkInsightsAccessScopeAnalysisFindingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetNetworkInsightsAccessScopeAnalysisFindingsPublisher publisher = client.getNetworkInsightsAccessScopeAnalysisFindingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeAnalysisFindingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeAnalysisFindingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getNetworkInsightsAccessScopeAnalysisFindingsPaginator

      default GetNetworkInsightsAccessScopeAnalysisFindingsPublisher getNetworkInsightsAccessScopeAnalysisFindingsPaginator(Consumer<GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder> getNetworkInsightsAccessScopeAnalysisFindingsRequest)

      This is a variant of getNetworkInsightsAccessScopeAnalysisFindings(software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeAnalysisFindingsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetNetworkInsightsAccessScopeAnalysisFindingsPublisher publisher = client.getNetworkInsightsAccessScopeAnalysisFindingsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetNetworkInsightsAccessScopeAnalysisFindingsPublisher publisher = client.getNetworkInsightsAccessScopeAnalysisFindingsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeAnalysisFindingsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetNetworkInsightsAccessScopeAnalysisFindingsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      getNetworkInsightsAccessScopeAnalysisFindingsRequest - A Consumer that will call methods on GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getNetworkInsightsAccessScopeContent

      default CompletableFuture<GetNetworkInsightsAccessScopeContentResponse> getNetworkInsightsAccessScopeContent(GetNetworkInsightsAccessScopeContentRequest getNetworkInsightsAccessScopeContentRequest)

      Gets the content for the specified Network Access Scope.

      Parameters:
      getNetworkInsightsAccessScopeContentRequest -
      Returns:
      A Java Future containing the result of the GetNetworkInsightsAccessScopeContent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getNetworkInsightsAccessScopeContent

      default CompletableFuture<GetNetworkInsightsAccessScopeContentResponse> getNetworkInsightsAccessScopeContent(Consumer<GetNetworkInsightsAccessScopeContentRequest.Builder> getNetworkInsightsAccessScopeContentRequest)

      Gets the content for the specified Network Access Scope.


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

      Parameters:
      getNetworkInsightsAccessScopeContentRequest - A Consumer that will call methods on GetNetworkInsightsAccessScopeContentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetNetworkInsightsAccessScopeContent operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getPasswordData

      default CompletableFuture<GetPasswordDataResponse> getPasswordData(GetPasswordDataRequest getPasswordDataRequest)

      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:
      A Java Future containing the result of the GetPasswordData operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getPasswordData

      default CompletableFuture<GetPasswordDataResponse> getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)

      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:
      A Java Future containing the result of the GetPasswordData operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getReservedInstancesExchangeQuote

      default CompletableFuture<GetReservedInstancesExchangeQuoteResponse> getReservedInstancesExchangeQuote(GetReservedInstancesExchangeQuoteRequest getReservedInstancesExchangeQuoteRequest)

      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:
      A Java Future containing the result of the GetReservedInstancesExchangeQuote operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getReservedInstancesExchangeQuote

      default CompletableFuture<GetReservedInstancesExchangeQuoteResponse> getReservedInstancesExchangeQuote(Consumer<GetReservedInstancesExchangeQuoteRequest.Builder> getReservedInstancesExchangeQuoteRequest)

      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.


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

      Parameters:
      getReservedInstancesExchangeQuoteRequest - A Consumer that will call methods on GetReservedInstancesExchangeQuoteRequest.Builder to create a request. Contains the parameters for GetReservedInstanceExchangeQuote.
      Returns:
      A Java Future containing the result of the GetReservedInstancesExchangeQuote operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSecurityGroupsForVpc

      default CompletableFuture<GetSecurityGroupsForVpcResponse> getSecurityGroupsForVpc(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest)

      Gets security groups that can be associated by the Amazon Web Services account making the request with network interfaces in the specified VPC.

      Parameters:
      getSecurityGroupsForVpcRequest -
      Returns:
      A Java Future containing the result of the GetSecurityGroupsForVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSecurityGroupsForVpc

      default CompletableFuture<GetSecurityGroupsForVpcResponse> getSecurityGroupsForVpc(Consumer<GetSecurityGroupsForVpcRequest.Builder> getSecurityGroupsForVpcRequest)

      Gets security groups that can be associated by the Amazon Web Services account making the request with network interfaces in the specified VPC.


      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 Java Future containing the result of the GetSecurityGroupsForVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSecurityGroupsForVpcPaginator

      default GetSecurityGroupsForVpcPublisher getSecurityGroupsForVpcPaginator(GetSecurityGroupsForVpcRequest getSecurityGroupsForVpcRequest)

      This is a variant of getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcPublisher publisher = client.getSecurityGroupsForVpcPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcPublisher publisher = client.getSecurityGroupsForVpcPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSecurityGroupsForVpcPaginator

      default GetSecurityGroupsForVpcPublisher getSecurityGroupsForVpcPaginator(Consumer<GetSecurityGroupsForVpcRequest.Builder> getSecurityGroupsForVpcRequest)

      This is a variant of getSecurityGroupsForVpc(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcPublisher publisher = client.getSecurityGroupsForVpcPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetSecurityGroupsForVpcPublisher publisher = client.getSecurityGroupsForVpcPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetSecurityGroupsForVpcResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSerialConsoleAccessStatus

      default CompletableFuture<GetSerialConsoleAccessStatusResponse> getSerialConsoleAccessStatus(GetSerialConsoleAccessStatusRequest getSerialConsoleAccessStatusRequest)

      Retrieves the access status of your account to the EC2 serial console of all instances. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

      Parameters:
      getSerialConsoleAccessStatusRequest -
      Returns:
      A Java Future containing the result of the GetSerialConsoleAccessStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSerialConsoleAccessStatus

      default CompletableFuture<GetSerialConsoleAccessStatusResponse> getSerialConsoleAccessStatus(Consumer<GetSerialConsoleAccessStatusRequest.Builder> getSerialConsoleAccessStatusRequest)

      Retrieves the access status of your account to the EC2 serial console of all instances. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.


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

      Parameters:
      getSerialConsoleAccessStatusRequest - A Consumer that will call methods on GetSerialConsoleAccessStatusRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetSerialConsoleAccessStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSnapshotBlockPublicAccessState

      default CompletableFuture<GetSnapshotBlockPublicAccessStateResponse> getSnapshotBlockPublicAccessState(GetSnapshotBlockPublicAccessStateRequest getSnapshotBlockPublicAccessStateRequest)

      Gets the current state of block public access for snapshots setting for the account and Region.

      For more information, see Block public access for snapshots in the Amazon EBS User Guide.

      Parameters:
      getSnapshotBlockPublicAccessStateRequest -
      Returns:
      A Java Future containing the result of the GetSnapshotBlockPublicAccessState operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSnapshotBlockPublicAccessState

      default CompletableFuture<GetSnapshotBlockPublicAccessStateResponse> getSnapshotBlockPublicAccessState(Consumer<GetSnapshotBlockPublicAccessStateRequest.Builder> getSnapshotBlockPublicAccessStateRequest)

      Gets the current state of block public access for snapshots setting for the account and Region.

      For more information, see Block public access for snapshots in the Amazon EBS User Guide.


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

      Parameters:
      getSnapshotBlockPublicAccessStateRequest - A Consumer that will call methods on GetSnapshotBlockPublicAccessStateRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetSnapshotBlockPublicAccessState operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSpotPlacementScores

      default CompletableFuture<GetSpotPlacementScoresResponse> getSpotPlacementScores(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)

      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:
      A Java Future containing the result of the GetSpotPlacementScores operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSpotPlacementScores

      default CompletableFuture<GetSpotPlacementScoresResponse> getSpotPlacementScores(Consumer<GetSpotPlacementScoresRequest.Builder> getSpotPlacementScoresRequest)

      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.


      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 Java Future containing the result of the GetSpotPlacementScores operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSpotPlacementScoresPaginator

      default GetSpotPlacementScoresPublisher getSpotPlacementScoresPaginator(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)

      This is a variant of getSpotPlacementScores(software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresPublisher publisher = client.getSpotPlacementScoresPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresPublisher publisher = client.getSpotPlacementScoresPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSpotPlacementScoresPaginator

      default GetSpotPlacementScoresPublisher getSpotPlacementScoresPaginator(Consumer<GetSpotPlacementScoresRequest.Builder> getSpotPlacementScoresRequest)

      This is a variant of getSpotPlacementScores(software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresPublisher publisher = client.getSpotPlacementScoresPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetSpotPlacementScoresPublisher publisher = client.getSpotPlacementScoresPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetSpotPlacementScoresResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSubnetCidrReservations

      default CompletableFuture<GetSubnetCidrReservationsResponse> getSubnetCidrReservations(GetSubnetCidrReservationsRequest getSubnetCidrReservationsRequest)

      Gets information about the subnet CIDR reservations.

      Parameters:
      getSubnetCidrReservationsRequest -
      Returns:
      A Java Future containing the result of the GetSubnetCidrReservations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getSubnetCidrReservations

      default CompletableFuture<GetSubnetCidrReservationsResponse> getSubnetCidrReservations(Consumer<GetSubnetCidrReservationsRequest.Builder> getSubnetCidrReservationsRequest)

      Gets information about the subnet CIDR reservations.


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

      Parameters:
      getSubnetCidrReservationsRequest - A Consumer that will call methods on GetSubnetCidrReservationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetSubnetCidrReservations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayAttachmentPropagations

      default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse> getTransitGatewayAttachmentPropagations(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)

      Lists the route tables to which the specified resource attachment propagates routes.

      Parameters:
      getTransitGatewayAttachmentPropagationsRequest -
      Returns:
      A Java Future containing the result of the GetTransitGatewayAttachmentPropagations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayAttachmentPropagations

      default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse> getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)

      Lists the route tables to which the specified resource attachment propagates routes.


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

      Parameters:
      getTransitGatewayAttachmentPropagationsRequest - A Consumer that will call methods on GetTransitGatewayAttachmentPropagationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetTransitGatewayAttachmentPropagations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayAttachmentPropagationsPaginator

      default GetTransitGatewayAttachmentPropagationsPublisher getTransitGatewayAttachmentPropagationsPaginator(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)

      This is a variant of getTransitGatewayAttachmentPropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsPublisher publisher = client.getTransitGatewayAttachmentPropagationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsPublisher publisher = client.getTransitGatewayAttachmentPropagationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayAttachmentPropagationsPaginator

      default GetTransitGatewayAttachmentPropagationsPublisher getTransitGatewayAttachmentPropagationsPaginator(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)

      This is a variant of getTransitGatewayAttachmentPropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsPublisher publisher = client.getTransitGatewayAttachmentPropagationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsPublisher publisher = client.getTransitGatewayAttachmentPropagationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      getTransitGatewayAttachmentPropagationsRequest - A Consumer that will call methods on GetTransitGatewayAttachmentPropagationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayMulticastDomainAssociations

      default CompletableFuture<GetTransitGatewayMulticastDomainAssociationsResponse> getTransitGatewayMulticastDomainAssociations(GetTransitGatewayMulticastDomainAssociationsRequest getTransitGatewayMulticastDomainAssociationsRequest)

      Gets information about the associations for the transit gateway multicast domain.

      Parameters:
      getTransitGatewayMulticastDomainAssociationsRequest -
      Returns:
      A Java Future containing the result of the GetTransitGatewayMulticastDomainAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayMulticastDomainAssociations

      default CompletableFuture<GetTransitGatewayMulticastDomainAssociationsResponse> getTransitGatewayMulticastDomainAssociations(Consumer<GetTransitGatewayMulticastDomainAssociationsRequest.Builder> getTransitGatewayMulticastDomainAssociationsRequest)

      Gets information about the associations for the transit gateway multicast domain.


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

      Parameters:
      getTransitGatewayMulticastDomainAssociationsRequest - A Consumer that will call methods on GetTransitGatewayMulticastDomainAssociationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetTransitGatewayMulticastDomainAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayMulticastDomainAssociationsPaginator

      default GetTransitGatewayMulticastDomainAssociationsPublisher getTransitGatewayMulticastDomainAssociationsPaginator(GetTransitGatewayMulticastDomainAssociationsRequest getTransitGatewayMulticastDomainAssociationsRequest)

      This is a variant of getTransitGatewayMulticastDomainAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayMulticastDomainAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayMulticastDomainAssociationsPublisher publisher = client.getTransitGatewayMulticastDomainAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayMulticastDomainAssociationsPublisher publisher = client.getTransitGatewayMulticastDomainAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayMulticastDomainAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayMulticastDomainAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayMulticastDomainAssociationsPaginator

      default GetTransitGatewayMulticastDomainAssociationsPublisher getTransitGatewayMulticastDomainAssociationsPaginator(Consumer<GetTransitGatewayMulticastDomainAssociationsRequest.Builder> getTransitGatewayMulticastDomainAssociationsRequest)

      This is a variant of getTransitGatewayMulticastDomainAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayMulticastDomainAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayMulticastDomainAssociationsPublisher publisher = client.getTransitGatewayMulticastDomainAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayMulticastDomainAssociationsPublisher publisher = client.getTransitGatewayMulticastDomainAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayMulticastDomainAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayMulticastDomainAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      getTransitGatewayMulticastDomainAssociationsRequest - A Consumer that will call methods on GetTransitGatewayMulticastDomainAssociationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPolicyTableAssociations

      default CompletableFuture<GetTransitGatewayPolicyTableAssociationsResponse> getTransitGatewayPolicyTableAssociations(GetTransitGatewayPolicyTableAssociationsRequest getTransitGatewayPolicyTableAssociationsRequest)

      Gets a list of the transit gateway policy table associations.

      Parameters:
      getTransitGatewayPolicyTableAssociationsRequest -
      Returns:
      A Java Future containing the result of the GetTransitGatewayPolicyTableAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPolicyTableAssociations

      default CompletableFuture<GetTransitGatewayPolicyTableAssociationsResponse> getTransitGatewayPolicyTableAssociations(Consumer<GetTransitGatewayPolicyTableAssociationsRequest.Builder> getTransitGatewayPolicyTableAssociationsRequest)

      Gets a list of the transit gateway policy table associations.


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

      Parameters:
      getTransitGatewayPolicyTableAssociationsRequest - A Consumer that will call methods on GetTransitGatewayPolicyTableAssociationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetTransitGatewayPolicyTableAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPolicyTableAssociationsPaginator

      default GetTransitGatewayPolicyTableAssociationsPublisher getTransitGatewayPolicyTableAssociationsPaginator(GetTransitGatewayPolicyTableAssociationsRequest getTransitGatewayPolicyTableAssociationsRequest)

      This is a variant of getTransitGatewayPolicyTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPolicyTableAssociationsPublisher publisher = client.getTransitGatewayPolicyTableAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPolicyTableAssociationsPublisher publisher = client.getTransitGatewayPolicyTableAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPolicyTableAssociationsPaginator

      default GetTransitGatewayPolicyTableAssociationsPublisher getTransitGatewayPolicyTableAssociationsPaginator(Consumer<GetTransitGatewayPolicyTableAssociationsRequest.Builder> getTransitGatewayPolicyTableAssociationsRequest)

      This is a variant of getTransitGatewayPolicyTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPolicyTableAssociationsPublisher publisher = client.getTransitGatewayPolicyTableAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPolicyTableAssociationsPublisher publisher = client.getTransitGatewayPolicyTableAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPolicyTableAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      getTransitGatewayPolicyTableAssociationsRequest - A Consumer that will call methods on GetTransitGatewayPolicyTableAssociationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPolicyTableEntries

      default CompletableFuture<GetTransitGatewayPolicyTableEntriesResponse> getTransitGatewayPolicyTableEntries(GetTransitGatewayPolicyTableEntriesRequest getTransitGatewayPolicyTableEntriesRequest)

      Returns a list of transit gateway policy table entries.

      Parameters:
      getTransitGatewayPolicyTableEntriesRequest -
      Returns:
      A Java Future containing the result of the GetTransitGatewayPolicyTableEntries operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPolicyTableEntries

      default CompletableFuture<GetTransitGatewayPolicyTableEntriesResponse> getTransitGatewayPolicyTableEntries(Consumer<GetTransitGatewayPolicyTableEntriesRequest.Builder> getTransitGatewayPolicyTableEntriesRequest)

      Returns a list of transit gateway policy table entries.


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

      Parameters:
      getTransitGatewayPolicyTableEntriesRequest - A Consumer that will call methods on GetTransitGatewayPolicyTableEntriesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetTransitGatewayPolicyTableEntries operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPrefixListReferences

      default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse> getTransitGatewayPrefixListReferences(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)

      Gets information about the prefix list references in a specified transit gateway route table.

      Parameters:
      getTransitGatewayPrefixListReferencesRequest -
      Returns:
      A Java Future containing the result of the GetTransitGatewayPrefixListReferences operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPrefixListReferences

      default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse> getTransitGatewayPrefixListReferences(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)

      Gets information about the prefix list references in a specified transit gateway route table.


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

      Parameters:
      getTransitGatewayPrefixListReferencesRequest - A Consumer that will call methods on GetTransitGatewayPrefixListReferencesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetTransitGatewayPrefixListReferences operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPrefixListReferencesPaginator

      default GetTransitGatewayPrefixListReferencesPublisher getTransitGatewayPrefixListReferencesPaginator(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)

      This is a variant of getTransitGatewayPrefixListReferences(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPrefixListReferencesPublisher publisher = client.getTransitGatewayPrefixListReferencesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPrefixListReferencesPublisher publisher = client.getTransitGatewayPrefixListReferencesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayPrefixListReferencesPaginator

      default GetTransitGatewayPrefixListReferencesPublisher getTransitGatewayPrefixListReferencesPaginator(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)

      This is a variant of getTransitGatewayPrefixListReferences(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPrefixListReferencesPublisher publisher = client.getTransitGatewayPrefixListReferencesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayPrefixListReferencesPublisher publisher = client.getTransitGatewayPrefixListReferencesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayPrefixListReferencesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      getTransitGatewayPrefixListReferencesRequest - A Consumer that will call methods on GetTransitGatewayPrefixListReferencesRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayRouteTableAssociations

      default CompletableFuture<GetTransitGatewayRouteTableAssociationsResponse> getTransitGatewayRouteTableAssociations(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)

      Gets information about the associations for the specified transit gateway route table.

      Parameters:
      getTransitGatewayRouteTableAssociationsRequest -
      Returns:
      A Java Future containing the result of the GetTransitGatewayRouteTableAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayRouteTableAssociations

      default CompletableFuture<GetTransitGatewayRouteTableAssociationsResponse> getTransitGatewayRouteTableAssociations(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)

      Gets information about the associations for the specified transit gateway route table.


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

      Parameters:
      getTransitGatewayRouteTableAssociationsRequest - A Consumer that will call methods on GetTransitGatewayRouteTableAssociationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetTransitGatewayRouteTableAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayRouteTableAssociationsPaginator

      default GetTransitGatewayRouteTableAssociationsPublisher getTransitGatewayRouteTableAssociationsPaginator(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)

      This is a variant of getTransitGatewayRouteTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsPublisher publisher = client.getTransitGatewayRouteTableAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsPublisher publisher = client.getTransitGatewayRouteTableAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayRouteTableAssociationsPaginator

      default GetTransitGatewayRouteTableAssociationsPublisher getTransitGatewayRouteTableAssociationsPaginator(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)

      This is a variant of getTransitGatewayRouteTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsPublisher publisher = client.getTransitGatewayRouteTableAssociationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsPublisher publisher = client.getTransitGatewayRouteTableAssociationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      getTransitGatewayRouteTableAssociationsRequest - A Consumer that will call methods on GetTransitGatewayRouteTableAssociationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayRouteTablePropagations

      default CompletableFuture<GetTransitGatewayRouteTablePropagationsResponse> getTransitGatewayRouteTablePropagations(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)

      Gets information about the route table propagations for the specified transit gateway route table.

      Parameters:
      getTransitGatewayRouteTablePropagationsRequest -
      Returns:
      A Java Future containing the result of the GetTransitGatewayRouteTablePropagations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayRouteTablePropagations

      default CompletableFuture<GetTransitGatewayRouteTablePropagationsResponse> getTransitGatewayRouteTablePropagations(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest)

      Gets information about the route table propagations for the specified transit gateway route table.


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

      Parameters:
      getTransitGatewayRouteTablePropagationsRequest - A Consumer that will call methods on GetTransitGatewayRouteTablePropagationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetTransitGatewayRouteTablePropagations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayRouteTablePropagationsPaginator

      default GetTransitGatewayRouteTablePropagationsPublisher getTransitGatewayRouteTablePropagationsPaginator(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)

      This is a variant of getTransitGatewayRouteTablePropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsPublisher publisher = client.getTransitGatewayRouteTablePropagationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsPublisher publisher = client.getTransitGatewayRouteTablePropagationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getTransitGatewayRouteTablePropagationsPaginator

      default GetTransitGatewayRouteTablePropagationsPublisher getTransitGatewayRouteTablePropagationsPaginator(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest)

      This is a variant of getTransitGatewayRouteTablePropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsPublisher publisher = client.getTransitGatewayRouteTablePropagationsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsPublisher publisher = client.getTransitGatewayRouteTablePropagationsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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.


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

      Parameters:
      getTransitGatewayRouteTablePropagationsRequest - A Consumer that will call methods on GetTransitGatewayRouteTablePropagationsRequest.Builder to create a request.
      Returns:
      A custom publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVerifiedAccessEndpointPolicy

      default CompletableFuture<GetVerifiedAccessEndpointPolicyResponse> getVerifiedAccessEndpointPolicy(GetVerifiedAccessEndpointPolicyRequest getVerifiedAccessEndpointPolicyRequest)

      Get the Verified Access policy associated with the endpoint.

      Parameters:
      getVerifiedAccessEndpointPolicyRequest -
      Returns:
      A Java Future containing the result of the GetVerifiedAccessEndpointPolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVerifiedAccessEndpointPolicy

      default CompletableFuture<GetVerifiedAccessEndpointPolicyResponse> getVerifiedAccessEndpointPolicy(Consumer<GetVerifiedAccessEndpointPolicyRequest.Builder> getVerifiedAccessEndpointPolicyRequest)

      Get the Verified Access policy associated with the endpoint.


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

      Parameters:
      getVerifiedAccessEndpointPolicyRequest - A Consumer that will call methods on GetVerifiedAccessEndpointPolicyRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetVerifiedAccessEndpointPolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVerifiedAccessGroupPolicy

      default CompletableFuture<GetVerifiedAccessGroupPolicyResponse> getVerifiedAccessGroupPolicy(GetVerifiedAccessGroupPolicyRequest getVerifiedAccessGroupPolicyRequest)

      Shows the contents of the Verified Access policy associated with the group.

      Parameters:
      getVerifiedAccessGroupPolicyRequest -
      Returns:
      A Java Future containing the result of the GetVerifiedAccessGroupPolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVerifiedAccessGroupPolicy

      default CompletableFuture<GetVerifiedAccessGroupPolicyResponse> getVerifiedAccessGroupPolicy(Consumer<GetVerifiedAccessGroupPolicyRequest.Builder> getVerifiedAccessGroupPolicyRequest)

      Shows the contents of the Verified Access policy associated with the group.


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

      Parameters:
      getVerifiedAccessGroupPolicyRequest - A Consumer that will call methods on GetVerifiedAccessGroupPolicyRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetVerifiedAccessGroupPolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVpnConnectionDeviceSampleConfiguration

      default CompletableFuture<GetVpnConnectionDeviceSampleConfigurationResponse> getVpnConnectionDeviceSampleConfiguration(GetVpnConnectionDeviceSampleConfigurationRequest getVpnConnectionDeviceSampleConfigurationRequest)

      Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection.

      Parameters:
      getVpnConnectionDeviceSampleConfigurationRequest -
      Returns:
      A Java Future containing the result of the GetVpnConnectionDeviceSampleConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVpnConnectionDeviceSampleConfiguration

      default CompletableFuture<GetVpnConnectionDeviceSampleConfigurationResponse> getVpnConnectionDeviceSampleConfiguration(Consumer<GetVpnConnectionDeviceSampleConfigurationRequest.Builder> getVpnConnectionDeviceSampleConfigurationRequest)

      Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection.


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

      Parameters:
      getVpnConnectionDeviceSampleConfigurationRequest - A Consumer that will call methods on GetVpnConnectionDeviceSampleConfigurationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetVpnConnectionDeviceSampleConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVpnConnectionDeviceTypes

      default CompletableFuture<GetVpnConnectionDeviceTypesResponse> getVpnConnectionDeviceTypes(GetVpnConnectionDeviceTypesRequest getVpnConnectionDeviceTypesRequest)

      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:
      A Java Future containing the result of the GetVpnConnectionDeviceTypes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVpnConnectionDeviceTypes

      default CompletableFuture<GetVpnConnectionDeviceTypesResponse> getVpnConnectionDeviceTypes(Consumer<GetVpnConnectionDeviceTypesRequest.Builder> getVpnConnectionDeviceTypesRequest)

      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.


      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 Java Future containing the result of the GetVpnConnectionDeviceTypes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVpnConnectionDeviceTypesPaginator

      default GetVpnConnectionDeviceTypesPublisher getVpnConnectionDeviceTypesPaginator(GetVpnConnectionDeviceTypesRequest getVpnConnectionDeviceTypesRequest)

      This is a variant of getVpnConnectionDeviceTypes(software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesPublisher publisher = client.getVpnConnectionDeviceTypesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesPublisher publisher = client.getVpnConnectionDeviceTypesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVpnConnectionDeviceTypesPaginator

      default GetVpnConnectionDeviceTypesPublisher getVpnConnectionDeviceTypesPaginator(Consumer<GetVpnConnectionDeviceTypesRequest.Builder> getVpnConnectionDeviceTypesRequest)

      This is a variant of getVpnConnectionDeviceTypes(software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesPublisher publisher = client.getVpnConnectionDeviceTypesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.GetVpnConnectionDeviceTypesPublisher publisher = client.getVpnConnectionDeviceTypesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.GetVpnConnectionDeviceTypesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVpnTunnelReplacementStatus

      default CompletableFuture<GetVpnTunnelReplacementStatusResponse> getVpnTunnelReplacementStatus(GetVpnTunnelReplacementStatusRequest getVpnTunnelReplacementStatusRequest)

      Get details of available tunnel endpoint maintenance.

      Parameters:
      getVpnTunnelReplacementStatusRequest -
      Returns:
      A Java Future containing the result of the GetVpnTunnelReplacementStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • getVpnTunnelReplacementStatus

      default CompletableFuture<GetVpnTunnelReplacementStatusResponse> getVpnTunnelReplacementStatus(Consumer<GetVpnTunnelReplacementStatusRequest.Builder> getVpnTunnelReplacementStatusRequest)

      Get details of available tunnel endpoint maintenance.


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

      Parameters:
      getVpnTunnelReplacementStatusRequest - A Consumer that will call methods on GetVpnTunnelReplacementStatusRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the GetVpnTunnelReplacementStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importClientVpnClientCertificateRevocationList

      default CompletableFuture<ImportClientVpnClientCertificateRevocationListResponse> importClientVpnClientCertificateRevocationList(ImportClientVpnClientCertificateRevocationListRequest importClientVpnClientCertificateRevocationListRequest)

      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:
      A Java Future containing the result of the ImportClientVpnClientCertificateRevocationList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importClientVpnClientCertificateRevocationList

      default CompletableFuture<ImportClientVpnClientCertificateRevocationListResponse> importClientVpnClientCertificateRevocationList(Consumer<ImportClientVpnClientCertificateRevocationListRequest.Builder> importClientVpnClientCertificateRevocationListRequest)

      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.


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

      Parameters:
      importClientVpnClientCertificateRevocationListRequest - A Consumer that will call methods on ImportClientVpnClientCertificateRevocationListRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ImportClientVpnClientCertificateRevocationList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importImage

      default CompletableFuture<ImportImageResponse> importImage(ImportImageRequest importImageRequest)

      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:
      A Java Future containing the result of the ImportImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importImage

      default CompletableFuture<ImportImageResponse> importImage(Consumer<ImportImageRequest.Builder> importImageRequest)

      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.


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

      Parameters:
      importImageRequest - A Consumer that will call methods on ImportImageRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ImportImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importInstance

      default CompletableFuture<ImportInstanceResponse> importInstance(ImportInstanceRequest importInstanceRequest)

      We recommend that you use the ImportImage API. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.

      Creates an import instance task using metadata from the specified disk image.

      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 a VM to Amazon EC2 in the Amazon EC2 CLI Reference PDF file.

      This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage instead.

      For information about the import manifest referenced by this API action, see VM Import Manifest.

      Parameters:
      importInstanceRequest -
      Returns:
      A Java Future containing the result of the ImportInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importInstance

      default CompletableFuture<ImportInstanceResponse> importInstance(Consumer<ImportInstanceRequest.Builder> importInstanceRequest)

      We recommend that you use the ImportImage API. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.

      Creates an import instance task using metadata from the specified disk image.

      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 a VM to Amazon EC2 in the Amazon EC2 CLI Reference PDF file.

      This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage instead.

      For information about the import manifest referenced by this API action, see VM Import Manifest.


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

      Parameters:
      importInstanceRequest - A Consumer that will call methods on ImportInstanceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ImportInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importKeyPair

      default CompletableFuture<ImportKeyPairResponse> importKeyPair(ImportKeyPairRequest importKeyPairRequest)

      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:
      A Java Future containing the result of the ImportKeyPair operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importKeyPair

      default CompletableFuture<ImportKeyPairResponse> importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest)

      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.


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

      Parameters:
      importKeyPairRequest - A Consumer that will call methods on ImportKeyPairRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ImportKeyPair operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importSnapshot

      default CompletableFuture<ImportSnapshotResponse> importSnapshot(ImportSnapshotRequest importSnapshotRequest)

      Imports a disk into an EBS snapshot.

      For more information, see Importing a disk as a snapshot using VM Import/Export in the VM Import/Export User Guide.

      Parameters:
      importSnapshotRequest -
      Returns:
      A Java Future containing the result of the ImportSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importSnapshot

      default CompletableFuture<ImportSnapshotResponse> importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest)

      Imports a disk into an EBS snapshot.

      For more information, see Importing a disk as a snapshot using VM Import/Export in the VM Import/Export User Guide.


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

      Parameters:
      importSnapshotRequest - A Consumer that will call methods on ImportSnapshotRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ImportSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importVolume

      default CompletableFuture<ImportVolumeResponse> importVolume(ImportVolumeRequest importVolumeRequest)

      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:
      A Java Future containing the result of the ImportVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • importVolume

      default CompletableFuture<ImportVolumeResponse> importVolume(Consumer<ImportVolumeRequest.Builder> importVolumeRequest)

      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.


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

      Parameters:
      importVolumeRequest - A Consumer that will call methods on ImportVolumeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ImportVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listImagesInRecycleBin

      default CompletableFuture<ListImagesInRecycleBinResponse> listImagesInRecycleBin(ListImagesInRecycleBinRequest listImagesInRecycleBinRequest)

      Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.

      Parameters:
      listImagesInRecycleBinRequest -
      Returns:
      A Java Future containing the result of the ListImagesInRecycleBin operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listImagesInRecycleBin

      default CompletableFuture<ListImagesInRecycleBinResponse> listImagesInRecycleBin(Consumer<ListImagesInRecycleBinRequest.Builder> listImagesInRecycleBinRequest)

      Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.


      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 Java Future containing the result of the ListImagesInRecycleBin operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listImagesInRecycleBinPaginator

      default ListImagesInRecycleBinPublisher listImagesInRecycleBinPaginator(ListImagesInRecycleBinRequest listImagesInRecycleBinRequest)

      This is a variant of listImagesInRecycleBin(software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinPublisher publisher = client.listImagesInRecycleBinPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinPublisher publisher = client.listImagesInRecycleBinPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listImagesInRecycleBinPaginator

      default ListImagesInRecycleBinPublisher listImagesInRecycleBinPaginator(Consumer<ListImagesInRecycleBinRequest.Builder> listImagesInRecycleBinRequest)

      This is a variant of listImagesInRecycleBin(software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinPublisher publisher = client.listImagesInRecycleBinPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.ListImagesInRecycleBinPublisher publisher = client.listImagesInRecycleBinPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.ListImagesInRecycleBinResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listSnapshotsInRecycleBin

      default CompletableFuture<ListSnapshotsInRecycleBinResponse> listSnapshotsInRecycleBin(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)

      Lists one or more snapshots that are currently in the Recycle Bin.

      Parameters:
      listSnapshotsInRecycleBinRequest -
      Returns:
      A Java Future containing the result of the ListSnapshotsInRecycleBin operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listSnapshotsInRecycleBin

      default CompletableFuture<ListSnapshotsInRecycleBinResponse> listSnapshotsInRecycleBin(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)

      Lists one or more snapshots that are currently in the Recycle Bin.


      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 Java Future containing the result of the ListSnapshotsInRecycleBin operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listSnapshotsInRecycleBinPaginator

      default ListSnapshotsInRecycleBinPublisher listSnapshotsInRecycleBinPaginator(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)

      This is a variant of listSnapshotsInRecycleBin(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinPublisher publisher = client.listSnapshotsInRecycleBinPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinPublisher publisher = client.listSnapshotsInRecycleBinPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • listSnapshotsInRecycleBinPaginator

      default ListSnapshotsInRecycleBinPublisher listSnapshotsInRecycleBinPaginator(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)

      This is a variant of listSnapshotsInRecycleBin(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinPublisher publisher = client.listSnapshotsInRecycleBinPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.ListSnapshotsInRecycleBinPublisher publisher = client.listSnapshotsInRecycleBinPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.ListSnapshotsInRecycleBinResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • lockSnapshot

      default CompletableFuture<LockSnapshotResponse> lockSnapshot(LockSnapshotRequest lockSnapshotRequest)

      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:
      A Java Future containing the result of the LockSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • lockSnapshot

      default CompletableFuture<LockSnapshotResponse> lockSnapshot(Consumer<LockSnapshotRequest.Builder> lockSnapshotRequest)

      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:
      A Java Future containing the result of the LockSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyAddressAttribute

      default CompletableFuture<ModifyAddressAttributeResponse> modifyAddressAttribute(ModifyAddressAttributeRequest modifyAddressAttributeRequest)

      Modifies an attribute of the specified Elastic IP address. For requirements, see Using reverse DNS for email applications.

      Parameters:
      modifyAddressAttributeRequest -
      Returns:
      A Java Future containing the result of the ModifyAddressAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyAddressAttribute

      default CompletableFuture<ModifyAddressAttributeResponse> modifyAddressAttribute(Consumer<ModifyAddressAttributeRequest.Builder> modifyAddressAttributeRequest)

      Modifies an attribute of the specified Elastic IP address. For requirements, see Using reverse DNS for email applications.


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

      Parameters:
      modifyAddressAttributeRequest - A Consumer that will call methods on ModifyAddressAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyAddressAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyAvailabilityZoneGroup

      default CompletableFuture<ModifyAvailabilityZoneGroupResponse> modifyAvailabilityZoneGroup(ModifyAvailabilityZoneGroupRequest modifyAvailabilityZoneGroupRequest)

      Changes the opt-in status of the Local Zone and Wavelength Zone group for your account.

      Use DescribeAvailabilityZones to view the value for GroupName.

      Parameters:
      modifyAvailabilityZoneGroupRequest -
      Returns:
      A Java Future containing the result of the ModifyAvailabilityZoneGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyAvailabilityZoneGroup

      default CompletableFuture<ModifyAvailabilityZoneGroupResponse> modifyAvailabilityZoneGroup(Consumer<ModifyAvailabilityZoneGroupRequest.Builder> modifyAvailabilityZoneGroupRequest)

      Changes the opt-in status of the Local Zone and Wavelength Zone group for your account.

      Use DescribeAvailabilityZones to view the value for GroupName.


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

      Parameters:
      modifyAvailabilityZoneGroupRequest - A Consumer that will call methods on ModifyAvailabilityZoneGroupRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyAvailabilityZoneGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyCapacityReservation

      default CompletableFuture<ModifyCapacityReservationResponse> modifyCapacityReservation(ModifyCapacityReservationRequest modifyCapacityReservationRequest)

      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:
      A Java Future containing the result of the ModifyCapacityReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyCapacityReservation

      default CompletableFuture<ModifyCapacityReservationResponse> modifyCapacityReservation(Consumer<ModifyCapacityReservationRequest.Builder> modifyCapacityReservationRequest)

      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.


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

      Parameters:
      modifyCapacityReservationRequest - A Consumer that will call methods on ModifyCapacityReservationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyCapacityReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyCapacityReservationFleet

      default CompletableFuture<ModifyCapacityReservationFleetResponse> modifyCapacityReservationFleet(ModifyCapacityReservationFleetRequest modifyCapacityReservationFleetRequest)

      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:
      A Java Future containing the result of the ModifyCapacityReservationFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyCapacityReservationFleet

      default CompletableFuture<ModifyCapacityReservationFleetResponse> modifyCapacityReservationFleet(Consumer<ModifyCapacityReservationFleetRequest.Builder> modifyCapacityReservationFleetRequest)

      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.


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

      Parameters:
      modifyCapacityReservationFleetRequest - A Consumer that will call methods on ModifyCapacityReservationFleetRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyCapacityReservationFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyClientVpnEndpoint

      default CompletableFuture<ModifyClientVpnEndpointResponse> modifyClientVpnEndpoint(ModifyClientVpnEndpointRequest modifyClientVpnEndpointRequest)

      Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.

      Parameters:
      modifyClientVpnEndpointRequest -
      Returns:
      A Java Future containing the result of the ModifyClientVpnEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyClientVpnEndpoint

      default CompletableFuture<ModifyClientVpnEndpointResponse> modifyClientVpnEndpoint(Consumer<ModifyClientVpnEndpointRequest.Builder> modifyClientVpnEndpointRequest)

      Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.


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

      Parameters:
      modifyClientVpnEndpointRequest - A Consumer that will call methods on ModifyClientVpnEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyClientVpnEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyDefaultCreditSpecification

      default CompletableFuture<ModifyDefaultCreditSpecificationResponse> modifyDefaultCreditSpecification(ModifyDefaultCreditSpecificationRequest modifyDefaultCreditSpecificationRequest)

      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:
      A Java Future containing the result of the ModifyDefaultCreditSpecification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyDefaultCreditSpecification

      default CompletableFuture<ModifyDefaultCreditSpecificationResponse> modifyDefaultCreditSpecification(Consumer<ModifyDefaultCreditSpecificationRequest.Builder> modifyDefaultCreditSpecificationRequest)

      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:
      A Java Future containing the result of the ModifyDefaultCreditSpecification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyEbsDefaultKmsKeyId

      default CompletableFuture<ModifyEbsDefaultKmsKeyIdResponse> modifyEbsDefaultKmsKeyId(ModifyEbsDefaultKmsKeyIdRequest modifyEbsDefaultKmsKeyIdRequest)

      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:
      A Java Future containing the result of the ModifyEbsDefaultKmsKeyId operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyEbsDefaultKmsKeyId

      default CompletableFuture<ModifyEbsDefaultKmsKeyIdResponse> modifyEbsDefaultKmsKeyId(Consumer<ModifyEbsDefaultKmsKeyIdRequest.Builder> modifyEbsDefaultKmsKeyIdRequest)

      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.


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

      Parameters:
      modifyEbsDefaultKmsKeyIdRequest - A Consumer that will call methods on ModifyEbsDefaultKmsKeyIdRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyEbsDefaultKmsKeyId operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyFleet

      default CompletableFuture<ModifyFleetResponse> modifyFleet(ModifyFleetRequest modifyFleetRequest)

      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:
      A Java Future containing the result of the ModifyFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyFleet

      default CompletableFuture<ModifyFleetResponse> modifyFleet(Consumer<ModifyFleetRequest.Builder> modifyFleetRequest)

      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:
      A Java Future containing the result of the ModifyFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyFpgaImageAttribute

      default CompletableFuture<ModifyFpgaImageAttributeResponse> modifyFpgaImageAttribute(ModifyFpgaImageAttributeRequest modifyFpgaImageAttributeRequest)

      Modifies the specified attribute of the specified Amazon FPGA Image (AFI).

      Parameters:
      modifyFpgaImageAttributeRequest -
      Returns:
      A Java Future containing the result of the ModifyFpgaImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyFpgaImageAttribute

      default CompletableFuture<ModifyFpgaImageAttributeResponse> modifyFpgaImageAttribute(Consumer<ModifyFpgaImageAttributeRequest.Builder> modifyFpgaImageAttributeRequest)

      Modifies the specified attribute of the specified Amazon FPGA Image (AFI).


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

      Parameters:
      modifyFpgaImageAttributeRequest - A Consumer that will call methods on ModifyFpgaImageAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyFpgaImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyHosts

      default CompletableFuture<ModifyHostsResponse> modifyHosts(ModifyHostsRequest modifyHostsRequest)

      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:
      A Java Future containing the result of the ModifyHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyHosts

      default CompletableFuture<ModifyHostsResponse> modifyHosts(Consumer<ModifyHostsRequest.Builder> modifyHostsRequest)

      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:
      A Java Future containing the result of the ModifyHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIdFormat

      default CompletableFuture<ModifyIdFormatResponse> modifyIdFormat(ModifyIdFormatRequest modifyIdFormatRequest)

      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:
      A Java Future containing the result of the ModifyIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIdFormat

      default CompletableFuture<ModifyIdFormatResponse> modifyIdFormat(Consumer<ModifyIdFormatRequest.Builder> modifyIdFormatRequest)

      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:
      A Java Future containing the result of the ModifyIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIdentityIdFormat

      default CompletableFuture<ModifyIdentityIdFormatResponse> modifyIdentityIdFormat(ModifyIdentityIdFormatRequest modifyIdentityIdFormatRequest)

      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:
      A Java Future containing the result of the ModifyIdentityIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIdentityIdFormat

      default CompletableFuture<ModifyIdentityIdFormatResponse> modifyIdentityIdFormat(Consumer<ModifyIdentityIdFormatRequest.Builder> modifyIdentityIdFormatRequest)

      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:
      A Java Future containing the result of the ModifyIdentityIdFormat operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyImageAttribute

      default CompletableFuture<ModifyImageAttributeResponse> modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest)

      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:
      A Java Future containing the result of the ModifyImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyImageAttribute

      default CompletableFuture<ModifyImageAttributeResponse> modifyImageAttribute(Consumer<ModifyImageAttributeRequest.Builder> modifyImageAttributeRequest)

      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:
      A Java Future containing the result of the ModifyImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceAttribute

      default CompletableFuture<ModifyInstanceAttributeResponse> modifyInstanceAttribute(ModifyInstanceAttributeRequest modifyInstanceAttributeRequest)

      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:
      A Java Future containing the result of the ModifyInstanceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceAttribute

      default CompletableFuture<ModifyInstanceAttributeResponse> modifyInstanceAttribute(Consumer<ModifyInstanceAttributeRequest.Builder> modifyInstanceAttributeRequest)

      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.


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

      Parameters:
      modifyInstanceAttributeRequest - A Consumer that will call methods on ModifyInstanceAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyInstanceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceCapacityReservationAttributes

      default CompletableFuture<ModifyInstanceCapacityReservationAttributesResponse> modifyInstanceCapacityReservationAttributes(ModifyInstanceCapacityReservationAttributesRequest modifyInstanceCapacityReservationAttributesRequest)

      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:
      A Java Future containing the result of the ModifyInstanceCapacityReservationAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceCapacityReservationAttributes

      default CompletableFuture<ModifyInstanceCapacityReservationAttributesResponse> modifyInstanceCapacityReservationAttributes(Consumer<ModifyInstanceCapacityReservationAttributesRequest.Builder> modifyInstanceCapacityReservationAttributesRequest)

      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.


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

      Parameters:
      modifyInstanceCapacityReservationAttributesRequest - A Consumer that will call methods on ModifyInstanceCapacityReservationAttributesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyInstanceCapacityReservationAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceCreditSpecification

      default CompletableFuture<ModifyInstanceCreditSpecificationResponse> modifyInstanceCreditSpecification(ModifyInstanceCreditSpecificationRequest modifyInstanceCreditSpecificationRequest)

      Modifies the credit option for CPU usage on a running or stopped burstable performance instance. The credit options are standard and unlimited.

      For more information, see Burstable performance instances in the Amazon EC2 User Guide.

      Parameters:
      modifyInstanceCreditSpecificationRequest -
      Returns:
      A Java Future containing the result of the ModifyInstanceCreditSpecification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceCreditSpecification

      default CompletableFuture<ModifyInstanceCreditSpecificationResponse> modifyInstanceCreditSpecification(Consumer<ModifyInstanceCreditSpecificationRequest.Builder> modifyInstanceCreditSpecificationRequest)

      Modifies the credit option for CPU usage on a running or stopped burstable performance instance. The credit options are standard and unlimited.

      For more information, see Burstable performance instances in the Amazon EC2 User Guide.


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

      Parameters:
      modifyInstanceCreditSpecificationRequest - A Consumer that will call methods on ModifyInstanceCreditSpecificationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyInstanceCreditSpecification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceEventStartTime

      default CompletableFuture<ModifyInstanceEventStartTimeResponse> modifyInstanceEventStartTime(ModifyInstanceEventStartTimeRequest modifyInstanceEventStartTimeRequest)

      Modifies the start time for a scheduled Amazon EC2 instance event.

      Parameters:
      modifyInstanceEventStartTimeRequest -
      Returns:
      A Java Future containing the result of the ModifyInstanceEventStartTime operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceEventStartTime

      default CompletableFuture<ModifyInstanceEventStartTimeResponse> modifyInstanceEventStartTime(Consumer<ModifyInstanceEventStartTimeRequest.Builder> modifyInstanceEventStartTimeRequest)

      Modifies the start time for a scheduled Amazon EC2 instance event.


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

      Parameters:
      modifyInstanceEventStartTimeRequest - A Consumer that will call methods on ModifyInstanceEventStartTimeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyInstanceEventStartTime operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceEventWindow

      default CompletableFuture<ModifyInstanceEventWindowResponse> modifyInstanceEventWindow(ModifyInstanceEventWindowRequest modifyInstanceEventWindowRequest)

      Modifies the specified event window.

      You can define either a set of time ranges or a cron expression when modifying the event window, but not both.

      To modify the targets associated with the event window, use the AssociateInstanceEventWindow and DisassociateInstanceEventWindow API.

      If Amazon Web Services has already scheduled an event, modifying an event window won't change the time of the scheduled event.

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

      Parameters:
      modifyInstanceEventWindowRequest -
      Returns:
      A Java Future containing the result of the ModifyInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceEventWindow

      default CompletableFuture<ModifyInstanceEventWindowResponse> modifyInstanceEventWindow(Consumer<ModifyInstanceEventWindowRequest.Builder> modifyInstanceEventWindowRequest)

      Modifies the specified event window.

      You can define either a set of time ranges or a cron expression when modifying the event window, but not both.

      To modify the targets associated with the event window, use the AssociateInstanceEventWindow and DisassociateInstanceEventWindow API.

      If Amazon Web Services has already scheduled an event, modifying an event window won't change the time of the scheduled event.

      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 ModifyInstanceEventWindowRequest.Builder avoiding the need to create one manually via ModifyInstanceEventWindowRequest.builder()

      Parameters:
      modifyInstanceEventWindowRequest - A Consumer that will call methods on ModifyInstanceEventWindowRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyInstanceEventWindow operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceMaintenanceOptions

      default CompletableFuture<ModifyInstanceMaintenanceOptionsResponse> modifyInstanceMaintenanceOptions(ModifyInstanceMaintenanceOptionsRequest modifyInstanceMaintenanceOptionsRequest)

      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:
      A Java Future containing the result of the ModifyInstanceMaintenanceOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceMaintenanceOptions

      default CompletableFuture<ModifyInstanceMaintenanceOptionsResponse> modifyInstanceMaintenanceOptions(Consumer<ModifyInstanceMaintenanceOptionsRequest.Builder> modifyInstanceMaintenanceOptionsRequest)

      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.


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

      Parameters:
      modifyInstanceMaintenanceOptionsRequest - A Consumer that will call methods on ModifyInstanceMaintenanceOptionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyInstanceMaintenanceOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceMetadataDefaults

      default CompletableFuture<ModifyInstanceMetadataDefaultsResponse> modifyInstanceMetadataDefaults(ModifyInstanceMetadataDefaultsRequest modifyInstanceMetadataDefaultsRequest)

      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. If an account-level setting is cleared with no-preference, then the instance launch considers the other instance metadata settings. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.

      Parameters:
      modifyInstanceMetadataDefaultsRequest -
      Returns:
      A Java Future containing the result of the ModifyInstanceMetadataDefaults operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceMetadataDefaults

      default CompletableFuture<ModifyInstanceMetadataDefaultsResponse> modifyInstanceMetadataDefaults(Consumer<ModifyInstanceMetadataDefaultsRequest.Builder> modifyInstanceMetadataDefaultsRequest)

      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. If an account-level setting is cleared with no-preference, then the instance launch considers the other instance metadata settings. For more information, see Order of precedence for instance metadata options in the Amazon EC2 User Guide.


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

      Parameters:
      modifyInstanceMetadataDefaultsRequest - A Consumer that will call methods on ModifyInstanceMetadataDefaultsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyInstanceMetadataDefaults operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceMetadataOptions

      default CompletableFuture<ModifyInstanceMetadataOptionsResponse> modifyInstanceMetadataOptions(ModifyInstanceMetadataOptionsRequest modifyInstanceMetadataOptionsRequest)

      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:
      A Java Future containing the result of the ModifyInstanceMetadataOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstanceMetadataOptions

      default CompletableFuture<ModifyInstanceMetadataOptionsResponse> modifyInstanceMetadataOptions(Consumer<ModifyInstanceMetadataOptionsRequest.Builder> modifyInstanceMetadataOptionsRequest)

      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.


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

      Parameters:
      modifyInstanceMetadataOptionsRequest - A Consumer that will call methods on ModifyInstanceMetadataOptionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyInstanceMetadataOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstancePlacement

      default CompletableFuture<ModifyInstancePlacementResponse> modifyInstancePlacement(ModifyInstancePlacementRequest modifyInstancePlacementRequest)

      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:
      A Java Future containing the result of the ModifyInstancePlacement operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyInstancePlacement

      default CompletableFuture<ModifyInstancePlacementResponse> modifyInstancePlacement(Consumer<ModifyInstancePlacementRequest.Builder> modifyInstancePlacementRequest)

      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:
      A Java Future containing the result of the ModifyInstancePlacement operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpam

      default CompletableFuture<ModifyIpamResponse> modifyIpam(ModifyIpamRequest modifyIpamRequest)

      Modify the configurations of an IPAM.

      Parameters:
      modifyIpamRequest -
      Returns:
      A Java Future containing the result of the ModifyIpam operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpam

      default CompletableFuture<ModifyIpamResponse> modifyIpam(Consumer<ModifyIpamRequest.Builder> modifyIpamRequest)

      Modify the configurations of an IPAM.


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

      Parameters:
      modifyIpamRequest - A Consumer that will call methods on ModifyIpamRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyIpam operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpamPool

      default CompletableFuture<ModifyIpamPoolResponse> modifyIpamPool(ModifyIpamPoolRequest modifyIpamPoolRequest)

      Modify the configurations of an IPAM pool.

      For more information, see Modify a pool in the Amazon VPC IPAM User Guide.

      Parameters:
      modifyIpamPoolRequest -
      Returns:
      A Java Future containing the result of the ModifyIpamPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpamPool

      default CompletableFuture<ModifyIpamPoolResponse> modifyIpamPool(Consumer<ModifyIpamPoolRequest.Builder> modifyIpamPoolRequest)

      Modify the configurations of an IPAM pool.

      For more information, see Modify a pool in the Amazon VPC IPAM User Guide.


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

      Parameters:
      modifyIpamPoolRequest - A Consumer that will call methods on ModifyIpamPoolRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyIpamPool operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpamResourceCidr

      default CompletableFuture<ModifyIpamResourceCidrResponse> modifyIpamResourceCidr(ModifyIpamResourceCidrRequest modifyIpamResourceCidrRequest)

      Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in.

      For more information, see Move resource CIDRs between scopes and Change the monitoring state of resource CIDRs in the Amazon VPC IPAM User Guide.

      Parameters:
      modifyIpamResourceCidrRequest -
      Returns:
      A Java Future containing the result of the ModifyIpamResourceCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpamResourceCidr

      default CompletableFuture<ModifyIpamResourceCidrResponse> modifyIpamResourceCidr(Consumer<ModifyIpamResourceCidrRequest.Builder> modifyIpamResourceCidrRequest)

      Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in.

      For more information, see Move resource CIDRs between scopes and Change the monitoring state of resource CIDRs in the Amazon VPC IPAM User Guide.


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

      Parameters:
      modifyIpamResourceCidrRequest - A Consumer that will call methods on ModifyIpamResourceCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyIpamResourceCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpamResourceDiscovery

      default CompletableFuture<ModifyIpamResourceDiscoveryResponse> modifyIpamResourceDiscovery(ModifyIpamResourceDiscoveryRequest modifyIpamResourceDiscoveryRequest)

      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:
      A Java Future containing the result of the ModifyIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpamResourceDiscovery

      default CompletableFuture<ModifyIpamResourceDiscoveryResponse> modifyIpamResourceDiscovery(Consumer<ModifyIpamResourceDiscoveryRequest.Builder> modifyIpamResourceDiscoveryRequest)

      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.


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

      Parameters:
      modifyIpamResourceDiscoveryRequest - A Consumer that will call methods on ModifyIpamResourceDiscoveryRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyIpamResourceDiscovery operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpamScope

      default CompletableFuture<ModifyIpamScopeResponse> modifyIpamScope(ModifyIpamScopeRequest modifyIpamScopeRequest)

      Modify an IPAM scope.

      Parameters:
      modifyIpamScopeRequest -
      Returns:
      A Java Future containing the result of the ModifyIpamScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyIpamScope

      default CompletableFuture<ModifyIpamScopeResponse> modifyIpamScope(Consumer<ModifyIpamScopeRequest.Builder> modifyIpamScopeRequest)

      Modify an IPAM scope.


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

      Parameters:
      modifyIpamScopeRequest - A Consumer that will call methods on ModifyIpamScopeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyIpamScope operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyLaunchTemplate

      default CompletableFuture<ModifyLaunchTemplateResponse> modifyLaunchTemplate(ModifyLaunchTemplateRequest modifyLaunchTemplateRequest)

      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:
      A Java Future containing the result of the ModifyLaunchTemplate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyLaunchTemplate

      default CompletableFuture<ModifyLaunchTemplateResponse> modifyLaunchTemplate(Consumer<ModifyLaunchTemplateRequest.Builder> modifyLaunchTemplateRequest)

      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.


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

      Parameters:
      modifyLaunchTemplateRequest - A Consumer that will call methods on ModifyLaunchTemplateRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyLaunchTemplate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyLocalGatewayRoute

      default CompletableFuture<ModifyLocalGatewayRouteResponse> modifyLocalGatewayRoute(ModifyLocalGatewayRouteRequest modifyLocalGatewayRouteRequest)

      Modifies the specified local gateway route.

      Parameters:
      modifyLocalGatewayRouteRequest -
      Returns:
      A Java Future containing the result of the ModifyLocalGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyLocalGatewayRoute

      default CompletableFuture<ModifyLocalGatewayRouteResponse> modifyLocalGatewayRoute(Consumer<ModifyLocalGatewayRouteRequest.Builder> modifyLocalGatewayRouteRequest)

      Modifies the specified local gateway route.


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

      Parameters:
      modifyLocalGatewayRouteRequest - A Consumer that will call methods on ModifyLocalGatewayRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyLocalGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyManagedPrefixList

      default CompletableFuture<ModifyManagedPrefixListResponse> modifyManagedPrefixList(ModifyManagedPrefixListRequest modifyManagedPrefixListRequest)

      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:
      A Java Future containing the result of the ModifyManagedPrefixList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyManagedPrefixList

      default CompletableFuture<ModifyManagedPrefixListResponse> modifyManagedPrefixList(Consumer<ModifyManagedPrefixListRequest.Builder> modifyManagedPrefixListRequest)

      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.


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

      Parameters:
      modifyManagedPrefixListRequest - A Consumer that will call methods on ModifyManagedPrefixListRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyManagedPrefixList operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyNetworkInterfaceAttribute

      default CompletableFuture<ModifyNetworkInterfaceAttributeResponse> modifyNetworkInterfaceAttribute(ModifyNetworkInterfaceAttributeRequest modifyNetworkInterfaceAttributeRequest)

      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:
      A Java Future containing the result of the ModifyNetworkInterfaceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyNetworkInterfaceAttribute

      default CompletableFuture<ModifyNetworkInterfaceAttributeResponse> modifyNetworkInterfaceAttribute(Consumer<ModifyNetworkInterfaceAttributeRequest.Builder> modifyNetworkInterfaceAttributeRequest)

      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.


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

      Parameters:
      modifyNetworkInterfaceAttributeRequest - A Consumer that will call methods on ModifyNetworkInterfaceAttributeRequest.Builder to create a request. Contains the parameters for ModifyNetworkInterfaceAttribute.
      Returns:
      A Java Future containing the result of the ModifyNetworkInterfaceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyPrivateDnsNameOptions

      default CompletableFuture<ModifyPrivateDnsNameOptionsResponse> modifyPrivateDnsNameOptions(ModifyPrivateDnsNameOptionsRequest modifyPrivateDnsNameOptionsRequest)

      Modifies the options for instance hostnames for the specified instance.

      Parameters:
      modifyPrivateDnsNameOptionsRequest -
      Returns:
      A Java Future containing the result of the ModifyPrivateDnsNameOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyPrivateDnsNameOptions

      default CompletableFuture<ModifyPrivateDnsNameOptionsResponse> modifyPrivateDnsNameOptions(Consumer<ModifyPrivateDnsNameOptionsRequest.Builder> modifyPrivateDnsNameOptionsRequest)

      Modifies the options for instance hostnames for the specified instance.


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

      Parameters:
      modifyPrivateDnsNameOptionsRequest - A Consumer that will call methods on ModifyPrivateDnsNameOptionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyPrivateDnsNameOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyReservedInstances

      default CompletableFuture<ModifyReservedInstancesResponse> modifyReservedInstances(ModifyReservedInstancesRequest modifyReservedInstancesRequest)

      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:
      A Java Future containing the result of the ModifyReservedInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyReservedInstances

      default CompletableFuture<ModifyReservedInstancesResponse> modifyReservedInstances(Consumer<ModifyReservedInstancesRequest.Builder> modifyReservedInstancesRequest)

      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.


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

      Parameters:
      modifyReservedInstancesRequest - A Consumer that will call methods on ModifyReservedInstancesRequest.Builder to create a request. Contains the parameters for ModifyReservedInstances.
      Returns:
      A Java Future containing the result of the ModifyReservedInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySecurityGroupRules

      default CompletableFuture<ModifySecurityGroupRulesResponse> modifySecurityGroupRules(ModifySecurityGroupRulesRequest modifySecurityGroupRulesRequest)

      Modifies the rules of a security group.

      Parameters:
      modifySecurityGroupRulesRequest -
      Returns:
      A Java Future containing the result of the ModifySecurityGroupRules operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySecurityGroupRules

      default CompletableFuture<ModifySecurityGroupRulesResponse> modifySecurityGroupRules(Consumer<ModifySecurityGroupRulesRequest.Builder> modifySecurityGroupRulesRequest)

      Modifies the rules of a security group.


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

      Parameters:
      modifySecurityGroupRulesRequest - A Consumer that will call methods on ModifySecurityGroupRulesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifySecurityGroupRules operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySnapshotAttribute

      default CompletableFuture<ModifySnapshotAttributeResponse> modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)

      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:
      A Java Future containing the result of the ModifySnapshotAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySnapshotAttribute

      default CompletableFuture<ModifySnapshotAttributeResponse> modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest)

      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:
      A Java Future containing the result of the ModifySnapshotAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySnapshotTier

      default CompletableFuture<ModifySnapshotTierResponse> modifySnapshotTier(ModifySnapshotTierRequest modifySnapshotTierRequest)

      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:
      A Java Future containing the result of the ModifySnapshotTier operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySnapshotTier

      default CompletableFuture<ModifySnapshotTierResponse> modifySnapshotTier(Consumer<ModifySnapshotTierRequest.Builder> modifySnapshotTierRequest)

      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.


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

      Parameters:
      modifySnapshotTierRequest - A Consumer that will call methods on ModifySnapshotTierRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifySnapshotTier operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySpotFleetRequest

      default CompletableFuture<ModifySpotFleetRequestResponse> modifySpotFleetRequest(ModifySpotFleetRequestRequest modifySpotFleetRequestRequest)

      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:
      A Java Future containing the result of the ModifySpotFleetRequest operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySpotFleetRequest

      default CompletableFuture<ModifySpotFleetRequestResponse> modifySpotFleetRequest(Consumer<ModifySpotFleetRequestRequest.Builder> modifySpotFleetRequestRequest)

      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:
      A Java Future containing the result of the ModifySpotFleetRequest operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySubnetAttribute

      default CompletableFuture<ModifySubnetAttributeResponse> modifySubnetAttribute(ModifySubnetAttributeRequest modifySubnetAttributeRequest)

      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:
      A Java Future containing the result of the ModifySubnetAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifySubnetAttribute

      default CompletableFuture<ModifySubnetAttributeResponse> modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest)

      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:


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

      Parameters:
      modifySubnetAttributeRequest - A Consumer that will call methods on ModifySubnetAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifySubnetAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTrafficMirrorFilterNetworkServices

      default CompletableFuture<ModifyTrafficMirrorFilterNetworkServicesResponse> modifyTrafficMirrorFilterNetworkServices(ModifyTrafficMirrorFilterNetworkServicesRequest modifyTrafficMirrorFilterNetworkServicesRequest)

      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:
      A Java Future containing the result of the ModifyTrafficMirrorFilterNetworkServices operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTrafficMirrorFilterNetworkServices

      default CompletableFuture<ModifyTrafficMirrorFilterNetworkServicesResponse> modifyTrafficMirrorFilterNetworkServices(Consumer<ModifyTrafficMirrorFilterNetworkServicesRequest.Builder> modifyTrafficMirrorFilterNetworkServicesRequest)

      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.


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

      Parameters:
      modifyTrafficMirrorFilterNetworkServicesRequest - A Consumer that will call methods on ModifyTrafficMirrorFilterNetworkServicesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyTrafficMirrorFilterNetworkServices operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTrafficMirrorFilterRule

      default CompletableFuture<ModifyTrafficMirrorFilterRuleResponse> modifyTrafficMirrorFilterRule(ModifyTrafficMirrorFilterRuleRequest modifyTrafficMirrorFilterRuleRequest)

      Modifies the specified Traffic Mirror rule.

      DestinationCidrBlock and SourceCidrBlock must both be an IPv4 range or an IPv6 range.

      Parameters:
      modifyTrafficMirrorFilterRuleRequest -
      Returns:
      A Java Future containing the result of the ModifyTrafficMirrorFilterRule operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTrafficMirrorFilterRule

      default CompletableFuture<ModifyTrafficMirrorFilterRuleResponse> modifyTrafficMirrorFilterRule(Consumer<ModifyTrafficMirrorFilterRuleRequest.Builder> modifyTrafficMirrorFilterRuleRequest)

      Modifies the specified Traffic Mirror rule.

      DestinationCidrBlock and SourceCidrBlock must both be an IPv4 range or an IPv6 range.


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

      Parameters:
      modifyTrafficMirrorFilterRuleRequest - A Consumer that will call methods on ModifyTrafficMirrorFilterRuleRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyTrafficMirrorFilterRule operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTrafficMirrorSession

      default CompletableFuture<ModifyTrafficMirrorSessionResponse> modifyTrafficMirrorSession(ModifyTrafficMirrorSessionRequest modifyTrafficMirrorSessionRequest)

      Modifies a Traffic Mirror session.

      Parameters:
      modifyTrafficMirrorSessionRequest -
      Returns:
      A Java Future containing the result of the ModifyTrafficMirrorSession operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTrafficMirrorSession

      default CompletableFuture<ModifyTrafficMirrorSessionResponse> modifyTrafficMirrorSession(Consumer<ModifyTrafficMirrorSessionRequest.Builder> modifyTrafficMirrorSessionRequest)

      Modifies a Traffic Mirror session.


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

      Parameters:
      modifyTrafficMirrorSessionRequest - A Consumer that will call methods on ModifyTrafficMirrorSessionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyTrafficMirrorSession operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTransitGateway

      default CompletableFuture<ModifyTransitGatewayResponse> modifyTransitGateway(ModifyTransitGatewayRequest modifyTransitGatewayRequest)

      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:
      A Java Future containing the result of the ModifyTransitGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTransitGateway

      default CompletableFuture<ModifyTransitGatewayResponse> modifyTransitGateway(Consumer<ModifyTransitGatewayRequest.Builder> modifyTransitGatewayRequest)

      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.


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

      Parameters:
      modifyTransitGatewayRequest - A Consumer that will call methods on ModifyTransitGatewayRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyTransitGateway operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTransitGatewayPrefixListReference

      default CompletableFuture<ModifyTransitGatewayPrefixListReferenceResponse> modifyTransitGatewayPrefixListReference(ModifyTransitGatewayPrefixListReferenceRequest modifyTransitGatewayPrefixListReferenceRequest)

      Modifies a reference (route) to a prefix list in a specified transit gateway route table.

      Parameters:
      modifyTransitGatewayPrefixListReferenceRequest -
      Returns:
      A Java Future containing the result of the ModifyTransitGatewayPrefixListReference operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTransitGatewayPrefixListReference

      default CompletableFuture<ModifyTransitGatewayPrefixListReferenceResponse> modifyTransitGatewayPrefixListReference(Consumer<ModifyTransitGatewayPrefixListReferenceRequest.Builder> modifyTransitGatewayPrefixListReferenceRequest)

      Modifies a reference (route) to a prefix list in a specified transit gateway route table.


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

      Parameters:
      modifyTransitGatewayPrefixListReferenceRequest - A Consumer that will call methods on ModifyTransitGatewayPrefixListReferenceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyTransitGatewayPrefixListReference operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTransitGatewayVpcAttachment

      default CompletableFuture<ModifyTransitGatewayVpcAttachmentResponse> modifyTransitGatewayVpcAttachment(ModifyTransitGatewayVpcAttachmentRequest modifyTransitGatewayVpcAttachmentRequest)

      Modifies the specified VPC attachment.

      Parameters:
      modifyTransitGatewayVpcAttachmentRequest -
      Returns:
      A Java Future containing the result of the ModifyTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyTransitGatewayVpcAttachment

      default CompletableFuture<ModifyTransitGatewayVpcAttachmentResponse> modifyTransitGatewayVpcAttachment(Consumer<ModifyTransitGatewayVpcAttachmentRequest.Builder> modifyTransitGatewayVpcAttachmentRequest)

      Modifies the specified VPC attachment.


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

      Parameters:
      modifyTransitGatewayVpcAttachmentRequest - A Consumer that will call methods on ModifyTransitGatewayVpcAttachmentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessEndpoint

      default CompletableFuture<ModifyVerifiedAccessEndpointResponse> modifyVerifiedAccessEndpoint(ModifyVerifiedAccessEndpointRequest modifyVerifiedAccessEndpointRequest)

      Modifies the configuration of the specified Amazon Web Services Verified Access endpoint.

      Parameters:
      modifyVerifiedAccessEndpointRequest -
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessEndpoint

      default CompletableFuture<ModifyVerifiedAccessEndpointResponse> modifyVerifiedAccessEndpoint(Consumer<ModifyVerifiedAccessEndpointRequest.Builder> modifyVerifiedAccessEndpointRequest)

      Modifies the configuration of the specified Amazon Web Services Verified Access endpoint.


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

      Parameters:
      modifyVerifiedAccessEndpointRequest - A Consumer that will call methods on ModifyVerifiedAccessEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessEndpointPolicy

      default CompletableFuture<ModifyVerifiedAccessEndpointPolicyResponse> modifyVerifiedAccessEndpointPolicy(ModifyVerifiedAccessEndpointPolicyRequest modifyVerifiedAccessEndpointPolicyRequest)

      Modifies the specified Amazon Web Services Verified Access endpoint policy.

      Parameters:
      modifyVerifiedAccessEndpointPolicyRequest -
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessEndpointPolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessEndpointPolicy

      default CompletableFuture<ModifyVerifiedAccessEndpointPolicyResponse> modifyVerifiedAccessEndpointPolicy(Consumer<ModifyVerifiedAccessEndpointPolicyRequest.Builder> modifyVerifiedAccessEndpointPolicyRequest)

      Modifies the specified Amazon Web Services Verified Access endpoint policy.


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

      Parameters:
      modifyVerifiedAccessEndpointPolicyRequest - A Consumer that will call methods on ModifyVerifiedAccessEndpointPolicyRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessEndpointPolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessGroup

      default CompletableFuture<ModifyVerifiedAccessGroupResponse> modifyVerifiedAccessGroup(ModifyVerifiedAccessGroupRequest modifyVerifiedAccessGroupRequest)

      Modifies the specified Amazon Web Services Verified Access group configuration.

      Parameters:
      modifyVerifiedAccessGroupRequest -
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessGroup

      default CompletableFuture<ModifyVerifiedAccessGroupResponse> modifyVerifiedAccessGroup(Consumer<ModifyVerifiedAccessGroupRequest.Builder> modifyVerifiedAccessGroupRequest)

      Modifies the specified Amazon Web Services Verified Access group configuration.


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

      Parameters:
      modifyVerifiedAccessGroupRequest - A Consumer that will call methods on ModifyVerifiedAccessGroupRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessGroup operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessGroupPolicy

      default CompletableFuture<ModifyVerifiedAccessGroupPolicyResponse> modifyVerifiedAccessGroupPolicy(ModifyVerifiedAccessGroupPolicyRequest modifyVerifiedAccessGroupPolicyRequest)

      Modifies the specified Amazon Web Services Verified Access group policy.

      Parameters:
      modifyVerifiedAccessGroupPolicyRequest -
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessGroupPolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessGroupPolicy

      default CompletableFuture<ModifyVerifiedAccessGroupPolicyResponse> modifyVerifiedAccessGroupPolicy(Consumer<ModifyVerifiedAccessGroupPolicyRequest.Builder> modifyVerifiedAccessGroupPolicyRequest)

      Modifies the specified Amazon Web Services Verified Access group policy.


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

      Parameters:
      modifyVerifiedAccessGroupPolicyRequest - A Consumer that will call methods on ModifyVerifiedAccessGroupPolicyRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessGroupPolicy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessInstance

      default CompletableFuture<ModifyVerifiedAccessInstanceResponse> modifyVerifiedAccessInstance(ModifyVerifiedAccessInstanceRequest modifyVerifiedAccessInstanceRequest)

      Modifies the configuration of the specified Amazon Web Services Verified Access instance.

      Parameters:
      modifyVerifiedAccessInstanceRequest -
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessInstance

      default CompletableFuture<ModifyVerifiedAccessInstanceResponse> modifyVerifiedAccessInstance(Consumer<ModifyVerifiedAccessInstanceRequest.Builder> modifyVerifiedAccessInstanceRequest)

      Modifies the configuration of the specified Amazon Web Services Verified Access instance.


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

      Parameters:
      modifyVerifiedAccessInstanceRequest - A Consumer that will call methods on ModifyVerifiedAccessInstanceRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessInstance operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessInstanceLoggingConfiguration

      default CompletableFuture<ModifyVerifiedAccessInstanceLoggingConfigurationResponse> modifyVerifiedAccessInstanceLoggingConfiguration(ModifyVerifiedAccessInstanceLoggingConfigurationRequest modifyVerifiedAccessInstanceLoggingConfigurationRequest)

      Modifies the logging configuration for the specified Amazon Web Services Verified Access instance.

      Parameters:
      modifyVerifiedAccessInstanceLoggingConfigurationRequest -
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessInstanceLoggingConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessInstanceLoggingConfiguration

      default CompletableFuture<ModifyVerifiedAccessInstanceLoggingConfigurationResponse> modifyVerifiedAccessInstanceLoggingConfiguration(Consumer<ModifyVerifiedAccessInstanceLoggingConfigurationRequest.Builder> modifyVerifiedAccessInstanceLoggingConfigurationRequest)

      Modifies the logging configuration for the specified Amazon Web Services Verified Access instance.


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

      Parameters:
      modifyVerifiedAccessInstanceLoggingConfigurationRequest - A Consumer that will call methods on ModifyVerifiedAccessInstanceLoggingConfigurationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessInstanceLoggingConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessTrustProvider

      default CompletableFuture<ModifyVerifiedAccessTrustProviderResponse> modifyVerifiedAccessTrustProvider(ModifyVerifiedAccessTrustProviderRequest modifyVerifiedAccessTrustProviderRequest)

      Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.

      Parameters:
      modifyVerifiedAccessTrustProviderRequest -
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVerifiedAccessTrustProvider

      default CompletableFuture<ModifyVerifiedAccessTrustProviderResponse> modifyVerifiedAccessTrustProvider(Consumer<ModifyVerifiedAccessTrustProviderRequest.Builder> modifyVerifiedAccessTrustProviderRequest)

      Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.


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

      Parameters:
      modifyVerifiedAccessTrustProviderRequest - A Consumer that will call methods on ModifyVerifiedAccessTrustProviderRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVerifiedAccessTrustProvider operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVolume

      default CompletableFuture<ModifyVolumeResponse> modifyVolume(ModifyVolumeRequest modifyVolumeRequest)

      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:
      A Java Future containing the result of the ModifyVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVolume

      default CompletableFuture<ModifyVolumeResponse> modifyVolume(Consumer<ModifyVolumeRequest.Builder> modifyVolumeRequest)

      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:
      A Java Future containing the result of the ModifyVolume operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVolumeAttribute

      default CompletableFuture<ModifyVolumeAttributeResponse> modifyVolumeAttribute(ModifyVolumeAttributeRequest modifyVolumeAttributeRequest)

      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:
      A Java Future containing the result of the ModifyVolumeAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVolumeAttribute

      default CompletableFuture<ModifyVolumeAttributeResponse> modifyVolumeAttribute(Consumer<ModifyVolumeAttributeRequest.Builder> modifyVolumeAttributeRequest)

      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:
      A Java Future containing the result of the ModifyVolumeAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcAttribute

      default CompletableFuture<ModifyVpcAttributeResponse> modifyVpcAttribute(ModifyVpcAttributeRequest modifyVpcAttributeRequest)

      Modifies the specified attribute of the specified VPC.

      Parameters:
      modifyVpcAttributeRequest -
      Returns:
      A Java Future containing the result of the ModifyVpcAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcAttribute

      default CompletableFuture<ModifyVpcAttributeResponse> modifyVpcAttribute(Consumer<ModifyVpcAttributeRequest.Builder> modifyVpcAttributeRequest)

      Modifies the specified attribute of the specified VPC.


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

      Parameters:
      modifyVpcAttributeRequest - A Consumer that will call methods on ModifyVpcAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpcAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpoint

      default CompletableFuture<ModifyVpcEndpointResponse> modifyVpcEndpoint(ModifyVpcEndpointRequest modifyVpcEndpointRequest)

      Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface, gateway, or Gateway Load Balancer). For more information, see the Amazon Web Services PrivateLink Guide.

      Parameters:
      modifyVpcEndpointRequest -
      Returns:
      A Java Future containing the result of the ModifyVpcEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpoint

      default CompletableFuture<ModifyVpcEndpointResponse> modifyVpcEndpoint(Consumer<ModifyVpcEndpointRequest.Builder> modifyVpcEndpointRequest)

      Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface, gateway, or Gateway Load Balancer). For more information, see the Amazon Web Services PrivateLink Guide.


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

      Parameters:
      modifyVpcEndpointRequest - A Consumer that will call methods on ModifyVpcEndpointRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpcEndpoint operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpointConnectionNotification

      default CompletableFuture<ModifyVpcEndpointConnectionNotificationResponse> modifyVpcEndpointConnectionNotification(ModifyVpcEndpointConnectionNotificationRequest modifyVpcEndpointConnectionNotificationRequest)

      Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.

      Parameters:
      modifyVpcEndpointConnectionNotificationRequest -
      Returns:
      A Java Future containing the result of the ModifyVpcEndpointConnectionNotification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpointConnectionNotification

      default CompletableFuture<ModifyVpcEndpointConnectionNotificationResponse> modifyVpcEndpointConnectionNotification(Consumer<ModifyVpcEndpointConnectionNotificationRequest.Builder> modifyVpcEndpointConnectionNotificationRequest)

      Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.


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

      Parameters:
      modifyVpcEndpointConnectionNotificationRequest - A Consumer that will call methods on ModifyVpcEndpointConnectionNotificationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpcEndpointConnectionNotification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpointServiceConfiguration

      default CompletableFuture<ModifyVpcEndpointServiceConfigurationResponse> modifyVpcEndpointServiceConfiguration(ModifyVpcEndpointServiceConfigurationRequest modifyVpcEndpointServiceConfigurationRequest)

      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:
      A Java Future containing the result of the ModifyVpcEndpointServiceConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpointServiceConfiguration

      default CompletableFuture<ModifyVpcEndpointServiceConfigurationResponse> modifyVpcEndpointServiceConfiguration(Consumer<ModifyVpcEndpointServiceConfigurationRequest.Builder> modifyVpcEndpointServiceConfigurationRequest)

      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.


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

      Parameters:
      modifyVpcEndpointServiceConfigurationRequest - A Consumer that will call methods on ModifyVpcEndpointServiceConfigurationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpcEndpointServiceConfiguration operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpointServicePayerResponsibility

      default CompletableFuture<ModifyVpcEndpointServicePayerResponsibilityResponse> modifyVpcEndpointServicePayerResponsibility(ModifyVpcEndpointServicePayerResponsibilityRequest modifyVpcEndpointServicePayerResponsibilityRequest)

      Modifies the payer responsibility for your VPC endpoint service.

      Parameters:
      modifyVpcEndpointServicePayerResponsibilityRequest -
      Returns:
      A Java Future containing the result of the ModifyVpcEndpointServicePayerResponsibility operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpointServicePayerResponsibility

      default CompletableFuture<ModifyVpcEndpointServicePayerResponsibilityResponse> modifyVpcEndpointServicePayerResponsibility(Consumer<ModifyVpcEndpointServicePayerResponsibilityRequest.Builder> modifyVpcEndpointServicePayerResponsibilityRequest)

      Modifies the payer responsibility for your VPC endpoint service.


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

      Parameters:
      modifyVpcEndpointServicePayerResponsibilityRequest - A Consumer that will call methods on ModifyVpcEndpointServicePayerResponsibilityRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpcEndpointServicePayerResponsibility operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpointServicePermissions

      default CompletableFuture<ModifyVpcEndpointServicePermissionsResponse> modifyVpcEndpointServicePermissions(ModifyVpcEndpointServicePermissionsRequest modifyVpcEndpointServicePermissionsRequest)

      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:
      A Java Future containing the result of the ModifyVpcEndpointServicePermissions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcEndpointServicePermissions

      default CompletableFuture<ModifyVpcEndpointServicePermissionsResponse> modifyVpcEndpointServicePermissions(Consumer<ModifyVpcEndpointServicePermissionsRequest.Builder> modifyVpcEndpointServicePermissionsRequest)

      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.


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

      Parameters:
      modifyVpcEndpointServicePermissionsRequest - A Consumer that will call methods on ModifyVpcEndpointServicePermissionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpcEndpointServicePermissions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcPeeringConnectionOptions

      default CompletableFuture<ModifyVpcPeeringConnectionOptionsResponse> modifyVpcPeeringConnectionOptions(ModifyVpcPeeringConnectionOptionsRequest modifyVpcPeeringConnectionOptionsRequest)

      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:
      A Java Future containing the result of the ModifyVpcPeeringConnectionOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcPeeringConnectionOptions

      default CompletableFuture<ModifyVpcPeeringConnectionOptionsResponse> modifyVpcPeeringConnectionOptions(Consumer<ModifyVpcPeeringConnectionOptionsRequest.Builder> modifyVpcPeeringConnectionOptionsRequest)

      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:
      A Java Future containing the result of the ModifyVpcPeeringConnectionOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcTenancy

      default CompletableFuture<ModifyVpcTenancyResponse> modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest)

      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:
      A Java Future containing the result of the ModifyVpcTenancy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpcTenancy

      default CompletableFuture<ModifyVpcTenancyResponse> modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest)

      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.


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

      Parameters:
      modifyVpcTenancyRequest - A Consumer that will call methods on ModifyVpcTenancyRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpcTenancy operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpnConnection

      default CompletableFuture<ModifyVpnConnectionResponse> modifyVpnConnection(ModifyVpnConnectionRequest modifyVpnConnectionRequest)

      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:
      A Java Future containing the result of the ModifyVpnConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpnConnection

      default CompletableFuture<ModifyVpnConnectionResponse> modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest)

      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:
      A Java Future containing the result of the ModifyVpnConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpnConnectionOptions

      default CompletableFuture<ModifyVpnConnectionOptionsResponse> modifyVpnConnectionOptions(ModifyVpnConnectionOptionsRequest modifyVpnConnectionOptionsRequest)

      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:
      A Java Future containing the result of the ModifyVpnConnectionOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpnConnectionOptions

      default CompletableFuture<ModifyVpnConnectionOptionsResponse> modifyVpnConnectionOptions(Consumer<ModifyVpnConnectionOptionsRequest.Builder> modifyVpnConnectionOptionsRequest)

      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.


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

      Parameters:
      modifyVpnConnectionOptionsRequest - A Consumer that will call methods on ModifyVpnConnectionOptionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpnConnectionOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpnTunnelCertificate

      default CompletableFuture<ModifyVpnTunnelCertificateResponse> modifyVpnTunnelCertificate(ModifyVpnTunnelCertificateRequest modifyVpnTunnelCertificateRequest)

      Modifies the VPN tunnel endpoint certificate.

      Parameters:
      modifyVpnTunnelCertificateRequest -
      Returns:
      A Java Future containing the result of the ModifyVpnTunnelCertificate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpnTunnelCertificate

      default CompletableFuture<ModifyVpnTunnelCertificateResponse> modifyVpnTunnelCertificate(Consumer<ModifyVpnTunnelCertificateRequest.Builder> modifyVpnTunnelCertificateRequest)

      Modifies the VPN tunnel endpoint certificate.


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

      Parameters:
      modifyVpnTunnelCertificateRequest - A Consumer that will call methods on ModifyVpnTunnelCertificateRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpnTunnelCertificate operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpnTunnelOptions

      default CompletableFuture<ModifyVpnTunnelOptionsResponse> modifyVpnTunnelOptions(ModifyVpnTunnelOptionsRequest modifyVpnTunnelOptionsRequest)

      Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN tunnel options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.

      Parameters:
      modifyVpnTunnelOptionsRequest -
      Returns:
      A Java Future containing the result of the ModifyVpnTunnelOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • modifyVpnTunnelOptions

      default CompletableFuture<ModifyVpnTunnelOptionsResponse> modifyVpnTunnelOptions(Consumer<ModifyVpnTunnelOptionsRequest.Builder> modifyVpnTunnelOptionsRequest)

      Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN tunnel options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.


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

      Parameters:
      modifyVpnTunnelOptionsRequest - A Consumer that will call methods on ModifyVpnTunnelOptionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ModifyVpnTunnelOptions operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • monitorInstances

      default CompletableFuture<MonitorInstancesResponse> monitorInstances(MonitorInstancesRequest monitorInstancesRequest)

      Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see Monitor your instances using CloudWatch in the Amazon EC2 User Guide.

      To disable detailed monitoring, see UnmonitorInstances.

      Parameters:
      monitorInstancesRequest -
      Returns:
      A Java Future containing the result of the MonitorInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • monitorInstances

      default CompletableFuture<MonitorInstancesResponse> monitorInstances(Consumer<MonitorInstancesRequest.Builder> monitorInstancesRequest)

      Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see Monitor your instances using CloudWatch in the Amazon EC2 User Guide.

      To disable detailed monitoring, see UnmonitorInstances.


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

      Parameters:
      monitorInstancesRequest - A Consumer that will call methods on MonitorInstancesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the MonitorInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • moveAddressToVpc

      default CompletableFuture<MoveAddressToVpcResponse> moveAddressToVpc(MoveAddressToVpcRequest moveAddressToVpcRequest)

      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:
      A Java Future containing the result of the MoveAddressToVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • moveAddressToVpc

      default CompletableFuture<MoveAddressToVpcResponse> moveAddressToVpc(Consumer<MoveAddressToVpcRequest.Builder> moveAddressToVpcRequest)

      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:
      A Java Future containing the result of the MoveAddressToVpc operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • moveByoipCidrToIpam

      default CompletableFuture<MoveByoipCidrToIpamResponse> moveByoipCidrToIpam(MoveByoipCidrToIpamRequest moveByoipCidrToIpamRequest)

      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:
      A Java Future containing the result of the MoveByoipCidrToIpam operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • moveByoipCidrToIpam

      default CompletableFuture<MoveByoipCidrToIpamResponse> moveByoipCidrToIpam(Consumer<MoveByoipCidrToIpamRequest.Builder> moveByoipCidrToIpamRequest)

      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.


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

      Parameters:
      moveByoipCidrToIpamRequest - A Consumer that will call methods on MoveByoipCidrToIpamRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the MoveByoipCidrToIpam operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • provisionByoipCidr

      default CompletableFuture<ProvisionByoipCidrResponse> provisionByoipCidr(ProvisionByoipCidrRequest provisionByoipCidrRequest)

      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:
      A Java Future containing the result of the ProvisionByoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • provisionByoipCidr

      default CompletableFuture<ProvisionByoipCidrResponse> provisionByoipCidr(Consumer<ProvisionByoipCidrRequest.Builder> provisionByoipCidrRequest)

      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:
      A Java Future containing the result of the ProvisionByoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • provisionIpamByoasn

      default CompletableFuture<ProvisionIpamByoasnResponse> provisionIpamByoasn(ProvisionIpamByoasnRequest provisionIpamByoasnRequest)

      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:
      A Java Future containing the result of the ProvisionIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • provisionIpamByoasn

      default CompletableFuture<ProvisionIpamByoasnResponse> provisionIpamByoasn(Consumer<ProvisionIpamByoasnRequest.Builder> provisionIpamByoasnRequest)

      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.


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

      Parameters:
      provisionIpamByoasnRequest - A Consumer that will call methods on ProvisionIpamByoasnRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ProvisionIpamByoasn operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • provisionIpamPoolCidr

      default CompletableFuture<ProvisionIpamPoolCidrResponse> provisionIpamPoolCidr(ProvisionIpamPoolCidrRequest provisionIpamPoolCidrRequest)

      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:
      A Java Future containing the result of the ProvisionIpamPoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • provisionIpamPoolCidr

      default CompletableFuture<ProvisionIpamPoolCidrResponse> provisionIpamPoolCidr(Consumer<ProvisionIpamPoolCidrRequest.Builder> provisionIpamPoolCidrRequest)

      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.


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

      Parameters:
      provisionIpamPoolCidrRequest - A Consumer that will call methods on ProvisionIpamPoolCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ProvisionIpamPoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • provisionPublicIpv4PoolCidr

      default CompletableFuture<ProvisionPublicIpv4PoolCidrResponse> provisionPublicIpv4PoolCidr(ProvisionPublicIpv4PoolCidrRequest provisionPublicIpv4PoolCidrRequest)

      Provision a CIDR to a public IPv4 pool.

      For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

      Parameters:
      provisionPublicIpv4PoolCidrRequest -
      Returns:
      A Java Future containing the result of the ProvisionPublicIpv4PoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • provisionPublicIpv4PoolCidr

      default CompletableFuture<ProvisionPublicIpv4PoolCidrResponse> provisionPublicIpv4PoolCidr(Consumer<ProvisionPublicIpv4PoolCidrRequest.Builder> provisionPublicIpv4PoolCidrRequest)

      Provision a CIDR to a public IPv4 pool.

      For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.


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

      Parameters:
      provisionPublicIpv4PoolCidrRequest - A Consumer that will call methods on ProvisionPublicIpv4PoolCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ProvisionPublicIpv4PoolCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • purchaseCapacityBlock

      default CompletableFuture<PurchaseCapacityBlockResponse> purchaseCapacityBlock(PurchaseCapacityBlockRequest purchaseCapacityBlockRequest)

      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:
      A Java Future containing the result of the PurchaseCapacityBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • purchaseCapacityBlock

      default CompletableFuture<PurchaseCapacityBlockResponse> purchaseCapacityBlock(Consumer<PurchaseCapacityBlockRequest.Builder> purchaseCapacityBlockRequest)

      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.


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

      Parameters:
      purchaseCapacityBlockRequest - A Consumer that will call methods on PurchaseCapacityBlockRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the PurchaseCapacityBlock operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • purchaseHostReservation

      default CompletableFuture<PurchaseHostReservationResponse> purchaseHostReservation(PurchaseHostReservationRequest purchaseHostReservationRequest)

      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:
      A Java Future containing the result of the PurchaseHostReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • purchaseHostReservation

      default CompletableFuture<PurchaseHostReservationResponse> purchaseHostReservation(Consumer<PurchaseHostReservationRequest.Builder> purchaseHostReservationRequest)

      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.


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

      Parameters:
      purchaseHostReservationRequest - A Consumer that will call methods on PurchaseHostReservationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the PurchaseHostReservation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • purchaseReservedInstancesOffering

      default CompletableFuture<PurchaseReservedInstancesOfferingResponse> purchaseReservedInstancesOffering(PurchaseReservedInstancesOfferingRequest purchaseReservedInstancesOfferingRequest)

      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:
      A Java Future containing the result of the PurchaseReservedInstancesOffering operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • purchaseReservedInstancesOffering

      default CompletableFuture<PurchaseReservedInstancesOfferingResponse> purchaseReservedInstancesOffering(Consumer<PurchaseReservedInstancesOfferingRequest.Builder> purchaseReservedInstancesOfferingRequest)

      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.


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

      Parameters:
      purchaseReservedInstancesOfferingRequest - A Consumer that will call methods on PurchaseReservedInstancesOfferingRequest.Builder to create a request. Contains the parameters for PurchaseReservedInstancesOffering.
      Returns:
      A Java Future containing the result of the PurchaseReservedInstancesOffering operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • purchaseScheduledInstances

      default CompletableFuture<PurchaseScheduledInstancesResponse> purchaseScheduledInstances(PurchaseScheduledInstancesRequest purchaseScheduledInstancesRequest)

      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:
      A Java Future containing the result of the PurchaseScheduledInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • purchaseScheduledInstances

      default CompletableFuture<PurchaseScheduledInstancesResponse> purchaseScheduledInstances(Consumer<PurchaseScheduledInstancesRequest.Builder> purchaseScheduledInstancesRequest)

      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.


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

      Parameters:
      purchaseScheduledInstancesRequest - A Consumer that will call methods on PurchaseScheduledInstancesRequest.Builder to create a request. Contains the parameters for PurchaseScheduledInstances.
      Returns:
      A Java Future containing the result of the PurchaseScheduledInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rebootInstances

      default CompletableFuture<RebootInstancesResponse> rebootInstances(RebootInstancesRequest rebootInstancesRequest)

      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:
      A Java Future containing the result of the RebootInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rebootInstances

      default CompletableFuture<RebootInstancesResponse> rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest)

      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.


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

      Parameters:
      rebootInstancesRequest - A Consumer that will call methods on RebootInstancesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RebootInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • registerImage

      default CompletableFuture<RegisterImageResponse> registerImage(RegisterImageRequest registerImageRequest)

      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:
      A Java Future containing the result of the RegisterImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • registerImage

      default CompletableFuture<RegisterImageResponse> registerImage(Consumer<RegisterImageRequest.Builder> registerImageRequest)

      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:
      A Java Future containing the result of the RegisterImage operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • registerInstanceEventNotificationAttributes

      default CompletableFuture<RegisterInstanceEventNotificationAttributesResponse> registerInstanceEventNotificationAttributes(RegisterInstanceEventNotificationAttributesRequest registerInstanceEventNotificationAttributesRequest)

      Registers a set of tag keys to include in scheduled event notifications for your resources.

      To remove tags, use DeregisterInstanceEventNotificationAttributes.

      Parameters:
      registerInstanceEventNotificationAttributesRequest -
      Returns:
      A Java Future containing the result of the RegisterInstanceEventNotificationAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • registerInstanceEventNotificationAttributes

      default CompletableFuture<RegisterInstanceEventNotificationAttributesResponse> registerInstanceEventNotificationAttributes(Consumer<RegisterInstanceEventNotificationAttributesRequest.Builder> registerInstanceEventNotificationAttributesRequest)

      Registers a set of tag keys to include in scheduled event notifications for your resources.

      To remove tags, use DeregisterInstanceEventNotificationAttributes.


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

      Parameters:
      registerInstanceEventNotificationAttributesRequest - A Consumer that will call methods on RegisterInstanceEventNotificationAttributesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RegisterInstanceEventNotificationAttributes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • registerTransitGatewayMulticastGroupMembers

      default CompletableFuture<RegisterTransitGatewayMulticastGroupMembersResponse> registerTransitGatewayMulticastGroupMembers(RegisterTransitGatewayMulticastGroupMembersRequest registerTransitGatewayMulticastGroupMembersRequest)

      Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways.

      After you add the members, use SearchTransitGatewayMulticastGroups to verify that the members were added to the transit gateway multicast group.

      Parameters:
      registerTransitGatewayMulticastGroupMembersRequest -
      Returns:
      A Java Future containing the result of the RegisterTransitGatewayMulticastGroupMembers operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • registerTransitGatewayMulticastGroupMembers

      default CompletableFuture<RegisterTransitGatewayMulticastGroupMembersResponse> registerTransitGatewayMulticastGroupMembers(Consumer<RegisterTransitGatewayMulticastGroupMembersRequest.Builder> registerTransitGatewayMulticastGroupMembersRequest)

      Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways.

      After you add the members, use SearchTransitGatewayMulticastGroups to verify that the members were added to the transit gateway multicast group.


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

      Parameters:
      registerTransitGatewayMulticastGroupMembersRequest - A Consumer that will call methods on RegisterTransitGatewayMulticastGroupMembersRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RegisterTransitGatewayMulticastGroupMembers operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • registerTransitGatewayMulticastGroupSources

      default CompletableFuture<RegisterTransitGatewayMulticastGroupSourcesResponse> registerTransitGatewayMulticastGroupSources(RegisterTransitGatewayMulticastGroupSourcesRequest registerTransitGatewayMulticastGroupSourcesRequest)

      Registers sources (network interfaces) with the specified transit gateway multicast group.

      A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see Multicast Considerations in Amazon VPC Transit Gateways.

      After you add the source, use SearchTransitGatewayMulticastGroups to verify that the source was added to the multicast group.

      Parameters:
      registerTransitGatewayMulticastGroupSourcesRequest -
      Returns:
      A Java Future containing the result of the RegisterTransitGatewayMulticastGroupSources operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • registerTransitGatewayMulticastGroupSources

      default CompletableFuture<RegisterTransitGatewayMulticastGroupSourcesResponse> registerTransitGatewayMulticastGroupSources(Consumer<RegisterTransitGatewayMulticastGroupSourcesRequest.Builder> registerTransitGatewayMulticastGroupSourcesRequest)

      Registers sources (network interfaces) with the specified transit gateway multicast group.

      A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see Multicast Considerations in Amazon VPC Transit Gateways.

      After you add the source, use SearchTransitGatewayMulticastGroups to verify that the source was added to the multicast group.


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

      Parameters:
      registerTransitGatewayMulticastGroupSourcesRequest - A Consumer that will call methods on RegisterTransitGatewayMulticastGroupSourcesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RegisterTransitGatewayMulticastGroupSources operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectTransitGatewayMulticastDomainAssociations

      default CompletableFuture<RejectTransitGatewayMulticastDomainAssociationsResponse> rejectTransitGatewayMulticastDomainAssociations(RejectTransitGatewayMulticastDomainAssociationsRequest rejectTransitGatewayMulticastDomainAssociationsRequest)

      Rejects a request to associate cross-account subnets with a transit gateway multicast domain.

      Parameters:
      rejectTransitGatewayMulticastDomainAssociationsRequest -
      Returns:
      A Java Future containing the result of the RejectTransitGatewayMulticastDomainAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectTransitGatewayMulticastDomainAssociations

      default CompletableFuture<RejectTransitGatewayMulticastDomainAssociationsResponse> rejectTransitGatewayMulticastDomainAssociations(Consumer<RejectTransitGatewayMulticastDomainAssociationsRequest.Builder> rejectTransitGatewayMulticastDomainAssociationsRequest)

      Rejects a request to associate cross-account subnets with a transit gateway multicast domain.


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

      Parameters:
      rejectTransitGatewayMulticastDomainAssociationsRequest - A Consumer that will call methods on RejectTransitGatewayMulticastDomainAssociationsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RejectTransitGatewayMulticastDomainAssociations operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectTransitGatewayPeeringAttachment

      default CompletableFuture<RejectTransitGatewayPeeringAttachmentResponse> rejectTransitGatewayPeeringAttachment(RejectTransitGatewayPeeringAttachmentRequest rejectTransitGatewayPeeringAttachmentRequest)

      Rejects a transit gateway peering attachment request.

      Parameters:
      rejectTransitGatewayPeeringAttachmentRequest -
      Returns:
      A Java Future containing the result of the RejectTransitGatewayPeeringAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectTransitGatewayPeeringAttachment

      default CompletableFuture<RejectTransitGatewayPeeringAttachmentResponse> rejectTransitGatewayPeeringAttachment(Consumer<RejectTransitGatewayPeeringAttachmentRequest.Builder> rejectTransitGatewayPeeringAttachmentRequest)

      Rejects a transit gateway peering attachment request.


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

      Parameters:
      rejectTransitGatewayPeeringAttachmentRequest - A Consumer that will call methods on RejectTransitGatewayPeeringAttachmentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RejectTransitGatewayPeeringAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectTransitGatewayVpcAttachment

      default CompletableFuture<RejectTransitGatewayVpcAttachmentResponse> rejectTransitGatewayVpcAttachment(RejectTransitGatewayVpcAttachmentRequest rejectTransitGatewayVpcAttachmentRequest)

      Rejects a request to attach a VPC to a transit gateway.

      The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. Use AcceptTransitGatewayVpcAttachment to accept a VPC attachment request.

      Parameters:
      rejectTransitGatewayVpcAttachmentRequest -
      Returns:
      A Java Future containing the result of the RejectTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectTransitGatewayVpcAttachment

      default CompletableFuture<RejectTransitGatewayVpcAttachmentResponse> rejectTransitGatewayVpcAttachment(Consumer<RejectTransitGatewayVpcAttachmentRequest.Builder> rejectTransitGatewayVpcAttachmentRequest)

      Rejects a request to attach a VPC to a transit gateway.

      The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. Use AcceptTransitGatewayVpcAttachment to accept a VPC attachment request.


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

      Parameters:
      rejectTransitGatewayVpcAttachmentRequest - A Consumer that will call methods on RejectTransitGatewayVpcAttachmentRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RejectTransitGatewayVpcAttachment operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectVpcEndpointConnections

      default CompletableFuture<RejectVpcEndpointConnectionsResponse> rejectVpcEndpointConnections(RejectVpcEndpointConnectionsRequest rejectVpcEndpointConnectionsRequest)

      Rejects VPC endpoint connection requests to your VPC endpoint service.

      Parameters:
      rejectVpcEndpointConnectionsRequest -
      Returns:
      A Java Future containing the result of the RejectVpcEndpointConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectVpcEndpointConnections

      default CompletableFuture<RejectVpcEndpointConnectionsResponse> rejectVpcEndpointConnections(Consumer<RejectVpcEndpointConnectionsRequest.Builder> rejectVpcEndpointConnectionsRequest)

      Rejects VPC endpoint connection requests to your VPC endpoint service.


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

      Parameters:
      rejectVpcEndpointConnectionsRequest - A Consumer that will call methods on RejectVpcEndpointConnectionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RejectVpcEndpointConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectVpcPeeringConnection

      default CompletableFuture<RejectVpcPeeringConnectionResponse> rejectVpcPeeringConnection(RejectVpcPeeringConnectionRequest rejectVpcPeeringConnectionRequest)

      Rejects a VPC peering connection request. The VPC peering connection must be in the pending-acceptance state. Use the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use DeleteVpcPeeringConnection.

      Parameters:
      rejectVpcPeeringConnectionRequest -
      Returns:
      A Java Future containing the result of the RejectVpcPeeringConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • rejectVpcPeeringConnection

      default CompletableFuture<RejectVpcPeeringConnectionResponse> rejectVpcPeeringConnection(Consumer<RejectVpcPeeringConnectionRequest.Builder> rejectVpcPeeringConnectionRequest)

      Rejects a VPC peering connection request. The VPC peering connection must be in the pending-acceptance state. Use the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use DeleteVpcPeeringConnection.


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

      Parameters:
      rejectVpcPeeringConnectionRequest - A Consumer that will call methods on RejectVpcPeeringConnectionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RejectVpcPeeringConnection operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • releaseAddress

      default CompletableFuture<ReleaseAddressResponse> releaseAddress(ReleaseAddressRequest releaseAddressRequest)

      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:
      A Java Future containing the result of the ReleaseAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • releaseAddress

      default CompletableFuture<ReleaseAddressResponse> releaseAddress(Consumer<ReleaseAddressRequest.Builder> releaseAddressRequest)

      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:
      A Java Future containing the result of the ReleaseAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • releaseHosts

      default CompletableFuture<ReleaseHostsResponse> releaseHosts(ReleaseHostsRequest releaseHostsRequest)

      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:
      A Java Future containing the result of the ReleaseHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • releaseHosts

      default CompletableFuture<ReleaseHostsResponse> releaseHosts(Consumer<ReleaseHostsRequest.Builder> releaseHostsRequest)

      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:
      A Java Future containing the result of the ReleaseHosts operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • releaseIpamPoolAllocation

      default CompletableFuture<ReleaseIpamPoolAllocationResponse> releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest)

      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:
      A Java Future containing the result of the ReleaseIpamPoolAllocation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • releaseIpamPoolAllocation

      default CompletableFuture<ReleaseIpamPoolAllocationResponse> releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest)

      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.


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

      Parameters:
      releaseIpamPoolAllocationRequest - A Consumer that will call methods on ReleaseIpamPoolAllocationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ReleaseIpamPoolAllocation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceIamInstanceProfileAssociation

      default CompletableFuture<ReplaceIamInstanceProfileAssociationResponse> replaceIamInstanceProfileAssociation(ReplaceIamInstanceProfileAssociationRequest replaceIamInstanceProfileAssociationRequest)

      Replaces an IAM instance profile for the specified running instance. You can use this action to change the IAM instance profile that's associated with an instance without having to disassociate the existing IAM instance profile first.

      Use DescribeIamInstanceProfileAssociations to get the association ID.

      Parameters:
      replaceIamInstanceProfileAssociationRequest -
      Returns:
      A Java Future containing the result of the ReplaceIamInstanceProfileAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceIamInstanceProfileAssociation

      default CompletableFuture<ReplaceIamInstanceProfileAssociationResponse> replaceIamInstanceProfileAssociation(Consumer<ReplaceIamInstanceProfileAssociationRequest.Builder> replaceIamInstanceProfileAssociationRequest)

      Replaces an IAM instance profile for the specified running instance. You can use this action to change the IAM instance profile that's associated with an instance without having to disassociate the existing IAM instance profile first.

      Use DescribeIamInstanceProfileAssociations to get the association ID.


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

      Parameters:
      replaceIamInstanceProfileAssociationRequest - A Consumer that will call methods on ReplaceIamInstanceProfileAssociationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ReplaceIamInstanceProfileAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceNetworkAclAssociation

      default CompletableFuture<ReplaceNetworkAclAssociationResponse> replaceNetworkAclAssociation(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest)

      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:
      A Java Future containing the result of the ReplaceNetworkAclAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceNetworkAclAssociation

      default CompletableFuture<ReplaceNetworkAclAssociationResponse> replaceNetworkAclAssociation(Consumer<ReplaceNetworkAclAssociationRequest.Builder> replaceNetworkAclAssociationRequest)

      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.


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

      Parameters:
      replaceNetworkAclAssociationRequest - A Consumer that will call methods on ReplaceNetworkAclAssociationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ReplaceNetworkAclAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceNetworkAclEntry

      default CompletableFuture<ReplaceNetworkAclEntryResponse> replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)

      Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.

      Parameters:
      replaceNetworkAclEntryRequest -
      Returns:
      A Java Future containing the result of the ReplaceNetworkAclEntry operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceNetworkAclEntry

      default CompletableFuture<ReplaceNetworkAclEntryResponse> replaceNetworkAclEntry(Consumer<ReplaceNetworkAclEntryRequest.Builder> replaceNetworkAclEntryRequest)

      Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.


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

      Parameters:
      replaceNetworkAclEntryRequest - A Consumer that will call methods on ReplaceNetworkAclEntryRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ReplaceNetworkAclEntry operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceRoute

      default CompletableFuture<ReplaceRouteResponse> replaceRoute(ReplaceRouteRequest replaceRouteRequest)

      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:
      A Java Future containing the result of the ReplaceRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceRoute

      default CompletableFuture<ReplaceRouteResponse> replaceRoute(Consumer<ReplaceRouteRequest.Builder> replaceRouteRequest)

      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.


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

      Parameters:
      replaceRouteRequest - A Consumer that will call methods on ReplaceRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ReplaceRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceRouteTableAssociation

      default CompletableFuture<ReplaceRouteTableAssociationResponse> replaceRouteTableAssociation(ReplaceRouteTableAssociationRequest replaceRouteTableAssociationRequest)

      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:
      A Java Future containing the result of the ReplaceRouteTableAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceRouteTableAssociation

      default CompletableFuture<ReplaceRouteTableAssociationResponse> replaceRouteTableAssociation(Consumer<ReplaceRouteTableAssociationRequest.Builder> replaceRouteTableAssociationRequest)

      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.


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

      Parameters:
      replaceRouteTableAssociationRequest - A Consumer that will call methods on ReplaceRouteTableAssociationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ReplaceRouteTableAssociation operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceTransitGatewayRoute

      default CompletableFuture<ReplaceTransitGatewayRouteResponse> replaceTransitGatewayRoute(ReplaceTransitGatewayRouteRequest replaceTransitGatewayRouteRequest)

      Replaces the specified route in the specified transit gateway route table.

      Parameters:
      replaceTransitGatewayRouteRequest -
      Returns:
      A Java Future containing the result of the ReplaceTransitGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceTransitGatewayRoute

      default CompletableFuture<ReplaceTransitGatewayRouteResponse> replaceTransitGatewayRoute(Consumer<ReplaceTransitGatewayRouteRequest.Builder> replaceTransitGatewayRouteRequest)

      Replaces the specified route in the specified transit gateway route table.


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

      Parameters:
      replaceTransitGatewayRouteRequest - A Consumer that will call methods on ReplaceTransitGatewayRouteRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ReplaceTransitGatewayRoute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceVpnTunnel

      default CompletableFuture<ReplaceVpnTunnelResponse> replaceVpnTunnel(ReplaceVpnTunnelRequest replaceVpnTunnelRequest)

      Trigger replacement of specified VPN tunnel.

      Parameters:
      replaceVpnTunnelRequest -
      Returns:
      A Java Future containing the result of the ReplaceVpnTunnel operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • replaceVpnTunnel

      default CompletableFuture<ReplaceVpnTunnelResponse> replaceVpnTunnel(Consumer<ReplaceVpnTunnelRequest.Builder> replaceVpnTunnelRequest)

      Trigger replacement of specified VPN tunnel.


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

      Parameters:
      replaceVpnTunnelRequest - A Consumer that will call methods on ReplaceVpnTunnelRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ReplaceVpnTunnel operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • reportInstanceStatus

      default CompletableFuture<ReportInstanceStatusResponse> reportInstanceStatus(ReportInstanceStatusRequest reportInstanceStatusRequest)

      Submits feedback about the status of an instance. The instance must be in the running state. If your experience with the instance differs from the instance status returned by DescribeInstanceStatus, use ReportInstanceStatus to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks.

      Use of this action does not change the value returned by DescribeInstanceStatus.

      Parameters:
      reportInstanceStatusRequest -
      Returns:
      A Java Future containing the result of the ReportInstanceStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • reportInstanceStatus

      default CompletableFuture<ReportInstanceStatusResponse> reportInstanceStatus(Consumer<ReportInstanceStatusRequest.Builder> reportInstanceStatusRequest)

      Submits feedback about the status of an instance. The instance must be in the running state. If your experience with the instance differs from the instance status returned by DescribeInstanceStatus, use ReportInstanceStatus to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks.

      Use of this action does not change the value returned by DescribeInstanceStatus.


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

      Parameters:
      reportInstanceStatusRequest - A Consumer that will call methods on ReportInstanceStatusRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ReportInstanceStatus operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • requestSpotFleet

      default CompletableFuture<RequestSpotFleetResponse> requestSpotFleet(RequestSpotFleetRequest requestSpotFleetRequest)

      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:
      A Java Future containing the result of the RequestSpotFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • requestSpotFleet

      default CompletableFuture<RequestSpotFleetResponse> requestSpotFleet(Consumer<RequestSpotFleetRequest.Builder> requestSpotFleetRequest)

      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:
      A Java Future containing the result of the RequestSpotFleet operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • requestSpotInstances

      default CompletableFuture<RequestSpotInstancesResponse> requestSpotInstances(RequestSpotInstancesRequest requestSpotInstancesRequest)

      Creates a Spot Instance request.

      For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances.

      We strongly discourage using the RequestSpotInstances 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 for Linux Instances.

      Parameters:
      requestSpotInstancesRequest - Contains the parameters for RequestSpotInstances.
      Returns:
      A Java Future containing the result of the RequestSpotInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • requestSpotInstances

      default CompletableFuture<RequestSpotInstancesResponse> requestSpotInstances(Consumer<RequestSpotInstancesRequest.Builder> requestSpotInstancesRequest)

      Creates a Spot Instance request.

      For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances.

      We strongly discourage using the RequestSpotInstances 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 for Linux Instances.


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

      Parameters:
      requestSpotInstancesRequest - A Consumer that will call methods on RequestSpotInstancesRequest.Builder to create a request. Contains the parameters for RequestSpotInstances.
      Returns:
      A Java Future containing the result of the RequestSpotInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetAddressAttribute

      default CompletableFuture<ResetAddressAttributeResponse> resetAddressAttribute(ResetAddressAttributeRequest resetAddressAttributeRequest)

      Resets the attribute of the specified IP address. For requirements, see Using reverse DNS for email applications.

      Parameters:
      resetAddressAttributeRequest -
      Returns:
      A Java Future containing the result of the ResetAddressAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetAddressAttribute

      default CompletableFuture<ResetAddressAttributeResponse> resetAddressAttribute(Consumer<ResetAddressAttributeRequest.Builder> resetAddressAttributeRequest)

      Resets the attribute of the specified IP address. For requirements, see Using reverse DNS for email applications.


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

      Parameters:
      resetAddressAttributeRequest - A Consumer that will call methods on ResetAddressAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ResetAddressAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetEbsDefaultKmsKeyId

      default CompletableFuture<ResetEbsDefaultKmsKeyIdResponse> resetEbsDefaultKmsKeyId(ResetEbsDefaultKmsKeyIdRequest resetEbsDefaultKmsKeyIdRequest)

      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:
      A Java Future containing the result of the ResetEbsDefaultKmsKeyId operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetEbsDefaultKmsKeyId

      default CompletableFuture<ResetEbsDefaultKmsKeyIdResponse> resetEbsDefaultKmsKeyId(Consumer<ResetEbsDefaultKmsKeyIdRequest.Builder> resetEbsDefaultKmsKeyIdRequest)

      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.


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

      Parameters:
      resetEbsDefaultKmsKeyIdRequest - A Consumer that will call methods on ResetEbsDefaultKmsKeyIdRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ResetEbsDefaultKmsKeyId operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetFpgaImageAttribute

      default CompletableFuture<ResetFpgaImageAttributeResponse> resetFpgaImageAttribute(ResetFpgaImageAttributeRequest resetFpgaImageAttributeRequest)

      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:
      A Java Future containing the result of the ResetFpgaImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetFpgaImageAttribute

      default CompletableFuture<ResetFpgaImageAttributeResponse> resetFpgaImageAttribute(Consumer<ResetFpgaImageAttributeRequest.Builder> resetFpgaImageAttributeRequest)

      Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.


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

      Parameters:
      resetFpgaImageAttributeRequest - A Consumer that will call methods on ResetFpgaImageAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ResetFpgaImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetImageAttribute

      default CompletableFuture<ResetImageAttributeResponse> resetImageAttribute(ResetImageAttributeRequest resetImageAttributeRequest)

      Resets an attribute of an AMI to its default value.

      Parameters:
      resetImageAttributeRequest - Contains the parameters for ResetImageAttribute.
      Returns:
      A Java Future containing the result of the ResetImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetImageAttribute

      default CompletableFuture<ResetImageAttributeResponse> resetImageAttribute(Consumer<ResetImageAttributeRequest.Builder> resetImageAttributeRequest)

      Resets an attribute of an AMI to its default value.


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

      Parameters:
      resetImageAttributeRequest - A Consumer that will call methods on ResetImageAttributeRequest.Builder to create a request. Contains the parameters for ResetImageAttribute.
      Returns:
      A Java Future containing the result of the ResetImageAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetInstanceAttribute

      default CompletableFuture<ResetInstanceAttributeResponse> resetInstanceAttribute(ResetInstanceAttributeRequest resetInstanceAttributeRequest)

      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:
      A Java Future containing the result of the ResetInstanceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetInstanceAttribute

      default CompletableFuture<ResetInstanceAttributeResponse> resetInstanceAttribute(Consumer<ResetInstanceAttributeRequest.Builder> resetInstanceAttributeRequest)

      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.


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

      Parameters:
      resetInstanceAttributeRequest - A Consumer that will call methods on ResetInstanceAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ResetInstanceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetNetworkInterfaceAttribute

      default CompletableFuture<ResetNetworkInterfaceAttributeResponse> resetNetworkInterfaceAttribute(ResetNetworkInterfaceAttributeRequest resetNetworkInterfaceAttributeRequest)

      Resets a network interface attribute. You can specify only one attribute at a time.

      Parameters:
      resetNetworkInterfaceAttributeRequest - Contains the parameters for ResetNetworkInterfaceAttribute.
      Returns:
      A Java Future containing the result of the ResetNetworkInterfaceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetNetworkInterfaceAttribute

      default CompletableFuture<ResetNetworkInterfaceAttributeResponse> resetNetworkInterfaceAttribute(Consumer<ResetNetworkInterfaceAttributeRequest.Builder> resetNetworkInterfaceAttributeRequest)

      Resets a network interface attribute. You can specify only one attribute at a time.


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

      Parameters:
      resetNetworkInterfaceAttributeRequest - A Consumer that will call methods on ResetNetworkInterfaceAttributeRequest.Builder to create a request. Contains the parameters for ResetNetworkInterfaceAttribute.
      Returns:
      A Java Future containing the result of the ResetNetworkInterfaceAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetSnapshotAttribute

      default CompletableFuture<ResetSnapshotAttributeResponse> resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)

      Resets permission settings for the specified snapshot.

      For more information about modifying snapshot permissions, see Share a snapshot in the Amazon EBS User Guide.

      Parameters:
      resetSnapshotAttributeRequest -
      Returns:
      A Java Future containing the result of the ResetSnapshotAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • resetSnapshotAttribute

      default CompletableFuture<ResetSnapshotAttributeResponse> resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest)

      Resets permission settings for the specified snapshot.

      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 ResetSnapshotAttributeRequest.Builder avoiding the need to create one manually via ResetSnapshotAttributeRequest.builder()

      Parameters:
      resetSnapshotAttributeRequest - A Consumer that will call methods on ResetSnapshotAttributeRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the ResetSnapshotAttribute operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreAddressToClassic

      default CompletableFuture<RestoreAddressToClassicResponse> restoreAddressToClassic(RestoreAddressToClassicRequest restoreAddressToClassicRequest)

      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:
      A Java Future containing the result of the RestoreAddressToClassic operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreAddressToClassic

      default CompletableFuture<RestoreAddressToClassicResponse> restoreAddressToClassic(Consumer<RestoreAddressToClassicRequest.Builder> restoreAddressToClassicRequest)

      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.


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

      Parameters:
      restoreAddressToClassicRequest - A Consumer that will call methods on RestoreAddressToClassicRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RestoreAddressToClassic operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreImageFromRecycleBin

      default CompletableFuture<RestoreImageFromRecycleBinResponse> restoreImageFromRecycleBin(RestoreImageFromRecycleBinRequest restoreImageFromRecycleBinRequest)

      Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.

      Parameters:
      restoreImageFromRecycleBinRequest -
      Returns:
      A Java Future containing the result of the RestoreImageFromRecycleBin operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreImageFromRecycleBin

      default CompletableFuture<RestoreImageFromRecycleBinResponse> restoreImageFromRecycleBin(Consumer<RestoreImageFromRecycleBinRequest.Builder> restoreImageFromRecycleBinRequest)

      Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.


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

      Parameters:
      restoreImageFromRecycleBinRequest - A Consumer that will call methods on RestoreImageFromRecycleBinRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RestoreImageFromRecycleBin operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreManagedPrefixListVersion

      default CompletableFuture<RestoreManagedPrefixListVersionResponse> restoreManagedPrefixListVersion(RestoreManagedPrefixListVersionRequest restoreManagedPrefixListVersionRequest)

      Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.

      Parameters:
      restoreManagedPrefixListVersionRequest -
      Returns:
      A Java Future containing the result of the RestoreManagedPrefixListVersion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreManagedPrefixListVersion

      default CompletableFuture<RestoreManagedPrefixListVersionResponse> restoreManagedPrefixListVersion(Consumer<RestoreManagedPrefixListVersionRequest.Builder> restoreManagedPrefixListVersionRequest)

      Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.


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

      Parameters:
      restoreManagedPrefixListVersionRequest - A Consumer that will call methods on RestoreManagedPrefixListVersionRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RestoreManagedPrefixListVersion operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreSnapshotFromRecycleBin

      default CompletableFuture<RestoreSnapshotFromRecycleBinResponse> restoreSnapshotFromRecycleBin(RestoreSnapshotFromRecycleBinRequest restoreSnapshotFromRecycleBinRequest)

      Restores a snapshot from the Recycle Bin. For more information, see Restore snapshots from the Recycle Bin in the Amazon EBS User Guide.

      Parameters:
      restoreSnapshotFromRecycleBinRequest -
      Returns:
      A Java Future containing the result of the RestoreSnapshotFromRecycleBin operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreSnapshotFromRecycleBin

      default CompletableFuture<RestoreSnapshotFromRecycleBinResponse> restoreSnapshotFromRecycleBin(Consumer<RestoreSnapshotFromRecycleBinRequest.Builder> restoreSnapshotFromRecycleBinRequest)

      Restores a snapshot from the Recycle Bin. For more information, see Restore snapshots from the Recycle Bin in the Amazon EBS User Guide.


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

      Parameters:
      restoreSnapshotFromRecycleBinRequest - A Consumer that will call methods on RestoreSnapshotFromRecycleBinRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RestoreSnapshotFromRecycleBin operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreSnapshotTier

      default CompletableFuture<RestoreSnapshotTierResponse> restoreSnapshotTier(RestoreSnapshotTierRequest restoreSnapshotTierRequest)

      Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or restore type for a snapshot that was previously temporarily restored.

      For more information see Restore an archived snapshot and modify the restore period or restore type for a temporarily restored snapshot in the Amazon EBS User Guide.

      Parameters:
      restoreSnapshotTierRequest -
      Returns:
      A Java Future containing the result of the RestoreSnapshotTier operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • restoreSnapshotTier

      default CompletableFuture<RestoreSnapshotTierResponse> restoreSnapshotTier(Consumer<RestoreSnapshotTierRequest.Builder> restoreSnapshotTierRequest)

      Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or restore type for a snapshot that was previously temporarily restored.

      For more information see Restore an archived snapshot and modify the restore period or restore type for a temporarily restored snapshot in the Amazon EBS User Guide.


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

      Parameters:
      restoreSnapshotTierRequest - A Consumer that will call methods on RestoreSnapshotTierRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RestoreSnapshotTier operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • revokeClientVpnIngress

      default CompletableFuture<RevokeClientVpnIngressResponse> revokeClientVpnIngress(RevokeClientVpnIngressRequest revokeClientVpnIngressRequest)

      Removes an ingress authorization rule from a Client VPN endpoint.

      Parameters:
      revokeClientVpnIngressRequest -
      Returns:
      A Java Future containing the result of the RevokeClientVpnIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • revokeClientVpnIngress

      default CompletableFuture<RevokeClientVpnIngressResponse> revokeClientVpnIngress(Consumer<RevokeClientVpnIngressRequest.Builder> revokeClientVpnIngressRequest)

      Removes an ingress authorization rule from a Client VPN endpoint.


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

      Parameters:
      revokeClientVpnIngressRequest - A Consumer that will call methods on RevokeClientVpnIngressRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the RevokeClientVpnIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • revokeSecurityGroupEgress

      default CompletableFuture<RevokeSecurityGroupEgressResponse> revokeSecurityGroupEgress(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest)

      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:
      A Java Future containing the result of the RevokeSecurityGroupEgress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • revokeSecurityGroupEgress

      default CompletableFuture<RevokeSecurityGroupEgressResponse> revokeSecurityGroupEgress(Consumer<RevokeSecurityGroupEgressRequest.Builder> revokeSecurityGroupEgressRequest)

      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:
      A Java Future containing the result of the RevokeSecurityGroupEgress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • revokeSecurityGroupIngress

      default CompletableFuture<RevokeSecurityGroupIngressResponse> revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)

      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:
      A Java Future containing the result of the RevokeSecurityGroupIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • revokeSecurityGroupIngress

      default CompletableFuture<RevokeSecurityGroupIngressResponse> revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest)

      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:
      A Java Future containing the result of the RevokeSecurityGroupIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • runInstances

      default CompletableFuture<RunInstancesResponse> runInstances(RunInstancesRequest runInstancesRequest)

      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:
      A Java Future containing the result of the RunInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • runInstances

      default CompletableFuture<RunInstancesResponse> runInstances(Consumer<RunInstancesRequest.Builder> runInstancesRequest)

      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:
      A Java Future containing the result of the RunInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • runScheduledInstances

      default CompletableFuture<RunScheduledInstancesResponse> runScheduledInstances(RunScheduledInstancesRequest runScheduledInstancesRequest)

      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:
      A Java Future containing the result of the RunScheduledInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • runScheduledInstances

      default CompletableFuture<RunScheduledInstancesResponse> runScheduledInstances(Consumer<RunScheduledInstancesRequest.Builder> runScheduledInstancesRequest)

      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.


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

      Parameters:
      runScheduledInstancesRequest - A Consumer that will call methods on RunScheduledInstancesRequest.Builder to create a request. Contains the parameters for RunScheduledInstances.
      Returns:
      A Java Future containing the result of the RunScheduledInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchLocalGatewayRoutes

      default CompletableFuture<SearchLocalGatewayRoutesResponse> searchLocalGatewayRoutes(SearchLocalGatewayRoutesRequest searchLocalGatewayRoutesRequest)

      Searches for routes in the specified local gateway route table.

      Parameters:
      searchLocalGatewayRoutesRequest -
      Returns:
      A Java Future containing the result of the SearchLocalGatewayRoutes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchLocalGatewayRoutes

      default CompletableFuture<SearchLocalGatewayRoutesResponse> searchLocalGatewayRoutes(Consumer<SearchLocalGatewayRoutesRequest.Builder> searchLocalGatewayRoutesRequest)

      Searches for routes in the specified local gateway route table.


      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 Java Future containing the result of the SearchLocalGatewayRoutes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchLocalGatewayRoutesPaginator

      default SearchLocalGatewayRoutesPublisher searchLocalGatewayRoutesPaginator(SearchLocalGatewayRoutesRequest searchLocalGatewayRoutesRequest)

      This is a variant of searchLocalGatewayRoutes(software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesPublisher publisher = client.searchLocalGatewayRoutesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesPublisher publisher = client.searchLocalGatewayRoutesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchLocalGatewayRoutesPaginator

      default SearchLocalGatewayRoutesPublisher searchLocalGatewayRoutesPaginator(Consumer<SearchLocalGatewayRoutesRequest.Builder> searchLocalGatewayRoutesRequest)

      This is a variant of searchLocalGatewayRoutes(software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesPublisher publisher = client.searchLocalGatewayRoutesPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.SearchLocalGatewayRoutesPublisher publisher = client.searchLocalGatewayRoutesPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.SearchLocalGatewayRoutesResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchTransitGatewayMulticastGroups

      default CompletableFuture<SearchTransitGatewayMulticastGroupsResponse> searchTransitGatewayMulticastGroups(SearchTransitGatewayMulticastGroupsRequest searchTransitGatewayMulticastGroupsRequest)

      Searches one or more transit gateway multicast groups and returns the group membership information.

      Parameters:
      searchTransitGatewayMulticastGroupsRequest -
      Returns:
      A Java Future containing the result of the SearchTransitGatewayMulticastGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchTransitGatewayMulticastGroups

      default CompletableFuture<SearchTransitGatewayMulticastGroupsResponse> searchTransitGatewayMulticastGroups(Consumer<SearchTransitGatewayMulticastGroupsRequest.Builder> searchTransitGatewayMulticastGroupsRequest)

      Searches one or more transit gateway multicast groups and returns the group membership information.


      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 Java Future containing the result of the SearchTransitGatewayMulticastGroups operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchTransitGatewayMulticastGroupsPaginator

      default SearchTransitGatewayMulticastGroupsPublisher searchTransitGatewayMulticastGroupsPaginator(SearchTransitGatewayMulticastGroupsRequest searchTransitGatewayMulticastGroupsRequest)

      This is a variant of searchTransitGatewayMulticastGroups(software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsPublisher publisher = client.searchTransitGatewayMulticastGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsPublisher publisher = client.searchTransitGatewayMulticastGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchTransitGatewayMulticastGroupsPaginator

      default SearchTransitGatewayMulticastGroupsPublisher searchTransitGatewayMulticastGroupsPaginator(Consumer<SearchTransitGatewayMulticastGroupsRequest.Builder> searchTransitGatewayMulticastGroupsRequest)

      This is a variant of searchTransitGatewayMulticastGroups(software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsRequest) operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.

      When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a new Subscription i.e., a new contract to stream data from the starting request.

      The following are few ways to use the response class:

      1) Using the subscribe helper method
       
       software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsPublisher publisher = client.searchTransitGatewayMulticastGroupsPaginator(request);
       CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
       future.get();
       
       
      2) Using a custom subscriber
       
       software.amazon.awssdk.services.ec2.paginators.SearchTransitGatewayMulticastGroupsPublisher publisher = client.searchTransitGatewayMulticastGroupsPaginator(request);
       publisher.subscribe(new Subscriber<software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsResponse>() {
       
       public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
       
       
       public void onNext(software.amazon.awssdk.services.ec2.model.SearchTransitGatewayMulticastGroupsResponse response) { //... };
       });
       
      As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.

      Please notice that the configuration of MaxResults won't limit the number of results you get with 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 publisher that can be subscribed to request a stream of response pages.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchTransitGatewayRoutes

      default CompletableFuture<SearchTransitGatewayRoutesResponse> searchTransitGatewayRoutes(SearchTransitGatewayRoutesRequest searchTransitGatewayRoutesRequest)

      Searches for routes in the specified transit gateway route table.

      Parameters:
      searchTransitGatewayRoutesRequest -
      Returns:
      A Java Future containing the result of the SearchTransitGatewayRoutes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • searchTransitGatewayRoutes

      default CompletableFuture<SearchTransitGatewayRoutesResponse> searchTransitGatewayRoutes(Consumer<SearchTransitGatewayRoutesRequest.Builder> searchTransitGatewayRoutesRequest)

      Searches for routes in the specified transit gateway route table.


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

      Parameters:
      searchTransitGatewayRoutesRequest - A Consumer that will call methods on SearchTransitGatewayRoutesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the SearchTransitGatewayRoutes operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • sendDiagnosticInterrupt

      default CompletableFuture<SendDiagnosticInterruptResponse> sendDiagnosticInterrupt(SendDiagnosticInterruptRequest sendDiagnosticInterruptRequest)

      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:
      A Java Future containing the result of the SendDiagnosticInterrupt operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • sendDiagnosticInterrupt

      default CompletableFuture<SendDiagnosticInterruptResponse> sendDiagnosticInterrupt(Consumer<SendDiagnosticInterruptRequest.Builder> sendDiagnosticInterruptRequest)

      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).


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

      Parameters:
      sendDiagnosticInterruptRequest - A Consumer that will call methods on SendDiagnosticInterruptRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the SendDiagnosticInterrupt operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startInstances

      default CompletableFuture<StartInstancesResponse> startInstances(StartInstancesRequest startInstancesRequest)

      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:
      A Java Future containing the result of the StartInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startInstances

      default CompletableFuture<StartInstancesResponse> startInstances(Consumer<StartInstancesRequest.Builder> startInstancesRequest)

      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:
      A Java Future containing the result of the StartInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startNetworkInsightsAccessScopeAnalysis

      default CompletableFuture<StartNetworkInsightsAccessScopeAnalysisResponse> startNetworkInsightsAccessScopeAnalysis(StartNetworkInsightsAccessScopeAnalysisRequest startNetworkInsightsAccessScopeAnalysisRequest)

      Starts analyzing the specified Network Access Scope.

      Parameters:
      startNetworkInsightsAccessScopeAnalysisRequest -
      Returns:
      A Java Future containing the result of the StartNetworkInsightsAccessScopeAnalysis operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startNetworkInsightsAccessScopeAnalysis

      default CompletableFuture<StartNetworkInsightsAccessScopeAnalysisResponse> startNetworkInsightsAccessScopeAnalysis(Consumer<StartNetworkInsightsAccessScopeAnalysisRequest.Builder> startNetworkInsightsAccessScopeAnalysisRequest)

      Starts analyzing the specified Network Access Scope.


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

      Parameters:
      startNetworkInsightsAccessScopeAnalysisRequest - A Consumer that will call methods on StartNetworkInsightsAccessScopeAnalysisRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StartNetworkInsightsAccessScopeAnalysis operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startNetworkInsightsAnalysis

      default CompletableFuture<StartNetworkInsightsAnalysisResponse> startNetworkInsightsAnalysis(StartNetworkInsightsAnalysisRequest startNetworkInsightsAnalysisRequest)

      Starts analyzing the specified path. If the path is reachable, the operation returns the shortest feasible path.

      Parameters:
      startNetworkInsightsAnalysisRequest -
      Returns:
      A Java Future containing the result of the StartNetworkInsightsAnalysis operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startNetworkInsightsAnalysis

      default CompletableFuture<StartNetworkInsightsAnalysisResponse> startNetworkInsightsAnalysis(Consumer<StartNetworkInsightsAnalysisRequest.Builder> startNetworkInsightsAnalysisRequest)

      Starts analyzing the specified path. If the path is reachable, the operation returns the shortest feasible path.


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

      Parameters:
      startNetworkInsightsAnalysisRequest - A Consumer that will call methods on StartNetworkInsightsAnalysisRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StartNetworkInsightsAnalysis operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startVpcEndpointServicePrivateDnsVerification

      default CompletableFuture<StartVpcEndpointServicePrivateDnsVerificationResponse> startVpcEndpointServicePrivateDnsVerification(StartVpcEndpointServicePrivateDnsVerificationRequest startVpcEndpointServicePrivateDnsVerificationRequest)

      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:
      A Java Future containing the result of the StartVpcEndpointServicePrivateDnsVerification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • startVpcEndpointServicePrivateDnsVerification

      default CompletableFuture<StartVpcEndpointServicePrivateDnsVerificationResponse> startVpcEndpointServicePrivateDnsVerification(Consumer<StartVpcEndpointServicePrivateDnsVerificationRequest.Builder> startVpcEndpointServicePrivateDnsVerificationRequest)

      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.


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

      Parameters:
      startVpcEndpointServicePrivateDnsVerificationRequest - A Consumer that will call methods on StartVpcEndpointServicePrivateDnsVerificationRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the StartVpcEndpointServicePrivateDnsVerification operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • stopInstances

      default CompletableFuture<StopInstancesResponse> stopInstances(StopInstancesRequest stopInstancesRequest)

      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:
      A Java Future containing the result of the StopInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • stopInstances

      default CompletableFuture<StopInstancesResponse> stopInstances(Consumer<StopInstancesRequest.Builder> stopInstancesRequest)

      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:
      A Java Future containing the result of the StopInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • terminateClientVpnConnections

      default CompletableFuture<TerminateClientVpnConnectionsResponse> terminateClientVpnConnections(TerminateClientVpnConnectionsRequest terminateClientVpnConnectionsRequest)

      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:
      A Java Future containing the result of the TerminateClientVpnConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • terminateClientVpnConnections

      default CompletableFuture<TerminateClientVpnConnectionsResponse> terminateClientVpnConnections(Consumer<TerminateClientVpnConnectionsRequest.Builder> terminateClientVpnConnectionsRequest)

      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.


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

      Parameters:
      terminateClientVpnConnectionsRequest - A Consumer that will call methods on TerminateClientVpnConnectionsRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the TerminateClientVpnConnections operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • terminateInstances

      default CompletableFuture<TerminateInstancesResponse> terminateInstances(TerminateInstancesRequest terminateInstancesRequest)

      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:
      A Java Future containing the result of the TerminateInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • terminateInstances

      default CompletableFuture<TerminateInstancesResponse> terminateInstances(Consumer<TerminateInstancesRequest.Builder> terminateInstancesRequest)

      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:
      A Java Future containing the result of the TerminateInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unassignIpv6Addresses

      default CompletableFuture<UnassignIpv6AddressesResponse> unassignIpv6Addresses(UnassignIpv6AddressesRequest unassignIpv6AddressesRequest)

      Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.

      Parameters:
      unassignIpv6AddressesRequest -
      Returns:
      A Java Future containing the result of the UnassignIpv6Addresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unassignIpv6Addresses

      default CompletableFuture<UnassignIpv6AddressesResponse> unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest)

      Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.


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

      Parameters:
      unassignIpv6AddressesRequest - A Consumer that will call methods on UnassignIpv6AddressesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UnassignIpv6Addresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unassignPrivateIpAddresses

      default CompletableFuture<UnassignPrivateIpAddressesResponse> unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)

      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:
      A Java Future containing the result of the UnassignPrivateIpAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unassignPrivateIpAddresses

      default CompletableFuture<UnassignPrivateIpAddressesResponse> unassignPrivateIpAddresses(Consumer<UnassignPrivateIpAddressesRequest.Builder> unassignPrivateIpAddressesRequest)

      Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.


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

      Parameters:
      unassignPrivateIpAddressesRequest - A Consumer that will call methods on UnassignPrivateIpAddressesRequest.Builder to create a request. Contains the parameters for UnassignPrivateIpAddresses.
      Returns:
      A Java Future containing the result of the UnassignPrivateIpAddresses operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unassignPrivateNatGatewayAddress

      default CompletableFuture<UnassignPrivateNatGatewayAddressResponse> unassignPrivateNatGatewayAddress(UnassignPrivateNatGatewayAddressRequest unassignPrivateNatGatewayAddressRequest)

      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:
      A Java Future containing the result of the UnassignPrivateNatGatewayAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unassignPrivateNatGatewayAddress

      default CompletableFuture<UnassignPrivateNatGatewayAddressResponse> unassignPrivateNatGatewayAddress(Consumer<UnassignPrivateNatGatewayAddressRequest.Builder> unassignPrivateNatGatewayAddressRequest)

      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.


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

      Parameters:
      unassignPrivateNatGatewayAddressRequest - A Consumer that will call methods on UnassignPrivateNatGatewayAddressRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UnassignPrivateNatGatewayAddress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unlockSnapshot

      default CompletableFuture<UnlockSnapshotResponse> unlockSnapshot(UnlockSnapshotRequest unlockSnapshotRequest)

      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:
      A Java Future containing the result of the UnlockSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unlockSnapshot

      default CompletableFuture<UnlockSnapshotResponse> unlockSnapshot(Consumer<UnlockSnapshotRequest.Builder> unlockSnapshotRequest)

      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.


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

      Parameters:
      unlockSnapshotRequest - A Consumer that will call methods on UnlockSnapshotRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UnlockSnapshot operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unmonitorInstances

      default CompletableFuture<UnmonitorInstancesResponse> unmonitorInstances(UnmonitorInstancesRequest unmonitorInstancesRequest)

      Disables detailed monitoring for a running instance. For more information, see Monitoring your instances and volumes in the Amazon EC2 User Guide.

      Parameters:
      unmonitorInstancesRequest -
      Returns:
      A Java Future containing the result of the UnmonitorInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • unmonitorInstances

      default CompletableFuture<UnmonitorInstancesResponse> unmonitorInstances(Consumer<UnmonitorInstancesRequest.Builder> unmonitorInstancesRequest)

      Disables detailed monitoring for a running instance. For more information, see Monitoring your instances and volumes in the Amazon EC2 User Guide.


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

      Parameters:
      unmonitorInstancesRequest - A Consumer that will call methods on UnmonitorInstancesRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UnmonitorInstances operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateSecurityGroupRuleDescriptionsEgress

      default CompletableFuture<UpdateSecurityGroupRuleDescriptionsEgressResponse> updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest)

      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:
      A Java Future containing the result of the UpdateSecurityGroupRuleDescriptionsEgress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateSecurityGroupRuleDescriptionsEgress

      default CompletableFuture<UpdateSecurityGroupRuleDescriptionsEgressResponse> updateSecurityGroupRuleDescriptionsEgress(Consumer<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder> updateSecurityGroupRuleDescriptionsEgressRequest)

      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.


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

      Parameters:
      updateSecurityGroupRuleDescriptionsEgressRequest - A Consumer that will call methods on UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateSecurityGroupRuleDescriptionsEgress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateSecurityGroupRuleDescriptionsIngress

      default CompletableFuture<UpdateSecurityGroupRuleDescriptionsIngressResponse> updateSecurityGroupRuleDescriptionsIngress(UpdateSecurityGroupRuleDescriptionsIngressRequest updateSecurityGroupRuleDescriptionsIngressRequest)

      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:
      A Java Future containing the result of the UpdateSecurityGroupRuleDescriptionsIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • updateSecurityGroupRuleDescriptionsIngress

      default CompletableFuture<UpdateSecurityGroupRuleDescriptionsIngressResponse> updateSecurityGroupRuleDescriptionsIngress(Consumer<UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder> updateSecurityGroupRuleDescriptionsIngressRequest)

      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.


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

      Parameters:
      updateSecurityGroupRuleDescriptionsIngressRequest - A Consumer that will call methods on UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the UpdateSecurityGroupRuleDescriptionsIngress operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • withdrawByoipCidr

      default CompletableFuture<WithdrawByoipCidrResponse> withdrawByoipCidr(WithdrawByoipCidrRequest withdrawByoipCidrRequest)

      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:
      A Java Future containing the result of the WithdrawByoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • withdrawByoipCidr

      default CompletableFuture<WithdrawByoipCidrResponse> withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)

      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.


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

      Parameters:
      withdrawByoipCidrRequest - A Consumer that will call methods on WithdrawByoipCidrRequest.Builder to create a request.
      Returns:
      A Java Future containing the result of the WithdrawByoipCidr operation returned by the service.
      The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invoke Throwable.getCause() to retrieve the underlying exception.
      • SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
      • SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
      • Ec2Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
      See Also:
    • waiter

      default Ec2AsyncWaiter waiter()
      Create an instance of Ec2AsyncWaiter 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 Ec2AsyncWaiter
    • serviceClientConfiguration

      default Ec2ServiceClientConfiguration serviceClientConfiguration()
      Description copied from interface: SdkClient
      The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration
      Specified by:
      serviceClientConfiguration in interface AwsClient
      Specified by:
      serviceClientConfiguration in interface SdkClient
      Returns:
      SdkServiceClientConfiguration
    • create

      static Ec2AsyncClient create()
      Create a Ec2AsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
    • builder

      static Ec2AsyncClientBuilder builder()
      Create a builder that can be used to configure and create a Ec2AsyncClient.