@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface Ec2AsyncClient extends SdkClient
builder()
method.
Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the Amazon Web Services Cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the Amazon Web Services Cloud where you can launch Amazon Web Services resources in a virtual network that you've defined. Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available and reliable storage volumes that can be attached to any running instance and used like a hard drive.
To learn more, see the following resources:
Amazon EC2: AmazonEC2 product page, Amazon EC2 documentation
Amazon EBS: Amazon EBS product page, Amazon EBS documentation
Amazon VPC: Amazon VPC product page, Amazon VPC documentation
Amazon Web Services VPN: Amazon Web Services VPN product page, Amazon Web Services VPN documentation
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider . |
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<AcceptReservedInstancesExchangeQuoteResponse> |
acceptReservedInstancesExchangeQuote(AcceptReservedInstancesExchangeQuoteRequest acceptReservedInstancesExchangeQuoteRequest)
Accepts the Convertible Reserved Instance exchange quote described in the
GetReservedInstancesExchangeQuote call.
|
default CompletableFuture<AcceptReservedInstancesExchangeQuoteResponse> |
acceptReservedInstancesExchangeQuote(Consumer<AcceptReservedInstancesExchangeQuoteRequest.Builder> acceptReservedInstancesExchangeQuoteRequest)
Accepts the Convertible Reserved Instance exchange quote described in the
GetReservedInstancesExchangeQuote call.
|
default CompletableFuture<AcceptTransitGatewayMulticastDomainAssociationsResponse> |
acceptTransitGatewayMulticastDomainAssociations(AcceptTransitGatewayMulticastDomainAssociationsRequest acceptTransitGatewayMulticastDomainAssociationsRequest)
Accepts a request to associate subnets with a transit gateway multicast domain.
|
default CompletableFuture<AcceptTransitGatewayMulticastDomainAssociationsResponse> |
acceptTransitGatewayMulticastDomainAssociations(Consumer<AcceptTransitGatewayMulticastDomainAssociationsRequest.Builder> acceptTransitGatewayMulticastDomainAssociationsRequest)
Accepts a request to associate subnets with a transit gateway multicast domain.
|
default CompletableFuture<AcceptTransitGatewayPeeringAttachmentResponse> |
acceptTransitGatewayPeeringAttachment(AcceptTransitGatewayPeeringAttachmentRequest acceptTransitGatewayPeeringAttachmentRequest)
Accepts a transit gateway peering attachment request.
|
default CompletableFuture<AcceptTransitGatewayPeeringAttachmentResponse> |
acceptTransitGatewayPeeringAttachment(Consumer<AcceptTransitGatewayPeeringAttachmentRequest.Builder> acceptTransitGatewayPeeringAttachmentRequest)
Accepts a transit gateway peering attachment request.
|
default CompletableFuture<AcceptTransitGatewayVpcAttachmentResponse> |
acceptTransitGatewayVpcAttachment(AcceptTransitGatewayVpcAttachmentRequest acceptTransitGatewayVpcAttachmentRequest)
Accepts a request to attach a VPC to a transit gateway.
|
default CompletableFuture<AcceptTransitGatewayVpcAttachmentResponse> |
acceptTransitGatewayVpcAttachment(Consumer<AcceptTransitGatewayVpcAttachmentRequest.Builder> acceptTransitGatewayVpcAttachmentRequest)
Accepts a request to attach a VPC to a transit gateway.
|
default CompletableFuture<AcceptVpcEndpointConnectionsResponse> |
acceptVpcEndpointConnections(AcceptVpcEndpointConnectionsRequest acceptVpcEndpointConnectionsRequest)
Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.
|
default CompletableFuture<AcceptVpcEndpointConnectionsResponse> |
acceptVpcEndpointConnections(Consumer<AcceptVpcEndpointConnectionsRequest.Builder> acceptVpcEndpointConnectionsRequest)
Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.
|
default CompletableFuture<AcceptVpcPeeringConnectionResponse> |
acceptVpcPeeringConnection(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest)
Accept a VPC peering connection request.
|
default CompletableFuture<AcceptVpcPeeringConnectionResponse> |
acceptVpcPeeringConnection(Consumer<AcceptVpcPeeringConnectionRequest.Builder> acceptVpcPeeringConnectionRequest)
Accept a VPC peering connection request.
|
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).
|
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).
|
default CompletableFuture<AllocateAddressResponse> |
allocateAddress()
Allocates an Elastic IP address to your Amazon Web Services account.
|
default CompletableFuture<AllocateAddressResponse> |
allocateAddress(AllocateAddressRequest allocateAddressRequest)
Allocates an Elastic IP address to your Amazon Web Services account.
|
default CompletableFuture<AllocateAddressResponse> |
allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest)
Allocates an Elastic IP address to your Amazon Web Services account.
|
default CompletableFuture<AllocateHostsResponse> |
allocateHosts(AllocateHostsRequest allocateHostsRequest)
Allocates a Dedicated Host to your account.
|
default CompletableFuture<AllocateHostsResponse> |
allocateHosts(Consumer<AllocateHostsRequest.Builder> allocateHostsRequest)
Allocates a Dedicated Host to your account.
|
default CompletableFuture<AllocateIpamPoolCidrResponse> |
allocateIpamPoolCidr(AllocateIpamPoolCidrRequest allocateIpamPoolCidrRequest)
Allocate a CIDR from an IPAM pool.
|
default CompletableFuture<AllocateIpamPoolCidrResponse> |
allocateIpamPoolCidr(Consumer<AllocateIpamPoolCidrRequest.Builder> allocateIpamPoolCidrRequest)
Allocate a CIDR from an IPAM pool.
|
default CompletableFuture<ApplySecurityGroupsToClientVpnTargetNetworkResponse> |
applySecurityGroupsToClientVpnTargetNetwork(ApplySecurityGroupsToClientVpnTargetNetworkRequest applySecurityGroupsToClientVpnTargetNetworkRequest)
Applies a security group to the association between the target network and the Client VPN endpoint.
|
default CompletableFuture<ApplySecurityGroupsToClientVpnTargetNetworkResponse> |
applySecurityGroupsToClientVpnTargetNetwork(Consumer<ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder> applySecurityGroupsToClientVpnTargetNetworkRequest)
Applies a security group to the association between the target network and the Client VPN endpoint.
|
default CompletableFuture<AssignIpv6AddressesResponse> |
assignIpv6Addresses(AssignIpv6AddressesRequest assignIpv6AddressesRequest)
Assigns one or more IPv6 addresses to the specified network interface.
|
default CompletableFuture<AssignIpv6AddressesResponse> |
assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest)
Assigns one or more IPv6 addresses to the specified network interface.
|
default CompletableFuture<AssignPrivateIpAddressesResponse> |
assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
Assigns one or more secondary private IP addresses to the specified network interface.
|
default CompletableFuture<AssignPrivateIpAddressesResponse> |
assignPrivateIpAddresses(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest)
Assigns one or more secondary private IP addresses to the specified network interface.
|
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.
|
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.
|
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.
|
default CompletableFuture<AssociateClientVpnTargetNetworkResponse> |
associateClientVpnTargetNetwork(AssociateClientVpnTargetNetworkRequest associateClientVpnTargetNetworkRequest)
Associates a target network with a Client VPN endpoint.
|
default CompletableFuture<AssociateClientVpnTargetNetworkResponse> |
associateClientVpnTargetNetwork(Consumer<AssociateClientVpnTargetNetworkRequest.Builder> associateClientVpnTargetNetworkRequest)
Associates a target network with a Client VPN endpoint.
|
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.
|
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.
|
default CompletableFuture<AssociateEnclaveCertificateIamRoleResponse> |
associateEnclaveCertificateIamRole(AssociateEnclaveCertificateIamRoleRequest associateEnclaveCertificateIamRoleRequest)
Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate.
|
default CompletableFuture<AssociateEnclaveCertificateIamRoleResponse> |
associateEnclaveCertificateIamRole(Consumer<AssociateEnclaveCertificateIamRoleRequest.Builder> associateEnclaveCertificateIamRoleRequest)
Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate.
|
default CompletableFuture<AssociateIamInstanceProfileResponse> |
associateIamInstanceProfile(AssociateIamInstanceProfileRequest associateIamInstanceProfileRequest)
Associates an IAM instance profile with a running or stopped instance.
|
default CompletableFuture<AssociateIamInstanceProfileResponse> |
associateIamInstanceProfile(Consumer<AssociateIamInstanceProfileRequest.Builder> associateIamInstanceProfileRequest)
Associates an IAM instance profile with a running or stopped instance.
|
default CompletableFuture<AssociateInstanceEventWindowResponse> |
associateInstanceEventWindow(AssociateInstanceEventWindowRequest associateInstanceEventWindowRequest)
Associates one or more targets with an event window.
|
default CompletableFuture<AssociateInstanceEventWindowResponse> |
associateInstanceEventWindow(Consumer<AssociateInstanceEventWindowRequest.Builder> associateInstanceEventWindowRequest)
Associates one or more targets with an event window.
|
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.
|
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.
|
default CompletableFuture<AssociateSubnetCidrBlockResponse> |
associateSubnetCidrBlock(AssociateSubnetCidrBlockRequest associateSubnetCidrBlockRequest)
Associates a CIDR block with your subnet.
|
default CompletableFuture<AssociateSubnetCidrBlockResponse> |
associateSubnetCidrBlock(Consumer<AssociateSubnetCidrBlockRequest.Builder> associateSubnetCidrBlockRequest)
Associates a CIDR block with your subnet.
|
default CompletableFuture<AssociateTransitGatewayMulticastDomainResponse> |
associateTransitGatewayMulticastDomain(AssociateTransitGatewayMulticastDomainRequest associateTransitGatewayMulticastDomainRequest)
Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast
domain.
|
default CompletableFuture<AssociateTransitGatewayMulticastDomainResponse> |
associateTransitGatewayMulticastDomain(Consumer<AssociateTransitGatewayMulticastDomainRequest.Builder> associateTransitGatewayMulticastDomainRequest)
Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast
domain.
|
default CompletableFuture<AssociateTransitGatewayRouteTableResponse> |
associateTransitGatewayRouteTable(AssociateTransitGatewayRouteTableRequest associateTransitGatewayRouteTableRequest)
Associates the specified attachment with the specified transit gateway route table.
|
default CompletableFuture<AssociateTransitGatewayRouteTableResponse> |
associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest)
Associates the specified attachment with the specified transit gateway route table.
|
default CompletableFuture<AssociateTrunkInterfaceResponse> |
associateTrunkInterface(AssociateTrunkInterfaceRequest associateTrunkInterfaceRequest)
|
default CompletableFuture<AssociateTrunkInterfaceResponse> |
associateTrunkInterface(Consumer<AssociateTrunkInterfaceRequest.Builder> associateTrunkInterfaceRequest)
|
default CompletableFuture<AssociateVpcCidrBlockResponse> |
associateVpcCidrBlock(AssociateVpcCidrBlockRequest associateVpcCidrBlockRequest)
Associates a CIDR block with your VPC.
|
default CompletableFuture<AssociateVpcCidrBlockResponse> |
associateVpcCidrBlock(Consumer<AssociateVpcCidrBlockRequest.Builder> associateVpcCidrBlockRequest)
Associates a CIDR block with your VPC.
|
default CompletableFuture<AttachClassicLinkVpcResponse> |
attachClassicLinkVpc(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest)
Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups.
|
default CompletableFuture<AttachClassicLinkVpcResponse> |
attachClassicLinkVpc(Consumer<AttachClassicLinkVpcRequest.Builder> attachClassicLinkVpcRequest)
Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups.
|
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.
|
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.
|
default CompletableFuture<AttachNetworkInterfaceResponse> |
attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
Attaches a network interface to an instance.
|
default CompletableFuture<AttachNetworkInterfaceResponse> |
attachNetworkInterface(Consumer<AttachNetworkInterfaceRequest.Builder> attachNetworkInterfaceRequest)
Attaches a network interface to an instance.
|
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.
|
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.
|
default CompletableFuture<AttachVpnGatewayResponse> |
attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
default CompletableFuture<AttachVpnGatewayResponse> |
attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
default CompletableFuture<AuthorizeClientVpnIngressResponse> |
authorizeClientVpnIngress(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest)
Adds an ingress authorization rule to a Client VPN endpoint.
|
default CompletableFuture<AuthorizeClientVpnIngressResponse> |
authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest)
Adds an ingress authorization rule to a Client VPN endpoint.
|
default CompletableFuture<AuthorizeSecurityGroupEgressResponse> |
authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.
|
default CompletableFuture<AuthorizeSecurityGroupEgressResponse> |
authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)
[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.
|
default CompletableFuture<AuthorizeSecurityGroupIngressResponse> |
authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
Adds the specified inbound (ingress) rules to a security group.
|
default CompletableFuture<AuthorizeSecurityGroupIngressResponse> |
authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest)
Adds the specified inbound (ingress) rules to a security group.
|
static Ec2AsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
Ec2AsyncClient . |
default CompletableFuture<BundleInstanceResponse> |
bundleInstance(BundleInstanceRequest bundleInstanceRequest)
Bundles an Amazon instance store-backed Windows instance.
|
default CompletableFuture<BundleInstanceResponse> |
bundleInstance(Consumer<BundleInstanceRequest.Builder> bundleInstanceRequest)
Bundles an Amazon instance store-backed Windows instance.
|
default CompletableFuture<CancelBundleTaskResponse> |
cancelBundleTask(CancelBundleTaskRequest cancelBundleTaskRequest)
Cancels a bundling operation for an instance store-backed Windows instance.
|
default CompletableFuture<CancelBundleTaskResponse> |
cancelBundleTask(Consumer<CancelBundleTaskRequest.Builder> cancelBundleTaskRequest)
Cancels a bundling operation for an instance store-backed Windows instance.
|
default CompletableFuture<CancelCapacityReservationResponse> |
cancelCapacityReservation(CancelCapacityReservationRequest cancelCapacityReservationRequest)
Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity
Reservation's state to
cancelled . |
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 . |
default CompletableFuture<CancelCapacityReservationFleetsResponse> |
cancelCapacityReservationFleets(CancelCapacityReservationFleetsRequest cancelCapacityReservationFleetsRequest)
Cancels one or more Capacity Reservation Fleets.
|
default CompletableFuture<CancelCapacityReservationFleetsResponse> |
cancelCapacityReservationFleets(Consumer<CancelCapacityReservationFleetsRequest.Builder> cancelCapacityReservationFleetsRequest)
Cancels one or more Capacity Reservation Fleets.
|
default CompletableFuture<CancelConversionTaskResponse> |
cancelConversionTask(CancelConversionTaskRequest cancelConversionTaskRequest)
Cancels an active conversion task.
|
default CompletableFuture<CancelConversionTaskResponse> |
cancelConversionTask(Consumer<CancelConversionTaskRequest.Builder> cancelConversionTaskRequest)
Cancels an active conversion task.
|
default CompletableFuture<CancelExportTaskResponse> |
cancelExportTask(CancelExportTaskRequest cancelExportTaskRequest)
Cancels an active export task.
|
default CompletableFuture<CancelExportTaskResponse> |
cancelExportTask(Consumer<CancelExportTaskRequest.Builder> cancelExportTaskRequest)
Cancels an active export task.
|
default CompletableFuture<CancelImportTaskResponse> |
cancelImportTask(CancelImportTaskRequest cancelImportTaskRequest)
Cancels an in-process import virtual machine or import snapshot task.
|
default CompletableFuture<CancelImportTaskResponse> |
cancelImportTask(Consumer<CancelImportTaskRequest.Builder> cancelImportTaskRequest)
Cancels an in-process import virtual machine or import snapshot task.
|
default CompletableFuture<CancelReservedInstancesListingResponse> |
cancelReservedInstancesListing(CancelReservedInstancesListingRequest cancelReservedInstancesListingRequest)
Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.
|
default CompletableFuture<CancelReservedInstancesListingResponse> |
cancelReservedInstancesListing(Consumer<CancelReservedInstancesListingRequest.Builder> cancelReservedInstancesListingRequest)
Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.
|
default CompletableFuture<CancelSpotFleetRequestsResponse> |
cancelSpotFleetRequests(CancelSpotFleetRequestsRequest cancelSpotFleetRequestsRequest)
Cancels the specified Spot Fleet requests.
|
default CompletableFuture<CancelSpotFleetRequestsResponse> |
cancelSpotFleetRequests(Consumer<CancelSpotFleetRequestsRequest.Builder> cancelSpotFleetRequestsRequest)
Cancels the specified Spot Fleet requests.
|
default CompletableFuture<CancelSpotInstanceRequestsResponse> |
cancelSpotInstanceRequests(CancelSpotInstanceRequestsRequest cancelSpotInstanceRequestsRequest)
Cancels one or more Spot Instance requests.
|
default CompletableFuture<CancelSpotInstanceRequestsResponse> |
cancelSpotInstanceRequests(Consumer<CancelSpotInstanceRequestsRequest.Builder> cancelSpotInstanceRequestsRequest)
Cancels one or more Spot Instance requests.
|
default CompletableFuture<ConfirmProductInstanceResponse> |
confirmProductInstance(ConfirmProductInstanceRequest confirmProductInstanceRequest)
Determines whether a product code is associated with an instance.
|
default CompletableFuture<ConfirmProductInstanceResponse> |
confirmProductInstance(Consumer<ConfirmProductInstanceRequest.Builder> confirmProductInstanceRequest)
Determines whether a product code is associated with an instance.
|
default CompletableFuture<CopyFpgaImageResponse> |
copyFpgaImage(Consumer<CopyFpgaImageRequest.Builder> copyFpgaImageRequest)
Copies the specified Amazon FPGA Image (AFI) to the current Region.
|
default CompletableFuture<CopyFpgaImageResponse> |
copyFpgaImage(CopyFpgaImageRequest copyFpgaImageRequest)
Copies the specified Amazon FPGA Image (AFI) to the current Region.
|
default CompletableFuture<CopyImageResponse> |
copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)
Initiates the copy of an AMI.
|
default CompletableFuture<CopyImageResponse> |
copyImage(CopyImageRequest copyImageRequest)
Initiates the copy of an AMI.
|
default CompletableFuture<CopySnapshotResponse> |
copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
default CompletableFuture<CopySnapshotResponse> |
copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
static Ec2AsyncClient |
create()
Create a
Ec2AsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CompletableFuture<CreateCapacityReservationResponse> |
createCapacityReservation(Consumer<CreateCapacityReservationRequest.Builder> createCapacityReservationRequest)
Creates a new Capacity Reservation with the specified attributes.
|
default CompletableFuture<CreateCapacityReservationResponse> |
createCapacityReservation(CreateCapacityReservationRequest createCapacityReservationRequest)
Creates a new Capacity Reservation with the specified attributes.
|
default CompletableFuture<CreateCapacityReservationFleetResponse> |
createCapacityReservationFleet(Consumer<CreateCapacityReservationFleetRequest.Builder> createCapacityReservationFleetRequest)
Creates a Capacity Reservation Fleet.
|
default CompletableFuture<CreateCapacityReservationFleetResponse> |
createCapacityReservationFleet(CreateCapacityReservationFleetRequest createCapacityReservationFleetRequest)
Creates a Capacity Reservation Fleet.
|
default CompletableFuture<CreateCarrierGatewayResponse> |
createCarrierGateway(Consumer<CreateCarrierGatewayRequest.Builder> createCarrierGatewayRequest)
Creates a carrier gateway.
|
default CompletableFuture<CreateCarrierGatewayResponse> |
createCarrierGateway(CreateCarrierGatewayRequest createCarrierGatewayRequest)
Creates a carrier gateway.
|
default CompletableFuture<CreateClientVpnEndpointResponse> |
createClientVpnEndpoint(Consumer<CreateClientVpnEndpointRequest.Builder> createClientVpnEndpointRequest)
Creates a Client VPN endpoint.
|
default CompletableFuture<CreateClientVpnEndpointResponse> |
createClientVpnEndpoint(CreateClientVpnEndpointRequest createClientVpnEndpointRequest)
Creates a Client VPN endpoint.
|
default CompletableFuture<CreateClientVpnRouteResponse> |
createClientVpnRoute(Consumer<CreateClientVpnRouteRequest.Builder> createClientVpnRouteRequest)
Adds a route to a network to a Client VPN endpoint.
|
default CompletableFuture<CreateClientVpnRouteResponse> |
createClientVpnRoute(CreateClientVpnRouteRequest createClientVpnRouteRequest)
Adds a route to a network to a Client VPN endpoint.
|
default CompletableFuture<CreateCustomerGatewayResponse> |
createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest)
Provides information to Amazon Web Services about your VPN customer gateway device.
|
default CompletableFuture<CreateCustomerGatewayResponse> |
createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to Amazon Web Services about your VPN customer gateway device.
|
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. |
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. |
default CompletableFuture<CreateDefaultVpcResponse> |
createDefaultVpc()
Creates a default VPC with a size
/16 IPv4 CIDR block and a default subnet in each Availability
Zone. |
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. |
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. |
default CompletableFuture<CreateDhcpOptionsResponse> |
createDhcpOptions(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest)
Creates a set of DHCP options for your VPC.
|
default CompletableFuture<CreateDhcpOptionsResponse> |
createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)
Creates a set of DHCP options for your VPC.
|
default CompletableFuture<CreateEgressOnlyInternetGatewayResponse> |
createEgressOnlyInternetGateway(Consumer<CreateEgressOnlyInternetGatewayRequest.Builder> createEgressOnlyInternetGatewayRequest)
[IPv6 only] Creates an egress-only internet gateway for your VPC.
|
default CompletableFuture<CreateEgressOnlyInternetGatewayResponse> |
createEgressOnlyInternetGateway(CreateEgressOnlyInternetGatewayRequest createEgressOnlyInternetGatewayRequest)
[IPv6 only] Creates an egress-only internet gateway for your VPC.
|
default CompletableFuture<CreateFleetResponse> |
createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)
Launches an EC2 Fleet.
|
default CompletableFuture<CreateFleetResponse> |
createFleet(CreateFleetRequest createFleetRequest)
Launches an EC2 Fleet.
|
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.
|
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.
|
default CompletableFuture<CreateFpgaImageResponse> |
createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
default CompletableFuture<CreateFpgaImageResponse> |
createFpgaImage(CreateFpgaImageRequest createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
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.
|
default CompletableFuture<CreateImageResponse> |
createImage(CreateImageRequest createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
default CompletableFuture<CreateInstanceEventWindowResponse> |
createInstanceEventWindow(Consumer<CreateInstanceEventWindowRequest.Builder> createInstanceEventWindowRequest)
Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.
|
default CompletableFuture<CreateInstanceEventWindowResponse> |
createInstanceEventWindow(CreateInstanceEventWindowRequest createInstanceEventWindowRequest)
Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.
|
default CompletableFuture<CreateInstanceExportTaskResponse> |
createInstanceExportTask(Consumer<CreateInstanceExportTaskRequest.Builder> createInstanceExportTaskRequest)
Exports a running or stopped instance to an Amazon S3 bucket.
|
default CompletableFuture<CreateInstanceExportTaskResponse> |
createInstanceExportTask(CreateInstanceExportTaskRequest createInstanceExportTaskRequest)
Exports a running or stopped instance to an Amazon S3 bucket.
|
default CompletableFuture<CreateInternetGatewayResponse> |
createInternetGateway()
Creates an internet gateway for use with a VPC.
|
default CompletableFuture<CreateInternetGatewayResponse> |
createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest)
Creates an internet gateway for use with a VPC.
|
default CompletableFuture<CreateInternetGatewayResponse> |
createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest)
Creates an internet gateway for use with a VPC.
|
default CompletableFuture<CreateIpamResponse> |
createIpam(Consumer<CreateIpamRequest.Builder> createIpamRequest)
Create an IPAM.
|
default CompletableFuture<CreateIpamResponse> |
createIpam(CreateIpamRequest createIpamRequest)
Create an IPAM.
|
default CompletableFuture<CreateIpamPoolResponse> |
createIpamPool(Consumer<CreateIpamPoolRequest.Builder> createIpamPoolRequest)
Create an IP address pool for Amazon VPC IP Address Manager (IPAM).
|
default CompletableFuture<CreateIpamPoolResponse> |
createIpamPool(CreateIpamPoolRequest createIpamPoolRequest)
Create an IP address pool for Amazon VPC IP Address Manager (IPAM).
|
default CompletableFuture<CreateIpamScopeResponse> |
createIpamScope(Consumer<CreateIpamScopeRequest.Builder> createIpamScopeRequest)
Create an IPAM scope.
|
default CompletableFuture<CreateIpamScopeResponse> |
createIpamScope(CreateIpamScopeRequest createIpamScopeRequest)
Create an IPAM scope.
|
default CompletableFuture<CreateKeyPairResponse> |
createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name.
|
default CompletableFuture<CreateKeyPairResponse> |
createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name.
|
default CompletableFuture<CreateLaunchTemplateResponse> |
createLaunchTemplate(Consumer<CreateLaunchTemplateRequest.Builder> createLaunchTemplateRequest)
Creates a launch template.
|
default CompletableFuture<CreateLaunchTemplateResponse> |
createLaunchTemplate(CreateLaunchTemplateRequest createLaunchTemplateRequest)
Creates a launch template.
|
default CompletableFuture<CreateLaunchTemplateVersionResponse> |
createLaunchTemplateVersion(Consumer<CreateLaunchTemplateVersionRequest.Builder> createLaunchTemplateVersionRequest)
Creates a new version for a launch template.
|
default CompletableFuture<CreateLaunchTemplateVersionResponse> |
createLaunchTemplateVersion(CreateLaunchTemplateVersionRequest createLaunchTemplateVersionRequest)
Creates a new version for a launch template.
|
default CompletableFuture<CreateLocalGatewayRouteResponse> |
createLocalGatewayRoute(Consumer<CreateLocalGatewayRouteRequest.Builder> createLocalGatewayRouteRequest)
Creates a static route for the specified local gateway route table.
|
default CompletableFuture<CreateLocalGatewayRouteResponse> |
createLocalGatewayRoute(CreateLocalGatewayRouteRequest createLocalGatewayRouteRequest)
Creates a static route for the specified local gateway route table.
|
default CompletableFuture<CreateLocalGatewayRouteTableVpcAssociationResponse> |
createLocalGatewayRouteTableVpcAssociation(Consumer<CreateLocalGatewayRouteTableVpcAssociationRequest.Builder> createLocalGatewayRouteTableVpcAssociationRequest)
Associates the specified VPC with the specified local gateway route table.
|
default CompletableFuture<CreateLocalGatewayRouteTableVpcAssociationResponse> |
createLocalGatewayRouteTableVpcAssociation(CreateLocalGatewayRouteTableVpcAssociationRequest createLocalGatewayRouteTableVpcAssociationRequest)
Associates the specified VPC with the specified local gateway route table.
|
default CompletableFuture<CreateManagedPrefixListResponse> |
createManagedPrefixList(Consumer<CreateManagedPrefixListRequest.Builder> createManagedPrefixListRequest)
Creates a managed prefix list.
|
default CompletableFuture<CreateManagedPrefixListResponse> |
createManagedPrefixList(CreateManagedPrefixListRequest createManagedPrefixListRequest)
Creates a managed prefix list.
|
default CompletableFuture<CreateNatGatewayResponse> |
createNatGateway(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.
|
default CompletableFuture<CreateNatGatewayResponse> |
createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified subnet.
|
default CompletableFuture<CreateNetworkAclResponse> |
createNetworkAcl(Consumer<CreateNetworkAclRequest.Builder> createNetworkAclRequest)
Creates a network ACL in a VPC.
|
default CompletableFuture<CreateNetworkAclResponse> |
createNetworkAcl(CreateNetworkAclRequest createNetworkAclRequest)
Creates a network ACL in a VPC.
|
default CompletableFuture<CreateNetworkAclEntryResponse> |
createNetworkAclEntry(Consumer<CreateNetworkAclEntryRequest.Builder> createNetworkAclEntryRequest)
Creates an entry (a rule) in a network ACL with the specified rule number.
|
default CompletableFuture<CreateNetworkAclEntryResponse> |
createNetworkAclEntry(CreateNetworkAclEntryRequest createNetworkAclEntryRequest)
Creates an entry (a rule) in a network ACL with the specified rule number.
|
default CompletableFuture<CreateNetworkInsightsAccessScopeResponse> |
createNetworkInsightsAccessScope(Consumer<CreateNetworkInsightsAccessScopeRequest.Builder> createNetworkInsightsAccessScopeRequest)
Creates a Network Access Scope.
|
default CompletableFuture<CreateNetworkInsightsAccessScopeResponse> |
createNetworkInsightsAccessScope(CreateNetworkInsightsAccessScopeRequest createNetworkInsightsAccessScopeRequest)
Creates a Network Access Scope.
|
default CompletableFuture<CreateNetworkInsightsPathResponse> |
createNetworkInsightsPath(Consumer<CreateNetworkInsightsPathRequest.Builder> createNetworkInsightsPathRequest)
Creates a path to analyze for reachability.
|
default CompletableFuture<CreateNetworkInsightsPathResponse> |
createNetworkInsightsPath(CreateNetworkInsightsPathRequest createNetworkInsightsPathRequest)
Creates a path to analyze for reachability.
|
default CompletableFuture<CreateNetworkInterfaceResponse> |
createNetworkInterface(Consumer<CreateNetworkInterfaceRequest.Builder> createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
|
default CompletableFuture<CreateNetworkInterfaceResponse> |
createNetworkInterface(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
|
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.
|
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.
|
default CompletableFuture<CreatePlacementGroupResponse> |
createPlacementGroup(Consumer<CreatePlacementGroupRequest.Builder> createPlacementGroupRequest)
Creates a placement group in which to launch instances.
|
default CompletableFuture<CreatePlacementGroupResponse> |
createPlacementGroup(CreatePlacementGroupRequest createPlacementGroupRequest)
Creates a placement group in which to launch instances.
|
default CompletableFuture<CreatePublicIpv4PoolResponse> |
createPublicIpv4Pool(Consumer<CreatePublicIpv4PoolRequest.Builder> createPublicIpv4PoolRequest)
Creates a public IPv4 address pool.
|
default CompletableFuture<CreatePublicIpv4PoolResponse> |
createPublicIpv4Pool(CreatePublicIpv4PoolRequest createPublicIpv4PoolRequest)
Creates a public IPv4 address pool.
|
default CompletableFuture<CreateReplaceRootVolumeTaskResponse> |
createReplaceRootVolumeTask(Consumer<CreateReplaceRootVolumeTaskRequest.Builder> createReplaceRootVolumeTaskRequest)
Creates a root volume replacement task for an Amazon EC2 instance.
|
default CompletableFuture<CreateReplaceRootVolumeTaskResponse> |
createReplaceRootVolumeTask(CreateReplaceRootVolumeTaskRequest createReplaceRootVolumeTaskRequest)
Creates a root volume replacement task for an Amazon EC2 instance.
|
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.
|
default CompletableFuture<CreateReservedInstancesListingResponse> |
createReservedInstancesListing(CreateReservedInstancesListingRequest createReservedInstancesListingRequest)
Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace.
|
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.
|
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.
|
default CompletableFuture<CreateRouteResponse> |
createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest)
Creates a route in a route table within a VPC.
|
default CompletableFuture<CreateRouteResponse> |
createRoute(CreateRouteRequest createRouteRequest)
Creates a route in a route table within a VPC.
|
default CompletableFuture<CreateRouteTableResponse> |
createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest)
Creates a route table for the specified VPC.
|
default CompletableFuture<CreateRouteTableResponse> |
createRouteTable(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.
|
default CompletableFuture<CreateSecurityGroupResponse> |
createSecurityGroup(Consumer<CreateSecurityGroupRequest.Builder> createSecurityGroupRequest)
Creates a security group.
|
default CompletableFuture<CreateSecurityGroupResponse> |
createSecurityGroup(CreateSecurityGroupRequest createSecurityGroupRequest)
Creates a security group.
|
default CompletableFuture<CreateSnapshotResponse> |
createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
default CompletableFuture<CreateSnapshotResponse> |
createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
default CompletableFuture<CreateSnapshotsResponse> |
createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
default CompletableFuture<CreateSnapshotsResponse> |
createSnapshots(CreateSnapshotsRequest createSnapshotsRequest)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
default CompletableFuture<CreateSpotDatafeedSubscriptionResponse> |
createSpotDatafeedSubscription(Consumer<CreateSpotDatafeedSubscriptionRequest.Builder> createSpotDatafeedSubscriptionRequest)
Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs.
|
default CompletableFuture<CreateSpotDatafeedSubscriptionResponse> |
createSpotDatafeedSubscription(CreateSpotDatafeedSubscriptionRequest createSpotDatafeedSubscriptionRequest)
Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs.
|
default CompletableFuture<CreateStoreImageTaskResponse> |
createStoreImageTask(Consumer<CreateStoreImageTaskRequest.Builder> createStoreImageTaskRequest)
Stores an AMI as a single object in an Amazon S3 bucket.
|
default CompletableFuture<CreateStoreImageTaskResponse> |
createStoreImageTask(CreateStoreImageTaskRequest createStoreImageTaskRequest)
Stores an AMI as a single object in an Amazon S3 bucket.
|
default CompletableFuture<CreateSubnetResponse> |
createSubnet(Consumer<CreateSubnetRequest.Builder> createSubnetRequest)
Creates a subnet in a specified VPC.
|
default CompletableFuture<CreateSubnetResponse> |
createSubnet(CreateSubnetRequest createSubnetRequest)
Creates a subnet in a specified VPC.
|
default CompletableFuture<CreateSubnetCidrReservationResponse> |
createSubnetCidrReservation(Consumer<CreateSubnetCidrReservationRequest.Builder> createSubnetCidrReservationRequest)
Creates a subnet CIDR reservation.
|
default CompletableFuture<CreateSubnetCidrReservationResponse> |
createSubnetCidrReservation(CreateSubnetCidrReservationRequest createSubnetCidrReservationRequest)
Creates a subnet CIDR reservation.
|
default CompletableFuture<CreateTagsResponse> |
createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
default CompletableFuture<CreateTagsResponse> |
createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
default CompletableFuture<CreateTrafficMirrorFilterResponse> |
createTrafficMirrorFilter(Consumer<CreateTrafficMirrorFilterRequest.Builder> createTrafficMirrorFilterRequest)
Creates a Traffic Mirror filter.
|
default CompletableFuture<CreateTrafficMirrorFilterResponse> |
createTrafficMirrorFilter(CreateTrafficMirrorFilterRequest createTrafficMirrorFilterRequest)
Creates a Traffic Mirror filter.
|
default CompletableFuture<CreateTrafficMirrorFilterRuleResponse> |
createTrafficMirrorFilterRule(Consumer<CreateTrafficMirrorFilterRuleRequest.Builder> createTrafficMirrorFilterRuleRequest)
Creates a Traffic Mirror filter rule.
|
default CompletableFuture<CreateTrafficMirrorFilterRuleResponse> |
createTrafficMirrorFilterRule(CreateTrafficMirrorFilterRuleRequest createTrafficMirrorFilterRuleRequest)
Creates a Traffic Mirror filter rule.
|
default CompletableFuture<CreateTrafficMirrorSessionResponse> |
createTrafficMirrorSession(Consumer<CreateTrafficMirrorSessionRequest.Builder> createTrafficMirrorSessionRequest)
Creates a Traffic Mirror session.
|
default CompletableFuture<CreateTrafficMirrorSessionResponse> |
createTrafficMirrorSession(CreateTrafficMirrorSessionRequest createTrafficMirrorSessionRequest)
Creates a Traffic Mirror session.
|
default CompletableFuture<CreateTrafficMirrorTargetResponse> |
createTrafficMirrorTarget(Consumer<CreateTrafficMirrorTargetRequest.Builder> createTrafficMirrorTargetRequest)
Creates a target for your Traffic Mirror session.
|
default CompletableFuture<CreateTrafficMirrorTargetResponse> |
createTrafficMirrorTarget(CreateTrafficMirrorTargetRequest createTrafficMirrorTargetRequest)
Creates a target for your Traffic Mirror session.
|
default CompletableFuture<CreateTransitGatewayResponse> |
createTransitGateway()
Creates a transit gateway.
|
default CompletableFuture<CreateTransitGatewayResponse> |
createTransitGateway(Consumer<CreateTransitGatewayRequest.Builder> createTransitGatewayRequest)
Creates a transit gateway.
|
default CompletableFuture<CreateTransitGatewayResponse> |
createTransitGateway(CreateTransitGatewayRequest createTransitGatewayRequest)
Creates a transit gateway.
|
default CompletableFuture<CreateTransitGatewayConnectResponse> |
createTransitGatewayConnect(Consumer<CreateTransitGatewayConnectRequest.Builder> createTransitGatewayConnectRequest)
Creates a Connect attachment from a specified transit gateway attachment.
|
default CompletableFuture<CreateTransitGatewayConnectResponse> |
createTransitGatewayConnect(CreateTransitGatewayConnectRequest createTransitGatewayConnectRequest)
Creates a Connect attachment from a specified transit gateway attachment.
|
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.
|
default CompletableFuture<CreateTransitGatewayConnectPeerResponse> |
createTransitGatewayConnectPeer(CreateTransitGatewayConnectPeerRequest createTransitGatewayConnectPeerRequest)
Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an
appliance.
|
default CompletableFuture<CreateTransitGatewayMulticastDomainResponse> |
createTransitGatewayMulticastDomain(Consumer<CreateTransitGatewayMulticastDomainRequest.Builder> createTransitGatewayMulticastDomainRequest)
Creates a multicast domain using the specified transit gateway.
|
default CompletableFuture<CreateTransitGatewayMulticastDomainResponse> |
createTransitGatewayMulticastDomain(CreateTransitGatewayMulticastDomainRequest createTransitGatewayMulticastDomainRequest)
Creates a multicast domain using the specified transit gateway.
|
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).
|
default CompletableFuture<CreateTransitGatewayPeeringAttachmentResponse> |
createTransitGatewayPeeringAttachment(CreateTransitGatewayPeeringAttachmentRequest createTransitGatewayPeeringAttachmentRequest)
Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer
transit gateway (accepter).
|
default CompletableFuture<CreateTransitGatewayPrefixListReferenceResponse> |
createTransitGatewayPrefixListReference(Consumer<CreateTransitGatewayPrefixListReferenceRequest.Builder> createTransitGatewayPrefixListReferenceRequest)
Creates a reference (route) to a prefix list in a specified transit gateway route table.
|
default CompletableFuture<CreateTransitGatewayPrefixListReferenceResponse> |
createTransitGatewayPrefixListReference(CreateTransitGatewayPrefixListReferenceRequest createTransitGatewayPrefixListReferenceRequest)
Creates a reference (route) to a prefix list in a specified transit gateway route table.
|
default CompletableFuture<CreateTransitGatewayRouteResponse> |
createTransitGatewayRoute(Consumer<CreateTransitGatewayRouteRequest.Builder> createTransitGatewayRouteRequest)
Creates a static route for the specified transit gateway route table.
|
default CompletableFuture<CreateTransitGatewayRouteResponse> |
createTransitGatewayRoute(CreateTransitGatewayRouteRequest createTransitGatewayRouteRequest)
Creates a static route for the specified transit gateway route table.
|
default CompletableFuture<CreateTransitGatewayRouteTableResponse> |
createTransitGatewayRouteTable(Consumer<CreateTransitGatewayRouteTableRequest.Builder> createTransitGatewayRouteTableRequest)
Creates a route table for the specified transit gateway.
|
default CompletableFuture<CreateTransitGatewayRouteTableResponse> |
createTransitGatewayRouteTable(CreateTransitGatewayRouteTableRequest createTransitGatewayRouteTableRequest)
Creates a route table for the specified transit gateway.
|
default CompletableFuture<CreateTransitGatewayVpcAttachmentResponse> |
createTransitGatewayVpcAttachment(Consumer<CreateTransitGatewayVpcAttachmentRequest.Builder> createTransitGatewayVpcAttachmentRequest)
Attaches the specified VPC to the specified transit gateway.
|
default CompletableFuture<CreateTransitGatewayVpcAttachmentResponse> |
createTransitGatewayVpcAttachment(CreateTransitGatewayVpcAttachmentRequest createTransitGatewayVpcAttachmentRequest)
Attaches the specified VPC to the specified transit gateway.
|
default CompletableFuture<CreateVolumeResponse> |
createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest)
Creates an EBS volume that can be attached to an instance in the same Availability Zone.
|
default CompletableFuture<CreateVolumeResponse> |
createVolume(CreateVolumeRequest createVolumeRequest)
Creates an EBS volume that can be attached to an instance in the same Availability Zone.
|
default CompletableFuture<CreateVpcResponse> |
createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
default CompletableFuture<CreateVpcResponse> |
createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
default CompletableFuture<CreateVpcEndpointResponse> |
createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)
Creates a VPC endpoint for a specified service.
|
default CompletableFuture<CreateVpcEndpointResponse> |
createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)
Creates a VPC endpoint for a specified service.
|
default CompletableFuture<CreateVpcEndpointConnectionNotificationResponse> |
createVpcEndpointConnectionNotification(Consumer<CreateVpcEndpointConnectionNotificationRequest.Builder> createVpcEndpointConnectionNotificationRequest)
Creates a connection notification for a specified VPC endpoint or VPC endpoint service.
|
default CompletableFuture<CreateVpcEndpointConnectionNotificationResponse> |
createVpcEndpointConnectionNotification(CreateVpcEndpointConnectionNotificationRequest createVpcEndpointConnectionNotificationRequest)
Creates a connection notification for a specified VPC endpoint or VPC endpoint service.
|
default CompletableFuture<CreateVpcEndpointServiceConfigurationResponse> |
createVpcEndpointServiceConfiguration(Consumer<CreateVpcEndpointServiceConfigurationRequest.Builder> createVpcEndpointServiceConfigurationRequest)
Creates a VPC endpoint service configuration to which service consumers (Amazon Web Services accounts, IAM users,
and IAM roles) can connect.
|
default CompletableFuture<CreateVpcEndpointServiceConfigurationResponse> |
createVpcEndpointServiceConfiguration(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest)
Creates a VPC endpoint service configuration to which service consumers (Amazon Web Services accounts, IAM users,
and IAM roles) can connect.
|
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.
|
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.
|
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.
|
default CompletableFuture<CreateVpnConnectionResponse> |
createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway.
|
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.
|
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.
|
default CompletableFuture<CreateVpnGatewayResponse> |
createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest)
Creates a virtual private gateway.
|
default CompletableFuture<CreateVpnGatewayResponse> |
createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest)
Creates a virtual private gateway.
|
default CompletableFuture<DeleteCarrierGatewayResponse> |
deleteCarrierGateway(Consumer<DeleteCarrierGatewayRequest.Builder> deleteCarrierGatewayRequest)
Deletes a carrier gateway.
|
default CompletableFuture<DeleteCarrierGatewayResponse> |
deleteCarrierGateway(DeleteCarrierGatewayRequest deleteCarrierGatewayRequest)
Deletes a carrier gateway.
|
default CompletableFuture<DeleteClientVpnEndpointResponse> |
deleteClientVpnEndpoint(Consumer<DeleteClientVpnEndpointRequest.Builder> deleteClientVpnEndpointRequest)
Deletes the specified Client VPN endpoint.
|
default CompletableFuture<DeleteClientVpnEndpointResponse> |
deleteClientVpnEndpoint(DeleteClientVpnEndpointRequest deleteClientVpnEndpointRequest)
Deletes the specified Client VPN endpoint.
|
default CompletableFuture<DeleteClientVpnRouteResponse> |
deleteClientVpnRoute(Consumer<DeleteClientVpnRouteRequest.Builder> deleteClientVpnRouteRequest)
Deletes a route from a Client VPN endpoint.
|
default CompletableFuture<DeleteClientVpnRouteResponse> |
deleteClientVpnRoute(DeleteClientVpnRouteRequest deleteClientVpnRouteRequest)
Deletes a route from a Client VPN endpoint.
|
default CompletableFuture<DeleteCustomerGatewayResponse> |
deleteCustomerGateway(Consumer<DeleteCustomerGatewayRequest.Builder> deleteCustomerGatewayRequest)
Deletes the specified customer gateway.
|
default CompletableFuture<DeleteCustomerGatewayResponse> |
deleteCustomerGateway(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)
Deletes the specified customer gateway.
|
default CompletableFuture<DeleteDhcpOptionsResponse> |
deleteDhcpOptions(Consumer<DeleteDhcpOptionsRequest.Builder> deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
default CompletableFuture<DeleteDhcpOptionsResponse> |
deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
default CompletableFuture<DeleteEgressOnlyInternetGatewayResponse> |
deleteEgressOnlyInternetGateway(Consumer<DeleteEgressOnlyInternetGatewayRequest.Builder> deleteEgressOnlyInternetGatewayRequest)
Deletes an egress-only internet gateway.
|
default CompletableFuture<DeleteEgressOnlyInternetGatewayResponse> |
deleteEgressOnlyInternetGateway(DeleteEgressOnlyInternetGatewayRequest deleteEgressOnlyInternetGatewayRequest)
Deletes an egress-only internet gateway.
|
default CompletableFuture<DeleteFleetsResponse> |
deleteFleets(Consumer<DeleteFleetsRequest.Builder> deleteFleetsRequest)
Deletes the specified EC2 Fleet.
|
default CompletableFuture<DeleteFleetsResponse> |
deleteFleets(DeleteFleetsRequest deleteFleetsRequest)
Deletes the specified EC2 Fleet.
|
default CompletableFuture<DeleteFlowLogsResponse> |
deleteFlowLogs(Consumer<DeleteFlowLogsRequest.Builder> deleteFlowLogsRequest)
Deletes one or more flow logs.
|
default CompletableFuture<DeleteFlowLogsResponse> |
deleteFlowLogs(DeleteFlowLogsRequest deleteFlowLogsRequest)
Deletes one or more flow logs.
|
default CompletableFuture<DeleteFpgaImageResponse> |
deleteFpgaImage(Consumer<DeleteFpgaImageRequest.Builder> deleteFpgaImageRequest)
Deletes the specified Amazon FPGA Image (AFI).
|
default CompletableFuture<DeleteFpgaImageResponse> |
deleteFpgaImage(DeleteFpgaImageRequest deleteFpgaImageRequest)
Deletes the specified Amazon FPGA Image (AFI).
|
default CompletableFuture<DeleteInstanceEventWindowResponse> |
deleteInstanceEventWindow(Consumer<DeleteInstanceEventWindowRequest.Builder> deleteInstanceEventWindowRequest)
Deletes the specified event window.
|
default CompletableFuture<DeleteInstanceEventWindowResponse> |
deleteInstanceEventWindow(DeleteInstanceEventWindowRequest deleteInstanceEventWindowRequest)
Deletes the specified event window.
|
default CompletableFuture<DeleteInternetGatewayResponse> |
deleteInternetGateway(Consumer<DeleteInternetGatewayRequest.Builder> deleteInternetGatewayRequest)
Deletes the specified internet gateway.
|
default CompletableFuture<DeleteInternetGatewayResponse> |
deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)
Deletes the specified internet gateway.
|
default CompletableFuture<DeleteIpamResponse> |
deleteIpam(Consumer<DeleteIpamRequest.Builder> deleteIpamRequest)
Delete an IPAM.
|
default CompletableFuture<DeleteIpamResponse> |
deleteIpam(DeleteIpamRequest deleteIpamRequest)
Delete an IPAM.
|
default CompletableFuture<DeleteIpamPoolResponse> |
deleteIpamPool(Consumer<DeleteIpamPoolRequest.Builder> deleteIpamPoolRequest)
Delete an IPAM pool.
|
default CompletableFuture<DeleteIpamPoolResponse> |
deleteIpamPool(DeleteIpamPoolRequest deleteIpamPoolRequest)
Delete an IPAM pool.
|
default CompletableFuture<DeleteIpamScopeResponse> |
deleteIpamScope(Consumer<DeleteIpamScopeRequest.Builder> deleteIpamScopeRequest)
Delete the scope for an IPAM.
|
default CompletableFuture<DeleteIpamScopeResponse> |
deleteIpamScope(DeleteIpamScopeRequest deleteIpamScopeRequest)
Delete the scope for an IPAM.
|
default CompletableFuture<DeleteKeyPairResponse> |
deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
default CompletableFuture<DeleteKeyPairResponse> |
deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
default CompletableFuture<DeleteLaunchTemplateResponse> |
deleteLaunchTemplate(Consumer<DeleteLaunchTemplateRequest.Builder> deleteLaunchTemplateRequest)
Deletes a launch template.
|
default CompletableFuture<DeleteLaunchTemplateResponse> |
deleteLaunchTemplate(DeleteLaunchTemplateRequest deleteLaunchTemplateRequest)
Deletes a launch template.
|
default CompletableFuture<DeleteLaunchTemplateVersionsResponse> |
deleteLaunchTemplateVersions(Consumer<DeleteLaunchTemplateVersionsRequest.Builder> deleteLaunchTemplateVersionsRequest)
Deletes one or more versions of a launch template.
|
default CompletableFuture<DeleteLaunchTemplateVersionsResponse> |
deleteLaunchTemplateVersions(DeleteLaunchTemplateVersionsRequest deleteLaunchTemplateVersionsRequest)
Deletes one or more versions of a launch template.
|
default CompletableFuture<DeleteLocalGatewayRouteResponse> |
deleteLocalGatewayRoute(Consumer<DeleteLocalGatewayRouteRequest.Builder> deleteLocalGatewayRouteRequest)
Deletes the specified route from the specified local gateway route table.
|
default CompletableFuture<DeleteLocalGatewayRouteResponse> |
deleteLocalGatewayRoute(DeleteLocalGatewayRouteRequest deleteLocalGatewayRouteRequest)
Deletes the specified route from the specified local gateway route table.
|
default CompletableFuture<DeleteLocalGatewayRouteTableVpcAssociationResponse> |
deleteLocalGatewayRouteTableVpcAssociation(Consumer<DeleteLocalGatewayRouteTableVpcAssociationRequest.Builder> deleteLocalGatewayRouteTableVpcAssociationRequest)
Deletes the specified association between a VPC and local gateway route table.
|
default CompletableFuture<DeleteLocalGatewayRouteTableVpcAssociationResponse> |
deleteLocalGatewayRouteTableVpcAssociation(DeleteLocalGatewayRouteTableVpcAssociationRequest deleteLocalGatewayRouteTableVpcAssociationRequest)
Deletes the specified association between a VPC and local gateway route table.
|
default CompletableFuture<DeleteManagedPrefixListResponse> |
deleteManagedPrefixList(Consumer<DeleteManagedPrefixListRequest.Builder> deleteManagedPrefixListRequest)
Deletes the specified managed prefix list.
|
default CompletableFuture<DeleteManagedPrefixListResponse> |
deleteManagedPrefixList(DeleteManagedPrefixListRequest deleteManagedPrefixListRequest)
Deletes the specified managed prefix list.
|
default CompletableFuture<DeleteNatGatewayResponse> |
deleteNatGateway(Consumer<DeleteNatGatewayRequest.Builder> deleteNatGatewayRequest)
Deletes the specified NAT gateway.
|
default CompletableFuture<DeleteNatGatewayResponse> |
deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest)
Deletes the specified NAT gateway.
|
default CompletableFuture<DeleteNetworkAclResponse> |
deleteNetworkAcl(Consumer<DeleteNetworkAclRequest.Builder> deleteNetworkAclRequest)
Deletes the specified network ACL.
|
default CompletableFuture<DeleteNetworkAclResponse> |
deleteNetworkAcl(DeleteNetworkAclRequest deleteNetworkAclRequest)
Deletes the specified network ACL.
|
default CompletableFuture<DeleteNetworkAclEntryResponse> |
deleteNetworkAclEntry(Consumer<DeleteNetworkAclEntryRequest.Builder> deleteNetworkAclEntryRequest)
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
|
default CompletableFuture<DeleteNetworkAclEntryResponse> |
deleteNetworkAclEntry(DeleteNetworkAclEntryRequest deleteNetworkAclEntryRequest)
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
|
default CompletableFuture<DeleteNetworkInsightsAccessScopeResponse> |
deleteNetworkInsightsAccessScope(Consumer<DeleteNetworkInsightsAccessScopeRequest.Builder> deleteNetworkInsightsAccessScopeRequest)
Deletes the specified Network Access Scope.
|
default CompletableFuture<DeleteNetworkInsightsAccessScopeResponse> |
deleteNetworkInsightsAccessScope(DeleteNetworkInsightsAccessScopeRequest deleteNetworkInsightsAccessScopeRequest)
Deletes the specified Network Access Scope.
|
default CompletableFuture<DeleteNetworkInsightsAccessScopeAnalysisResponse> |
deleteNetworkInsightsAccessScopeAnalysis(Consumer<DeleteNetworkInsightsAccessScopeAnalysisRequest.Builder> deleteNetworkInsightsAccessScopeAnalysisRequest)
Deletes the specified Network Access Scope analysis.
|
default CompletableFuture<DeleteNetworkInsightsAccessScopeAnalysisResponse> |
deleteNetworkInsightsAccessScopeAnalysis(DeleteNetworkInsightsAccessScopeAnalysisRequest deleteNetworkInsightsAccessScopeAnalysisRequest)
Deletes the specified Network Access Scope analysis.
|
default CompletableFuture<DeleteNetworkInsightsAnalysisResponse> |
deleteNetworkInsightsAnalysis(Consumer<DeleteNetworkInsightsAnalysisRequest.Builder> deleteNetworkInsightsAnalysisRequest)
Deletes the specified network insights analysis.
|
default CompletableFuture<DeleteNetworkInsightsAnalysisResponse> |
deleteNetworkInsightsAnalysis(DeleteNetworkInsightsAnalysisRequest deleteNetworkInsightsAnalysisRequest)
Deletes the specified network insights analysis.
|
default CompletableFuture<DeleteNetworkInsightsPathResponse> |
deleteNetworkInsightsPath(Consumer<DeleteNetworkInsightsPathRequest.Builder> deleteNetworkInsightsPathRequest)
Deletes the specified path.
|
default CompletableFuture<DeleteNetworkInsightsPathResponse> |
deleteNetworkInsightsPath(DeleteNetworkInsightsPathRequest deleteNetworkInsightsPathRequest)
Deletes the specified path.
|
default CompletableFuture<DeleteNetworkInterfaceResponse> |
deleteNetworkInterface(Consumer<DeleteNetworkInterfaceRequest.Builder> deleteNetworkInterfaceRequest)
Deletes the specified network interface.
|
default CompletableFuture<DeleteNetworkInterfaceResponse> |
deleteNetworkInterface(DeleteNetworkInterfaceRequest deleteNetworkInterfaceRequest)
Deletes the specified network interface.
|
default CompletableFuture<DeleteNetworkInterfacePermissionResponse> |
deleteNetworkInterfacePermission(Consumer<DeleteNetworkInterfacePermissionRequest.Builder> deleteNetworkInterfacePermissionRequest)
Deletes a permission for a network interface.
|
default CompletableFuture<DeleteNetworkInterfacePermissionResponse> |
deleteNetworkInterfacePermission(DeleteNetworkInterfacePermissionRequest deleteNetworkInterfacePermissionRequest)
Deletes a permission for a network interface.
|
default CompletableFuture<DeletePlacementGroupResponse> |
deletePlacementGroup(Consumer<DeletePlacementGroupRequest.Builder> deletePlacementGroupRequest)
Deletes the specified placement group.
|
default CompletableFuture<DeletePlacementGroupResponse> |
deletePlacementGroup(DeletePlacementGroupRequest deletePlacementGroupRequest)
Deletes the specified placement group.
|
default CompletableFuture<DeletePublicIpv4PoolResponse> |
deletePublicIpv4Pool(Consumer<DeletePublicIpv4PoolRequest.Builder> deletePublicIpv4PoolRequest)
Delete a public IPv4 pool.
|
default CompletableFuture<DeletePublicIpv4PoolResponse> |
deletePublicIpv4Pool(DeletePublicIpv4PoolRequest deletePublicIpv4PoolRequest)
Delete a public IPv4 pool.
|
default CompletableFuture<DeleteQueuedReservedInstancesResponse> |
deleteQueuedReservedInstances(Consumer<DeleteQueuedReservedInstancesRequest.Builder> deleteQueuedReservedInstancesRequest)
Deletes the queued purchases for the specified Reserved Instances.
|
default CompletableFuture<DeleteQueuedReservedInstancesResponse> |
deleteQueuedReservedInstances(DeleteQueuedReservedInstancesRequest deleteQueuedReservedInstancesRequest)
Deletes the queued purchases for the specified Reserved Instances.
|
default CompletableFuture<DeleteRouteResponse> |
deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest)
Deletes the specified route from the specified route table.
|
default CompletableFuture<DeleteRouteResponse> |
deleteRoute(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table.
|
default CompletableFuture<DeleteRouteTableResponse> |
deleteRouteTable(Consumer<DeleteRouteTableRequest.Builder> deleteRouteTableRequest)
Deletes the specified route table.
|
default CompletableFuture<DeleteRouteTableResponse> |
deleteRouteTable(DeleteRouteTableRequest deleteRouteTableRequest)
Deletes the specified route table.
|
default CompletableFuture<DeleteSecurityGroupResponse> |
deleteSecurityGroup(Consumer<DeleteSecurityGroupRequest.Builder> deleteSecurityGroupRequest)
Deletes a security group.
|
default CompletableFuture<DeleteSecurityGroupResponse> |
deleteSecurityGroup(DeleteSecurityGroupRequest deleteSecurityGroupRequest)
Deletes a security group.
|
default CompletableFuture<DeleteSnapshotResponse> |
deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)
Deletes the specified snapshot.
|
default CompletableFuture<DeleteSnapshotResponse> |
deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the specified snapshot.
|
default CompletableFuture<DeleteSpotDatafeedSubscriptionResponse> |
deleteSpotDatafeedSubscription()
Deletes the data feed for Spot Instances.
|
default CompletableFuture<DeleteSpotDatafeedSubscriptionResponse> |
deleteSpotDatafeedSubscription(Consumer<DeleteSpotDatafeedSubscriptionRequest.Builder> deleteSpotDatafeedSubscriptionRequest)
Deletes the data feed for Spot Instances.
|
default CompletableFuture<DeleteSpotDatafeedSubscriptionResponse> |
deleteSpotDatafeedSubscription(DeleteSpotDatafeedSubscriptionRequest deleteSpotDatafeedSubscriptionRequest)
Deletes the data feed for Spot Instances.
|
default CompletableFuture<DeleteSubnetResponse> |
deleteSubnet(Consumer<DeleteSubnetRequest.Builder> deleteSubnetRequest)
Deletes the specified subnet.
|
default CompletableFuture<DeleteSubnetResponse> |
deleteSubnet(DeleteSubnetRequest deleteSubnetRequest)
Deletes the specified subnet.
|
default CompletableFuture<DeleteSubnetCidrReservationResponse> |
deleteSubnetCidrReservation(Consumer<DeleteSubnetCidrReservationRequest.Builder> deleteSubnetCidrReservationRequest)
Deletes a subnet CIDR reservation.
|
default CompletableFuture<DeleteSubnetCidrReservationResponse> |
deleteSubnetCidrReservation(DeleteSubnetCidrReservationRequest deleteSubnetCidrReservationRequest)
Deletes a subnet CIDR reservation.
|
default CompletableFuture<DeleteTagsResponse> |
deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
default CompletableFuture<DeleteTagsResponse> |
deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
default CompletableFuture<DeleteTrafficMirrorFilterResponse> |
deleteTrafficMirrorFilter(Consumer<DeleteTrafficMirrorFilterRequest.Builder> deleteTrafficMirrorFilterRequest)
Deletes the specified Traffic Mirror filter.
|
default CompletableFuture<DeleteTrafficMirrorFilterResponse> |
deleteTrafficMirrorFilter(DeleteTrafficMirrorFilterRequest deleteTrafficMirrorFilterRequest)
Deletes the specified Traffic Mirror filter.
|
default CompletableFuture<DeleteTrafficMirrorFilterRuleResponse> |
deleteTrafficMirrorFilterRule(Consumer<DeleteTrafficMirrorFilterRuleRequest.Builder> deleteTrafficMirrorFilterRuleRequest)
Deletes the specified Traffic Mirror rule.
|
default CompletableFuture<DeleteTrafficMirrorFilterRuleResponse> |
deleteTrafficMirrorFilterRule(DeleteTrafficMirrorFilterRuleRequest deleteTrafficMirrorFilterRuleRequest)
Deletes the specified Traffic Mirror rule.
|
default CompletableFuture<DeleteTrafficMirrorSessionResponse> |
deleteTrafficMirrorSession(Consumer<DeleteTrafficMirrorSessionRequest.Builder> deleteTrafficMirrorSessionRequest)
Deletes the specified Traffic Mirror session.
|
default CompletableFuture<DeleteTrafficMirrorSessionResponse> |
deleteTrafficMirrorSession(DeleteTrafficMirrorSessionRequest deleteTrafficMirrorSessionRequest)
Deletes the specified Traffic Mirror session.
|
default CompletableFuture<DeleteTrafficMirrorTargetResponse> |
deleteTrafficMirrorTarget(Consumer<DeleteTrafficMirrorTargetRequest.Builder> deleteTrafficMirrorTargetRequest)
Deletes the specified Traffic Mirror target.
|
default CompletableFuture<DeleteTrafficMirrorTargetResponse> |
deleteTrafficMirrorTarget(DeleteTrafficMirrorTargetRequest deleteTrafficMirrorTargetRequest)
Deletes the specified Traffic Mirror target.
|
default CompletableFuture<DeleteTransitGatewayResponse> |
deleteTransitGateway(Consumer<DeleteTransitGatewayRequest.Builder> deleteTransitGatewayRequest)
Deletes the specified transit gateway.
|
default CompletableFuture<DeleteTransitGatewayResponse> |
deleteTransitGateway(DeleteTransitGatewayRequest deleteTransitGatewayRequest)
Deletes the specified transit gateway.
|
default CompletableFuture<DeleteTransitGatewayConnectResponse> |
deleteTransitGatewayConnect(Consumer<DeleteTransitGatewayConnectRequest.Builder> deleteTransitGatewayConnectRequest)
Deletes the specified Connect attachment.
|
default CompletableFuture<DeleteTransitGatewayConnectResponse> |
deleteTransitGatewayConnect(DeleteTransitGatewayConnectRequest deleteTransitGatewayConnectRequest)
Deletes the specified Connect attachment.
|
default CompletableFuture<DeleteTransitGatewayConnectPeerResponse> |
deleteTransitGatewayConnectPeer(Consumer<DeleteTransitGatewayConnectPeerRequest.Builder> deleteTransitGatewayConnectPeerRequest)
Deletes the specified Connect peer.
|
default CompletableFuture<DeleteTransitGatewayConnectPeerResponse> |
deleteTransitGatewayConnectPeer(DeleteTransitGatewayConnectPeerRequest deleteTransitGatewayConnectPeerRequest)
Deletes the specified Connect peer.
|
default CompletableFuture<DeleteTransitGatewayMulticastDomainResponse> |
deleteTransitGatewayMulticastDomain(Consumer<DeleteTransitGatewayMulticastDomainRequest.Builder> deleteTransitGatewayMulticastDomainRequest)
Deletes the specified transit gateway multicast domain.
|
default CompletableFuture<DeleteTransitGatewayMulticastDomainResponse> |
deleteTransitGatewayMulticastDomain(DeleteTransitGatewayMulticastDomainRequest deleteTransitGatewayMulticastDomainRequest)
Deletes the specified transit gateway multicast domain.
|
default CompletableFuture<DeleteTransitGatewayPeeringAttachmentResponse> |
deleteTransitGatewayPeeringAttachment(Consumer<DeleteTransitGatewayPeeringAttachmentRequest.Builder> deleteTransitGatewayPeeringAttachmentRequest)
Deletes a transit gateway peering attachment.
|
default CompletableFuture<DeleteTransitGatewayPeeringAttachmentResponse> |
deleteTransitGatewayPeeringAttachment(DeleteTransitGatewayPeeringAttachmentRequest deleteTransitGatewayPeeringAttachmentRequest)
Deletes a transit gateway peering attachment.
|
default CompletableFuture<DeleteTransitGatewayPrefixListReferenceResponse> |
deleteTransitGatewayPrefixListReference(Consumer<DeleteTransitGatewayPrefixListReferenceRequest.Builder> deleteTransitGatewayPrefixListReferenceRequest)
Deletes a reference (route) to a prefix list in a specified transit gateway route table.
|
default CompletableFuture<DeleteTransitGatewayPrefixListReferenceResponse> |
deleteTransitGatewayPrefixListReference(DeleteTransitGatewayPrefixListReferenceRequest deleteTransitGatewayPrefixListReferenceRequest)
Deletes a reference (route) to a prefix list in a specified transit gateway route table.
|
default CompletableFuture<DeleteTransitGatewayRouteResponse> |
deleteTransitGatewayRoute(Consumer<DeleteTransitGatewayRouteRequest.Builder> deleteTransitGatewayRouteRequest)
Deletes the specified route from the specified transit gateway route table.
|
default CompletableFuture<DeleteTransitGatewayRouteResponse> |
deleteTransitGatewayRoute(DeleteTransitGatewayRouteRequest deleteTransitGatewayRouteRequest)
Deletes the specified route from the specified transit gateway route table.
|
default CompletableFuture<DeleteTransitGatewayRouteTableResponse> |
deleteTransitGatewayRouteTable(Consumer<DeleteTransitGatewayRouteTableRequest.Builder> deleteTransitGatewayRouteTableRequest)
Deletes the specified transit gateway route table.
|
default CompletableFuture<DeleteTransitGatewayRouteTableResponse> |
deleteTransitGatewayRouteTable(DeleteTransitGatewayRouteTableRequest deleteTransitGatewayRouteTableRequest)
Deletes the specified transit gateway route table.
|
default CompletableFuture<DeleteTransitGatewayVpcAttachmentResponse> |
deleteTransitGatewayVpcAttachment(Consumer<DeleteTransitGatewayVpcAttachmentRequest.Builder> deleteTransitGatewayVpcAttachmentRequest)
Deletes the specified VPC attachment.
|
default CompletableFuture<DeleteTransitGatewayVpcAttachmentResponse> |
deleteTransitGatewayVpcAttachment(DeleteTransitGatewayVpcAttachmentRequest deleteTransitGatewayVpcAttachmentRequest)
Deletes the specified VPC attachment.
|
default CompletableFuture<DeleteVolumeResponse> |
deleteVolume(Consumer<DeleteVolumeRequest.Builder> deleteVolumeRequest)
Deletes the specified EBS volume.
|
default CompletableFuture<DeleteVolumeResponse> |
deleteVolume(DeleteVolumeRequest deleteVolumeRequest)
Deletes the specified EBS volume.
|
default CompletableFuture<DeleteVpcResponse> |
deleteVpc(Consumer<DeleteVpcRequest.Builder> deleteVpcRequest)
Deletes the specified VPC.
|
default CompletableFuture<DeleteVpcResponse> |
deleteVpc(DeleteVpcRequest deleteVpcRequest)
Deletes the specified VPC.
|
default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse> |
deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest)
Deletes one or more VPC endpoint connection notifications.
|
default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse> |
deleteVpcEndpointConnectionNotifications(DeleteVpcEndpointConnectionNotificationsRequest deleteVpcEndpointConnectionNotificationsRequest)
Deletes one or more VPC endpoint connection notifications.
|
default CompletableFuture<DeleteVpcEndpointsResponse> |
deleteVpcEndpoints(Consumer<DeleteVpcEndpointsRequest.Builder> deleteVpcEndpointsRequest)
Deletes one or more specified VPC endpoints.
|
default CompletableFuture<DeleteVpcEndpointsResponse> |
deleteVpcEndpoints(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest)
Deletes one or more specified VPC endpoints.
|
default CompletableFuture<DeleteVpcEndpointServiceConfigurationsResponse> |
deleteVpcEndpointServiceConfigurations(Consumer<DeleteVpcEndpointServiceConfigurationsRequest.Builder> deleteVpcEndpointServiceConfigurationsRequest)
Deletes one or more VPC endpoint service configurations in your account.
|
default CompletableFuture<DeleteVpcEndpointServiceConfigurationsResponse> |
deleteVpcEndpointServiceConfigurations(DeleteVpcEndpointServiceConfigurationsRequest deleteVpcEndpointServiceConfigurationsRequest)
Deletes one or more VPC endpoint service configurations in your account.
|
default CompletableFuture<DeleteVpcPeeringConnectionResponse> |
deleteVpcPeeringConnection(Consumer<DeleteVpcPeeringConnectionRequest.Builder> deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
default CompletableFuture<DeleteVpcPeeringConnectionResponse> |
deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
default CompletableFuture<DeleteVpnConnectionResponse> |
deleteVpnConnection(Consumer<DeleteVpnConnectionRequest.Builder> deleteVpnConnectionRequest)
Deletes the specified VPN connection.
|
default CompletableFuture<DeleteVpnConnectionResponse> |
deleteVpnConnection(DeleteVpnConnectionRequest deleteVpnConnectionRequest)
Deletes the specified VPN connection.
|
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.
|
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.
|
default CompletableFuture<DeleteVpnGatewayResponse> |
deleteVpnGateway(Consumer<DeleteVpnGatewayRequest.Builder> deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
default CompletableFuture<DeleteVpnGatewayResponse> |
deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
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.
|
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.
|
default CompletableFuture<DeprovisionIpamPoolCidrResponse> |
deprovisionIpamPoolCidr(Consumer<DeprovisionIpamPoolCidrRequest.Builder> deprovisionIpamPoolCidrRequest)
Deprovision a CIDR provisioned from an IPAM pool.
|
default CompletableFuture<DeprovisionIpamPoolCidrResponse> |
deprovisionIpamPoolCidr(DeprovisionIpamPoolCidrRequest deprovisionIpamPoolCidrRequest)
Deprovision a CIDR provisioned from an IPAM pool.
|
default CompletableFuture<DeprovisionPublicIpv4PoolCidrResponse> |
deprovisionPublicIpv4PoolCidr(Consumer<DeprovisionPublicIpv4PoolCidrRequest.Builder> deprovisionPublicIpv4PoolCidrRequest)
Deprovision a CIDR from a public IPv4 pool.
|
default CompletableFuture<DeprovisionPublicIpv4PoolCidrResponse> |
deprovisionPublicIpv4PoolCidr(DeprovisionPublicIpv4PoolCidrRequest deprovisionPublicIpv4PoolCidrRequest)
Deprovision a CIDR from a public IPv4 pool.
|
default CompletableFuture<DeregisterImageResponse> |
deregisterImage(Consumer<DeregisterImageRequest.Builder> deregisterImageRequest)
Deregisters the specified AMI.
|
default CompletableFuture<DeregisterImageResponse> |
deregisterImage(DeregisterImageRequest deregisterImageRequest)
Deregisters the specified AMI.
|
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.
|
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.
|
default CompletableFuture<DeregisterTransitGatewayMulticastGroupMembersResponse> |
deregisterTransitGatewayMulticastGroupMembers(Consumer<DeregisterTransitGatewayMulticastGroupMembersRequest.Builder> deregisterTransitGatewayMulticastGroupMembersRequest)
Deregisters the specified members (network interfaces) from the transit gateway multicast group.
|
default CompletableFuture<DeregisterTransitGatewayMulticastGroupMembersResponse> |
deregisterTransitGatewayMulticastGroupMembers(DeregisterTransitGatewayMulticastGroupMembersRequest deregisterTransitGatewayMulticastGroupMembersRequest)
Deregisters the specified members (network interfaces) from the transit gateway multicast group.
|
default CompletableFuture<DeregisterTransitGatewayMulticastGroupSourcesResponse> |
deregisterTransitGatewayMulticastGroupSources(Consumer<DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder> deregisterTransitGatewayMulticastGroupSourcesRequest)
Deregisters the specified sources (network interfaces) from the transit gateway multicast group.
|
default CompletableFuture<DeregisterTransitGatewayMulticastGroupSourcesResponse> |
deregisterTransitGatewayMulticastGroupSources(DeregisterTransitGatewayMulticastGroupSourcesRequest deregisterTransitGatewayMulticastGroupSourcesRequest)
Deregisters the specified sources (network interfaces) from the transit gateway multicast group.
|
default CompletableFuture<DescribeAccountAttributesResponse> |
describeAccountAttributes()
Describes attributes of your Amazon Web Services account.
|
default CompletableFuture<DescribeAccountAttributesResponse> |
describeAccountAttributes(Consumer<DescribeAccountAttributesRequest.Builder> describeAccountAttributesRequest)
Describes attributes of your Amazon Web Services account.
|
default CompletableFuture<DescribeAccountAttributesResponse> |
describeAccountAttributes(DescribeAccountAttributesRequest describeAccountAttributesRequest)
Describes attributes of your Amazon Web Services account.
|
default CompletableFuture<DescribeAddressesResponse> |
describeAddresses()
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
default CompletableFuture<DescribeAddressesResponse> |
describeAddresses(Consumer<DescribeAddressesRequest.Builder> describeAddressesRequest)
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
default CompletableFuture<DescribeAddressesResponse> |
describeAddresses(DescribeAddressesRequest describeAddressesRequest)
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
default CompletableFuture<DescribeAddressesAttributeResponse> |
describeAddressesAttribute(Consumer<DescribeAddressesAttributeRequest.Builder> describeAddressesAttributeRequest)
Describes the attributes of the specified Elastic IP addresses.
|
default CompletableFuture<DescribeAddressesAttributeResponse> |
describeAddressesAttribute(DescribeAddressesAttributeRequest describeAddressesAttributeRequest)
Describes the attributes of the specified Elastic IP addresses.
|
default DescribeAddressesAttributePublisher |
describeAddressesAttributePaginator(Consumer<DescribeAddressesAttributeRequest.Builder> describeAddressesAttributeRequest)
Describes the attributes of the specified Elastic IP addresses.
|
default DescribeAddressesAttributePublisher |
describeAddressesAttributePaginator(DescribeAddressesAttributeRequest describeAddressesAttributeRequest)
Describes the attributes of the specified Elastic IP addresses.
|
default CompletableFuture<DescribeAggregateIdFormatResponse> |
describeAggregateIdFormat()
Describes the longer ID format settings for all resource types in a specific Region.
|
default CompletableFuture<DescribeAggregateIdFormatResponse> |
describeAggregateIdFormat(Consumer<DescribeAggregateIdFormatRequest.Builder> describeAggregateIdFormatRequest)
Describes the longer ID format settings for all resource types in a specific Region.
|
default CompletableFuture<DescribeAggregateIdFormatResponse> |
describeAggregateIdFormat(DescribeAggregateIdFormatRequest describeAggregateIdFormatRequest)
Describes the longer ID format settings for all resource types in a specific Region.
|
default CompletableFuture<DescribeAvailabilityZonesResponse> |
describeAvailabilityZones()
Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you.
|
default CompletableFuture<DescribeAvailabilityZonesResponse> |
describeAvailabilityZones(Consumer<DescribeAvailabilityZonesRequest.Builder> describeAvailabilityZonesRequest)
Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you.
|
default CompletableFuture<DescribeAvailabilityZonesResponse> |
describeAvailabilityZones(DescribeAvailabilityZonesRequest describeAvailabilityZonesRequest)
Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you.
|
default CompletableFuture<DescribeBundleTasksResponse> |
describeBundleTasks()
Describes the specified bundle tasks or all of your bundle tasks.
|
default CompletableFuture<DescribeBundleTasksResponse> |
describeBundleTasks(Consumer<DescribeBundleTasksRequest.Builder> describeBundleTasksRequest)
Describes the specified bundle tasks or all of your bundle tasks.
|
default CompletableFuture<DescribeBundleTasksResponse> |
describeBundleTasks(DescribeBundleTasksRequest describeBundleTasksRequest)
Describes the specified bundle tasks or all of your bundle tasks.
|
default CompletableFuture<DescribeByoipCidrsResponse> |
describeByoipCidrs(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest)
Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.
|
default CompletableFuture<DescribeByoipCidrsResponse> |
describeByoipCidrs(DescribeByoipCidrsRequest describeByoipCidrsRequest)
Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.
|
default DescribeByoipCidrsPublisher |
describeByoipCidrsPaginator(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest)
Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.
|
default DescribeByoipCidrsPublisher |
describeByoipCidrsPaginator(DescribeByoipCidrsRequest describeByoipCidrsRequest)
Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.
|
default CompletableFuture<DescribeCapacityReservationFleetsResponse> |
describeCapacityReservationFleets(Consumer<DescribeCapacityReservationFleetsRequest.Builder> describeCapacityReservationFleetsRequest)
Describes one or more Capacity Reservation Fleets.
|
default CompletableFuture<DescribeCapacityReservationFleetsResponse> |
describeCapacityReservationFleets(DescribeCapacityReservationFleetsRequest describeCapacityReservationFleetsRequest)
Describes one or more Capacity Reservation Fleets.
|
default DescribeCapacityReservationFleetsPublisher |
describeCapacityReservationFleetsPaginator(Consumer<DescribeCapacityReservationFleetsRequest.Builder> describeCapacityReservationFleetsRequest)
Describes one or more Capacity Reservation Fleets.
|
default DescribeCapacityReservationFleetsPublisher |
describeCapacityReservationFleetsPaginator(DescribeCapacityReservationFleetsRequest describeCapacityReservationFleetsRequest)
Describes one or more Capacity Reservation Fleets.
|
default CompletableFuture<DescribeCapacityReservationsResponse> |
describeCapacityReservations()
Describes one or more of your Capacity Reservations.
|
default CompletableFuture<DescribeCapacityReservationsResponse> |
describeCapacityReservations(Consumer<DescribeCapacityReservationsRequest.Builder> describeCapacityReservationsRequest)
Describes one or more of your Capacity Reservations.
|
default CompletableFuture<DescribeCapacityReservationsResponse> |
describeCapacityReservations(DescribeCapacityReservationsRequest describeCapacityReservationsRequest)
Describes one or more of your Capacity Reservations.
|
default DescribeCapacityReservationsPublisher |
describeCapacityReservationsPaginator()
Describes one or more of your Capacity Reservations.
|
default DescribeCapacityReservationsPublisher |
describeCapacityReservationsPaginator(Consumer<DescribeCapacityReservationsRequest.Builder> describeCapacityReservationsRequest)
Describes one or more of your Capacity Reservations.
|
default DescribeCapacityReservationsPublisher |
describeCapacityReservationsPaginator(DescribeCapacityReservationsRequest describeCapacityReservationsRequest)
Describes one or more of your Capacity Reservations.
|
default CompletableFuture<DescribeCarrierGatewaysResponse> |
describeCarrierGateways(Consumer<DescribeCarrierGatewaysRequest.Builder> describeCarrierGatewaysRequest)
Describes one or more of your carrier gateways.
|
default CompletableFuture<DescribeCarrierGatewaysResponse> |
describeCarrierGateways(DescribeCarrierGatewaysRequest describeCarrierGatewaysRequest)
Describes one or more of your carrier gateways.
|
default DescribeCarrierGatewaysPublisher |
describeCarrierGatewaysPaginator(Consumer<DescribeCarrierGatewaysRequest.Builder> describeCarrierGatewaysRequest)
Describes one or more of your carrier gateways.
|
default DescribeCarrierGatewaysPublisher |
describeCarrierGatewaysPaginator(DescribeCarrierGatewaysRequest describeCarrierGatewaysRequest)
Describes one or more of your carrier gateways.
|
default CompletableFuture<DescribeClassicLinkInstancesResponse> |
describeClassicLinkInstances()
Describes one or more of your linked EC2-Classic instances.
|
default CompletableFuture<DescribeClassicLinkInstancesResponse> |
describeClassicLinkInstances(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest)
Describes one or more of your linked EC2-Classic instances.
|
default CompletableFuture<DescribeClassicLinkInstancesResponse> |
describeClassicLinkInstances(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)
Describes one or more of your linked EC2-Classic instances.
|
default DescribeClassicLinkInstancesPublisher |
describeClassicLinkInstancesPaginator()
Describes one or more of your linked EC2-Classic instances.
|
default DescribeClassicLinkInstancesPublisher |
describeClassicLinkInstancesPaginator(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest)
Describes one or more of your linked EC2-Classic instances.
|
default DescribeClassicLinkInstancesPublisher |
describeClassicLinkInstancesPaginator(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)
Describes one or more of your linked EC2-Classic instances.
|
default CompletableFuture<DescribeClientVpnAuthorizationRulesResponse> |
describeClientVpnAuthorizationRules(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
|
default CompletableFuture<DescribeClientVpnAuthorizationRulesResponse> |
describeClientVpnAuthorizationRules(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
|
default DescribeClientVpnAuthorizationRulesPublisher |
describeClientVpnAuthorizationRulesPaginator(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
|
default DescribeClientVpnAuthorizationRulesPublisher |
describeClientVpnAuthorizationRulesPaginator(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
|
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.
|
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.
|
default DescribeClientVpnConnectionsPublisher |
describeClientVpnConnectionsPaginator(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.
|
default DescribeClientVpnConnectionsPublisher |
describeClientVpnConnectionsPaginator(DescribeClientVpnConnectionsRequest describeClientVpnConnectionsRequest)
Describes active client connections and connections that have been terminated within the last 60 minutes for the
specified Client VPN endpoint.
|
default CompletableFuture<DescribeClientVpnEndpointsResponse> |
describeClientVpnEndpoints()
Describes one or more Client VPN endpoints in the account.
|
default CompletableFuture<DescribeClientVpnEndpointsResponse> |
describeClientVpnEndpoints(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
|
default CompletableFuture<DescribeClientVpnEndpointsResponse> |
describeClientVpnEndpoints(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
|
default DescribeClientVpnEndpointsPublisher |
describeClientVpnEndpointsPaginator()
Describes one or more Client VPN endpoints in the account.
|
default DescribeClientVpnEndpointsPublisher |
describeClientVpnEndpointsPaginator(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
|
default DescribeClientVpnEndpointsPublisher |
describeClientVpnEndpointsPaginator(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
|
default CompletableFuture<DescribeClientVpnRoutesResponse> |
describeClientVpnRoutes(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
|
default CompletableFuture<DescribeClientVpnRoutesResponse> |
describeClientVpnRoutes(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
|
default DescribeClientVpnRoutesPublisher |
describeClientVpnRoutesPaginator(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
|
default DescribeClientVpnRoutesPublisher |
describeClientVpnRoutesPaginator(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
|
default CompletableFuture<DescribeClientVpnTargetNetworksResponse> |
describeClientVpnTargetNetworks(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
|
default CompletableFuture<DescribeClientVpnTargetNetworksResponse> |
describeClientVpnTargetNetworks(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
|
default DescribeClientVpnTargetNetworksPublisher |
describeClientVpnTargetNetworksPaginator(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
|
default DescribeClientVpnTargetNetworksPublisher |
describeClientVpnTargetNetworksPaginator(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
|
default CompletableFuture<DescribeCoipPoolsResponse> |
describeCoipPools(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
default CompletableFuture<DescribeCoipPoolsResponse> |
describeCoipPools(DescribeCoipPoolsRequest describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
default DescribeCoipPoolsPublisher |
describeCoipPoolsPaginator(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
default DescribeCoipPoolsPublisher |
describeCoipPoolsPaginator(DescribeCoipPoolsRequest describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
|
default CompletableFuture<DescribeConversionTasksResponse> |
describeConversionTasks()
Describes the specified conversion tasks or all your conversion tasks.
|
default CompletableFuture<DescribeConversionTasksResponse> |
describeConversionTasks(Consumer<DescribeConversionTasksRequest.Builder> describeConversionTasksRequest)
Describes the specified conversion tasks or all your conversion tasks.
|
default CompletableFuture<DescribeConversionTasksResponse> |
describeConversionTasks(DescribeConversionTasksRequest describeConversionTasksRequest)
Describes the specified conversion tasks or all your conversion tasks.
|
default CompletableFuture<DescribeCustomerGatewaysResponse> |
describeCustomerGateways()
Describes one or more of your VPN customer gateways.
|
default CompletableFuture<DescribeCustomerGatewaysResponse> |
describeCustomerGateways(Consumer<DescribeCustomerGatewaysRequest.Builder> describeCustomerGatewaysRequest)
Describes one or more of your VPN customer gateways.
|
default CompletableFuture<DescribeCustomerGatewaysResponse> |
describeCustomerGateways(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest)
Describes one or more of your VPN customer gateways.
|
default CompletableFuture<DescribeDhcpOptionsResponse> |
describeDhcpOptions()
Describes one or more of your DHCP options sets.
|
default CompletableFuture<DescribeDhcpOptionsResponse> |
describeDhcpOptions(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
|
default CompletableFuture<DescribeDhcpOptionsResponse> |
describeDhcpOptions(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
|
default DescribeDhcpOptionsPublisher |
describeDhcpOptionsPaginator()
Describes one or more of your DHCP options sets.
|
default DescribeDhcpOptionsPublisher |
describeDhcpOptionsPaginator(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
|
default DescribeDhcpOptionsPublisher |
describeDhcpOptionsPaginator(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
|
default CompletableFuture<DescribeEgressOnlyInternetGatewaysResponse> |
describeEgressOnlyInternetGateways()
Describes one or more of your egress-only internet gateways.
|
default CompletableFuture<DescribeEgressOnlyInternetGatewaysResponse> |
describeEgressOnlyInternetGateways(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
|
default CompletableFuture<DescribeEgressOnlyInternetGatewaysResponse> |
describeEgressOnlyInternetGateways(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
|
default DescribeEgressOnlyInternetGatewaysPublisher |
describeEgressOnlyInternetGatewaysPaginator()
Describes one or more of your egress-only internet gateways.
|
default DescribeEgressOnlyInternetGatewaysPublisher |
describeEgressOnlyInternetGatewaysPaginator(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
|
default DescribeEgressOnlyInternetGatewaysPublisher |
describeEgressOnlyInternetGatewaysPaginator(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
|
default CompletableFuture<DescribeElasticGpusResponse> |
describeElasticGpus()
Describes the Elastic Graphics accelerator associated with your instances.
|
default CompletableFuture<DescribeElasticGpusResponse> |
describeElasticGpus(Consumer<DescribeElasticGpusRequest.Builder> describeElasticGpusRequest)
Describes the Elastic Graphics accelerator associated with your instances.
|
default CompletableFuture<DescribeElasticGpusResponse> |
describeElasticGpus(DescribeElasticGpusRequest describeElasticGpusRequest)
Describes the Elastic Graphics accelerator associated with your instances.
|
default CompletableFuture<DescribeExportImageTasksResponse> |
describeExportImageTasks(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest)
Describes the specified export image tasks or all of your export image tasks.
|
default CompletableFuture<DescribeExportImageTasksResponse> |
describeExportImageTasks(DescribeExportImageTasksRequest describeExportImageTasksRequest)
Describes the specified export image tasks or all of your export image tasks.
|
default DescribeExportImageTasksPublisher |
describeExportImageTasksPaginator(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest)
Describes the specified export image tasks or all of your export image tasks.
|
default DescribeExportImageTasksPublisher |
describeExportImageTasksPaginator(DescribeExportImageTasksRequest describeExportImageTasksRequest)
Describes the specified export image tasks or all of your export image tasks.
|
default CompletableFuture<DescribeExportTasksResponse> |
describeExportTasks()
Describes the specified export instance tasks or all of your export instance tasks.
|
default CompletableFuture<DescribeExportTasksResponse> |
describeExportTasks(Consumer<DescribeExportTasksRequest.Builder> describeExportTasksRequest)
Describes the specified export instance tasks or all of your export instance tasks.
|
default CompletableFuture<DescribeExportTasksResponse> |
describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Describes the specified export instance tasks or all of your export instance tasks.
|
default CompletableFuture<DescribeFastLaunchImagesResponse> |
describeFastLaunchImages(Consumer<DescribeFastLaunchImagesRequest.Builder> describeFastLaunchImagesRequest)
Describe details for Windows AMIs that are configured for faster launching.
|
default CompletableFuture<DescribeFastLaunchImagesResponse> |
describeFastLaunchImages(DescribeFastLaunchImagesRequest describeFastLaunchImagesRequest)
Describe details for Windows AMIs that are configured for faster launching.
|
default DescribeFastLaunchImagesPublisher |
describeFastLaunchImagesPaginator(Consumer<DescribeFastLaunchImagesRequest.Builder> describeFastLaunchImagesRequest)
Describe details for Windows AMIs that are configured for faster launching.
|
default DescribeFastLaunchImagesPublisher |
describeFastLaunchImagesPaginator(DescribeFastLaunchImagesRequest describeFastLaunchImagesRequest)
Describe details for Windows AMIs that are configured for faster launching.
|
default CompletableFuture<DescribeFastSnapshotRestoresResponse> |
describeFastSnapshotRestores(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default CompletableFuture<DescribeFastSnapshotRestoresResponse> |
describeFastSnapshotRestores(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default DescribeFastSnapshotRestoresPublisher |
describeFastSnapshotRestoresPaginator(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default DescribeFastSnapshotRestoresPublisher |
describeFastSnapshotRestoresPaginator(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default CompletableFuture<DescribeFleetHistoryResponse> |
describeFleetHistory(Consumer<DescribeFleetHistoryRequest.Builder> describeFleetHistoryRequest)
Describes the events for the specified EC2 Fleet during the specified time.
|
default CompletableFuture<DescribeFleetHistoryResponse> |
describeFleetHistory(DescribeFleetHistoryRequest describeFleetHistoryRequest)
Describes the events for the specified EC2 Fleet during the specified time.
|
default CompletableFuture<DescribeFleetInstancesResponse> |
describeFleetInstances(Consumer<DescribeFleetInstancesRequest.Builder> describeFleetInstancesRequest)
Describes the running instances for the specified EC2 Fleet.
|
default CompletableFuture<DescribeFleetInstancesResponse> |
describeFleetInstances(DescribeFleetInstancesRequest describeFleetInstancesRequest)
Describes the running instances for the specified EC2 Fleet.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets()
Describes the specified EC2 Fleets or all of your EC2 Fleets.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes the specified EC2 Fleets or all of your EC2 Fleets.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets(DescribeFleetsRequest describeFleetsRequest)
Describes the specified EC2 Fleets or all of your EC2 Fleets.
|
default DescribeFleetsPublisher |
describeFleetsPaginator()
Describes the specified EC2 Fleets or all of your EC2 Fleets.
|
default DescribeFleetsPublisher |
describeFleetsPaginator(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes the specified EC2 Fleets or all of your EC2 Fleets.
|
default DescribeFleetsPublisher |
describeFleetsPaginator(DescribeFleetsRequest describeFleetsRequest)
Describes the specified EC2 Fleets or all of your EC2 Fleets.
|
default CompletableFuture<DescribeFlowLogsResponse> |
describeFlowLogs()
Describes one or more flow logs.
|
default CompletableFuture<DescribeFlowLogsResponse> |
describeFlowLogs(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)
Describes one or more flow logs.
|
default CompletableFuture<DescribeFlowLogsResponse> |
describeFlowLogs(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
default DescribeFlowLogsPublisher |
describeFlowLogsPaginator()
Describes one or more flow logs.
|
default DescribeFlowLogsPublisher |
describeFlowLogsPaginator(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)
Describes one or more flow logs.
|
default DescribeFlowLogsPublisher |
describeFlowLogsPaginator(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
default CompletableFuture<DescribeFpgaImageAttributeResponse> |
describeFpgaImageAttribute(Consumer<DescribeFpgaImageAttributeRequest.Builder> describeFpgaImageAttributeRequest)
Describes the specified attribute of the specified Amazon FPGA Image (AFI).
|
default CompletableFuture<DescribeFpgaImageAttributeResponse> |
describeFpgaImageAttribute(DescribeFpgaImageAttributeRequest describeFpgaImageAttributeRequest)
Describes the specified attribute of the specified Amazon FPGA Image (AFI).
|
default CompletableFuture<DescribeFpgaImagesResponse> |
describeFpgaImages()
Describes the Amazon FPGA Images (AFIs) available to you.
|
default CompletableFuture<DescribeFpgaImagesResponse> |
describeFpgaImages(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest)
Describes the Amazon FPGA Images (AFIs) available to you.
|
default CompletableFuture<DescribeFpgaImagesResponse> |
describeFpgaImages(DescribeFpgaImagesRequest describeFpgaImagesRequest)
Describes the Amazon FPGA Images (AFIs) available to you.
|
default DescribeFpgaImagesPublisher |
describeFpgaImagesPaginator()
Describes the Amazon FPGA Images (AFIs) available to you.
|
default DescribeFpgaImagesPublisher |
describeFpgaImagesPaginator(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest)
Describes the Amazon FPGA Images (AFIs) available to you.
|
default DescribeFpgaImagesPublisher |
describeFpgaImagesPaginator(DescribeFpgaImagesRequest describeFpgaImagesRequest)
Describes the Amazon FPGA Images (AFIs) available to you.
|
default CompletableFuture<DescribeHostReservationOfferingsResponse> |
describeHostReservationOfferings()
Describes the Dedicated Host reservations that are available to purchase.
|
default CompletableFuture<DescribeHostReservationOfferingsResponse> |
describeHostReservationOfferings(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest)
Describes the Dedicated Host reservations that are available to purchase.
|
default CompletableFuture<DescribeHostReservationOfferingsResponse> |
describeHostReservationOfferings(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)
Describes the Dedicated Host reservations that are available to purchase.
|
default DescribeHostReservationOfferingsPublisher |
describeHostReservationOfferingsPaginator()
Describes the Dedicated Host reservations that are available to purchase.
|
default DescribeHostReservationOfferingsPublisher |
describeHostReservationOfferingsPaginator(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest)
Describes the Dedicated Host reservations that are available to purchase.
|
default DescribeHostReservationOfferingsPublisher |
describeHostReservationOfferingsPaginator(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)
Describes the Dedicated Host reservations that are available to purchase.
|
default CompletableFuture<DescribeHostReservationsResponse> |
describeHostReservations()
Describes reservations that are associated with Dedicated Hosts in your account.
|
default CompletableFuture<DescribeHostReservationsResponse> |
describeHostReservations(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
|
default CompletableFuture<DescribeHostReservationsResponse> |
describeHostReservations(DescribeHostReservationsRequest describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
|
default DescribeHostReservationsPublisher |
describeHostReservationsPaginator()
Describes reservations that are associated with Dedicated Hosts in your account.
|
default DescribeHostReservationsPublisher |
describeHostReservationsPaginator(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
|
default DescribeHostReservationsPublisher |
describeHostReservationsPaginator(DescribeHostReservationsRequest describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
|
default CompletableFuture<DescribeHostsResponse> |
describeHosts()
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default CompletableFuture<DescribeHostsResponse> |
describeHosts(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default CompletableFuture<DescribeHostsResponse> |
describeHosts(DescribeHostsRequest describeHostsRequest)
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default DescribeHostsPublisher |
describeHostsPaginator()
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default DescribeHostsPublisher |
describeHostsPaginator(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default DescribeHostsPublisher |
describeHostsPaginator(DescribeHostsRequest describeHostsRequest)
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default CompletableFuture<DescribeIamInstanceProfileAssociationsResponse> |
describeIamInstanceProfileAssociations()
Describes your IAM instance profile associations.
|
default CompletableFuture<DescribeIamInstanceProfileAssociationsResponse> |
describeIamInstanceProfileAssociations(Consumer<DescribeIamInstanceProfileAssociationsRequest.Builder> describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
|
default CompletableFuture<DescribeIamInstanceProfileAssociationsResponse> |
describeIamInstanceProfileAssociations(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
|
default DescribeIamInstanceProfileAssociationsPublisher |
describeIamInstanceProfileAssociationsPaginator()
Describes your IAM instance profile associations.
|
default DescribeIamInstanceProfileAssociationsPublisher |
describeIamInstanceProfileAssociationsPaginator(Consumer<DescribeIamInstanceProfileAssociationsRequest.Builder> describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
|
default DescribeIamInstanceProfileAssociationsPublisher |
describeIamInstanceProfileAssociationsPaginator(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
|
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.
|
default CompletableFuture<DescribeIdentityIdFormatResponse> |
describeIdentityIdFormat(DescribeIdentityIdFormatRequest describeIdentityIdFormatRequest)
Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.
|
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.
|
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.
|
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.
|
default CompletableFuture<DescribeImageAttributeResponse> |
describeImageAttribute(Consumer<DescribeImageAttributeRequest.Builder> describeImageAttributeRequest)
Describes the specified attribute of the specified AMI.
|
default CompletableFuture<DescribeImageAttributeResponse> |
describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest)
Describes the specified attribute of the specified AMI.
|
default CompletableFuture<DescribeImagesResponse> |
describeImages()
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
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.
|
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.
|
default CompletableFuture<DescribeImportImageTasksResponse> |
describeImportImageTasks()
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default CompletableFuture<DescribeImportImageTasksResponse> |
describeImportImageTasks(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default CompletableFuture<DescribeImportImageTasksResponse> |
describeImportImageTasks(DescribeImportImageTasksRequest describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default DescribeImportImageTasksPublisher |
describeImportImageTasksPaginator()
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default DescribeImportImageTasksPublisher |
describeImportImageTasksPaginator(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default DescribeImportImageTasksPublisher |
describeImportImageTasksPaginator(DescribeImportImageTasksRequest describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default CompletableFuture<DescribeImportSnapshotTasksResponse> |
describeImportSnapshotTasks()
Describes your import snapshot tasks.
|
default CompletableFuture<DescribeImportSnapshotTasksResponse> |
describeImportSnapshotTasks(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
|
default CompletableFuture<DescribeImportSnapshotTasksResponse> |
describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
|
default DescribeImportSnapshotTasksPublisher |
describeImportSnapshotTasksPaginator()
Describes your import snapshot tasks.
|
default DescribeImportSnapshotTasksPublisher |
describeImportSnapshotTasksPaginator(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
|
default DescribeImportSnapshotTasksPublisher |
describeImportSnapshotTasksPaginator(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
|
default CompletableFuture<DescribeInstanceAttributeResponse> |
describeInstanceAttribute(Consumer<DescribeInstanceAttributeRequest.Builder> describeInstanceAttributeRequest)
Describes the specified attribute of the specified instance.
|
default CompletableFuture<DescribeInstanceAttributeResponse> |
describeInstanceAttribute(DescribeInstanceAttributeRequest describeInstanceAttributeRequest)
Describes the specified attribute of the specified instance.
|
default CompletableFuture<DescribeInstanceCreditSpecificationsResponse> |
describeInstanceCreditSpecifications()
Describes the credit option for CPU usage of the specified burstable performance instances.
|
default CompletableFuture<DescribeInstanceCreditSpecificationsResponse> |
describeInstanceCreditSpecifications(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of the specified burstable performance instances.
|
default CompletableFuture<DescribeInstanceCreditSpecificationsResponse> |
describeInstanceCreditSpecifications(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of the specified burstable performance instances.
|
default DescribeInstanceCreditSpecificationsPublisher |
describeInstanceCreditSpecificationsPaginator()
Describes the credit option for CPU usage of the specified burstable performance instances.
|
default DescribeInstanceCreditSpecificationsPublisher |
describeInstanceCreditSpecificationsPaginator(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of the specified burstable performance instances.
|
default DescribeInstanceCreditSpecificationsPublisher |
describeInstanceCreditSpecificationsPaginator(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of the specified burstable performance instances.
|
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.
|
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.
|
default CompletableFuture<DescribeInstanceEventWindowsResponse> |
describeInstanceEventWindows(Consumer<DescribeInstanceEventWindowsRequest.Builder> describeInstanceEventWindowsRequest)
Describes the specified event windows or all event windows.
|
default CompletableFuture<DescribeInstanceEventWindowsResponse> |
describeInstanceEventWindows(DescribeInstanceEventWindowsRequest describeInstanceEventWindowsRequest)
Describes the specified event windows or all event windows.
|
default DescribeInstanceEventWindowsPublisher |
describeInstanceEventWindowsPaginator(Consumer<DescribeInstanceEventWindowsRequest.Builder> describeInstanceEventWindowsRequest)
Describes the specified event windows or all event windows.
|
default DescribeInstanceEventWindowsPublisher |
describeInstanceEventWindowsPaginator(DescribeInstanceEventWindowsRequest describeInstanceEventWindowsRequest)
Describes the specified event windows or all event windows.
|
default CompletableFuture<DescribeInstancesResponse> |
describeInstances()
Describes the specified instances or all instances.
|
default CompletableFuture<DescribeInstancesResponse> |
describeInstances(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)
Describes the specified instances or all instances.
|
default CompletableFuture<DescribeInstancesResponse> |
describeInstances(DescribeInstancesRequest describeInstancesRequest)
Describes the specified instances or all instances.
|
default DescribeInstancesPublisher |
describeInstancesPaginator()
Describes the specified instances or all instances.
|
default DescribeInstancesPublisher |
describeInstancesPaginator(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)
Describes the specified instances or all instances.
|
default DescribeInstancesPublisher |
describeInstancesPaginator(DescribeInstancesRequest describeInstancesRequest)
Describes the specified instances or all instances.
|
default CompletableFuture<DescribeInstanceStatusResponse> |
describeInstanceStatus()
Describes the status of the specified instances or all of your instances.
|
default CompletableFuture<DescribeInstanceStatusResponse> |
describeInstanceStatus(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)
Describes the status of the specified instances or all of your instances.
|
default CompletableFuture<DescribeInstanceStatusResponse> |
describeInstanceStatus(DescribeInstanceStatusRequest describeInstanceStatusRequest)
Describes the status of the specified instances or all of your instances.
|
default DescribeInstanceStatusPublisher |
describeInstanceStatusPaginator()
Describes the status of the specified instances or all of your instances.
|
default DescribeInstanceStatusPublisher |
describeInstanceStatusPaginator(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)
Describes the status of the specified instances or all of your instances.
|
default DescribeInstanceStatusPublisher |
describeInstanceStatusPaginator(DescribeInstanceStatusRequest describeInstanceStatusRequest)
Describes the status of the specified instances or all of your instances.
|
default CompletableFuture<DescribeInstanceTypeOfferingsResponse> |
describeInstanceTypeOfferings(Consumer<DescribeInstanceTypeOfferingsRequest.Builder> describeInstanceTypeOfferingsRequest)
Returns a list of all instance types offered.
|
default CompletableFuture<DescribeInstanceTypeOfferingsResponse> |
describeInstanceTypeOfferings(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)
Returns a list of all instance types offered.
|
default DescribeInstanceTypeOfferingsPublisher |
describeInstanceTypeOfferingsPaginator(Consumer<DescribeInstanceTypeOfferingsRequest.Builder> describeInstanceTypeOfferingsRequest)
Returns a list of all instance types offered.
|
default DescribeInstanceTypeOfferingsPublisher |
describeInstanceTypeOfferingsPaginator(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)
Returns a list of all instance types offered.
|
default CompletableFuture<DescribeInstanceTypesResponse> |
describeInstanceTypes(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
default CompletableFuture<DescribeInstanceTypesResponse> |
describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
default DescribeInstanceTypesPublisher |
describeInstanceTypesPaginator(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
default DescribeInstanceTypesPublisher |
describeInstanceTypesPaginator(DescribeInstanceTypesRequest describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location.
|
default CompletableFuture<DescribeInternetGatewaysResponse> |
describeInternetGateways()
Describes one or more of your internet gateways.
|
default CompletableFuture<DescribeInternetGatewaysResponse> |
describeInternetGateways(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
|
default CompletableFuture<DescribeInternetGatewaysResponse> |
describeInternetGateways(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
|
default DescribeInternetGatewaysPublisher |
describeInternetGatewaysPaginator()
Describes one or more of your internet gateways.
|
default DescribeInternetGatewaysPublisher |
describeInternetGatewaysPaginator(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
|
default DescribeInternetGatewaysPublisher |
describeInternetGatewaysPaginator(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
|
default CompletableFuture<DescribeIpamPoolsResponse> |
describeIpamPools(Consumer<DescribeIpamPoolsRequest.Builder> describeIpamPoolsRequest)
Get information about your IPAM pools.
|
default CompletableFuture<DescribeIpamPoolsResponse> |
describeIpamPools(DescribeIpamPoolsRequest describeIpamPoolsRequest)
Get information about your IPAM pools.
|
default DescribeIpamPoolsPublisher |
describeIpamPoolsPaginator(Consumer<DescribeIpamPoolsRequest.Builder> describeIpamPoolsRequest)
Get information about your IPAM pools.
|
default DescribeIpamPoolsPublisher |
describeIpamPoolsPaginator(DescribeIpamPoolsRequest describeIpamPoolsRequest)
Get information about your IPAM pools.
|
default CompletableFuture<DescribeIpamsResponse> |
describeIpams(Consumer<DescribeIpamsRequest.Builder> describeIpamsRequest)
Get information about your IPAM pools.
|
default CompletableFuture<DescribeIpamsResponse> |
describeIpams(DescribeIpamsRequest describeIpamsRequest)
Get information about your IPAM pools.
|
default CompletableFuture<DescribeIpamScopesResponse> |
describeIpamScopes(Consumer<DescribeIpamScopesRequest.Builder> describeIpamScopesRequest)
Get information about your IPAM scopes.
|
default CompletableFuture<DescribeIpamScopesResponse> |
describeIpamScopes(DescribeIpamScopesRequest describeIpamScopesRequest)
Get information about your IPAM scopes.
|
default DescribeIpamScopesPublisher |
describeIpamScopesPaginator(Consumer<DescribeIpamScopesRequest.Builder> describeIpamScopesRequest)
Get information about your IPAM scopes.
|
default DescribeIpamScopesPublisher |
describeIpamScopesPaginator(DescribeIpamScopesRequest describeIpamScopesRequest)
Get information about your IPAM scopes.
|
default DescribeIpamsPublisher |
describeIpamsPaginator(Consumer<DescribeIpamsRequest.Builder> describeIpamsRequest)
Get information about your IPAM pools.
|
default DescribeIpamsPublisher |
describeIpamsPaginator(DescribeIpamsRequest describeIpamsRequest)
Get information about your IPAM pools.
|
default CompletableFuture<DescribeIpv6PoolsResponse> |
describeIpv6Pools(Consumer<DescribeIpv6PoolsRequest.Builder> describeIpv6PoolsRequest)
Describes your IPv6 address pools.
|
default CompletableFuture<DescribeIpv6PoolsResponse> |
describeIpv6Pools(DescribeIpv6PoolsRequest describeIpv6PoolsRequest)
Describes your IPv6 address pools.
|
default DescribeIpv6PoolsPublisher |
describeIpv6PoolsPaginator(Consumer<DescribeIpv6PoolsRequest.Builder> describeIpv6PoolsRequest)
Describes your IPv6 address pools.
|
default DescribeIpv6PoolsPublisher |
describeIpv6PoolsPaginator(DescribeIpv6PoolsRequest describeIpv6PoolsRequest)
Describes your IPv6 address pools.
|
default CompletableFuture<DescribeKeyPairsResponse> |
describeKeyPairs()
Describes the specified key pairs or all of your key pairs.
|
default CompletableFuture<DescribeKeyPairsResponse> |
describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
default CompletableFuture<DescribeKeyPairsResponse> |
describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
default CompletableFuture<DescribeLaunchTemplatesResponse> |
describeLaunchTemplates()
Describes one or more launch templates.
|
default CompletableFuture<DescribeLaunchTemplatesResponse> |
describeLaunchTemplates(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest)
Describes one or more launch templates.
|
default CompletableFuture<DescribeLaunchTemplatesResponse> |
describeLaunchTemplates(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest)
Describes one or more launch templates.
|
default DescribeLaunchTemplatesPublisher |
describeLaunchTemplatesPaginator()
Describes one or more launch templates.
|
default DescribeLaunchTemplatesPublisher |
describeLaunchTemplatesPaginator(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest)
Describes one or more launch templates.
|
default DescribeLaunchTemplatesPublisher |
describeLaunchTemplatesPaginator(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest)
Describes one or more launch templates.
|
default CompletableFuture<DescribeLaunchTemplateVersionsResponse> |
describeLaunchTemplateVersions(Consumer<DescribeLaunchTemplateVersionsRequest.Builder> describeLaunchTemplateVersionsRequest)
Describes one or more versions of a specified launch template.
|
default CompletableFuture<DescribeLaunchTemplateVersionsResponse> |
describeLaunchTemplateVersions(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest)
Describes one or more versions of a specified launch template.
|
default DescribeLaunchTemplateVersionsPublisher |
describeLaunchTemplateVersionsPaginator(Consumer<DescribeLaunchTemplateVersionsRequest.Builder> describeLaunchTemplateVersionsRequest)
Describes one or more versions of a specified launch template.
|
default DescribeLaunchTemplateVersionsPublisher |
describeLaunchTemplateVersionsPaginator(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest)
Describes one or more versions of a specified launch template.
|
default CompletableFuture<DescribeLocalGatewayRouteTablesResponse> |
describeLocalGatewayRouteTables(Consumer<DescribeLocalGatewayRouteTablesRequest.Builder> describeLocalGatewayRouteTablesRequest)
Describes one or more local gateway route tables.
|
default CompletableFuture<DescribeLocalGatewayRouteTablesResponse> |
describeLocalGatewayRouteTables(DescribeLocalGatewayRouteTablesRequest describeLocalGatewayRouteTablesRequest)
Describes one or more local gateway route tables.
|
default DescribeLocalGatewayRouteTablesPublisher |
describeLocalGatewayRouteTablesPaginator(Consumer<DescribeLocalGatewayRouteTablesRequest.Builder> describeLocalGatewayRouteTablesRequest)
Describes one or more local gateway route tables.
|
default DescribeLocalGatewayRouteTablesPublisher |
describeLocalGatewayRouteTablesPaginator(DescribeLocalGatewayRouteTablesRequest describeLocalGatewayRouteTablesRequest)
Describes one or more local gateway route tables.
|
default CompletableFuture<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse> |
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(Consumer<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.Builder> describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)
Describes the associations between virtual interface groups and local gateway route tables.
|
default CompletableFuture<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse> |
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)
Describes the associations between virtual interface groups and local gateway route tables.
|
default DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher |
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(Consumer<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.Builder> describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)
Describes the associations between virtual interface groups and local gateway route tables.
|
default DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher |
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)
Describes the associations between virtual interface groups and local gateway route tables.
|
default CompletableFuture<DescribeLocalGatewayRouteTableVpcAssociationsResponse> |
describeLocalGatewayRouteTableVpcAssociations(Consumer<DescribeLocalGatewayRouteTableVpcAssociationsRequest.Builder> describeLocalGatewayRouteTableVpcAssociationsRequest)
Describes the specified associations between VPCs and local gateway route tables.
|
default CompletableFuture<DescribeLocalGatewayRouteTableVpcAssociationsResponse> |
describeLocalGatewayRouteTableVpcAssociations(DescribeLocalGatewayRouteTableVpcAssociationsRequest describeLocalGatewayRouteTableVpcAssociationsRequest)
Describes the specified associations between VPCs and local gateway route tables.
|
default DescribeLocalGatewayRouteTableVpcAssociationsPublisher |
describeLocalGatewayRouteTableVpcAssociationsPaginator(Consumer<DescribeLocalGatewayRouteTableVpcAssociationsRequest.Builder> describeLocalGatewayRouteTableVpcAssociationsRequest)
Describes the specified associations between VPCs and local gateway route tables.
|
default DescribeLocalGatewayRouteTableVpcAssociationsPublisher |
describeLocalGatewayRouteTableVpcAssociationsPaginator(DescribeLocalGatewayRouteTableVpcAssociationsRequest describeLocalGatewayRouteTableVpcAssociationsRequest)
Describes the specified associations between VPCs and local gateway route tables.
|
default CompletableFuture<DescribeLocalGatewaysResponse> |
describeLocalGateways(Consumer<DescribeLocalGatewaysRequest.Builder> describeLocalGatewaysRequest)
Describes one or more local gateways.
|
default CompletableFuture<DescribeLocalGatewaysResponse> |
describeLocalGateways(DescribeLocalGatewaysRequest describeLocalGatewaysRequest)
Describes one or more local gateways.
|
default DescribeLocalGatewaysPublisher |
describeLocalGatewaysPaginator(Consumer<DescribeLocalGatewaysRequest.Builder> describeLocalGatewaysRequest)
Describes one or more local gateways.
|
default DescribeLocalGatewaysPublisher |
describeLocalGatewaysPaginator(DescribeLocalGatewaysRequest describeLocalGatewaysRequest)
Describes one or more local gateways.
|
default CompletableFuture<DescribeLocalGatewayVirtualInterfaceGroupsResponse> |
describeLocalGatewayVirtualInterfaceGroups(Consumer<DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder> describeLocalGatewayVirtualInterfaceGroupsRequest)
Describes the specified local gateway virtual interface groups.
|
default CompletableFuture<DescribeLocalGatewayVirtualInterfaceGroupsResponse> |
describeLocalGatewayVirtualInterfaceGroups(DescribeLocalGatewayVirtualInterfaceGroupsRequest describeLocalGatewayVirtualInterfaceGroupsRequest)
Describes the specified local gateway virtual interface groups.
|
default DescribeLocalGatewayVirtualInterfaceGroupsPublisher |
describeLocalGatewayVirtualInterfaceGroupsPaginator(Consumer<DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder> describeLocalGatewayVirtualInterfaceGroupsRequest)
Describes the specified local gateway virtual interface groups.
|
default DescribeLocalGatewayVirtualInterfaceGroupsPublisher |
describeLocalGatewayVirtualInterfaceGroupsPaginator(DescribeLocalGatewayVirtualInterfaceGroupsRequest describeLocalGatewayVirtualInterfaceGroupsRequest)
Describes the specified local gateway virtual interface groups.
|
default CompletableFuture<DescribeLocalGatewayVirtualInterfacesResponse> |
describeLocalGatewayVirtualInterfaces(Consumer<DescribeLocalGatewayVirtualInterfacesRequest.Builder> describeLocalGatewayVirtualInterfacesRequest)
Describes the specified local gateway virtual interfaces.
|
default CompletableFuture<DescribeLocalGatewayVirtualInterfacesResponse> |
describeLocalGatewayVirtualInterfaces(DescribeLocalGatewayVirtualInterfacesRequest describeLocalGatewayVirtualInterfacesRequest)
Describes the specified local gateway virtual interfaces.
|
default DescribeLocalGatewayVirtualInterfacesPublisher |
describeLocalGatewayVirtualInterfacesPaginator(Consumer<DescribeLocalGatewayVirtualInterfacesRequest.Builder> describeLocalGatewayVirtualInterfacesRequest)
Describes the specified local gateway virtual interfaces.
|
default DescribeLocalGatewayVirtualInterfacesPublisher |
describeLocalGatewayVirtualInterfacesPaginator(DescribeLocalGatewayVirtualInterfacesRequest describeLocalGatewayVirtualInterfacesRequest)
Describes the specified local gateway virtual interfaces.
|
default CompletableFuture<DescribeManagedPrefixListsResponse> |
describeManagedPrefixLists(Consumer<DescribeManagedPrefixListsRequest.Builder> describeManagedPrefixListsRequest)
Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.
|
default CompletableFuture<DescribeManagedPrefixListsResponse> |
describeManagedPrefixLists(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)
Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.
|
default DescribeManagedPrefixListsPublisher |
describeManagedPrefixListsPaginator(Consumer<DescribeManagedPrefixListsRequest.Builder> describeManagedPrefixListsRequest)
Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.
|
default DescribeManagedPrefixListsPublisher |
describeManagedPrefixListsPaginator(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)
Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.
|
default CompletableFuture<DescribeMovingAddressesResponse> |
describeMovingAddresses()
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default CompletableFuture<DescribeMovingAddressesResponse> |
describeMovingAddresses(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default CompletableFuture<DescribeMovingAddressesResponse> |
describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default DescribeMovingAddressesPublisher |
describeMovingAddressesPaginator()
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default DescribeMovingAddressesPublisher |
describeMovingAddressesPaginator(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default DescribeMovingAddressesPublisher |
describeMovingAddressesPaginator(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default CompletableFuture<DescribeNatGatewaysResponse> |
describeNatGateways()
Describes one or more of your NAT gateways.
|
default CompletableFuture<DescribeNatGatewaysResponse> |
describeNatGateways(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default CompletableFuture<DescribeNatGatewaysResponse> |
describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysPublisher |
describeNatGatewaysPaginator()
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysPublisher |
describeNatGatewaysPaginator(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysPublisher |
describeNatGatewaysPaginator(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default CompletableFuture<DescribeNetworkAclsResponse> |
describeNetworkAcls()
Describes one or more of your network ACLs.
|
default CompletableFuture<DescribeNetworkAclsResponse> |
describeNetworkAcls(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest)
Describes one or more of your network ACLs.
|
default CompletableFuture<DescribeNetworkAclsResponse> |
describeNetworkAcls(DescribeNetworkAclsRequest describeNetworkAclsRequest)
Describes one or more of your network ACLs.
|
default DescribeNetworkAclsPublisher |
describeNetworkAclsPaginator()
Describes one or more of your network ACLs.
|
default DescribeNetworkAclsPublisher |
describeNetworkAclsPaginator(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest)
Describes one or more of your network ACLs.
|
default DescribeNetworkAclsPublisher |
describeNetworkAclsPaginator(DescribeNetworkAclsRequest describeNetworkAclsRequest)
Describes one or more of your network ACLs.
|
default CompletableFuture<DescribeNetworkInsightsAccessScopeAnalysesResponse> |
describeNetworkInsightsAccessScopeAnalyses(Consumer<DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder> describeNetworkInsightsAccessScopeAnalysesRequest)
Describes the specified Network Access Scope analyses.
|
default CompletableFuture<DescribeNetworkInsightsAccessScopeAnalysesResponse> |
describeNetworkInsightsAccessScopeAnalyses(DescribeNetworkInsightsAccessScopeAnalysesRequest describeNetworkInsightsAccessScopeAnalysesRequest)
Describes the specified Network Access Scope analyses.
|
default DescribeNetworkInsightsAccessScopeAnalysesPublisher |
describeNetworkInsightsAccessScopeAnalysesPaginator(Consumer<DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder> describeNetworkInsightsAccessScopeAnalysesRequest)
Describes the specified Network Access Scope analyses.
|
default DescribeNetworkInsightsAccessScopeAnalysesPublisher |
describeNetworkInsightsAccessScopeAnalysesPaginator(DescribeNetworkInsightsAccessScopeAnalysesRequest describeNetworkInsightsAccessScopeAnalysesRequest)
Describes the specified Network Access Scope analyses.
|
default CompletableFuture<DescribeNetworkInsightsAccessScopesResponse> |
describeNetworkInsightsAccessScopes(Consumer<DescribeNetworkInsightsAccessScopesRequest.Builder> describeNetworkInsightsAccessScopesRequest)
Describes the specified Network Access Scopes.
|
default CompletableFuture<DescribeNetworkInsightsAccessScopesResponse> |
describeNetworkInsightsAccessScopes(DescribeNetworkInsightsAccessScopesRequest describeNetworkInsightsAccessScopesRequest)
Describes the specified Network Access Scopes.
|
default DescribeNetworkInsightsAccessScopesPublisher |
describeNetworkInsightsAccessScopesPaginator(Consumer<DescribeNetworkInsightsAccessScopesRequest.Builder> describeNetworkInsightsAccessScopesRequest)
Describes the specified Network Access Scopes.
|
default DescribeNetworkInsightsAccessScopesPublisher |
describeNetworkInsightsAccessScopesPaginator(DescribeNetworkInsightsAccessScopesRequest describeNetworkInsightsAccessScopesRequest)
Describes the specified Network Access Scopes.
|
default CompletableFuture<DescribeNetworkInsightsAnalysesResponse> |
describeNetworkInsightsAnalyses(Consumer<DescribeNetworkInsightsAnalysesRequest.Builder> describeNetworkInsightsAnalysesRequest)
Describes one or more of your network insights analyses.
|
default CompletableFuture<DescribeNetworkInsightsAnalysesResponse> |
describeNetworkInsightsAnalyses(DescribeNetworkInsightsAnalysesRequest describeNetworkInsightsAnalysesRequest)
Describes one or more of your network insights analyses.
|
default DescribeNetworkInsightsAnalysesPublisher |
describeNetworkInsightsAnalysesPaginator(Consumer<DescribeNetworkInsightsAnalysesRequest.Builder> describeNetworkInsightsAnalysesRequest)
Describes one or more of your network insights analyses.
|
default DescribeNetworkInsightsAnalysesPublisher |
describeNetworkInsightsAnalysesPaginator(DescribeNetworkInsightsAnalysesRequest describeNetworkInsightsAnalysesRequest)
Describes one or more of your network insights analyses.
|
default CompletableFuture<DescribeNetworkInsightsPathsResponse> |
describeNetworkInsightsPaths(Consumer<DescribeNetworkInsightsPathsRequest.Builder> describeNetworkInsightsPathsRequest)
Describes one or more of your paths.
|
default CompletableFuture<DescribeNetworkInsightsPathsResponse> |
describeNetworkInsightsPaths(DescribeNetworkInsightsPathsRequest describeNetworkInsightsPathsRequest)
Describes one or more of your paths.
|
default DescribeNetworkInsightsPathsPublisher |
describeNetworkInsightsPathsPaginator(Consumer<DescribeNetworkInsightsPathsRequest.Builder> describeNetworkInsightsPathsRequest)
Describes one or more of your paths.
|
default DescribeNetworkInsightsPathsPublisher |
describeNetworkInsightsPathsPaginator(DescribeNetworkInsightsPathsRequest describeNetworkInsightsPathsRequest)
Describes one or more of your paths.
|
default CompletableFuture<DescribeNetworkInterfaceAttributeResponse> |
describeNetworkInterfaceAttribute(Consumer<DescribeNetworkInterfaceAttributeRequest.Builder> describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute.
|
default CompletableFuture<DescribeNetworkInterfaceAttributeResponse> |
describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute.
|
default CompletableFuture<DescribeNetworkInterfacePermissionsResponse> |
describeNetworkInterfacePermissions()
Describes the permissions for your network interfaces.
|
default CompletableFuture<DescribeNetworkInterfacePermissionsResponse> |
describeNetworkInterfacePermissions(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
|
default CompletableFuture<DescribeNetworkInterfacePermissionsResponse> |
describeNetworkInterfacePermissions(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
|
default DescribeNetworkInterfacePermissionsPublisher |
describeNetworkInterfacePermissionsPaginator()
Describes the permissions for your network interfaces.
|
default DescribeNetworkInterfacePermissionsPublisher |
describeNetworkInterfacePermissionsPaginator(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
|
default DescribeNetworkInterfacePermissionsPublisher |
describeNetworkInterfacePermissionsPaginator(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
|
default CompletableFuture<DescribeNetworkInterfacesResponse> |
describeNetworkInterfaces()
Describes one or more of your network interfaces.
|
default CompletableFuture<DescribeNetworkInterfacesResponse> |
describeNetworkInterfaces(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
default CompletableFuture<DescribeNetworkInterfacesResponse> |
describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
default DescribeNetworkInterfacesPublisher |
describeNetworkInterfacesPaginator()
Describes one or more of your network interfaces.
|
default DescribeNetworkInterfacesPublisher |
describeNetworkInterfacesPaginator(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
default DescribeNetworkInterfacesPublisher |
describeNetworkInterfacesPaginator(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
default CompletableFuture<DescribePlacementGroupsResponse> |
describePlacementGroups()
Describes the specified placement groups or all of your placement groups.
|
default CompletableFuture<DescribePlacementGroupsResponse> |
describePlacementGroups(Consumer<DescribePlacementGroupsRequest.Builder> describePlacementGroupsRequest)
Describes the specified placement groups or all of your placement groups.
|
default CompletableFuture<DescribePlacementGroupsResponse> |
describePlacementGroups(DescribePlacementGroupsRequest describePlacementGroupsRequest)
Describes the specified placement groups or all of your placement groups.
|
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.
|
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.
|
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.
|
default DescribePrefixListsPublisher |
describePrefixListsPaginator()
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.
|
default DescribePrefixListsPublisher |
describePrefixListsPaginator(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.
|
default DescribePrefixListsPublisher |
describePrefixListsPaginator(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.
|
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.
|
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.
|
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.
|
default DescribePrincipalIdFormatPublisher |
describePrincipalIdFormatPaginator()
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.
|
default DescribePrincipalIdFormatPublisher |
describePrincipalIdFormatPaginator(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.
|
default DescribePrincipalIdFormatPublisher |
describePrincipalIdFormatPaginator(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.
|
default CompletableFuture<DescribePublicIpv4PoolsResponse> |
describePublicIpv4Pools()
Describes the specified IPv4 address pools.
|
default CompletableFuture<DescribePublicIpv4PoolsResponse> |
describePublicIpv4Pools(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
|
default CompletableFuture<DescribePublicIpv4PoolsResponse> |
describePublicIpv4Pools(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
|
default DescribePublicIpv4PoolsPublisher |
describePublicIpv4PoolsPaginator()
Describes the specified IPv4 address pools.
|
default DescribePublicIpv4PoolsPublisher |
describePublicIpv4PoolsPaginator(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
|
default DescribePublicIpv4PoolsPublisher |
describePublicIpv4PoolsPaginator(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
|
default CompletableFuture<DescribeRegionsResponse> |
describeRegions()
Describes the Regions that are enabled for your account, or all Regions.
|
default CompletableFuture<DescribeRegionsResponse> |
describeRegions(Consumer<DescribeRegionsRequest.Builder> describeRegionsRequest)
Describes the Regions that are enabled for your account, or all Regions.
|
default CompletableFuture<DescribeRegionsResponse> |
describeRegions(DescribeRegionsRequest describeRegionsRequest)
Describes the Regions that are enabled for your account, or all Regions.
|
default CompletableFuture<DescribeReplaceRootVolumeTasksResponse> |
describeReplaceRootVolumeTasks(Consumer<DescribeReplaceRootVolumeTasksRequest.Builder> describeReplaceRootVolumeTasksRequest)
Describes a root volume replacement task.
|
default CompletableFuture<DescribeReplaceRootVolumeTasksResponse> |
describeReplaceRootVolumeTasks(DescribeReplaceRootVolumeTasksRequest describeReplaceRootVolumeTasksRequest)
Describes a root volume replacement task.
|
default DescribeReplaceRootVolumeTasksPublisher |
describeReplaceRootVolumeTasksPaginator(Consumer<DescribeReplaceRootVolumeTasksRequest.Builder> describeReplaceRootVolumeTasksRequest)
Describes a root volume replacement task.
|
default DescribeReplaceRootVolumeTasksPublisher |
describeReplaceRootVolumeTasksPaginator(DescribeReplaceRootVolumeTasksRequest describeReplaceRootVolumeTasksRequest)
Describes a root volume replacement task.
|
default CompletableFuture<DescribeReservedInstancesResponse> |
describeReservedInstances()
Describes one or more of the Reserved Instances that you purchased.
|
default CompletableFuture<DescribeReservedInstancesResponse> |
describeReservedInstances(Consumer<DescribeReservedInstancesRequest.Builder> describeReservedInstancesRequest)
Describes one or more of the Reserved Instances that you purchased.
|
default CompletableFuture<DescribeReservedInstancesResponse> |
describeReservedInstances(DescribeReservedInstancesRequest describeReservedInstancesRequest)
Describes one or more of the Reserved Instances that you purchased.
|
default CompletableFuture<DescribeReservedInstancesListingsResponse> |
describeReservedInstancesListings()
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
|
default CompletableFuture<DescribeReservedInstancesListingsResponse> |
describeReservedInstancesListings(Consumer<DescribeReservedInstancesListingsRequest.Builder> describeReservedInstancesListingsRequest)
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
|
default CompletableFuture<DescribeReservedInstancesListingsResponse> |
describeReservedInstancesListings(DescribeReservedInstancesListingsRequest describeReservedInstancesListingsRequest)
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
|
default CompletableFuture<DescribeReservedInstancesModificationsResponse> |
describeReservedInstancesModifications()
Describes the modifications made to your Reserved Instances.
|
default CompletableFuture<DescribeReservedInstancesModificationsResponse> |
describeReservedInstancesModifications(Consumer<DescribeReservedInstancesModificationsRequest.Builder> describeReservedInstancesModificationsRequest)
Describes the modifications made to your Reserved Instances.
|
default CompletableFuture<DescribeReservedInstancesModificationsResponse> |
describeReservedInstancesModifications(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest)
Describes the modifications made to your Reserved Instances.
|
default DescribeReservedInstancesModificationsPublisher |
describeReservedInstancesModificationsPaginator()
Describes the modifications made to your Reserved Instances.
|
default DescribeReservedInstancesModificationsPublisher |
describeReservedInstancesModificationsPaginator(Consumer<DescribeReservedInstancesModificationsRequest.Builder> describeReservedInstancesModificationsRequest)
Describes the modifications made to your Reserved Instances.
|
default DescribeReservedInstancesModificationsPublisher |
describeReservedInstancesModificationsPaginator(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest)
Describes the modifications made to your Reserved Instances.
|
default CompletableFuture<DescribeReservedInstancesOfferingsResponse> |
describeReservedInstancesOfferings()
Describes Reserved Instance offerings that are available for purchase.
|
default CompletableFuture<DescribeReservedInstancesOfferingsResponse> |
describeReservedInstancesOfferings(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest)
Describes Reserved Instance offerings that are available for purchase.
|
default CompletableFuture<DescribeReservedInstancesOfferingsResponse> |
describeReservedInstancesOfferings(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest)
Describes Reserved Instance offerings that are available for purchase.
|
default DescribeReservedInstancesOfferingsPublisher |
describeReservedInstancesOfferingsPaginator()
Describes Reserved Instance offerings that are available for purchase.
|
default DescribeReservedInstancesOfferingsPublisher |
describeReservedInstancesOfferingsPaginator(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest)
Describes Reserved Instance offerings that are available for purchase.
|
default DescribeReservedInstancesOfferingsPublisher |
describeReservedInstancesOfferingsPaginator(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest)
Describes Reserved Instance offerings that are available for purchase.
|
default CompletableFuture<DescribeRouteTablesResponse> |
describeRouteTables()
Describes one or more of your route tables.
|
default CompletableFuture<DescribeRouteTablesResponse> |
describeRouteTables(Consumer<DescribeRouteTablesRequest.Builder> describeRouteTablesRequest)
Describes one or more of your route tables.
|
default CompletableFuture<DescribeRouteTablesResponse> |
describeRouteTables(DescribeRouteTablesRequest describeRouteTablesRequest)
Describes one or more of your route tables.
|
default DescribeRouteTablesPublisher |
describeRouteTablesPaginator()
Describes one or more of your route tables.
|
default DescribeRouteTablesPublisher |
describeRouteTablesPaginator(Consumer<DescribeRouteTablesRequest.Builder> describeRouteTablesRequest)
Describes one or more of your route tables.
|
default DescribeRouteTablesPublisher |
describeRouteTablesPaginator(DescribeRouteTablesRequest describeRouteTablesRequest)
Describes one or more of your route tables.
|
default CompletableFuture<DescribeScheduledInstanceAvailabilityResponse> |
describeScheduledInstanceAvailability(Consumer<DescribeScheduledInstanceAvailabilityRequest.Builder> describeScheduledInstanceAvailabilityRequest)
Finds available schedules that meet the specified criteria.
|
default CompletableFuture<DescribeScheduledInstanceAvailabilityResponse> |
describeScheduledInstanceAvailability(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest)
Finds available schedules that meet the specified criteria.
|
default DescribeScheduledInstanceAvailabilityPublisher |
describeScheduledInstanceAvailabilityPaginator(Consumer<DescribeScheduledInstanceAvailabilityRequest.Builder> describeScheduledInstanceAvailabilityRequest)
Finds available schedules that meet the specified criteria.
|
default DescribeScheduledInstanceAvailabilityPublisher |
describeScheduledInstanceAvailabilityPaginator(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest)
Finds available schedules that meet the specified criteria.
|
default CompletableFuture<DescribeScheduledInstancesResponse> |
describeScheduledInstances()
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default CompletableFuture<DescribeScheduledInstancesResponse> |
describeScheduledInstances(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default CompletableFuture<DescribeScheduledInstancesResponse> |
describeScheduledInstances(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default DescribeScheduledInstancesPublisher |
describeScheduledInstancesPaginator()
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default DescribeScheduledInstancesPublisher |
describeScheduledInstancesPaginator(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default DescribeScheduledInstancesPublisher |
describeScheduledInstancesPaginator(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default CompletableFuture<DescribeSecurityGroupReferencesResponse> |
describeSecurityGroupReferences(Consumer<DescribeSecurityGroupReferencesRequest.Builder> describeSecurityGroupReferencesRequest)
[VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security
groups you've specified in this request.
|
default CompletableFuture<DescribeSecurityGroupReferencesResponse> |
describeSecurityGroupReferences(DescribeSecurityGroupReferencesRequest describeSecurityGroupReferencesRequest)
[VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security
groups you've specified in this request.
|
default CompletableFuture<DescribeSecurityGroupRulesResponse> |
describeSecurityGroupRules(Consumer<DescribeSecurityGroupRulesRequest.Builder> describeSecurityGroupRulesRequest)
Describes one or more of your security group rules.
|
default CompletableFuture<DescribeSecurityGroupRulesResponse> |
describeSecurityGroupRules(DescribeSecurityGroupRulesRequest describeSecurityGroupRulesRequest)
Describes one or more of your security group rules.
|
default DescribeSecurityGroupRulesPublisher |
describeSecurityGroupRulesPaginator(Consumer<DescribeSecurityGroupRulesRequest.Builder> describeSecurityGroupRulesRequest)
Describes one or more of your security group rules.
|
default DescribeSecurityGroupRulesPublisher |
describeSecurityGroupRulesPaginator(DescribeSecurityGroupRulesRequest describeSecurityGroupRulesRequest)
Describes one or more of your security group rules.
|
default CompletableFuture<DescribeSecurityGroupsResponse> |
describeSecurityGroups()
Describes the specified security groups or all of your security groups.
|
default CompletableFuture<DescribeSecurityGroupsResponse> |
describeSecurityGroups(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
|
default CompletableFuture<DescribeSecurityGroupsResponse> |
describeSecurityGroups(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
|
default DescribeSecurityGroupsPublisher |
describeSecurityGroupsPaginator()
Describes the specified security groups or all of your security groups.
|
default DescribeSecurityGroupsPublisher |
describeSecurityGroupsPaginator(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
|
default DescribeSecurityGroupsPublisher |
describeSecurityGroupsPaginator(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
|
default CompletableFuture<DescribeSnapshotAttributeResponse> |
describeSnapshotAttribute(Consumer<DescribeSnapshotAttributeRequest.Builder> describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.
|
default CompletableFuture<DescribeSnapshotAttributeResponse> |
describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.
|
default CompletableFuture<DescribeSnapshotsResponse> |
describeSnapshots()
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
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.
|
default CompletableFuture<DescribeSnapshotsResponse> |
describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsPublisher |
describeSnapshotsPaginator()
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsPublisher |
describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsPublisher |
describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default CompletableFuture<DescribeSnapshotTierStatusResponse> |
describeSnapshotTierStatus(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
|
default CompletableFuture<DescribeSnapshotTierStatusResponse> |
describeSnapshotTierStatus(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
|
default DescribeSnapshotTierStatusPublisher |
describeSnapshotTierStatusPaginator(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
|
default DescribeSnapshotTierStatusPublisher |
describeSnapshotTierStatusPaginator(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
|
default CompletableFuture<DescribeSpotDatafeedSubscriptionResponse> |
describeSpotDatafeedSubscription()
Describes the data feed for Spot Instances.
|
default CompletableFuture<DescribeSpotDatafeedSubscriptionResponse> |
describeSpotDatafeedSubscription(Consumer<DescribeSpotDatafeedSubscriptionRequest.Builder> describeSpotDatafeedSubscriptionRequest)
Describes the data feed for Spot Instances.
|
default CompletableFuture<DescribeSpotDatafeedSubscriptionResponse> |
describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscriptionRequest describeSpotDatafeedSubscriptionRequest)
Describes the data feed for Spot Instances.
|
default CompletableFuture<DescribeSpotFleetInstancesResponse> |
describeSpotFleetInstances(Consumer<DescribeSpotFleetInstancesRequest.Builder> describeSpotFleetInstancesRequest)
Describes the running instances for the specified Spot Fleet.
|
default CompletableFuture<DescribeSpotFleetInstancesResponse> |
describeSpotFleetInstances(DescribeSpotFleetInstancesRequest describeSpotFleetInstancesRequest)
Describes the running instances for the specified Spot Fleet.
|
default CompletableFuture<DescribeSpotFleetRequestHistoryResponse> |
describeSpotFleetRequestHistory(Consumer<DescribeSpotFleetRequestHistoryRequest.Builder> describeSpotFleetRequestHistoryRequest)
Describes the events for the specified Spot Fleet request during the specified time.
|
default CompletableFuture<DescribeSpotFleetRequestHistoryResponse> |
describeSpotFleetRequestHistory(DescribeSpotFleetRequestHistoryRequest describeSpotFleetRequestHistoryRequest)
Describes the events for the specified Spot Fleet request during the specified time.
|
default CompletableFuture<DescribeSpotFleetRequestsResponse> |
describeSpotFleetRequests()
Describes your Spot Fleet requests.
|
default CompletableFuture<DescribeSpotFleetRequestsResponse> |
describeSpotFleetRequests(Consumer<DescribeSpotFleetRequestsRequest.Builder> describeSpotFleetRequestsRequest)
Describes your Spot Fleet requests.
|
default CompletableFuture<DescribeSpotFleetRequestsResponse> |
describeSpotFleetRequests(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest)
Describes your Spot Fleet requests.
|
default DescribeSpotFleetRequestsPublisher |
describeSpotFleetRequestsPaginator()
Describes your Spot Fleet requests.
|
default DescribeSpotFleetRequestsPublisher |
describeSpotFleetRequestsPaginator(Consumer<DescribeSpotFleetRequestsRequest.Builder> describeSpotFleetRequestsRequest)
Describes your Spot Fleet requests.
|
default DescribeSpotFleetRequestsPublisher |
describeSpotFleetRequestsPaginator(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest)
Describes your Spot Fleet requests.
|
default CompletableFuture<DescribeSpotInstanceRequestsResponse> |
describeSpotInstanceRequests()
Describes the specified Spot Instance requests.
|
default CompletableFuture<DescribeSpotInstanceRequestsResponse> |
describeSpotInstanceRequests(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest)
Describes the specified Spot Instance requests.
|
default CompletableFuture<DescribeSpotInstanceRequestsResponse> |
describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)
Describes the specified Spot Instance requests.
|
default DescribeSpotInstanceRequestsPublisher |
describeSpotInstanceRequestsPaginator()
Describes the specified Spot Instance requests.
|
default DescribeSpotInstanceRequestsPublisher |
describeSpotInstanceRequestsPaginator(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest)
Describes the specified Spot Instance requests.
|
default DescribeSpotInstanceRequestsPublisher |
describeSpotInstanceRequestsPaginator(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)
Describes the specified Spot Instance requests.
|
default CompletableFuture<DescribeSpotPriceHistoryResponse> |
describeSpotPriceHistory()
Describes the Spot price history.
|
default CompletableFuture<DescribeSpotPriceHistoryResponse> |
describeSpotPriceHistory(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
default CompletableFuture<DescribeSpotPriceHistoryResponse> |
describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
default DescribeSpotPriceHistoryPublisher |
describeSpotPriceHistoryPaginator()
Describes the Spot price history.
|
default DescribeSpotPriceHistoryPublisher |
describeSpotPriceHistoryPaginator(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
default DescribeSpotPriceHistoryPublisher |
describeSpotPriceHistoryPaginator(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
default CompletableFuture<DescribeStaleSecurityGroupsResponse> |
describeStaleSecurityGroups(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest)
[VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
default CompletableFuture<DescribeStaleSecurityGroupsResponse> |
describeStaleSecurityGroups(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)
[VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
default DescribeStaleSecurityGroupsPublisher |
describeStaleSecurityGroupsPaginator(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest)
[VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
default DescribeStaleSecurityGroupsPublisher |
describeStaleSecurityGroupsPaginator(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)
[VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
default CompletableFuture<DescribeStoreImageTasksResponse> |
describeStoreImageTasks(Consumer<DescribeStoreImageTasksRequest.Builder> describeStoreImageTasksRequest)
Describes the progress of the AMI store tasks.
|
default CompletableFuture<DescribeStoreImageTasksResponse> |
describeStoreImageTasks(DescribeStoreImageTasksRequest describeStoreImageTasksRequest)
Describes the progress of the AMI store tasks.
|
default DescribeStoreImageTasksPublisher |
describeStoreImageTasksPaginator(Consumer<DescribeStoreImageTasksRequest.Builder> describeStoreImageTasksRequest)
Describes the progress of the AMI store tasks.
|
default DescribeStoreImageTasksPublisher |
describeStoreImageTasksPaginator(DescribeStoreImageTasksRequest describeStoreImageTasksRequest)
Describes the progress of the AMI store tasks.
|
default CompletableFuture<DescribeSubnetsResponse> |
describeSubnets()
Describes one or more of your subnets.
|
default CompletableFuture<DescribeSubnetsResponse> |
describeSubnets(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest)
Describes one or more of your subnets.
|
default CompletableFuture<DescribeSubnetsResponse> |
describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
Describes one or more of your subnets.
|
default DescribeSubnetsPublisher |
describeSubnetsPaginator()
Describes one or more of your subnets.
|
default DescribeSubnetsPublisher |
describeSubnetsPaginator(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest)
Describes one or more of your subnets.
|
default DescribeSubnetsPublisher |
describeSubnetsPaginator(DescribeSubnetsRequest describeSubnetsRequest)
Describes one or more of your subnets.
|
default CompletableFuture<DescribeTagsResponse> |
describeTags()
Describes the specified tags for your EC2 resources.
|
default CompletableFuture<DescribeTagsResponse> |
describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the specified tags for your EC2 resources.
|
default CompletableFuture<DescribeTagsResponse> |
describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags for your EC2 resources.
|
default DescribeTagsPublisher |
describeTagsPaginator()
Describes the specified tags for your EC2 resources.
|
default DescribeTagsPublisher |
describeTagsPaginator(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the specified tags for your EC2 resources.
|
default DescribeTagsPublisher |
describeTagsPaginator(DescribeTagsRequest describeTagsRequest)
Describes the specified tags for your EC2 resources.
|
default CompletableFuture<DescribeTrafficMirrorFiltersResponse> |
describeTrafficMirrorFilters(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
|
default CompletableFuture<DescribeTrafficMirrorFiltersResponse> |
describeTrafficMirrorFilters(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
|
default DescribeTrafficMirrorFiltersPublisher |
describeTrafficMirrorFiltersPaginator(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
|
default DescribeTrafficMirrorFiltersPublisher |
describeTrafficMirrorFiltersPaginator(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
|
default CompletableFuture<DescribeTrafficMirrorSessionsResponse> |
describeTrafficMirrorSessions(Consumer<DescribeTrafficMirrorSessionsRequest.Builder> describeTrafficMirrorSessionsRequest)
Describes one or more Traffic Mirror sessions.
|
default CompletableFuture<DescribeTrafficMirrorSessionsResponse> |
describeTrafficMirrorSessions(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest)
Describes one or more Traffic Mirror sessions.
|
default DescribeTrafficMirrorSessionsPublisher |
describeTrafficMirrorSessionsPaginator(Consumer<DescribeTrafficMirrorSessionsRequest.Builder> describeTrafficMirrorSessionsRequest)
Describes one or more Traffic Mirror sessions.
|
default DescribeTrafficMirrorSessionsPublisher |
describeTrafficMirrorSessionsPaginator(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest)
Describes one or more Traffic Mirror sessions.
|
default CompletableFuture<DescribeTrafficMirrorTargetsResponse> |
describeTrafficMirrorTargets(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
|
default CompletableFuture<DescribeTrafficMirrorTargetsResponse> |
describeTrafficMirrorTargets(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
|
default DescribeTrafficMirrorTargetsPublisher |
describeTrafficMirrorTargetsPaginator(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
|
default DescribeTrafficMirrorTargetsPublisher |
describeTrafficMirrorTargetsPaginator(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
|
default CompletableFuture<DescribeTransitGatewayAttachmentsResponse> |
describeTransitGatewayAttachments()
Describes one or more attachments between resources and transit gateways.
|
default CompletableFuture<DescribeTransitGatewayAttachmentsResponse> |
describeTransitGatewayAttachments(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default CompletableFuture<DescribeTransitGatewayAttachmentsResponse> |
describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsPublisher |
describeTransitGatewayAttachmentsPaginator()
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsPublisher |
describeTransitGatewayAttachmentsPaginator(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsPublisher |
describeTransitGatewayAttachmentsPaginator(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default CompletableFuture<DescribeTransitGatewayConnectPeersResponse> |
describeTransitGatewayConnectPeers(Consumer<DescribeTransitGatewayConnectPeersRequest.Builder> describeTransitGatewayConnectPeersRequest)
Describes one or more Connect peers.
|
default CompletableFuture<DescribeTransitGatewayConnectPeersResponse> |
describeTransitGatewayConnectPeers(DescribeTransitGatewayConnectPeersRequest describeTransitGatewayConnectPeersRequest)
Describes one or more Connect peers.
|
default DescribeTransitGatewayConnectPeersPublisher |
describeTransitGatewayConnectPeersPaginator(Consumer<DescribeTransitGatewayConnectPeersRequest.Builder> describeTransitGatewayConnectPeersRequest)
Describes one or more Connect peers.
|
default DescribeTransitGatewayConnectPeersPublisher |
describeTransitGatewayConnectPeersPaginator(DescribeTransitGatewayConnectPeersRequest describeTransitGatewayConnectPeersRequest)
Describes one or more Connect peers.
|
default CompletableFuture<DescribeTransitGatewayConnectsResponse> |
describeTransitGatewayConnects(Consumer<DescribeTransitGatewayConnectsRequest.Builder> describeTransitGatewayConnectsRequest)
Describes one or more Connect attachments.
|
default CompletableFuture<DescribeTransitGatewayConnectsResponse> |
describeTransitGatewayConnects(DescribeTransitGatewayConnectsRequest describeTransitGatewayConnectsRequest)
Describes one or more Connect attachments.
|
default DescribeTransitGatewayConnectsPublisher |
describeTransitGatewayConnectsPaginator(Consumer<DescribeTransitGatewayConnectsRequest.Builder> describeTransitGatewayConnectsRequest)
Describes one or more Connect attachments.
|
default DescribeTransitGatewayConnectsPublisher |
describeTransitGatewayConnectsPaginator(DescribeTransitGatewayConnectsRequest describeTransitGatewayConnectsRequest)
Describes one or more Connect attachments.
|
default CompletableFuture<DescribeTransitGatewayMulticastDomainsResponse> |
describeTransitGatewayMulticastDomains(Consumer<DescribeTransitGatewayMulticastDomainsRequest.Builder> describeTransitGatewayMulticastDomainsRequest)
Describes one or more transit gateway multicast domains.
|
default CompletableFuture<DescribeTransitGatewayMulticastDomainsResponse> |
describeTransitGatewayMulticastDomains(DescribeTransitGatewayMulticastDomainsRequest describeTransitGatewayMulticastDomainsRequest)
Describes one or more transit gateway multicast domains.
|
default DescribeTransitGatewayMulticastDomainsPublisher |
describeTransitGatewayMulticastDomainsPaginator(Consumer<DescribeTransitGatewayMulticastDomainsRequest.Builder> describeTransitGatewayMulticastDomainsRequest)
Describes one or more transit gateway multicast domains.
|
default DescribeTransitGatewayMulticastDomainsPublisher |
describeTransitGatewayMulticastDomainsPaginator(DescribeTransitGatewayMulticastDomainsRequest describeTransitGatewayMulticastDomainsRequest)
Describes one or more transit gateway multicast domains.
|
default CompletableFuture<DescribeTransitGatewayPeeringAttachmentsResponse> |
describeTransitGatewayPeeringAttachments(Consumer<DescribeTransitGatewayPeeringAttachmentsRequest.Builder> describeTransitGatewayPeeringAttachmentsRequest)
Describes your transit gateway peering attachments.
|
default CompletableFuture<DescribeTransitGatewayPeeringAttachmentsResponse> |
describeTransitGatewayPeeringAttachments(DescribeTransitGatewayPeeringAttachmentsRequest describeTransitGatewayPeeringAttachmentsRequest)
Describes your transit gateway peering attachments.
|
default DescribeTransitGatewayPeeringAttachmentsPublisher |
describeTransitGatewayPeeringAttachmentsPaginator(Consumer<DescribeTransitGatewayPeeringAttachmentsRequest.Builder> describeTransitGatewayPeeringAttachmentsRequest)
Describes your transit gateway peering attachments.
|
default DescribeTransitGatewayPeeringAttachmentsPublisher |
describeTransitGatewayPeeringAttachmentsPaginator(DescribeTransitGatewayPeeringAttachmentsRequest describeTransitGatewayPeeringAttachmentsRequest)
Describes your transit gateway peering attachments.
|
default CompletableFuture<DescribeTransitGatewayRouteTablesResponse> |
describeTransitGatewayRouteTables()
Describes one or more transit gateway route tables.
|
default CompletableFuture<DescribeTransitGatewayRouteTablesResponse> |
describeTransitGatewayRouteTables(Consumer<DescribeTransitGatewayRouteTablesRequest.Builder> describeTransitGatewayRouteTablesRequest)
Describes one or more transit gateway route tables.
|
default CompletableFuture<DescribeTransitGatewayRouteTablesResponse> |
describeTransitGatewayRouteTables(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest)
Describes one or more transit gateway route tables.
|
default DescribeTransitGatewayRouteTablesPublisher |
describeTransitGatewayRouteTablesPaginator()
Describes one or more transit gateway route tables.
|
default DescribeTransitGatewayRouteTablesPublisher |
describeTransitGatewayRouteTablesPaginator(Consumer<DescribeTransitGatewayRouteTablesRequest.Builder> describeTransitGatewayRouteTablesRequest)
Describes one or more transit gateway route tables.
|
default DescribeTransitGatewayRouteTablesPublisher |
describeTransitGatewayRouteTablesPaginator(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest)
Describes one or more transit gateway route tables.
|
default CompletableFuture<DescribeTransitGatewaysResponse> |
describeTransitGateways()
Describes one or more transit gateways.
|
default CompletableFuture<DescribeTransitGatewaysResponse> |
describeTransitGateways(Consumer<DescribeTransitGatewaysRequest.Builder> describeTransitGatewaysRequest)
Describes one or more transit gateways.
|
default CompletableFuture<DescribeTransitGatewaysResponse> |
describeTransitGateways(DescribeTransitGatewaysRequest describeTransitGatewaysRequest)
Describes one or more transit gateways.
|
default DescribeTransitGatewaysPublisher |
describeTransitGatewaysPaginator()
Describes one or more transit gateways.
|
default DescribeTransitGatewaysPublisher |
describeTransitGatewaysPaginator(Consumer<DescribeTransitGatewaysRequest.Builder> describeTransitGatewaysRequest)
Describes one or more transit gateways.
|
default DescribeTransitGatewaysPublisher |
describeTransitGatewaysPaginator(DescribeTransitGatewaysRequest describeTransitGatewaysRequest)
Describes one or more transit gateways.
|
default CompletableFuture<DescribeTransitGatewayVpcAttachmentsResponse> |
describeTransitGatewayVpcAttachments()
Describes one or more VPC attachments.
|
default CompletableFuture<DescribeTransitGatewayVpcAttachmentsResponse> |
describeTransitGatewayVpcAttachments(Consumer<DescribeTransitGatewayVpcAttachmentsRequest.Builder> describeTransitGatewayVpcAttachmentsRequest)
Describes one or more VPC attachments.
|
default CompletableFuture<DescribeTransitGatewayVpcAttachmentsResponse> |
describeTransitGatewayVpcAttachments(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest)
Describes one or more VPC attachments.
|
default DescribeTransitGatewayVpcAttachmentsPublisher |
describeTransitGatewayVpcAttachmentsPaginator()
Describes one or more VPC attachments.
|
default DescribeTransitGatewayVpcAttachmentsPublisher |
describeTransitGatewayVpcAttachmentsPaginator(Consumer<DescribeTransitGatewayVpcAttachmentsRequest.Builder> describeTransitGatewayVpcAttachmentsRequest)
Describes one or more VPC attachments.
|
default DescribeTransitGatewayVpcAttachmentsPublisher |
describeTransitGatewayVpcAttachmentsPaginator(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest)
Describes one or more VPC attachments.
|
default CompletableFuture<DescribeTrunkInterfaceAssociationsResponse> |
describeTrunkInterfaceAssociations(Consumer<DescribeTrunkInterfaceAssociationsRequest.Builder> describeTrunkInterfaceAssociationsRequest)
|
default CompletableFuture<DescribeTrunkInterfaceAssociationsResponse> |
describeTrunkInterfaceAssociations(DescribeTrunkInterfaceAssociationsRequest describeTrunkInterfaceAssociationsRequest)
|
default DescribeTrunkInterfaceAssociationsPublisher |
describeTrunkInterfaceAssociationsPaginator(Consumer<DescribeTrunkInterfaceAssociationsRequest.Builder> describeTrunkInterfaceAssociationsRequest)
|
default DescribeTrunkInterfaceAssociationsPublisher |
describeTrunkInterfaceAssociationsPaginator(DescribeTrunkInterfaceAssociationsRequest describeTrunkInterfaceAssociationsRequest)
|
default CompletableFuture<DescribeVolumeAttributeResponse> |
describeVolumeAttribute(Consumer<DescribeVolumeAttributeRequest.Builder> describeVolumeAttributeRequest)
Describes the specified attribute of the specified volume.
|
default CompletableFuture<DescribeVolumeAttributeResponse> |
describeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest)
Describes the specified attribute of the specified volume.
|
default CompletableFuture<DescribeVolumesResponse> |
describeVolumes()
Describes the specified EBS volumes or all of your EBS volumes.
|
default CompletableFuture<DescribeVolumesResponse> |
describeVolumes(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)
Describes the specified EBS volumes or all of your EBS volumes.
|
default CompletableFuture<DescribeVolumesResponse> |
describeVolumes(DescribeVolumesRequest describeVolumesRequest)
Describes the specified EBS volumes or all of your EBS volumes.
|
default CompletableFuture<DescribeVolumesModificationsResponse> |
describeVolumesModifications()
Describes the most recent volume modification request for the specified EBS volumes.
|
default CompletableFuture<DescribeVolumesModificationsResponse> |
describeVolumesModifications(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest)
Describes the most recent volume modification request for the specified EBS volumes.
|
default CompletableFuture<DescribeVolumesModificationsResponse> |
describeVolumesModifications(DescribeVolumesModificationsRequest describeVolumesModificationsRequest)
Describes the most recent volume modification request for the specified EBS volumes.
|
default DescribeVolumesModificationsPublisher |
describeVolumesModificationsPaginator()
Describes the most recent volume modification request for the specified EBS volumes.
|
default DescribeVolumesModificationsPublisher |
describeVolumesModificationsPaginator(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest)
Describes the most recent volume modification request for the specified EBS volumes.
|
default DescribeVolumesModificationsPublisher |
describeVolumesModificationsPaginator(DescribeVolumesModificationsRequest describeVolumesModificationsRequest)
Describes the most recent volume modification request for the specified EBS volumes.
|
default DescribeVolumesPublisher |
describeVolumesPaginator()
Describes the specified EBS volumes or all of your EBS volumes.
|
default DescribeVolumesPublisher |
describeVolumesPaginator(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)
Describes the specified EBS volumes or all of your EBS volumes.
|
default DescribeVolumesPublisher |
describeVolumesPaginator(DescribeVolumesRequest describeVolumesRequest)
Describes the specified EBS volumes or all of your EBS volumes.
|
default CompletableFuture<DescribeVolumeStatusResponse> |
describeVolumeStatus()
Describes the status of the specified volumes.
|
default CompletableFuture<DescribeVolumeStatusResponse> |
describeVolumeStatus(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default CompletableFuture<DescribeVolumeStatusResponse> |
describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default DescribeVolumeStatusPublisher |
describeVolumeStatusPaginator()
Describes the status of the specified volumes.
|
default DescribeVolumeStatusPublisher |
describeVolumeStatusPaginator(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default DescribeVolumeStatusPublisher |
describeVolumeStatusPaginator(DescribeVolumeStatusRequest describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default CompletableFuture<DescribeVpcAttributeResponse> |
describeVpcAttribute(Consumer<DescribeVpcAttributeRequest.Builder> describeVpcAttributeRequest)
Describes the specified attribute of the specified VPC.
|
default CompletableFuture<DescribeVpcAttributeResponse> |
describeVpcAttribute(DescribeVpcAttributeRequest describeVpcAttributeRequest)
Describes the specified attribute of the specified VPC.
|
default CompletableFuture<DescribeVpcClassicLinkResponse> |
describeVpcClassicLink()
Describes the ClassicLink status of one or more VPCs.
|
default CompletableFuture<DescribeVpcClassicLinkResponse> |
describeVpcClassicLink(Consumer<DescribeVpcClassicLinkRequest.Builder> describeVpcClassicLinkRequest)
Describes the ClassicLink status of one or more VPCs.
|
default CompletableFuture<DescribeVpcClassicLinkResponse> |
describeVpcClassicLink(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest)
Describes the ClassicLink status of one or more VPCs.
|
default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> |
describeVpcClassicLinkDnsSupport()
Describes the ClassicLink DNS support status of one or more VPCs.
|
default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> |
describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> |
describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportPublisher |
describeVpcClassicLinkDnsSupportPaginator()
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportPublisher |
describeVpcClassicLinkDnsSupportPaginator(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportPublisher |
describeVpcClassicLinkDnsSupportPaginator(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse> |
describeVpcEndpointConnectionNotifications()
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse> |
describeVpcEndpointConnectionNotifications(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse> |
describeVpcEndpointConnectionNotifications(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default DescribeVpcEndpointConnectionNotificationsPublisher |
describeVpcEndpointConnectionNotificationsPaginator()
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default DescribeVpcEndpointConnectionNotificationsPublisher |
describeVpcEndpointConnectionNotificationsPaginator(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default DescribeVpcEndpointConnectionNotificationsPublisher |
describeVpcEndpointConnectionNotificationsPaginator(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default CompletableFuture<DescribeVpcEndpointConnectionsResponse> |
describeVpcEndpointConnections()
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
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.
|
default CompletableFuture<DescribeVpcEndpointConnectionsResponse> |
describeVpcEndpointConnections(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest)
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
default DescribeVpcEndpointConnectionsPublisher |
describeVpcEndpointConnectionsPaginator()
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
default DescribeVpcEndpointConnectionsPublisher |
describeVpcEndpointConnectionsPaginator(Consumer<DescribeVpcEndpointConnectionsRequest.Builder> describeVpcEndpointConnectionsRequest)
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
default DescribeVpcEndpointConnectionsPublisher |
describeVpcEndpointConnectionsPaginator(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest)
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
default CompletableFuture<DescribeVpcEndpointsResponse> |
describeVpcEndpoints()
Describes one or more of your VPC endpoints.
|
default CompletableFuture<DescribeVpcEndpointsResponse> |
describeVpcEndpoints(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
|
default CompletableFuture<DescribeVpcEndpointsResponse> |
describeVpcEndpoints(DescribeVpcEndpointsRequest describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
|
default CompletableFuture<DescribeVpcEndpointServiceConfigurationsResponse> |
describeVpcEndpointServiceConfigurations()
Describes the VPC endpoint service configurations in your account (your services).
|
default CompletableFuture<DescribeVpcEndpointServiceConfigurationsResponse> |
describeVpcEndpointServiceConfigurations(Consumer<DescribeVpcEndpointServiceConfigurationsRequest.Builder> describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
|
default CompletableFuture<DescribeVpcEndpointServiceConfigurationsResponse> |
describeVpcEndpointServiceConfigurations(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
|
default DescribeVpcEndpointServiceConfigurationsPublisher |
describeVpcEndpointServiceConfigurationsPaginator()
Describes the VPC endpoint service configurations in your account (your services).
|
default DescribeVpcEndpointServiceConfigurationsPublisher |
describeVpcEndpointServiceConfigurationsPaginator(Consumer<DescribeVpcEndpointServiceConfigurationsRequest.Builder> describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
|
default DescribeVpcEndpointServiceConfigurationsPublisher |
describeVpcEndpointServiceConfigurationsPaginator(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
|
default CompletableFuture<DescribeVpcEndpointServicePermissionsResponse> |
describeVpcEndpointServicePermissions(Consumer<DescribeVpcEndpointServicePermissionsRequest.Builder> describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
|
default CompletableFuture<DescribeVpcEndpointServicePermissionsResponse> |
describeVpcEndpointServicePermissions(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
|
default DescribeVpcEndpointServicePermissionsPublisher |
describeVpcEndpointServicePermissionsPaginator(Consumer<DescribeVpcEndpointServicePermissionsRequest.Builder> describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
|
default DescribeVpcEndpointServicePermissionsPublisher |
describeVpcEndpointServicePermissionsPaginator(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
|
default CompletableFuture<DescribeVpcEndpointServicesResponse> |
describeVpcEndpointServices()
Describes available services to which you can create a VPC endpoint.
|
default CompletableFuture<DescribeVpcEndpointServicesResponse> |
describeVpcEndpointServices(Consumer<DescribeVpcEndpointServicesRequest.Builder> describeVpcEndpointServicesRequest)
Describes available services to which you can create a VPC endpoint.
|
default CompletableFuture<DescribeVpcEndpointServicesResponse> |
describeVpcEndpointServices(DescribeVpcEndpointServicesRequest describeVpcEndpointServicesRequest)
Describes available services to which you can create a VPC endpoint.
|
default DescribeVpcEndpointsPublisher |
describeVpcEndpointsPaginator()
Describes one or more of your VPC endpoints.
|
default DescribeVpcEndpointsPublisher |
describeVpcEndpointsPaginator(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
|
default DescribeVpcEndpointsPublisher |
describeVpcEndpointsPaginator(DescribeVpcEndpointsRequest describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
|
default CompletableFuture<DescribeVpcPeeringConnectionsResponse> |
describeVpcPeeringConnections()
Describes one or more of your VPC peering connections.
|
default CompletableFuture<DescribeVpcPeeringConnectionsResponse> |
describeVpcPeeringConnections(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
default CompletableFuture<DescribeVpcPeeringConnectionsResponse> |
describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
default DescribeVpcPeeringConnectionsPublisher |
describeVpcPeeringConnectionsPaginator()
Describes one or more of your VPC peering connections.
|
default DescribeVpcPeeringConnectionsPublisher |
describeVpcPeeringConnectionsPaginator(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
default DescribeVpcPeeringConnectionsPublisher |
describeVpcPeeringConnectionsPaginator(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
default CompletableFuture<DescribeVpcsResponse> |
describeVpcs()
Describes one or more of your VPCs.
|
default CompletableFuture<DescribeVpcsResponse> |
describeVpcs(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest)
Describes one or more of your VPCs.
|
default CompletableFuture<DescribeVpcsResponse> |
describeVpcs(DescribeVpcsRequest describeVpcsRequest)
Describes one or more of your VPCs.
|
default DescribeVpcsPublisher |
describeVpcsPaginator()
Describes one or more of your VPCs.
|
default DescribeVpcsPublisher |
describeVpcsPaginator(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest)
Describes one or more of your VPCs.
|
default DescribeVpcsPublisher |
describeVpcsPaginator(DescribeVpcsRequest describeVpcsRequest)
Describes one or more of your VPCs.
|
default CompletableFuture<DescribeVpnConnectionsResponse> |
describeVpnConnections()
Describes one or more of your VPN connections.
|
default CompletableFuture<DescribeVpnConnectionsResponse> |
describeVpnConnections(Consumer<DescribeVpnConnectionsRequest.Builder> describeVpnConnectionsRequest)
Describes one or more of your VPN connections.
|
default CompletableFuture<DescribeVpnConnectionsResponse> |
describeVpnConnections(DescribeVpnConnectionsRequest describeVpnConnectionsRequest)
Describes one or more of your VPN connections.
|
default CompletableFuture<DescribeVpnGatewaysResponse> |
describeVpnGateways()
Describes one or more of your virtual private gateways.
|
default CompletableFuture<DescribeVpnGatewaysResponse> |
describeVpnGateways(Consumer<DescribeVpnGatewaysRequest.Builder> describeVpnGatewaysRequest)
Describes one or more of your virtual private gateways.
|
default CompletableFuture<DescribeVpnGatewaysResponse> |
describeVpnGateways(DescribeVpnGatewaysRequest describeVpnGatewaysRequest)
Describes one or more of your virtual private gateways.
|
default CompletableFuture<DetachClassicLinkVpcResponse> |
detachClassicLinkVpc(Consumer<DetachClassicLinkVpcRequest.Builder> detachClassicLinkVpcRequest)
Unlinks (detaches) a linked EC2-Classic instance from a VPC.
|
default CompletableFuture<DetachClassicLinkVpcResponse> |
detachClassicLinkVpc(DetachClassicLinkVpcRequest detachClassicLinkVpcRequest)
Unlinks (detaches) a linked EC2-Classic instance from a VPC.
|
default CompletableFuture<DetachInternetGatewayResponse> |
detachInternetGateway(Consumer<DetachInternetGatewayRequest.Builder> detachInternetGatewayRequest)
Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC.
|
default CompletableFuture<DetachInternetGatewayResponse> |
detachInternetGateway(DetachInternetGatewayRequest detachInternetGatewayRequest)
Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC.
|
default CompletableFuture<DetachNetworkInterfaceResponse> |
detachNetworkInterface(Consumer<DetachNetworkInterfaceRequest.Builder> detachNetworkInterfaceRequest)
Detaches a network interface from an instance.
|
default CompletableFuture<DetachNetworkInterfaceResponse> |
detachNetworkInterface(DetachNetworkInterfaceRequest detachNetworkInterfaceRequest)
Detaches a network interface from an instance.
|
default CompletableFuture<DetachVolumeResponse> |
detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)
Detaches an EBS volume from an instance.
|
default CompletableFuture<DetachVolumeResponse> |
detachVolume(DetachVolumeRequest detachVolumeRequest)
Detaches an EBS volume from an instance.
|
default CompletableFuture<DetachVpnGatewayResponse> |
detachVpnGateway(Consumer<DetachVpnGatewayRequest.Builder> detachVpnGatewayRequest)
Detaches a virtual private gateway from a VPC.
|
default CompletableFuture<DetachVpnGatewayResponse> |
detachVpnGateway(DetachVpnGatewayRequest detachVpnGatewayRequest)
Detaches a virtual private gateway from a VPC.
|
default CompletableFuture<DisableEbsEncryptionByDefaultResponse> |
disableEbsEncryptionByDefault(Consumer<DisableEbsEncryptionByDefaultRequest.Builder> disableEbsEncryptionByDefaultRequest)
Disables EBS encryption by default for your account in the current Region.
|
default CompletableFuture<DisableEbsEncryptionByDefaultResponse> |
disableEbsEncryptionByDefault(DisableEbsEncryptionByDefaultRequest disableEbsEncryptionByDefaultRequest)
Disables EBS encryption by default for your account in the current Region.
|
default CompletableFuture<DisableFastLaunchResponse> |
disableFastLaunch(Consumer<DisableFastLaunchRequest.Builder> disableFastLaunchRequest)
Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots.
|
default CompletableFuture<DisableFastLaunchResponse> |
disableFastLaunch(DisableFastLaunchRequest disableFastLaunchRequest)
Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots.
|
default CompletableFuture<DisableFastSnapshotRestoresResponse> |
disableFastSnapshotRestores(Consumer<DisableFastSnapshotRestoresRequest.Builder> disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default CompletableFuture<DisableFastSnapshotRestoresResponse> |
disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default CompletableFuture<DisableImageDeprecationResponse> |
disableImageDeprecation(Consumer<DisableImageDeprecationRequest.Builder> disableImageDeprecationRequest)
Cancels the deprecation of the specified AMI.
|
default CompletableFuture<DisableImageDeprecationResponse> |
disableImageDeprecation(DisableImageDeprecationRequest disableImageDeprecationRequest)
Cancels the deprecation of the specified AMI.
|
default CompletableFuture<DisableIpamOrganizationAdminAccountResponse> |
disableIpamOrganizationAdminAccount(Consumer<DisableIpamOrganizationAdminAccountRequest.Builder> disableIpamOrganizationAdminAccountRequest)
Disable the IPAM account.
|
default CompletableFuture<DisableIpamOrganizationAdminAccountResponse> |
disableIpamOrganizationAdminAccount(DisableIpamOrganizationAdminAccountRequest disableIpamOrganizationAdminAccountRequest)
Disable the IPAM account.
|
default CompletableFuture<DisableSerialConsoleAccessResponse> |
disableSerialConsoleAccess(Consumer<DisableSerialConsoleAccessRequest.Builder> disableSerialConsoleAccessRequest)
Disables access to the EC2 serial console of all instances for your account.
|
default CompletableFuture<DisableSerialConsoleAccessResponse> |
disableSerialConsoleAccess(DisableSerialConsoleAccessRequest disableSerialConsoleAccessRequest)
Disables access to the EC2 serial console of all instances for your account.
|
default CompletableFuture<DisableTransitGatewayRouteTablePropagationResponse> |
disableTransitGatewayRouteTablePropagation(Consumer<DisableTransitGatewayRouteTablePropagationRequest.Builder> disableTransitGatewayRouteTablePropagationRequest)
Disables the specified resource attachment from propagating routes to the specified propagation route table.
|
default CompletableFuture<DisableTransitGatewayRouteTablePropagationResponse> |
disableTransitGatewayRouteTablePropagation(DisableTransitGatewayRouteTablePropagationRequest disableTransitGatewayRouteTablePropagationRequest)
Disables the specified resource attachment from propagating routes to the specified propagation route table.
|
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.
|
default CompletableFuture<DisableVgwRoutePropagationResponse> |
disableVgwRoutePropagation(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest)
Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.
|
default CompletableFuture<DisableVpcClassicLinkResponse> |
disableVpcClassicLink(Consumer<DisableVpcClassicLinkRequest.Builder> disableVpcClassicLinkRequest)
Disables ClassicLink for a VPC.
|
default CompletableFuture<DisableVpcClassicLinkResponse> |
disableVpcClassicLink(DisableVpcClassicLinkRequest disableVpcClassicLinkRequest)
Disables ClassicLink for a VPC.
|
default CompletableFuture<DisableVpcClassicLinkDnsSupportResponse> |
disableVpcClassicLinkDnsSupport(Consumer<DisableVpcClassicLinkDnsSupportRequest.Builder> disableVpcClassicLinkDnsSupportRequest)
Disables ClassicLink DNS support for a VPC.
|
default CompletableFuture<DisableVpcClassicLinkDnsSupportResponse> |
disableVpcClassicLinkDnsSupport(DisableVpcClassicLinkDnsSupportRequest disableVpcClassicLinkDnsSupportRequest)
Disables ClassicLink DNS support for a VPC.
|
default CompletableFuture<DisassociateAddressResponse> |
disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
default CompletableFuture<DisassociateAddressResponse> |
disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
default CompletableFuture<DisassociateClientVpnTargetNetworkResponse> |
disassociateClientVpnTargetNetwork(Consumer<DisassociateClientVpnTargetNetworkRequest.Builder> disassociateClientVpnTargetNetworkRequest)
Disassociates a target network from the specified Client VPN endpoint.
|
default CompletableFuture<DisassociateClientVpnTargetNetworkResponse> |
disassociateClientVpnTargetNetwork(DisassociateClientVpnTargetNetworkRequest disassociateClientVpnTargetNetworkRequest)
Disassociates a target network from the specified Client VPN endpoint.
|
default CompletableFuture<DisassociateEnclaveCertificateIamRoleResponse> |
disassociateEnclaveCertificateIamRole(Consumer<DisassociateEnclaveCertificateIamRoleRequest.Builder> disassociateEnclaveCertificateIamRoleRequest)
Disassociates an IAM role from an Certificate Manager (ACM) certificate.
|
default CompletableFuture<DisassociateEnclaveCertificateIamRoleResponse> |
disassociateEnclaveCertificateIamRole(DisassociateEnclaveCertificateIamRoleRequest disassociateEnclaveCertificateIamRoleRequest)
Disassociates an IAM role from an Certificate Manager (ACM) certificate.
|
default CompletableFuture<DisassociateIamInstanceProfileResponse> |
disassociateIamInstanceProfile(Consumer<DisassociateIamInstanceProfileRequest.Builder> disassociateIamInstanceProfileRequest)
Disassociates an IAM instance profile from a running or stopped instance.
|
default CompletableFuture<DisassociateIamInstanceProfileResponse> |
disassociateIamInstanceProfile(DisassociateIamInstanceProfileRequest disassociateIamInstanceProfileRequest)
Disassociates an IAM instance profile from a running or stopped instance.
|
default CompletableFuture<DisassociateInstanceEventWindowResponse> |
disassociateInstanceEventWindow(Consumer<DisassociateInstanceEventWindowRequest.Builder> disassociateInstanceEventWindowRequest)
Disassociates one or more targets from an event window.
|
default CompletableFuture<DisassociateInstanceEventWindowResponse> |
disassociateInstanceEventWindow(DisassociateInstanceEventWindowRequest disassociateInstanceEventWindowRequest)
Disassociates one or more targets from an event window.
|
default CompletableFuture<DisassociateRouteTableResponse> |
disassociateRouteTable(Consumer<DisassociateRouteTableRequest.Builder> disassociateRouteTableRequest)
Disassociates a subnet or gateway from a route table.
|
default CompletableFuture<DisassociateRouteTableResponse> |
disassociateRouteTable(DisassociateRouteTableRequest disassociateRouteTableRequest)
Disassociates a subnet or gateway from a route table.
|
default CompletableFuture<DisassociateSubnetCidrBlockResponse> |
disassociateSubnetCidrBlock(Consumer<DisassociateSubnetCidrBlockRequest.Builder> disassociateSubnetCidrBlockRequest)
Disassociates a CIDR block from a subnet.
|
default CompletableFuture<DisassociateSubnetCidrBlockResponse> |
disassociateSubnetCidrBlock(DisassociateSubnetCidrBlockRequest disassociateSubnetCidrBlockRequest)
Disassociates a CIDR block from a subnet.
|
default CompletableFuture<DisassociateTransitGatewayMulticastDomainResponse> |
disassociateTransitGatewayMulticastDomain(Consumer<DisassociateTransitGatewayMulticastDomainRequest.Builder> disassociateTransitGatewayMulticastDomainRequest)
Disassociates the specified subnets from the transit gateway multicast domain.
|
default CompletableFuture<DisassociateTransitGatewayMulticastDomainResponse> |
disassociateTransitGatewayMulticastDomain(DisassociateTransitGatewayMulticastDomainRequest disassociateTransitGatewayMulticastDomainRequest)
Disassociates the specified subnets from the transit gateway multicast domain.
|
default CompletableFuture<DisassociateTransitGatewayRouteTableResponse> |
disassociateTransitGatewayRouteTable(Consumer<DisassociateTransitGatewayRouteTableRequest.Builder> disassociateTransitGatewayRouteTableRequest)
Disassociates a resource attachment from a transit gateway route table.
|
default CompletableFuture<DisassociateTransitGatewayRouteTableResponse> |
disassociateTransitGatewayRouteTable(DisassociateTransitGatewayRouteTableRequest disassociateTransitGatewayRouteTableRequest)
Disassociates a resource attachment from a transit gateway route table.
|
default CompletableFuture<DisassociateTrunkInterfaceResponse> |
disassociateTrunkInterface(Consumer<DisassociateTrunkInterfaceRequest.Builder> disassociateTrunkInterfaceRequest)
|
default CompletableFuture<DisassociateTrunkInterfaceResponse> |
disassociateTrunkInterface(DisassociateTrunkInterfaceRequest disassociateTrunkInterfaceRequest)
|
default CompletableFuture<DisassociateVpcCidrBlockResponse> |
disassociateVpcCidrBlock(Consumer<DisassociateVpcCidrBlockRequest.Builder> disassociateVpcCidrBlockRequest)
Disassociates a CIDR block from a VPC.
|
default CompletableFuture<DisassociateVpcCidrBlockResponse> |
disassociateVpcCidrBlock(DisassociateVpcCidrBlockRequest disassociateVpcCidrBlockRequest)
Disassociates a CIDR block from a VPC.
|
default CompletableFuture<EnableEbsEncryptionByDefaultResponse> |
enableEbsEncryptionByDefault(Consumer<EnableEbsEncryptionByDefaultRequest.Builder> enableEbsEncryptionByDefaultRequest)
Enables EBS encryption by default for your account in the current Region.
|
default CompletableFuture<EnableEbsEncryptionByDefaultResponse> |
enableEbsEncryptionByDefault(EnableEbsEncryptionByDefaultRequest enableEbsEncryptionByDefaultRequest)
Enables EBS encryption by default for your account in the current Region.
|
default CompletableFuture<EnableFastLaunchResponse> |
enableFastLaunch(Consumer<EnableFastLaunchRequest.Builder> enableFastLaunchRequest)
When you enable faster launching for a Windows AMI, images are pre-provisioned, using snapshots to launch
instances up to 65% faster.
|
default CompletableFuture<EnableFastLaunchResponse> |
enableFastLaunch(EnableFastLaunchRequest enableFastLaunchRequest)
When you enable faster launching for a Windows AMI, images are pre-provisioned, using snapshots to launch
instances up to 65% faster.
|
default CompletableFuture<EnableFastSnapshotRestoresResponse> |
enableFastSnapshotRestores(Consumer<EnableFastSnapshotRestoresRequest.Builder> enableFastSnapshotRestoresRequest)
Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default CompletableFuture<EnableFastSnapshotRestoresResponse> |
enableFastSnapshotRestores(EnableFastSnapshotRestoresRequest enableFastSnapshotRestoresRequest)
Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default CompletableFuture<EnableImageDeprecationResponse> |
enableImageDeprecation(Consumer<EnableImageDeprecationRequest.Builder> enableImageDeprecationRequest)
Enables deprecation of the specified AMI at the specified date and time.
|
default CompletableFuture<EnableImageDeprecationResponse> |
enableImageDeprecation(EnableImageDeprecationRequest enableImageDeprecationRequest)
Enables deprecation of the specified AMI at the specified date and time.
|
default CompletableFuture<EnableIpamOrganizationAdminAccountResponse> |
enableIpamOrganizationAdminAccount(Consumer<EnableIpamOrganizationAdminAccountRequest.Builder> enableIpamOrganizationAdminAccountRequest)
Enable an Organizations member account as the IPAM admin account.
|
default CompletableFuture<EnableIpamOrganizationAdminAccountResponse> |
enableIpamOrganizationAdminAccount(EnableIpamOrganizationAdminAccountRequest enableIpamOrganizationAdminAccountRequest)
Enable an Organizations member account as the IPAM admin account.
|
default CompletableFuture<EnableSerialConsoleAccessResponse> |
enableSerialConsoleAccess(Consumer<EnableSerialConsoleAccessRequest.Builder> enableSerialConsoleAccessRequest)
Enables access to the EC2 serial console of all instances for your account.
|
default CompletableFuture<EnableSerialConsoleAccessResponse> |
enableSerialConsoleAccess(EnableSerialConsoleAccessRequest enableSerialConsoleAccessRequest)
Enables access to the EC2 serial console of all instances for your account.
|
default CompletableFuture<EnableTransitGatewayRouteTablePropagationResponse> |
enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest)
Enables the specified attachment to propagate routes to the specified propagation route table.
|
default CompletableFuture<EnableTransitGatewayRouteTablePropagationResponse> |
enableTransitGatewayRouteTablePropagation(EnableTransitGatewayRouteTablePropagationRequest enableTransitGatewayRouteTablePropagationRequest)
Enables the specified attachment to propagate routes to the specified propagation route table.
|
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.
|
default CompletableFuture<EnableVgwRoutePropagationResponse> |
enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
|
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.
|
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.
|
default CompletableFuture<EnableVpcClassicLinkResponse> |
enableVpcClassicLink(Consumer<EnableVpcClassicLinkRequest.Builder> enableVpcClassicLinkRequest)
Enables a VPC for ClassicLink.
|
default CompletableFuture<EnableVpcClassicLinkResponse> |
enableVpcClassicLink(EnableVpcClassicLinkRequest enableVpcClassicLinkRequest)
Enables a VPC for ClassicLink.
|
default CompletableFuture<EnableVpcClassicLinkDnsSupportResponse> |
enableVpcClassicLinkDnsSupport(Consumer<EnableVpcClassicLinkDnsSupportRequest.Builder> enableVpcClassicLinkDnsSupportRequest)
Enables a VPC to support DNS hostname resolution for ClassicLink.
|
default CompletableFuture<EnableVpcClassicLinkDnsSupportResponse> |
enableVpcClassicLinkDnsSupport(EnableVpcClassicLinkDnsSupportRequest enableVpcClassicLinkDnsSupportRequest)
Enables a VPC to support DNS hostname resolution for ClassicLink.
|
default CompletableFuture<ExportClientVpnClientCertificateRevocationListResponse> |
exportClientVpnClientCertificateRevocationList(Consumer<ExportClientVpnClientCertificateRevocationListRequest.Builder> exportClientVpnClientCertificateRevocationListRequest)
Downloads the client certificate revocation list for the specified Client VPN endpoint.
|
default CompletableFuture<ExportClientVpnClientCertificateRevocationListResponse> |
exportClientVpnClientCertificateRevocationList(ExportClientVpnClientCertificateRevocationListRequest exportClientVpnClientCertificateRevocationListRequest)
Downloads the client certificate revocation list for the specified Client VPN endpoint.
|
default CompletableFuture<ExportClientVpnClientConfigurationResponse> |
exportClientVpnClientConfiguration(Consumer<ExportClientVpnClientConfigurationRequest.Builder> exportClientVpnClientConfigurationRequest)
Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint.
|
default CompletableFuture<ExportClientVpnClientConfigurationResponse> |
exportClientVpnClientConfiguration(ExportClientVpnClientConfigurationRequest exportClientVpnClientConfigurationRequest)
Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint.
|
default CompletableFuture<ExportImageResponse> |
exportImage(Consumer<ExportImageRequest.Builder> exportImageRequest)
Exports an Amazon Machine Image (AMI) to a VM file.
|
default CompletableFuture<ExportImageResponse> |
exportImage(ExportImageRequest exportImageRequest)
Exports an Amazon Machine Image (AMI) to a VM file.
|
default CompletableFuture<ExportTransitGatewayRoutesResponse> |
exportTransitGatewayRoutes(Consumer<ExportTransitGatewayRoutesRequest.Builder> exportTransitGatewayRoutesRequest)
Exports routes from the specified transit gateway route table to the specified S3 bucket.
|
default CompletableFuture<ExportTransitGatewayRoutesResponse> |
exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest)
Exports routes from the specified transit gateway route table to the specified S3 bucket.
|
default CompletableFuture<GetAssociatedEnclaveCertificateIamRolesResponse> |
getAssociatedEnclaveCertificateIamRoles(Consumer<GetAssociatedEnclaveCertificateIamRolesRequest.Builder> getAssociatedEnclaveCertificateIamRolesRequest)
Returns the IAM roles that are associated with the specified ACM (ACM) certificate.
|
default CompletableFuture<GetAssociatedEnclaveCertificateIamRolesResponse> |
getAssociatedEnclaveCertificateIamRoles(GetAssociatedEnclaveCertificateIamRolesRequest getAssociatedEnclaveCertificateIamRolesRequest)
Returns the IAM roles that are associated with the specified ACM (ACM) certificate.
|
default CompletableFuture<GetAssociatedIpv6PoolCidrsResponse> |
getAssociatedIpv6PoolCidrs(Consumer<GetAssociatedIpv6PoolCidrsRequest.Builder> getAssociatedIpv6PoolCidrsRequest)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
|
default CompletableFuture<GetAssociatedIpv6PoolCidrsResponse> |
getAssociatedIpv6PoolCidrs(GetAssociatedIpv6PoolCidrsRequest getAssociatedIpv6PoolCidrsRequest)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
|
default GetAssociatedIpv6PoolCidrsPublisher |
getAssociatedIpv6PoolCidrsPaginator(Consumer<GetAssociatedIpv6PoolCidrsRequest.Builder> getAssociatedIpv6PoolCidrsRequest)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
|
default GetAssociatedIpv6PoolCidrsPublisher |
getAssociatedIpv6PoolCidrsPaginator(GetAssociatedIpv6PoolCidrsRequest getAssociatedIpv6PoolCidrsRequest)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
|
default CompletableFuture<GetCapacityReservationUsageResponse> |
getCapacityReservationUsage(Consumer<GetCapacityReservationUsageRequest.Builder> getCapacityReservationUsageRequest)
Gets usage information about a Capacity Reservation.
|
default CompletableFuture<GetCapacityReservationUsageResponse> |
getCapacityReservationUsage(GetCapacityReservationUsageRequest getCapacityReservationUsageRequest)
Gets usage information about a Capacity Reservation.
|
default CompletableFuture<GetCoipPoolUsageResponse> |
getCoipPoolUsage(Consumer<GetCoipPoolUsageRequest.Builder> getCoipPoolUsageRequest)
Describes the allocations from the specified customer-owned address pool.
|
default CompletableFuture<GetCoipPoolUsageResponse> |
getCoipPoolUsage(GetCoipPoolUsageRequest getCoipPoolUsageRequest)
Describes the allocations from the specified customer-owned address pool.
|
default CompletableFuture<GetConsoleOutputResponse> |
getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest)
Gets the console output for the specified instance.
|
default CompletableFuture<GetConsoleOutputResponse> |
getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)
Gets the console output for the specified instance.
|
default CompletableFuture<GetConsoleScreenshotResponse> |
getConsoleScreenshot(Consumer<GetConsoleScreenshotRequest.Builder> getConsoleScreenshotRequest)
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
|
default CompletableFuture<GetConsoleScreenshotResponse> |
getConsoleScreenshot(GetConsoleScreenshotRequest getConsoleScreenshotRequest)
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
|
default CompletableFuture<GetDefaultCreditSpecificationResponse> |
getDefaultCreditSpecification(Consumer<GetDefaultCreditSpecificationRequest.Builder> getDefaultCreditSpecificationRequest)
Describes the default credit option for CPU usage of a burstable performance instance family.
|
default CompletableFuture<GetDefaultCreditSpecificationResponse> |
getDefaultCreditSpecification(GetDefaultCreditSpecificationRequest getDefaultCreditSpecificationRequest)
Describes the default credit option for CPU usage of a burstable performance instance family.
|
default CompletableFuture<GetEbsDefaultKmsKeyIdResponse> |
getEbsDefaultKmsKeyId(Consumer<GetEbsDefaultKmsKeyIdRequest.Builder> getEbsDefaultKmsKeyIdRequest)
Describes the default KMS key for EBS encryption by default for your account in this Region.
|
default CompletableFuture<GetEbsDefaultKmsKeyIdResponse> |
getEbsDefaultKmsKeyId(GetEbsDefaultKmsKeyIdRequest getEbsDefaultKmsKeyIdRequest)
Describes the default KMS key for EBS encryption by default for your account in this Region.
|
default CompletableFuture<GetEbsEncryptionByDefaultResponse> |
getEbsEncryptionByDefault(Consumer<GetEbsEncryptionByDefaultRequest.Builder> getEbsEncryptionByDefaultRequest)
Describes whether EBS encryption by default is enabled for your account in the current Region.
|
default CompletableFuture<GetEbsEncryptionByDefaultResponse> |
getEbsEncryptionByDefault(GetEbsEncryptionByDefaultRequest getEbsEncryptionByDefaultRequest)
Describes whether EBS encryption by default is enabled for your account in the current Region.
|
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.
|
default CompletableFuture<GetFlowLogsIntegrationTemplateResponse> |
getFlowLogsIntegrationTemplate(GetFlowLogsIntegrationTemplateRequest getFlowLogsIntegrationTemplateRequest)
Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon
Athena.
|
default CompletableFuture<GetGroupsForCapacityReservationResponse> |
getGroupsForCapacityReservation(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
|
default CompletableFuture<GetGroupsForCapacityReservationResponse> |
getGroupsForCapacityReservation(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
|
default GetGroupsForCapacityReservationPublisher |
getGroupsForCapacityReservationPaginator(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
|
default GetGroupsForCapacityReservationPublisher |
getGroupsForCapacityReservationPaginator(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
|
default CompletableFuture<GetHostReservationPurchasePreviewResponse> |
getHostReservationPurchasePreview(Consumer<GetHostReservationPurchasePreviewRequest.Builder> getHostReservationPurchasePreviewRequest)
Preview a reservation purchase with configurations that match those of your Dedicated Host.
|
default CompletableFuture<GetHostReservationPurchasePreviewResponse> |
getHostReservationPurchasePreview(GetHostReservationPurchasePreviewRequest getHostReservationPurchasePreviewRequest)
Preview a reservation purchase with configurations that match those of your Dedicated Host.
|
default CompletableFuture<GetInstanceTypesFromInstanceRequirementsResponse> |
getInstanceTypesFromInstanceRequirements(Consumer<GetInstanceTypesFromInstanceRequirementsRequest.Builder> getInstanceTypesFromInstanceRequirementsRequest)
Returns a list of instance types with the specified instance attributes.
|
default CompletableFuture<GetInstanceTypesFromInstanceRequirementsResponse> |
getInstanceTypesFromInstanceRequirements(GetInstanceTypesFromInstanceRequirementsRequest getInstanceTypesFromInstanceRequirementsRequest)
Returns a list of instance types with the specified instance attributes.
|
default GetInstanceTypesFromInstanceRequirementsPublisher |
getInstanceTypesFromInstanceRequirementsPaginator(Consumer<GetInstanceTypesFromInstanceRequirementsRequest.Builder> getInstanceTypesFromInstanceRequirementsRequest)
Returns a list of instance types with the specified instance attributes.
|
default GetInstanceTypesFromInstanceRequirementsPublisher |
getInstanceTypesFromInstanceRequirementsPaginator(GetInstanceTypesFromInstanceRequirementsRequest getInstanceTypesFromInstanceRequirementsRequest)
Returns a list of instance types with the specified instance attributes.
|
default CompletableFuture<GetIpamAddressHistoryResponse> |
getIpamAddressHistory(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default CompletableFuture<GetIpamAddressHistoryResponse> |
getIpamAddressHistory(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default GetIpamAddressHistoryPublisher |
getIpamAddressHistoryPaginator(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default GetIpamAddressHistoryPublisher |
getIpamAddressHistoryPaginator(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default CompletableFuture<GetIpamPoolAllocationsResponse> |
getIpamPoolAllocations(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default CompletableFuture<GetIpamPoolAllocationsResponse> |
getIpamPoolAllocations(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default GetIpamPoolAllocationsPublisher |
getIpamPoolAllocationsPaginator(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default GetIpamPoolAllocationsPublisher |
getIpamPoolAllocationsPaginator(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
|
default CompletableFuture<GetIpamPoolCidrsResponse> |
getIpamPoolCidrs(Consumer<GetIpamPoolCidrsRequest.Builder> getIpamPoolCidrsRequest)
Get the CIDRs provisioned to an IPAM pool.
|
default CompletableFuture<GetIpamPoolCidrsResponse> |
getIpamPoolCidrs(GetIpamPoolCidrsRequest getIpamPoolCidrsRequest)
Get the CIDRs provisioned to an IPAM pool.
|
default GetIpamPoolCidrsPublisher |
getIpamPoolCidrsPaginator(Consumer<GetIpamPoolCidrsRequest.Builder> getIpamPoolCidrsRequest)
Get the CIDRs provisioned to an IPAM pool.
|
default GetIpamPoolCidrsPublisher |
getIpamPoolCidrsPaginator(GetIpamPoolCidrsRequest getIpamPoolCidrsRequest)
Get the CIDRs provisioned to an IPAM pool.
|
default CompletableFuture<GetIpamResourceCidrsResponse> |
getIpamResourceCidrs(Consumer<GetIpamResourceCidrsRequest.Builder> getIpamResourceCidrsRequest)
Get information about the resources in a scope.
|
default CompletableFuture<GetIpamResourceCidrsResponse> |
getIpamResourceCidrs(GetIpamResourceCidrsRequest getIpamResourceCidrsRequest)
Get information about the resources in a scope.
|
default GetIpamResourceCidrsPublisher |
getIpamResourceCidrsPaginator(Consumer<GetIpamResourceCidrsRequest.Builder> getIpamResourceCidrsRequest)
Get information about the resources in a scope.
|
default GetIpamResourceCidrsPublisher |
getIpamResourceCidrsPaginator(GetIpamResourceCidrsRequest getIpamResourceCidrsRequest)
Get information about the resources in a scope.
|
default CompletableFuture<GetLaunchTemplateDataResponse> |
getLaunchTemplateData(Consumer<GetLaunchTemplateDataRequest.Builder> getLaunchTemplateDataRequest)
Retrieves the configuration data of the specified instance.
|
default CompletableFuture<GetLaunchTemplateDataResponse> |
getLaunchTemplateData(GetLaunchTemplateDataRequest getLaunchTemplateDataRequest)
Retrieves the configuration data of the specified instance.
|
default CompletableFuture<GetManagedPrefixListAssociationsResponse> |
getManagedPrefixListAssociations(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
default CompletableFuture<GetManagedPrefixListAssociationsResponse> |
getManagedPrefixListAssociations(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
default GetManagedPrefixListAssociationsPublisher |
getManagedPrefixListAssociationsPaginator(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
default GetManagedPrefixListAssociationsPublisher |
getManagedPrefixListAssociationsPaginator(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
default CompletableFuture<GetManagedPrefixListEntriesResponse> |
getManagedPrefixListEntries(Consumer<GetManagedPrefixListEntriesRequest.Builder> getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
|
default CompletableFuture<GetManagedPrefixListEntriesResponse> |
getManagedPrefixListEntries(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
|
default GetManagedPrefixListEntriesPublisher |
getManagedPrefixListEntriesPaginator(Consumer<GetManagedPrefixListEntriesRequest.Builder> getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
|
default GetManagedPrefixListEntriesPublisher |
getManagedPrefixListEntriesPaginator(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
|
default CompletableFuture<GetNetworkInsightsAccessScopeAnalysisFindingsResponse> |
getNetworkInsightsAccessScopeAnalysisFindings(Consumer<GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder> getNetworkInsightsAccessScopeAnalysisFindingsRequest)
Gets the findings for the specified Network Access Scope analysis.
|
default CompletableFuture<GetNetworkInsightsAccessScopeAnalysisFindingsResponse> |
getNetworkInsightsAccessScopeAnalysisFindings(GetNetworkInsightsAccessScopeAnalysisFindingsRequest getNetworkInsightsAccessScopeAnalysisFindingsRequest)
Gets the findings for the specified Network Access Scope analysis.
|
default CompletableFuture<GetNetworkInsightsAccessScopeContentResponse> |
getNetworkInsightsAccessScopeContent(Consumer<GetNetworkInsightsAccessScopeContentRequest.Builder> getNetworkInsightsAccessScopeContentRequest)
Gets the content for the specified Network Access Scope.
|
default CompletableFuture<GetNetworkInsightsAccessScopeContentResponse> |
getNetworkInsightsAccessScopeContent(GetNetworkInsightsAccessScopeContentRequest getNetworkInsightsAccessScopeContentRequest)
Gets the content for the specified Network Access Scope.
|
default CompletableFuture<GetPasswordDataResponse> |
getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)
Retrieves the encrypted administrator password for a running Windows instance.
|
default CompletableFuture<GetPasswordDataResponse> |
getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
Retrieves the encrypted administrator password for a running Windows instance.
|
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.
|
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.
|
default CompletableFuture<GetSerialConsoleAccessStatusResponse> |
getSerialConsoleAccessStatus(Consumer<GetSerialConsoleAccessStatusRequest.Builder> getSerialConsoleAccessStatusRequest)
Retrieves the access status of your account to the EC2 serial console of all instances.
|
default CompletableFuture<GetSerialConsoleAccessStatusResponse> |
getSerialConsoleAccessStatus(GetSerialConsoleAccessStatusRequest getSerialConsoleAccessStatusRequest)
Retrieves the access status of your account to the EC2 serial console of all instances.
|
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.
|
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.
|
default GetSpotPlacementScoresPublisher |
getSpotPlacementScoresPaginator(Consumer<GetSpotPlacementScoresRequest.Builder> getSpotPlacementScoresRequest)
Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and
compute requirements.
|
default GetSpotPlacementScoresPublisher |
getSpotPlacementScoresPaginator(GetSpotPlacementScoresRequest getSpotPlacementScoresRequest)
Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and
compute requirements.
|
default CompletableFuture<GetSubnetCidrReservationsResponse> |
getSubnetCidrReservations(Consumer<GetSubnetCidrReservationsRequest.Builder> getSubnetCidrReservationsRequest)
Gets information about the subnet CIDR reservations.
|
default CompletableFuture<GetSubnetCidrReservationsResponse> |
getSubnetCidrReservations(GetSubnetCidrReservationsRequest getSubnetCidrReservationsRequest)
Gets information about the subnet CIDR reservations.
|
default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse> |
getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse> |
getTransitGatewayAttachmentPropagations(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default GetTransitGatewayAttachmentPropagationsPublisher |
getTransitGatewayAttachmentPropagationsPaginator(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default GetTransitGatewayAttachmentPropagationsPublisher |
getTransitGatewayAttachmentPropagationsPaginator(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default CompletableFuture<GetTransitGatewayMulticastDomainAssociationsResponse> |
getTransitGatewayMulticastDomainAssociations(Consumer<GetTransitGatewayMulticastDomainAssociationsRequest.Builder> getTransitGatewayMulticastDomainAssociationsRequest)
Gets information about the associations for the transit gateway multicast domain.
|
default CompletableFuture<GetTransitGatewayMulticastDomainAssociationsResponse> |
getTransitGatewayMulticastDomainAssociations(GetTransitGatewayMulticastDomainAssociationsRequest getTransitGatewayMulticastDomainAssociationsRequest)
Gets information about the associations for the transit gateway multicast domain.
|
default GetTransitGatewayMulticastDomainAssociationsPublisher |
getTransitGatewayMulticastDomainAssociationsPaginator(Consumer<GetTransitGatewayMulticastDomainAssociationsRequest.Builder> getTransitGatewayMulticastDomainAssociationsRequest)
Gets information about the associations for the transit gateway multicast domain.
|
default GetTransitGatewayMulticastDomainAssociationsPublisher |
getTransitGatewayMulticastDomainAssociationsPaginator(GetTransitGatewayMulticastDomainAssociationsRequest getTransitGatewayMulticastDomainAssociationsRequest)
Gets information about the associations for the transit gateway multicast domain.
|
default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse> |
getTransitGatewayPrefixListReferences(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse> |
getTransitGatewayPrefixListReferences(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
default GetTransitGatewayPrefixListReferencesPublisher |
getTransitGatewayPrefixListReferencesPaginator(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
default GetTransitGatewayPrefixListReferencesPublisher |
getTransitGatewayPrefixListReferencesPaginator(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
|
default CompletableFuture<GetTransitGatewayRouteTableAssociationsResponse> |
getTransitGatewayRouteTableAssociations(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default CompletableFuture<GetTransitGatewayRouteTableAssociationsResponse> |
getTransitGatewayRouteTableAssociations(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTableAssociationsPublisher |
getTransitGatewayRouteTableAssociationsPaginator(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTableAssociationsPublisher |
getTransitGatewayRouteTableAssociationsPaginator(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default CompletableFuture<GetTransitGatewayRouteTablePropagationsResponse> |
getTransitGatewayRouteTablePropagations(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
default CompletableFuture<GetTransitGatewayRouteTablePropagationsResponse> |
getTransitGatewayRouteTablePropagations(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTablePropagationsPublisher |
getTransitGatewayRouteTablePropagationsPaginator(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTablePropagationsPublisher |
getTransitGatewayRouteTablePropagationsPaginator(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
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.
|
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.
|
default CompletableFuture<GetVpnConnectionDeviceTypesResponse> |
getVpnConnectionDeviceTypes(Consumer<GetVpnConnectionDeviceTypesRequest.Builder> getVpnConnectionDeviceTypesRequest)
Obtain a list of customer gateway devices for which sample configuration files can be provided.
|
default CompletableFuture<GetVpnConnectionDeviceTypesResponse> |
getVpnConnectionDeviceTypes(GetVpnConnectionDeviceTypesRequest getVpnConnectionDeviceTypesRequest)
Obtain a list of customer gateway devices for which sample configuration files can be provided.
|
default GetVpnConnectionDeviceTypesPublisher |
getVpnConnectionDeviceTypesPaginator(Consumer<GetVpnConnectionDeviceTypesRequest.Builder> getVpnConnectionDeviceTypesRequest)
Obtain a list of customer gateway devices for which sample configuration files can be provided.
|
default GetVpnConnectionDeviceTypesPublisher |
getVpnConnectionDeviceTypesPaginator(GetVpnConnectionDeviceTypesRequest getVpnConnectionDeviceTypesRequest)
Obtain a list of customer gateway devices for which sample configuration files can be provided.
|
default CompletableFuture<ImportClientVpnClientCertificateRevocationListResponse> |
importClientVpnClientCertificateRevocationList(Consumer<ImportClientVpnClientCertificateRevocationListRequest.Builder> importClientVpnClientCertificateRevocationListRequest)
Uploads a client certificate revocation list to the specified Client VPN endpoint.
|
default CompletableFuture<ImportClientVpnClientCertificateRevocationListResponse> |
importClientVpnClientCertificateRevocationList(ImportClientVpnClientCertificateRevocationListRequest importClientVpnClientCertificateRevocationListRequest)
Uploads a client certificate revocation list to the specified Client VPN endpoint.
|
default CompletableFuture<ImportImageResponse> |
importImage(Consumer<ImportImageRequest.Builder> importImageRequest)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).
|
default CompletableFuture<ImportImageResponse> |
importImage(ImportImageRequest importImageRequest)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).
|
default CompletableFuture<ImportInstanceResponse> |
importInstance(Consumer<ImportInstanceRequest.Builder> importInstanceRequest)
Creates an import instance task using metadata from the specified disk image.
|
default CompletableFuture<ImportInstanceResponse> |
importInstance(ImportInstanceRequest importInstanceRequest)
Creates an import instance task using metadata from the specified disk image.
|
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.
|
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.
|
default CompletableFuture<ImportSnapshotResponse> |
importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
default CompletableFuture<ImportSnapshotResponse> |
importSnapshot(ImportSnapshotRequest importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
default CompletableFuture<ImportVolumeResponse> |
importVolume(Consumer<ImportVolumeRequest.Builder> importVolumeRequest)
Creates an import volume task using metadata from the specified disk image.
|
default CompletableFuture<ImportVolumeResponse> |
importVolume(ImportVolumeRequest importVolumeRequest)
Creates an import volume task using metadata from the specified disk image.
|
default CompletableFuture<ListImagesInRecycleBinResponse> |
listImagesInRecycleBin(Consumer<ListImagesInRecycleBinRequest.Builder> listImagesInRecycleBinRequest)
Lists one or more AMIs that are currently in the Recycle Bin.
|
default CompletableFuture<ListImagesInRecycleBinResponse> |
listImagesInRecycleBin(ListImagesInRecycleBinRequest listImagesInRecycleBinRequest)
Lists one or more AMIs that are currently in the Recycle Bin.
|
default ListImagesInRecycleBinPublisher |
listImagesInRecycleBinPaginator(Consumer<ListImagesInRecycleBinRequest.Builder> listImagesInRecycleBinRequest)
Lists one or more AMIs that are currently in the Recycle Bin.
|
default ListImagesInRecycleBinPublisher |
listImagesInRecycleBinPaginator(ListImagesInRecycleBinRequest listImagesInRecycleBinRequest)
Lists one or more AMIs that are currently in the Recycle Bin.
|
default CompletableFuture<ListSnapshotsInRecycleBinResponse> |
listSnapshotsInRecycleBin(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default CompletableFuture<ListSnapshotsInRecycleBinResponse> |
listSnapshotsInRecycleBin(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default ListSnapshotsInRecycleBinPublisher |
listSnapshotsInRecycleBinPaginator(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default ListSnapshotsInRecycleBinPublisher |
listSnapshotsInRecycleBinPaginator(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default CompletableFuture<ModifyAddressAttributeResponse> |
modifyAddressAttribute(Consumer<ModifyAddressAttributeRequest.Builder> modifyAddressAttributeRequest)
Modifies an attribute of the specified Elastic IP address.
|
default CompletableFuture<ModifyAddressAttributeResponse> |
modifyAddressAttribute(ModifyAddressAttributeRequest modifyAddressAttributeRequest)
Modifies an attribute of the specified Elastic IP address.
|
default CompletableFuture<ModifyAvailabilityZoneGroupResponse> |
modifyAvailabilityZoneGroup(Consumer<ModifyAvailabilityZoneGroupRequest.Builder> modifyAvailabilityZoneGroupRequest)
Changes the opt-in status of the Local Zone and Wavelength Zone group for your account.
|
default CompletableFuture<ModifyAvailabilityZoneGroupResponse> |
modifyAvailabilityZoneGroup(ModifyAvailabilityZoneGroupRequest modifyAvailabilityZoneGroupRequest)
Changes the opt-in status of the Local Zone and Wavelength Zone group for your account.
|
default CompletableFuture<ModifyCapacityReservationResponse> |
modifyCapacityReservation(Consumer<ModifyCapacityReservationRequest.Builder> modifyCapacityReservationRequest)
Modifies a Capacity Reservation's capacity and the conditions under which it is to be released.
|
default CompletableFuture<ModifyCapacityReservationResponse> |
modifyCapacityReservation(ModifyCapacityReservationRequest modifyCapacityReservationRequest)
Modifies a Capacity Reservation's capacity and the conditions under which it is to be released.
|
default CompletableFuture<ModifyCapacityReservationFleetResponse> |
modifyCapacityReservationFleet(Consumer<ModifyCapacityReservationFleetRequest.Builder> modifyCapacityReservationFleetRequest)
Modifies a Capacity Reservation Fleet.
|
default CompletableFuture<ModifyCapacityReservationFleetResponse> |
modifyCapacityReservationFleet(ModifyCapacityReservationFleetRequest modifyCapacityReservationFleetRequest)
Modifies a Capacity Reservation Fleet.
|
default CompletableFuture<ModifyClientVpnEndpointResponse> |
modifyClientVpnEndpoint(Consumer<ModifyClientVpnEndpointRequest.Builder> modifyClientVpnEndpointRequest)
Modifies the specified Client VPN endpoint.
|
default CompletableFuture<ModifyClientVpnEndpointResponse> |
modifyClientVpnEndpoint(ModifyClientVpnEndpointRequest modifyClientVpnEndpointRequest)
Modifies the specified Client VPN endpoint.
|
default CompletableFuture<ModifyDefaultCreditSpecificationResponse> |
modifyDefaultCreditSpecification(Consumer<ModifyDefaultCreditSpecificationRequest.Builder> modifyDefaultCreditSpecificationRequest)
Modifies the default credit option for CPU usage of burstable performance instances.
|
default CompletableFuture<ModifyDefaultCreditSpecificationResponse> |
modifyDefaultCreditSpecification(ModifyDefaultCreditSpecificationRequest modifyDefaultCreditSpecificationRequest)
Modifies the default credit option for CPU usage of burstable performance instances.
|
default CompletableFuture<ModifyEbsDefaultKmsKeyIdResponse> |
modifyEbsDefaultKmsKeyId(Consumer<ModifyEbsDefaultKmsKeyIdRequest.Builder> modifyEbsDefaultKmsKeyIdRequest)
Changes the default KMS key for EBS encryption by default for your account in this Region.
|
default CompletableFuture<ModifyEbsDefaultKmsKeyIdResponse> |
modifyEbsDefaultKmsKeyId(ModifyEbsDefaultKmsKeyIdRequest modifyEbsDefaultKmsKeyIdRequest)
Changes the default KMS key for EBS encryption by default for your account in this Region.
|
default CompletableFuture<ModifyFleetResponse> |
modifyFleet(Consumer<ModifyFleetRequest.Builder> modifyFleetRequest)
Modifies the specified EC2 Fleet.
|
default CompletableFuture<ModifyFleetResponse> |
modifyFleet(ModifyFleetRequest modifyFleetRequest)
Modifies the specified EC2 Fleet.
|
default CompletableFuture<ModifyFpgaImageAttributeResponse> |
modifyFpgaImageAttribute(Consumer<ModifyFpgaImageAttributeRequest.Builder> modifyFpgaImageAttributeRequest)
Modifies the specified attribute of the specified Amazon FPGA Image (AFI).
|
default CompletableFuture<ModifyFpgaImageAttributeResponse> |
modifyFpgaImageAttribute(ModifyFpgaImageAttributeRequest modifyFpgaImageAttributeRequest)
Modifies the specified attribute of the specified Amazon FPGA Image (AFI).
|
default CompletableFuture<ModifyHostsResponse> |
modifyHosts(Consumer<ModifyHostsRequest.Builder> modifyHostsRequest)
Modify the auto-placement setting of a Dedicated Host.
|
default CompletableFuture<ModifyHostsResponse> |
modifyHosts(ModifyHostsRequest modifyHostsRequest)
Modify the auto-placement setting of a Dedicated Host.
|
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.
|
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.
|
default CompletableFuture<ModifyIdFormatResponse> |
modifyIdFormat(Consumer<ModifyIdFormatRequest.Builder> modifyIdFormatRequest)
Modifies the ID format for the specified resource on a per-Region basis.
|
default CompletableFuture<ModifyIdFormatResponse> |
modifyIdFormat(ModifyIdFormatRequest modifyIdFormatRequest)
Modifies the ID format for the specified resource on a per-Region basis.
|
default CompletableFuture<ModifyImageAttributeResponse> |
modifyImageAttribute(Consumer<ModifyImageAttributeRequest.Builder> modifyImageAttributeRequest)
Modifies the specified attribute of the specified AMI.
|
default CompletableFuture<ModifyImageAttributeResponse> |
modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest)
Modifies the specified attribute of the specified AMI.
|
default CompletableFuture<ModifyInstanceAttributeResponse> |
modifyInstanceAttribute(Consumer<ModifyInstanceAttributeRequest.Builder> modifyInstanceAttributeRequest)
Modifies the specified attribute of the specified instance.
|
default CompletableFuture<ModifyInstanceAttributeResponse> |
modifyInstanceAttribute(ModifyInstanceAttributeRequest modifyInstanceAttributeRequest)
Modifies the specified attribute of the specified instance.
|
default CompletableFuture<ModifyInstanceCapacityReservationAttributesResponse> |
modifyInstanceCapacityReservationAttributes(Consumer<ModifyInstanceCapacityReservationAttributesRequest.Builder> modifyInstanceCapacityReservationAttributesRequest)
Modifies the Capacity Reservation settings for a stopped instance.
|
default CompletableFuture<ModifyInstanceCapacityReservationAttributesResponse> |
modifyInstanceCapacityReservationAttributes(ModifyInstanceCapacityReservationAttributesRequest modifyInstanceCapacityReservationAttributesRequest)
Modifies the Capacity Reservation settings for a stopped instance.
|
default CompletableFuture<ModifyInstanceCreditSpecificationResponse> |
modifyInstanceCreditSpecification(Consumer<ModifyInstanceCreditSpecificationRequest.Builder> modifyInstanceCreditSpecificationRequest)
Modifies the credit option for CPU usage on a running or stopped burstable performance instance.
|
default CompletableFuture<ModifyInstanceCreditSpecificationResponse> |
modifyInstanceCreditSpecification(ModifyInstanceCreditSpecificationRequest modifyInstanceCreditSpecificationRequest)
Modifies the credit option for CPU usage on a running or stopped burstable performance instance.
|
default CompletableFuture<ModifyInstanceEventStartTimeResponse> |
modifyInstanceEventStartTime(Consumer<ModifyInstanceEventStartTimeRequest.Builder> modifyInstanceEventStartTimeRequest)
Modifies the start time for a scheduled Amazon EC2 instance event.
|
default CompletableFuture<ModifyInstanceEventStartTimeResponse> |
modifyInstanceEventStartTime(ModifyInstanceEventStartTimeRequest modifyInstanceEventStartTimeRequest)
Modifies the start time for a scheduled Amazon EC2 instance event.
|
default CompletableFuture<ModifyInstanceEventWindowResponse> |
modifyInstanceEventWindow(Consumer<ModifyInstanceEventWindowRequest.Builder> modifyInstanceEventWindowRequest)
Modifies the specified event window.
|
default CompletableFuture<ModifyInstanceEventWindowResponse> |
modifyInstanceEventWindow(ModifyInstanceEventWindowRequest modifyInstanceEventWindowRequest)
Modifies the specified event window.
|
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.
|
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.
|
default CompletableFuture<ModifyInstanceMetadataOptionsResponse> |
modifyInstanceMetadataOptions(Consumer<ModifyInstanceMetadataOptionsRequest.Builder> modifyInstanceMetadataOptionsRequest)
Modify the instance metadata parameters on a running or stopped instance.
|
default CompletableFuture<ModifyInstanceMetadataOptionsResponse> |
modifyInstanceMetadataOptions(ModifyInstanceMetadataOptionsRequest modifyInstanceMetadataOptionsRequest)
Modify the instance metadata parameters on a running or stopped instance.
|
default CompletableFuture<ModifyInstancePlacementResponse> |
modifyInstancePlacement(Consumer<ModifyInstancePlacementRequest.Builder> modifyInstancePlacementRequest)
Modifies the placement attributes for a specified instance.
|
default CompletableFuture<ModifyInstancePlacementResponse> |
modifyInstancePlacement(ModifyInstancePlacementRequest modifyInstancePlacementRequest)
Modifies the placement attributes for a specified instance.
|
default CompletableFuture<ModifyIpamResponse> |
modifyIpam(Consumer<ModifyIpamRequest.Builder> modifyIpamRequest)
Modify the configurations of an IPAM.
|
default CompletableFuture<ModifyIpamResponse> |
modifyIpam(ModifyIpamRequest modifyIpamRequest)
Modify the configurations of an IPAM.
|
default CompletableFuture<ModifyIpamPoolResponse> |
modifyIpamPool(Consumer<ModifyIpamPoolRequest.Builder> modifyIpamPoolRequest)
Modify the configurations of an IPAM pool.
|
default CompletableFuture<ModifyIpamPoolResponse> |
modifyIpamPool(ModifyIpamPoolRequest modifyIpamPoolRequest)
Modify the configurations of an IPAM pool.
|
default CompletableFuture<ModifyIpamResourceCidrResponse> |
modifyIpamResourceCidr(Consumer<ModifyIpamResourceCidrRequest.Builder> modifyIpamResourceCidrRequest)
Modify a resource CIDR.
|
default CompletableFuture<ModifyIpamResourceCidrResponse> |
modifyIpamResourceCidr(ModifyIpamResourceCidrRequest modifyIpamResourceCidrRequest)
Modify a resource CIDR.
|
default CompletableFuture<ModifyIpamScopeResponse> |
modifyIpamScope(Consumer<ModifyIpamScopeRequest.Builder> modifyIpamScopeRequest)
Modify an IPAM scope.
|
default CompletableFuture<ModifyIpamScopeResponse> |
modifyIpamScope(ModifyIpamScopeRequest modifyIpamScopeRequest)
Modify an IPAM scope.
|
default CompletableFuture<ModifyLaunchTemplateResponse> |
modifyLaunchTemplate(Consumer<ModifyLaunchTemplateRequest.Builder> modifyLaunchTemplateRequest)
Modifies a launch template.
|
default CompletableFuture<ModifyLaunchTemplateResponse> |
modifyLaunchTemplate(ModifyLaunchTemplateRequest modifyLaunchTemplateRequest)
Modifies a launch template.
|
default CompletableFuture<ModifyManagedPrefixListResponse> |
modifyManagedPrefixList(Consumer<ModifyManagedPrefixListRequest.Builder> modifyManagedPrefixListRequest)
Modifies the specified managed prefix list.
|
default CompletableFuture<ModifyManagedPrefixListResponse> |
modifyManagedPrefixList(ModifyManagedPrefixListRequest modifyManagedPrefixListRequest)
Modifies the specified managed prefix list.
|
default CompletableFuture<ModifyNetworkInterfaceAttributeResponse> |
modifyNetworkInterfaceAttribute(Consumer<ModifyNetworkInterfaceAttributeRequest.Builder> modifyNetworkInterfaceAttributeRequest)
Modifies the specified network interface attribute.
|
default CompletableFuture<ModifyNetworkInterfaceAttributeResponse> |
modifyNetworkInterfaceAttribute(ModifyNetworkInterfaceAttributeRequest modifyNetworkInterfaceAttributeRequest)
Modifies the specified network interface attribute.
|
default CompletableFuture<ModifyPrivateDnsNameOptionsResponse> |
modifyPrivateDnsNameOptions(Consumer<ModifyPrivateDnsNameOptionsRequest.Builder> modifyPrivateDnsNameOptionsRequest)
Modifies the options for instance hostnames for the specified instance.
|
default CompletableFuture<ModifyPrivateDnsNameOptionsResponse> |
modifyPrivateDnsNameOptions(ModifyPrivateDnsNameOptionsRequest modifyPrivateDnsNameOptionsRequest)
Modifies the options for instance hostnames for the specified instance.
|
default CompletableFuture<ModifyReservedInstancesResponse> |
modifyReservedInstances(Consumer<ModifyReservedInstancesRequest.Builder> modifyReservedInstancesRequest)
Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of
your Reserved Instances.
|
default CompletableFuture<ModifyReservedInstancesResponse> |
modifyReservedInstances(ModifyReservedInstancesRequest modifyReservedInstancesRequest)
Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of
your Reserved Instances.
|
default CompletableFuture<ModifySecurityGroupRulesResponse> |
modifySecurityGroupRules(Consumer<ModifySecurityGroupRulesRequest.Builder> modifySecurityGroupRulesRequest)
Modifies the rules of a security group.
|
default CompletableFuture<ModifySecurityGroupRulesResponse> |
modifySecurityGroupRules(ModifySecurityGroupRulesRequest modifySecurityGroupRulesRequest)
Modifies the rules of a security group.
|
default CompletableFuture<ModifySnapshotAttributeResponse> |
modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest)
Adds or removes permission settings for the specified snapshot.
|
default CompletableFuture<ModifySnapshotAttributeResponse> |
modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
Adds or removes permission settings for the specified snapshot.
|
default CompletableFuture<ModifySnapshotTierResponse> |
modifySnapshotTier(Consumer<ModifySnapshotTierRequest.Builder> modifySnapshotTierRequest)
Archives an Amazon EBS snapshot.
|
default CompletableFuture<ModifySnapshotTierResponse> |
modifySnapshotTier(ModifySnapshotTierRequest modifySnapshotTierRequest)
Archives an Amazon EBS snapshot.
|
default CompletableFuture<ModifySpotFleetRequestResponse> |
modifySpotFleetRequest(Consumer<ModifySpotFleetRequestRequest.Builder> modifySpotFleetRequestRequest)
Modifies the specified Spot Fleet request.
|
default CompletableFuture<ModifySpotFleetRequestResponse> |
modifySpotFleetRequest(ModifySpotFleetRequestRequest modifySpotFleetRequestRequest)
Modifies the specified Spot Fleet request.
|
default CompletableFuture<ModifySubnetAttributeResponse> |
modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
default CompletableFuture<ModifySubnetAttributeResponse> |
modifySubnetAttribute(ModifySubnetAttributeRequest modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
default CompletableFuture<ModifyTrafficMirrorFilterNetworkServicesResponse> |
modifyTrafficMirrorFilterNetworkServices(Consumer<ModifyTrafficMirrorFilterNetworkServicesRequest.Builder> modifyTrafficMirrorFilterNetworkServicesRequest)
Allows or restricts mirroring network services.
|
default CompletableFuture<ModifyTrafficMirrorFilterNetworkServicesResponse> |
modifyTrafficMirrorFilterNetworkServices(ModifyTrafficMirrorFilterNetworkServicesRequest modifyTrafficMirrorFilterNetworkServicesRequest)
Allows or restricts mirroring network services.
|
default CompletableFuture<ModifyTrafficMirrorFilterRuleResponse> |
modifyTrafficMirrorFilterRule(Consumer<ModifyTrafficMirrorFilterRuleRequest.Builder> modifyTrafficMirrorFilterRuleRequest)
Modifies the specified Traffic Mirror rule.
|
default CompletableFuture<ModifyTrafficMirrorFilterRuleResponse> |
modifyTrafficMirrorFilterRule(ModifyTrafficMirrorFilterRuleRequest modifyTrafficMirrorFilterRuleRequest)
Modifies the specified Traffic Mirror rule.
|
default CompletableFuture<ModifyTrafficMirrorSessionResponse> |
modifyTrafficMirrorSession(Consumer<ModifyTrafficMirrorSessionRequest.Builder> modifyTrafficMirrorSessionRequest)
Modifies a Traffic Mirror session.
|
default CompletableFuture<ModifyTrafficMirrorSessionResponse> |
modifyTrafficMirrorSession(ModifyTrafficMirrorSessionRequest modifyTrafficMirrorSessionRequest)
Modifies a Traffic Mirror session.
|
default CompletableFuture<ModifyTransitGatewayResponse> |
modifyTransitGateway(Consumer<ModifyTransitGatewayRequest.Builder> modifyTransitGatewayRequest)
Modifies the specified transit gateway.
|
default CompletableFuture<ModifyTransitGatewayResponse> |
modifyTransitGateway(ModifyTransitGatewayRequest modifyTransitGatewayRequest)
Modifies the specified transit gateway.
|
default CompletableFuture<ModifyTransitGatewayPrefixListReferenceResponse> |
modifyTransitGatewayPrefixListReference(Consumer<ModifyTransitGatewayPrefixListReferenceRequest.Builder> modifyTransitGatewayPrefixListReferenceRequest)
Modifies a reference (route) to a prefix list in a specified transit gateway route table.
|
default CompletableFuture<ModifyTransitGatewayPrefixListReferenceResponse> |
modifyTransitGatewayPrefixListReference(ModifyTransitGatewayPrefixListReferenceRequest modifyTransitGatewayPrefixListReferenceRequest)
Modifies a reference (route) to a prefix list in a specified transit gateway route table.
|
default CompletableFuture<ModifyTransitGatewayVpcAttachmentResponse> |
modifyTransitGatewayVpcAttachment(Consumer<ModifyTransitGatewayVpcAttachmentRequest.Builder> modifyTransitGatewayVpcAttachmentRequest)
Modifies the specified VPC attachment.
|
default CompletableFuture<ModifyTransitGatewayVpcAttachmentResponse> |
modifyTransitGatewayVpcAttachment(ModifyTransitGatewayVpcAttachmentRequest modifyTransitGatewayVpcAttachmentRequest)
Modifies the specified VPC attachment.
|
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.
|
default CompletableFuture<ModifyVolumeResponse> |
modifyVolume(ModifyVolumeRequest modifyVolumeRequest)
You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS
capacity.
|
default CompletableFuture<ModifyVolumeAttributeResponse> |
modifyVolumeAttribute(Consumer<ModifyVolumeAttributeRequest.Builder> modifyVolumeAttributeRequest)
Modifies a volume attribute.
|
default CompletableFuture<ModifyVolumeAttributeResponse> |
modifyVolumeAttribute(ModifyVolumeAttributeRequest modifyVolumeAttributeRequest)
Modifies a volume attribute.
|
default CompletableFuture<ModifyVpcAttributeResponse> |
modifyVpcAttribute(Consumer<ModifyVpcAttributeRequest.Builder> modifyVpcAttributeRequest)
Modifies the specified attribute of the specified VPC.
|
default CompletableFuture<ModifyVpcAttributeResponse> |
modifyVpcAttribute(ModifyVpcAttributeRequest modifyVpcAttributeRequest)
Modifies the specified attribute of the specified VPC.
|
default CompletableFuture<ModifyVpcEndpointResponse> |
modifyVpcEndpoint(Consumer<ModifyVpcEndpointRequest.Builder> modifyVpcEndpointRequest)
Modifies attributes of a specified VPC endpoint.
|
default CompletableFuture<ModifyVpcEndpointResponse> |
modifyVpcEndpoint(ModifyVpcEndpointRequest modifyVpcEndpointRequest)
Modifies attributes of a specified VPC endpoint.
|
default CompletableFuture<ModifyVpcEndpointConnectionNotificationResponse> |
modifyVpcEndpointConnectionNotification(Consumer<ModifyVpcEndpointConnectionNotificationRequest.Builder> modifyVpcEndpointConnectionNotificationRequest)
Modifies a connection notification for VPC endpoint or VPC endpoint service.
|
default CompletableFuture<ModifyVpcEndpointConnectionNotificationResponse> |
modifyVpcEndpointConnectionNotification(ModifyVpcEndpointConnectionNotificationRequest modifyVpcEndpointConnectionNotificationRequest)
Modifies a connection notification for VPC endpoint or VPC endpoint service.
|
default CompletableFuture<ModifyVpcEndpointServiceConfigurationResponse> |
modifyVpcEndpointServiceConfiguration(Consumer<ModifyVpcEndpointServiceConfigurationRequest.Builder> modifyVpcEndpointServiceConfigurationRequest)
Modifies the attributes of your VPC endpoint service configuration.
|
default CompletableFuture<ModifyVpcEndpointServiceConfigurationResponse> |
modifyVpcEndpointServiceConfiguration(ModifyVpcEndpointServiceConfigurationRequest modifyVpcEndpointServiceConfigurationRequest)
Modifies the attributes of your VPC endpoint service configuration.
|
default CompletableFuture<ModifyVpcEndpointServicePayerResponsibilityResponse> |
modifyVpcEndpointServicePayerResponsibility(Consumer<ModifyVpcEndpointServicePayerResponsibilityRequest.Builder> modifyVpcEndpointServicePayerResponsibilityRequest)
Modifies the payer responsibility for your VPC endpoint service.
|
default CompletableFuture<ModifyVpcEndpointServicePayerResponsibilityResponse> |
modifyVpcEndpointServicePayerResponsibility(ModifyVpcEndpointServicePayerResponsibilityRequest modifyVpcEndpointServicePayerResponsibilityRequest)
Modifies the payer responsibility for your VPC endpoint service.
|
default CompletableFuture<ModifyVpcEndpointServicePermissionsResponse> |
modifyVpcEndpointServicePermissions(Consumer<ModifyVpcEndpointServicePermissionsRequest.Builder> modifyVpcEndpointServicePermissionsRequest)
Modifies the permissions for your VPC endpoint service.
|
default CompletableFuture<ModifyVpcEndpointServicePermissionsResponse> |
modifyVpcEndpointServicePermissions(ModifyVpcEndpointServicePermissionsRequest modifyVpcEndpointServicePermissionsRequest)
Modifies the permissions for your VPC endpoint service.
|
default CompletableFuture<ModifyVpcPeeringConnectionOptionsResponse> |
modifyVpcPeeringConnectionOptions(Consumer<ModifyVpcPeeringConnectionOptionsRequest.Builder> modifyVpcPeeringConnectionOptionsRequest)
Modifies the VPC peering connection options on one side of a VPC peering connection.
|
default CompletableFuture<ModifyVpcPeeringConnectionOptionsResponse> |
modifyVpcPeeringConnectionOptions(ModifyVpcPeeringConnectionOptionsRequest modifyVpcPeeringConnectionOptionsRequest)
Modifies the VPC peering connection options on one side of a VPC peering connection.
|
default CompletableFuture<ModifyVpcTenancyResponse> |
modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
default CompletableFuture<ModifyVpcTenancyResponse> |
modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
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.
|
default CompletableFuture<ModifyVpnConnectionResponse> |
modifyVpnConnection(ModifyVpnConnectionRequest modifyVpnConnectionRequest)
Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection.
|
default CompletableFuture<ModifyVpnConnectionOptionsResponse> |
modifyVpnConnectionOptions(Consumer<ModifyVpnConnectionOptionsRequest.Builder> modifyVpnConnectionOptionsRequest)
Modifies the connection options for your Site-to-Site VPN connection.
|
default CompletableFuture<ModifyVpnConnectionOptionsResponse> |
modifyVpnConnectionOptions(ModifyVpnConnectionOptionsRequest modifyVpnConnectionOptionsRequest)
Modifies the connection options for your Site-to-Site VPN connection.
|
default CompletableFuture<ModifyVpnTunnelCertificateResponse> |
modifyVpnTunnelCertificate(Consumer<ModifyVpnTunnelCertificateRequest.Builder> modifyVpnTunnelCertificateRequest)
Modifies the VPN tunnel endpoint certificate.
|
default CompletableFuture<ModifyVpnTunnelCertificateResponse> |
modifyVpnTunnelCertificate(ModifyVpnTunnelCertificateRequest modifyVpnTunnelCertificateRequest)
Modifies the VPN tunnel endpoint certificate.
|
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.
|
default CompletableFuture<ModifyVpnTunnelOptionsResponse> |
modifyVpnTunnelOptions(ModifyVpnTunnelOptionsRequest modifyVpnTunnelOptionsRequest)
Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection.
|
default CompletableFuture<MonitorInstancesResponse> |
monitorInstances(Consumer<MonitorInstancesRequest.Builder> monitorInstancesRequest)
Enables detailed monitoring for a running instance.
|
default CompletableFuture<MonitorInstancesResponse> |
monitorInstances(MonitorInstancesRequest monitorInstancesRequest)
Enables detailed monitoring for a running instance.
|
default CompletableFuture<MoveAddressToVpcResponse> |
moveAddressToVpc(Consumer<MoveAddressToVpcRequest.Builder> moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform.
|
default CompletableFuture<MoveAddressToVpcResponse> |
moveAddressToVpc(MoveAddressToVpcRequest moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform.
|
default CompletableFuture<MoveByoipCidrToIpamResponse> |
moveByoipCidrToIpam(Consumer<MoveByoipCidrToIpamRequest.Builder> moveByoipCidrToIpamRequest)
Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool.
|
default CompletableFuture<MoveByoipCidrToIpamResponse> |
moveByoipCidrToIpam(MoveByoipCidrToIpamRequest moveByoipCidrToIpamRequest)
Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool.
|
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.
|
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.
|
default CompletableFuture<ProvisionIpamPoolCidrResponse> |
provisionIpamPoolCidr(Consumer<ProvisionIpamPoolCidrRequest.Builder> provisionIpamPoolCidrRequest)
Provision a CIDR to an IPAM pool.
|
default CompletableFuture<ProvisionIpamPoolCidrResponse> |
provisionIpamPoolCidr(ProvisionIpamPoolCidrRequest provisionIpamPoolCidrRequest)
Provision a CIDR to an IPAM pool.
|
default CompletableFuture<ProvisionPublicIpv4PoolCidrResponse> |
provisionPublicIpv4PoolCidr(Consumer<ProvisionPublicIpv4PoolCidrRequest.Builder> provisionPublicIpv4PoolCidrRequest)
Provision a CIDR to a public IPv4 pool.
|
default CompletableFuture<ProvisionPublicIpv4PoolCidrResponse> |
provisionPublicIpv4PoolCidr(ProvisionPublicIpv4PoolCidrRequest provisionPublicIpv4PoolCidrRequest)
Provision a CIDR to a public IPv4 pool.
|
default CompletableFuture<PurchaseHostReservationResponse> |
purchaseHostReservation(Consumer<PurchaseHostReservationRequest.Builder> purchaseHostReservationRequest)
Purchase a reservation with configurations that match those of your Dedicated Host.
|
default CompletableFuture<PurchaseHostReservationResponse> |
purchaseHostReservation(PurchaseHostReservationRequest purchaseHostReservationRequest)
Purchase a reservation with configurations that match those of your Dedicated Host.
|
default CompletableFuture<PurchaseReservedInstancesOfferingResponse> |
purchaseReservedInstancesOffering(Consumer<PurchaseReservedInstancesOfferingRequest.Builder> purchaseReservedInstancesOfferingRequest)
Purchases a Reserved Instance for use with your account.
|
default CompletableFuture<PurchaseReservedInstancesOfferingResponse> |
purchaseReservedInstancesOffering(PurchaseReservedInstancesOfferingRequest purchaseReservedInstancesOfferingRequest)
Purchases a Reserved Instance for use with your account.
|
default CompletableFuture<PurchaseScheduledInstancesResponse> |
purchaseScheduledInstances(Consumer<PurchaseScheduledInstancesRequest.Builder> purchaseScheduledInstancesRequest)
Purchases the Scheduled Instances with the specified schedule.
|
default CompletableFuture<PurchaseScheduledInstancesResponse> |
purchaseScheduledInstances(PurchaseScheduledInstancesRequest purchaseScheduledInstancesRequest)
Purchases the Scheduled Instances with the specified schedule.
|
default CompletableFuture<RebootInstancesResponse> |
rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest)
Requests a reboot of the specified instances.
|
default CompletableFuture<RebootInstancesResponse> |
rebootInstances(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of the specified instances.
|
default CompletableFuture<RegisterImageResponse> |
registerImage(Consumer<RegisterImageRequest.Builder> registerImageRequest)
Registers an AMI.
|
default CompletableFuture<RegisterImageResponse> |
registerImage(RegisterImageRequest registerImageRequest)
Registers an AMI.
|
default CompletableFuture<RegisterInstanceEventNotificationAttributesResponse> |
registerInstanceEventNotificationAttributes(Consumer<RegisterInstanceEventNotificationAttributesRequest.Builder> registerInstanceEventNotificationAttributesRequest)
Registers a set of tag keys to include in scheduled event notifications for your resources.
|
default CompletableFuture<RegisterInstanceEventNotificationAttributesResponse> |
registerInstanceEventNotificationAttributes(RegisterInstanceEventNotificationAttributesRequest registerInstanceEventNotificationAttributesRequest)
Registers a set of tag keys to include in scheduled event notifications for your resources.
|
default CompletableFuture<RegisterTransitGatewayMulticastGroupMembersResponse> |
registerTransitGatewayMulticastGroupMembers(Consumer<RegisterTransitGatewayMulticastGroupMembersRequest.Builder> registerTransitGatewayMulticastGroupMembersRequest)
Registers members (network interfaces) with the transit gateway multicast group.
|
default CompletableFuture<RegisterTransitGatewayMulticastGroupMembersResponse> |
registerTransitGatewayMulticastGroupMembers(RegisterTransitGatewayMulticastGroupMembersRequest registerTransitGatewayMulticastGroupMembersRequest)
Registers members (network interfaces) with the transit gateway multicast group.
|
default CompletableFuture<RegisterTransitGatewayMulticastGroupSourcesResponse> |
registerTransitGatewayMulticastGroupSources(Consumer<RegisterTransitGatewayMulticastGroupSourcesRequest.Builder> registerTransitGatewayMulticastGroupSourcesRequest)
Registers sources (network interfaces) with the specified transit gateway multicast group.
|
default CompletableFuture<RegisterTransitGatewayMulticastGroupSourcesResponse> |
registerTransitGatewayMulticastGroupSources(RegisterTransitGatewayMulticastGroupSourcesRequest registerTransitGatewayMulticastGroupSourcesRequest)
Registers sources (network interfaces) with the specified transit gateway multicast group.
|
default CompletableFuture<RejectTransitGatewayMulticastDomainAssociationsResponse> |
rejectTransitGatewayMulticastDomainAssociations(Consumer<RejectTransitGatewayMulticastDomainAssociationsRequest.Builder> rejectTransitGatewayMulticastDomainAssociationsRequest)
Rejects a request to associate cross-account subnets with a transit gateway multicast domain.
|
default CompletableFuture<RejectTransitGatewayMulticastDomainAssociationsResponse> |
rejectTransitGatewayMulticastDomainAssociations(RejectTransitGatewayMulticastDomainAssociationsRequest rejectTransitGatewayMulticastDomainAssociationsRequest)
Rejects a request to associate cross-account subnets with a transit gateway multicast domain.
|
default CompletableFuture<RejectTransitGatewayPeeringAttachmentResponse> |
rejectTransitGatewayPeeringAttachment(Consumer<RejectTransitGatewayPeeringAttachmentRequest.Builder> rejectTransitGatewayPeeringAttachmentRequest)
Rejects a transit gateway peering attachment request.
|
default CompletableFuture<RejectTransitGatewayPeeringAttachmentResponse> |
rejectTransitGatewayPeeringAttachment(RejectTransitGatewayPeeringAttachmentRequest rejectTransitGatewayPeeringAttachmentRequest)
Rejects a transit gateway peering attachment request.
|
default CompletableFuture<RejectTransitGatewayVpcAttachmentResponse> |
rejectTransitGatewayVpcAttachment(Consumer<RejectTransitGatewayVpcAttachmentRequest.Builder> rejectTransitGatewayVpcAttachmentRequest)
Rejects a request to attach a VPC to a transit gateway.
|
default CompletableFuture<RejectTransitGatewayVpcAttachmentResponse> |
rejectTransitGatewayVpcAttachment(RejectTransitGatewayVpcAttachmentRequest rejectTransitGatewayVpcAttachmentRequest)
Rejects a request to attach a VPC to a transit gateway.
|
default CompletableFuture<RejectVpcEndpointConnectionsResponse> |
rejectVpcEndpointConnections(Consumer<RejectVpcEndpointConnectionsRequest.Builder> rejectVpcEndpointConnectionsRequest)
Rejects one or more VPC endpoint connection requests to your VPC endpoint service.
|
default CompletableFuture<RejectVpcEndpointConnectionsResponse> |
rejectVpcEndpointConnections(RejectVpcEndpointConnectionsRequest rejectVpcEndpointConnectionsRequest)
Rejects one or more VPC endpoint connection requests to your VPC endpoint service.
|
default CompletableFuture<RejectVpcPeeringConnectionResponse> |
rejectVpcPeeringConnection(Consumer<RejectVpcPeeringConnectionRequest.Builder> rejectVpcPeeringConnectionRequest)
Rejects a VPC peering connection request.
|
default CompletableFuture<RejectVpcPeeringConnectionResponse> |
rejectVpcPeeringConnection(RejectVpcPeeringConnectionRequest rejectVpcPeeringConnectionRequest)
Rejects a VPC peering connection request.
|
default CompletableFuture<ReleaseAddressResponse> |
releaseAddress(Consumer<ReleaseAddressRequest.Builder> releaseAddressRequest)
Releases the specified Elastic IP address.
|
default CompletableFuture<ReleaseAddressResponse> |
releaseAddress(ReleaseAddressRequest releaseAddressRequest)
Releases the specified Elastic IP address.
|
default CompletableFuture<ReleaseHostsResponse> |
releaseHosts(Consumer<ReleaseHostsRequest.Builder> releaseHostsRequest)
When you no longer want to use an On-Demand Dedicated Host it can be released.
|
default CompletableFuture<ReleaseHostsResponse> |
releaseHosts(ReleaseHostsRequest releaseHostsRequest)
When you no longer want to use an On-Demand Dedicated Host it can be released.
|
default CompletableFuture<ReleaseIpamPoolAllocationResponse> |
releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest)
Release an allocation within an IPAM pool.
|
default CompletableFuture<ReleaseIpamPoolAllocationResponse> |
releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest)
Release an allocation within an IPAM pool.
|
default CompletableFuture<ReplaceIamInstanceProfileAssociationResponse> |
replaceIamInstanceProfileAssociation(Consumer<ReplaceIamInstanceProfileAssociationRequest.Builder> replaceIamInstanceProfileAssociationRequest)
Replaces an IAM instance profile for the specified running instance.
|
default CompletableFuture<ReplaceIamInstanceProfileAssociationResponse> |
replaceIamInstanceProfileAssociation(ReplaceIamInstanceProfileAssociationRequest replaceIamInstanceProfileAssociationRequest)
Replaces an IAM instance profile for the specified running instance.
|
default CompletableFuture<ReplaceNetworkAclAssociationResponse> |
replaceNetworkAclAssociation(Consumer<ReplaceNetworkAclAssociationRequest.Builder> replaceNetworkAclAssociationRequest)
Changes which network ACL a subnet is associated with.
|
default CompletableFuture<ReplaceNetworkAclAssociationResponse> |
replaceNetworkAclAssociation(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest)
Changes which network ACL a subnet is associated with.
|
default CompletableFuture<ReplaceNetworkAclEntryResponse> |
replaceNetworkAclEntry(Consumer<ReplaceNetworkAclEntryRequest.Builder> replaceNetworkAclEntryRequest)
Replaces an entry (rule) in a network ACL.
|
default CompletableFuture<ReplaceNetworkAclEntryResponse> |
replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)
Replaces an entry (rule) in a network ACL.
|
default CompletableFuture<ReplaceRouteResponse> |
replaceRoute(Consumer<ReplaceRouteRequest.Builder> replaceRouteRequest)
Replaces an existing route within a route table in a VPC.
|
default CompletableFuture<ReplaceRouteResponse> |
replaceRoute(ReplaceRouteRequest replaceRouteRequest)
Replaces an existing route within a route table in a VPC.
|
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.
|
default CompletableFuture<ReplaceRouteTableAssociationResponse> |
replaceRouteTableAssociation(ReplaceRouteTableAssociationRequest replaceRouteTableAssociationRequest)
Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC.
|
default CompletableFuture<ReplaceTransitGatewayRouteResponse> |
replaceTransitGatewayRoute(Consumer<ReplaceTransitGatewayRouteRequest.Builder> replaceTransitGatewayRouteRequest)
Replaces the specified route in the specified transit gateway route table.
|
default CompletableFuture<ReplaceTransitGatewayRouteResponse> |
replaceTransitGatewayRoute(ReplaceTransitGatewayRouteRequest replaceTransitGatewayRouteRequest)
Replaces the specified route in the specified transit gateway route table.
|
default CompletableFuture<ReportInstanceStatusResponse> |
reportInstanceStatus(Consumer<ReportInstanceStatusRequest.Builder> reportInstanceStatusRequest)
Submits feedback about the status of an instance.
|
default CompletableFuture<ReportInstanceStatusResponse> |
reportInstanceStatus(ReportInstanceStatusRequest reportInstanceStatusRequest)
Submits feedback about the status of an instance.
|
default CompletableFuture<RequestSpotFleetResponse> |
requestSpotFleet(Consumer<RequestSpotFleetRequest.Builder> requestSpotFleetRequest)
Creates a Spot Fleet request.
|
default CompletableFuture<RequestSpotFleetResponse> |
requestSpotFleet(RequestSpotFleetRequest requestSpotFleetRequest)
Creates a Spot Fleet request.
|
default CompletableFuture<RequestSpotInstancesResponse> |
requestSpotInstances(Consumer<RequestSpotInstancesRequest.Builder> requestSpotInstancesRequest)
Creates a Spot Instance request.
|
default CompletableFuture<RequestSpotInstancesResponse> |
requestSpotInstances(RequestSpotInstancesRequest requestSpotInstancesRequest)
Creates a Spot Instance request.
|
default CompletableFuture<ResetAddressAttributeResponse> |
resetAddressAttribute(Consumer<ResetAddressAttributeRequest.Builder> resetAddressAttributeRequest)
Resets the attribute of the specified IP address.
|
default CompletableFuture<ResetAddressAttributeResponse> |
resetAddressAttribute(ResetAddressAttributeRequest resetAddressAttributeRequest)
Resets the attribute of the specified IP address.
|
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.
|
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.
|
default CompletableFuture<ResetFpgaImageAttributeResponse> |
resetFpgaImageAttribute(Consumer<ResetFpgaImageAttributeRequest.Builder> resetFpgaImageAttributeRequest)
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.
|
default CompletableFuture<ResetFpgaImageAttributeResponse> |
resetFpgaImageAttribute(ResetFpgaImageAttributeRequest resetFpgaImageAttributeRequest)
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.
|
default CompletableFuture<ResetImageAttributeResponse> |
resetImageAttribute(Consumer<ResetImageAttributeRequest.Builder> resetImageAttributeRequest)
Resets an attribute of an AMI to its default value.
|
default CompletableFuture<ResetImageAttributeResponse> |
resetImageAttribute(ResetImageAttributeRequest resetImageAttributeRequest)
Resets an attribute of an AMI to its default value.
|
default CompletableFuture<ResetInstanceAttributeResponse> |
resetInstanceAttribute(Consumer<ResetInstanceAttributeRequest.Builder> resetInstanceAttributeRequest)
Resets an attribute of an instance to its default value.
|
default CompletableFuture<ResetInstanceAttributeResponse> |
resetInstanceAttribute(ResetInstanceAttributeRequest resetInstanceAttributeRequest)
Resets an attribute of an instance to its default value.
|
default CompletableFuture<ResetNetworkInterfaceAttributeResponse> |
resetNetworkInterfaceAttribute(Consumer<ResetNetworkInterfaceAttributeRequest.Builder> resetNetworkInterfaceAttributeRequest)
Resets a network interface attribute.
|
default CompletableFuture<ResetNetworkInterfaceAttributeResponse> |
resetNetworkInterfaceAttribute(ResetNetworkInterfaceAttributeRequest resetNetworkInterfaceAttributeRequest)
Resets a network interface attribute.
|
default CompletableFuture<ResetSnapshotAttributeResponse> |
resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest)
Resets permission settings for the specified snapshot.
|
default CompletableFuture<ResetSnapshotAttributeResponse> |
resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
Resets permission settings for the specified snapshot.
|
default CompletableFuture<RestoreAddressToClassicResponse> |
restoreAddressToClassic(Consumer<RestoreAddressToClassicRequest.Builder> restoreAddressToClassicRequest)
Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic
platform.
|
default CompletableFuture<RestoreAddressToClassicResponse> |
restoreAddressToClassic(RestoreAddressToClassicRequest restoreAddressToClassicRequest)
Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic
platform.
|
default CompletableFuture<RestoreImageFromRecycleBinResponse> |
restoreImageFromRecycleBin(Consumer<RestoreImageFromRecycleBinRequest.Builder> restoreImageFromRecycleBinRequest)
Restores an AMI from the Recycle Bin.
|
default CompletableFuture<RestoreImageFromRecycleBinResponse> |
restoreImageFromRecycleBin(RestoreImageFromRecycleBinRequest restoreImageFromRecycleBinRequest)
Restores an AMI from the Recycle Bin.
|
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.
|
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.
|
default CompletableFuture<RestoreSnapshotFromRecycleBinResponse> |
restoreSnapshotFromRecycleBin(Consumer<RestoreSnapshotFromRecycleBinRequest.Builder> restoreSnapshotFromRecycleBinRequest)
Restores a snapshot from the Recycle Bin.
|
default CompletableFuture<RestoreSnapshotFromRecycleBinResponse> |
restoreSnapshotFromRecycleBin(RestoreSnapshotFromRecycleBinRequest restoreSnapshotFromRecycleBinRequest)
Restores a snapshot from the Recycle Bin.
|
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.
|
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.
|
default CompletableFuture<RevokeClientVpnIngressResponse> |
revokeClientVpnIngress(Consumer<RevokeClientVpnIngressRequest.Builder> revokeClientVpnIngressRequest)
Removes an ingress authorization rule from a Client VPN endpoint.
|
default CompletableFuture<RevokeClientVpnIngressResponse> |
revokeClientVpnIngress(RevokeClientVpnIngressRequest revokeClientVpnIngressRequest)
Removes an ingress authorization rule from a Client VPN endpoint.
|
default CompletableFuture<RevokeSecurityGroupEgressResponse> |
revokeSecurityGroupEgress(Consumer<RevokeSecurityGroupEgressRequest.Builder> revokeSecurityGroupEgressRequest)
[VPC only] Removes the specified outbound (egress) rules from a security group for EC2-VPC.
|
default CompletableFuture<RevokeSecurityGroupEgressResponse> |
revokeSecurityGroupEgress(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest)
[VPC only] Removes the specified outbound (egress) rules from a security group for EC2-VPC.
|
default CompletableFuture<RevokeSecurityGroupIngressResponse> |
revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest)
Removes the specified inbound (ingress) rules from a security group.
|
default CompletableFuture<RevokeSecurityGroupIngressResponse> |
revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes the specified inbound (ingress) rules from a security group.
|
default CompletableFuture<RunInstancesResponse> |
runInstances(Consumer<RunInstancesRequest.Builder> runInstancesRequest)
Launches the specified number of instances using an AMI for which you have permissions.
|
default CompletableFuture<RunInstancesResponse> |
runInstances(RunInstancesRequest runInstancesRequest)
Launches the specified number of instances using an AMI for which you have permissions.
|
default CompletableFuture<RunScheduledInstancesResponse> |
runScheduledInstances(Consumer<RunScheduledInstancesRequest.Builder> runScheduledInstancesRequest)
Launches the specified Scheduled Instances.
|
default CompletableFuture<RunScheduledInstancesResponse> |
runScheduledInstances(RunScheduledInstancesRequest runScheduledInstancesRequest)
Launches the specified Scheduled Instances.
|
default CompletableFuture<SearchLocalGatewayRoutesResponse> |
searchLocalGatewayRoutes(Consumer<SearchLocalGatewayRoutesRequest.Builder> searchLocalGatewayRoutesRequest)
Searches for routes in the specified local gateway route table.
|
default CompletableFuture<SearchLocalGatewayRoutesResponse> |
searchLocalGatewayRoutes(SearchLocalGatewayRoutesRequest searchLocalGatewayRoutesRequest)
Searches for routes in the specified local gateway route table.
|
default SearchLocalGatewayRoutesPublisher |
searchLocalGatewayRoutesPaginator(Consumer<SearchLocalGatewayRoutesRequest.Builder> searchLocalGatewayRoutesRequest)
Searches for routes in the specified local gateway route table.
|
default SearchLocalGatewayRoutesPublisher |
searchLocalGatewayRoutesPaginator(SearchLocalGatewayRoutesRequest searchLocalGatewayRoutesRequest)
Searches for routes in the specified local gateway route table.
|
default CompletableFuture<SearchTransitGatewayMulticastGroupsResponse> |
searchTransitGatewayMulticastGroups(Consumer<SearchTransitGatewayMulticastGroupsRequest.Builder> searchTransitGatewayMulticastGroupsRequest)
Searches one or more transit gateway multicast groups and returns the group membership information.
|
default CompletableFuture<SearchTransitGatewayMulticastGroupsResponse> |
searchTransitGatewayMulticastGroups(SearchTransitGatewayMulticastGroupsRequest searchTransitGatewayMulticastGroupsRequest)
Searches one or more transit gateway multicast groups and returns the group membership information.
|
default SearchTransitGatewayMulticastGroupsPublisher |
searchTransitGatewayMulticastGroupsPaginator(Consumer<SearchTransitGatewayMulticastGroupsRequest.Builder> searchTransitGatewayMulticastGroupsRequest)
Searches one or more transit gateway multicast groups and returns the group membership information.
|
default SearchTransitGatewayMulticastGroupsPublisher |
searchTransitGatewayMulticastGroupsPaginator(SearchTransitGatewayMulticastGroupsRequest searchTransitGatewayMulticastGroupsRequest)
Searches one or more transit gateway multicast groups and returns the group membership information.
|
default CompletableFuture<SearchTransitGatewayRoutesResponse> |
searchTransitGatewayRoutes(Consumer<SearchTransitGatewayRoutesRequest.Builder> searchTransitGatewayRoutesRequest)
Searches for routes in the specified transit gateway route table.
|
default CompletableFuture<SearchTransitGatewayRoutesResponse> |
searchTransitGatewayRoutes(SearchTransitGatewayRoutesRequest searchTransitGatewayRoutesRequest)
Searches for routes in the specified transit gateway route table.
|
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).
|
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).
|
default CompletableFuture<StartInstancesResponse> |
startInstances(Consumer<StartInstancesRequest.Builder> startInstancesRequest)
Starts an Amazon EBS-backed instance that you've previously stopped.
|
default CompletableFuture<StartInstancesResponse> |
startInstances(StartInstancesRequest startInstancesRequest)
Starts an Amazon EBS-backed instance that you've previously stopped.
|
default CompletableFuture<StartNetworkInsightsAccessScopeAnalysisResponse> |
startNetworkInsightsAccessScopeAnalysis(Consumer<StartNetworkInsightsAccessScopeAnalysisRequest.Builder> startNetworkInsightsAccessScopeAnalysisRequest)
Starts analyzing the specified Network Access Scope.
|
default CompletableFuture<StartNetworkInsightsAccessScopeAnalysisResponse> |
startNetworkInsightsAccessScopeAnalysis(StartNetworkInsightsAccessScopeAnalysisRequest startNetworkInsightsAccessScopeAnalysisRequest)
Starts analyzing the specified Network Access Scope.
|
default CompletableFuture<StartNetworkInsightsAnalysisResponse> |
startNetworkInsightsAnalysis(Consumer<StartNetworkInsightsAnalysisRequest.Builder> startNetworkInsightsAnalysisRequest)
Starts analyzing the specified path.
|
default CompletableFuture<StartNetworkInsightsAnalysisResponse> |
startNetworkInsightsAnalysis(StartNetworkInsightsAnalysisRequest startNetworkInsightsAnalysisRequest)
Starts analyzing the specified path.
|
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.
|
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.
|
default CompletableFuture<StopInstancesResponse> |
stopInstances(Consumer<StopInstancesRequest.Builder> stopInstancesRequest)
Stops an Amazon EBS-backed instance.
|
default CompletableFuture<StopInstancesResponse> |
stopInstances(StopInstancesRequest stopInstancesRequest)
Stops an Amazon EBS-backed instance.
|
default CompletableFuture<TerminateClientVpnConnectionsResponse> |
terminateClientVpnConnections(Consumer<TerminateClientVpnConnectionsRequest.Builder> terminateClientVpnConnectionsRequest)
Terminates active Client VPN endpoint connections.
|
default CompletableFuture<TerminateClientVpnConnectionsResponse> |
terminateClientVpnConnections(TerminateClientVpnConnectionsRequest terminateClientVpnConnectionsRequest)
Terminates active Client VPN endpoint connections.
|
default CompletableFuture<TerminateInstancesResponse> |
terminateInstances(Consumer<TerminateInstancesRequest.Builder> terminateInstancesRequest)
Shuts down the specified instances.
|
default CompletableFuture<TerminateInstancesResponse> |
terminateInstances(TerminateInstancesRequest terminateInstancesRequest)
Shuts down the specified instances.
|
default CompletableFuture<UnassignIpv6AddressesResponse> |
unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest)
Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.
|
default CompletableFuture<UnassignIpv6AddressesResponse> |
unassignIpv6Addresses(UnassignIpv6AddressesRequest unassignIpv6AddressesRequest)
Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.
|
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.
|
default CompletableFuture<UnassignPrivateIpAddressesResponse> |
unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)
Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network
interface.
|
default CompletableFuture<UnmonitorInstancesResponse> |
unmonitorInstances(Consumer<UnmonitorInstancesRequest.Builder> unmonitorInstancesRequest)
Disables detailed monitoring for a running instance.
|
default CompletableFuture<UnmonitorInstancesResponse> |
unmonitorInstances(UnmonitorInstancesRequest unmonitorInstancesRequest)
Disables detailed monitoring for a running instance.
|
default CompletableFuture<UpdateSecurityGroupRuleDescriptionsEgressResponse> |
updateSecurityGroupRuleDescriptionsEgress(Consumer<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder> updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] Updates the description of an egress (outbound) security group rule.
|
default CompletableFuture<UpdateSecurityGroupRuleDescriptionsEgressResponse> |
updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] Updates the description of an egress (outbound) security group rule.
|
default CompletableFuture<UpdateSecurityGroupRuleDescriptionsIngressResponse> |
updateSecurityGroupRuleDescriptionsIngress(Consumer<UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder> updateSecurityGroupRuleDescriptionsIngressRequest)
Updates the description of an ingress (inbound) security group rule.
|
default CompletableFuture<UpdateSecurityGroupRuleDescriptionsIngressResponse> |
updateSecurityGroupRuleDescriptionsIngress(UpdateSecurityGroupRuleDescriptionsIngressRequest updateSecurityGroupRuleDescriptionsIngressRequest)
Updates the description of an ingress (inbound) security group rule.
|
default Ec2AsyncWaiter |
waiter()
Create an instance of
Ec2AsyncWaiter using this client. |
default CompletableFuture<WithdrawByoipCidrResponse> |
withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)
Stops advertising an address range that is provisioned as an address pool.
|
default CompletableFuture<WithdrawByoipCidrResponse> |
withdrawByoipCidr(WithdrawByoipCidrRequest withdrawByoipCidrRequest)
Stops advertising an address range that is provisioned as an address pool.
|
serviceName
close
static final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider
.static Ec2AsyncClient create()
Ec2AsyncClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static Ec2AsyncClientBuilder builder()
Ec2AsyncClient
.default CompletableFuture<AcceptReservedInstancesExchangeQuoteResponse> acceptReservedInstancesExchangeQuote(AcceptReservedInstancesExchangeQuoteRequest acceptReservedInstancesExchangeQuoteRequest)
Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.
acceptReservedInstancesExchangeQuoteRequest
- Contains the parameters for accepting the quote.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()
acceptReservedInstancesExchangeQuoteRequest
- A Consumer
that will call methods on AcceptReservedInstancesExchangeQuoteRequest.Builder
to create a request. Contains the parameters for accepting the quote.default CompletableFuture<AcceptTransitGatewayMulticastDomainAssociationsResponse> acceptTransitGatewayMulticastDomainAssociations(AcceptTransitGatewayMulticastDomainAssociationsRequest acceptTransitGatewayMulticastDomainAssociationsRequest)
Accepts a request to associate subnets with a transit gateway multicast domain.
acceptTransitGatewayMulticastDomainAssociationsRequest
- 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()
acceptTransitGatewayMulticastDomainAssociationsRequest
- A Consumer
that will call methods on
AcceptTransitGatewayMulticastDomainAssociationsRequest.Builder
to create a request.default CompletableFuture<AcceptTransitGatewayPeeringAttachmentResponse> acceptTransitGatewayPeeringAttachment(AcceptTransitGatewayPeeringAttachmentRequest acceptTransitGatewayPeeringAttachmentRequest)
Accepts a transit gateway peering attachment request. The peering attachment must be in the
pendingAcceptance
state.
acceptTransitGatewayPeeringAttachmentRequest
- 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()
acceptTransitGatewayPeeringAttachmentRequest
- A Consumer
that will call methods on AcceptTransitGatewayPeeringAttachmentRequest.Builder
to create a request.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.
acceptTransitGatewayVpcAttachmentRequest
- 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()
acceptTransitGatewayVpcAttachmentRequest
- A Consumer
that will call methods on AcceptTransitGatewayVpcAttachmentRequest.Builder
to
create a request.default CompletableFuture<AcceptVpcEndpointConnectionsResponse> acceptVpcEndpointConnections(AcceptVpcEndpointConnectionsRequest acceptVpcEndpointConnectionsRequest)
Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.
acceptVpcEndpointConnectionsRequest
- default CompletableFuture<AcceptVpcEndpointConnectionsResponse> acceptVpcEndpointConnections(Consumer<AcceptVpcEndpointConnectionsRequest.Builder> acceptVpcEndpointConnectionsRequest)
Accepts one or more interface VPC endpoint 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()
acceptVpcEndpointConnectionsRequest
- A Consumer
that will call methods on AcceptVpcEndpointConnectionsRequest.Builder
to create
a request.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.
acceptVpcPeeringConnectionRequest
- 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()
acceptVpcPeeringConnectionRequest
- A Consumer
that will call methods on AcceptVpcPeeringConnectionRequest.Builder
to create a
request.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.
advertiseByoipCidrRequest
- 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()
advertiseByoipCidrRequest
- A Consumer
that will call methods on AdvertiseByoipCidrRequest.Builder
to create a
request.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.
[EC2-VPC] 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. You cannot recover an Elastic IP address for EC2-Classic. To attempt to recover an Elastic IP address that you released, specify it in this operation.
An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. By default, you can allocate 5 Elastic IP addresses for EC2-Classic per Region and 5 Elastic IP addresses for EC2-VPC per Region.
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).
allocateAddressRequest
- 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.
[EC2-VPC] 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. You cannot recover an Elastic IP address for EC2-Classic. To attempt to recover an Elastic IP address that you released, specify it in this operation.
An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. By default, you can allocate 5 Elastic IP addresses for EC2-Classic per Region and 5 Elastic IP addresses for EC2-VPC per Region.
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()
allocateAddressRequest
- A Consumer
that will call methods on AllocateAddressRequest.Builder
to create a request.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.
[EC2-VPC] 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. You cannot recover an Elastic IP address for EC2-Classic. To attempt to recover an Elastic IP address that you released, specify it in this operation.
An Elastic IP address is for use either in the EC2-Classic platform or in a VPC. By default, you can allocate 5 Elastic IP addresses for EC2-Classic per Region and 5 Elastic IP addresses for EC2-VPC per Region.
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).
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.
allocateHostsRequest
- 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()
allocateHostsRequest
- A Consumer
that will call methods on AllocateHostsRequest.Builder
to create a request.default CompletableFuture<AllocateIpamPoolCidrResponse> allocateIpamPoolCidr(AllocateIpamPoolCidrRequest allocateIpamPoolCidrRequest)
Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another resource or IPAM pool. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.
allocateIpamPoolCidrRequest
- default CompletableFuture<AllocateIpamPoolCidrResponse> allocateIpamPoolCidr(Consumer<AllocateIpamPoolCidrRequest.Builder> allocateIpamPoolCidrRequest)
Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another resource or IPAM pool. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.
This is a convenience which creates an instance of the AllocateIpamPoolCidrRequest.Builder
avoiding the
need to create one manually via AllocateIpamPoolCidrRequest.builder()
allocateIpamPoolCidrRequest
- A Consumer
that will call methods on AllocateIpamPoolCidrRequest.Builder
to create a
request.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.
applySecurityGroupsToClientVpnTargetNetworkRequest
- 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()
applySecurityGroupsToClientVpnTargetNetworkRequest
- A Consumer
that will call methods on
ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder
to create a request.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.
assignIpv6AddressesRequest
- 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()
assignIpv6AddressesRequest
- A Consumer
that will call methods on AssignIpv6AddressesRequest.Builder
to create a
request.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.
assignPrivateIpAddressesRequest
- Contains the parameters for 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()
assignPrivateIpAddressesRequest
- A Consumer
that will call methods on AssignPrivateIpAddressesRequest.Builder
to create a
request. Contains the parameters for AssignPrivateIpAddresses.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.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
[EC2-Classic, VPC in an EC2-VPC-only 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.
[VPC in an EC2-Classic account] If you don't specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation. You cannot associate an Elastic IP address with an instance or network interface that has an existing Elastic IP address.
[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.
associateAddressRequest
- 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.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
[EC2-Classic, VPC in an EC2-VPC-only 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.
[VPC in an EC2-Classic account] If you don't specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation. You cannot associate an Elastic IP address with an instance or network interface that has an existing Elastic IP address.
[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()
associateAddressRequest
- A Consumer
that will call methods on AssociateAddressRequest.Builder
to create a request.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.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
[EC2-Classic, VPC in an EC2-VPC-only 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.
[VPC in an EC2-Classic account] If you don't specify a private IP address, the Elastic IP address is associated with the primary IP address. If the Elastic IP address is already associated with a different instance or a network interface, you get an error unless you allow reassociation. You cannot associate an Elastic IP address with an instance or network interface that has an existing Elastic IP address.
[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.
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.
associateClientVpnTargetNetworkRequest
- 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()
associateClientVpnTargetNetworkRequest
- A Consumer
that will call methods on AssociateClientVpnTargetNetworkRequest.Builder
to
create a request.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 Virtual Private Cloud User Guide.
associateDhcpOptionsRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the AssociateDhcpOptionsRequest.Builder
avoiding the
need to create one manually via AssociateDhcpOptionsRequest.builder()
associateDhcpOptionsRequest
- A Consumer
that will call methods on AssociateDhcpOptionsRequest.Builder
to create a
request.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 bucket 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.
associateEnclaveCertificateIamRoleRequest
- 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 bucket 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()
associateEnclaveCertificateIamRoleRequest
- A Consumer
that will call methods on AssociateEnclaveCertificateIamRoleRequest.Builder
to
create a request.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.
associateIamInstanceProfileRequest
- 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()
associateIamInstanceProfileRequest
- A Consumer
that will call methods on AssociateIamInstanceProfileRequest.Builder
to create
a request.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.
associateInstanceEventWindowRequest
- 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()
associateInstanceEventWindowRequest
- A Consumer
that will call methods on AssociateInstanceEventWindowRequest.Builder
to create
a request.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 Virtual Private Cloud User Guide.
associateRouteTableRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the AssociateRouteTableRequest.Builder
avoiding the
need to create one manually via AssociateRouteTableRequest.builder()
associateRouteTableRequest
- A Consumer
that will call methods on AssociateRouteTableRequest.Builder
to create a
request.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. An IPv6 CIDR block must have a prefix length of /64.
associateSubnetCidrBlockRequest
- 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. An IPv6 CIDR block must have a prefix length of /64.
This is a convenience which creates an instance of the AssociateSubnetCidrBlockRequest.Builder
avoiding
the need to create one manually via AssociateSubnetCidrBlockRequest.builder()
associateSubnetCidrBlockRequest
- A Consumer
that will call methods on AssociateSubnetCidrBlockRequest.Builder
to create a
request.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.
associateTransitGatewayMulticastDomainRequest
- 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()
associateTransitGatewayMulticastDomainRequest
- A Consumer
that will call methods on AssociateTransitGatewayMulticastDomainRequest.Builder
to create a request.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.
associateTransitGatewayRouteTableRequest
- 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()
associateTransitGatewayRouteTableRequest
- A Consumer
that will call methods on AssociateTransitGatewayRouteTableRequest.Builder
to
create a request.default CompletableFuture<AssociateTrunkInterfaceResponse> associateTrunkInterface(AssociateTrunkInterfaceRequest associateTrunkInterfaceRequest)
This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.
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.
associateTrunkInterfaceRequest
- default CompletableFuture<AssociateTrunkInterfaceResponse> associateTrunkInterface(Consumer<AssociateTrunkInterfaceRequest.Builder> associateTrunkInterfaceRequest)
This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.
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()
associateTrunkInterfaceRequest
- A Consumer
that will call methods on AssociateTrunkInterfaceRequest.Builder
to create a
request.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). The IPv6 CIDR block size is fixed at /56.
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 VPC and subnet sizing in the Amazon Virtual Private Cloud User Guide.
associateVpcCidrBlockRequest
- 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). The IPv6 CIDR block size is fixed at /56.
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 VPC and subnet sizing in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the AssociateVpcCidrBlockRequest.Builder
avoiding the
need to create one manually via AssociateVpcCidrBlockRequest.builder()
associateVpcCidrBlockRequest
- A Consumer
that will call methods on AssociateVpcCidrBlockRequest.Builder
to create a
request.default CompletableFuture<AttachClassicLinkVpcResponse> attachClassicLinkVpc(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest)
Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's 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.
attachClassicLinkVpcRequest
- default CompletableFuture<AttachClassicLinkVpcResponse> attachClassicLinkVpc(Consumer<AttachClassicLinkVpcRequest.Builder> attachClassicLinkVpcRequest)
Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's 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()
attachClassicLinkVpcRequest
- A Consumer
that will call methods on AttachClassicLinkVpcRequest.Builder
to create a
request.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 about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.
attachInternetGatewayRequest
- 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 about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the AttachInternetGatewayRequest.Builder
avoiding the
need to create one manually via AttachInternetGatewayRequest.builder()
attachInternetGatewayRequest
- A Consumer
that will call methods on AttachInternetGatewayRequest.Builder
to create a
request.default CompletableFuture<AttachNetworkInterfaceResponse> attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
Attaches a network interface to an instance.
attachNetworkInterfaceRequest
- Contains the parameters for 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()
attachNetworkInterfaceRequest
- A Consumer
that will call methods on AttachNetworkInterfaceRequest.Builder
to create a
request. Contains the parameters for AttachNetworkInterface.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 Elastic Compute Cloud 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 Elastic Compute Cloud User Guide.
attachVolumeRequest
- 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 Elastic Compute Cloud 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the AttachVolumeRequest.Builder
avoiding the need to
create one manually via AttachVolumeRequest.builder()
attachVolumeRequest
- A Consumer
that will call methods on AttachVolumeRequest.Builder
to create a request.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.
attachVpnGatewayRequest
- Contains the parameters for 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()
attachVpnGatewayRequest
- A Consumer
that will call methods on AttachVpnGatewayRequest.Builder
to create a request.
Contains the parameters for AttachVpnGateway.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.
authorizeClientVpnIngressRequest
- 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()
authorizeClientVpnIngressRequest
- A Consumer
that will call methods on AuthorizeClientVpnIngressRequest.Builder
to create a
request.default CompletableFuture<AuthorizeSecurityGroupEgressResponse> authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.
An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups.
You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.
Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.
For information about VPC security group quotas, see Amazon VPC quotas.
authorizeSecurityGroupEgressRequest
- default CompletableFuture<AuthorizeSecurityGroupEgressResponse> authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)
[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.
An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups.
You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.
Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.
For information about VPC security group quotas, see Amazon VPC quotas.
This is a convenience which creates an instance of the AuthorizeSecurityGroupEgressRequest.Builder
avoiding the need to create one manually via AuthorizeSecurityGroupEgressRequest.builder()
authorizeSecurityGroupEgressRequest
- A Consumer
that will call methods on AuthorizeSecurityGroupEgressRequest.Builder
to create
a request.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 CIDR address range, or from the instances that are associated with the specified destination security groups.
You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes.
Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
For more information about VPC security group quotas, see Amazon VPC quotas.
authorizeSecurityGroupIngressRequest
- 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 CIDR address range, or from the instances that are associated with the specified destination security groups.
You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes.
Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
For more information about VPC security group quotas, see Amazon VPC quotas.
This is a convenience which creates an instance of the AuthorizeSecurityGroupIngressRequest.Builder
avoiding the need to create one manually via AuthorizeSecurityGroupIngressRequest.builder()
authorizeSecurityGroupIngressRequest
- A Consumer
that will call methods on AuthorizeSecurityGroupIngressRequest.Builder
to
create a request.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.
bundleInstanceRequest
- Contains the parameters for 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()
bundleInstanceRequest
- A Consumer
that will call methods on BundleInstanceRequest.Builder
to create a request.
Contains the parameters for BundleInstance.default CompletableFuture<CancelBundleTaskResponse> cancelBundleTask(CancelBundleTaskRequest cancelBundleTaskRequest)
Cancels a bundling operation for an instance store-backed Windows instance.
cancelBundleTaskRequest
- Contains the parameters for 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()
cancelBundleTaskRequest
- A Consumer
that will call methods on CancelBundleTaskRequest.Builder
to create a request.
Contains the parameters for CancelBundleTask.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.
cancelCapacityReservationRequest
- 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()
cancelCapacityReservationRequest
- A Consumer
that will call methods on CancelCapacityReservationRequest.Builder
to create a
request.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.
cancelCapacityReservationFleetsRequest
- 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()
cancelCapacityReservationFleetsRequest
- A Consumer
that will call methods on CancelCapacityReservationFleetsRequest.Builder
to
create a request.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.
cancelConversionTaskRequest
- 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()
cancelConversionTaskRequest
- A Consumer
that will call methods on CancelConversionRequest.Builder
to create a request.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.
cancelExportTaskRequest
- 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()
cancelExportTaskRequest
- A Consumer
that will call methods on CancelExportTaskRequest.Builder
to create a request.default CompletableFuture<CancelImportTaskResponse> cancelImportTask(CancelImportTaskRequest cancelImportTaskRequest)
Cancels an in-process import virtual machine or import snapshot task.
cancelImportTaskRequest
- 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()
cancelImportTaskRequest
- A Consumer
that will call methods on CancelImportTaskRequest.Builder
to create a request.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.
cancelReservedInstancesListingRequest
- Contains the parameters for 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()
cancelReservedInstancesListingRequest
- A Consumer
that will call methods on CancelReservedInstancesListingRequest.Builder
to
create a request. Contains the parameters for CancelReservedInstancesListing.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 Spot Instances. You must specify whether
the Spot Fleet should also terminate its Spot Instances. If you 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.
cancelSpotFleetRequestsRequest
- Contains the parameters for 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 Spot Instances. You must specify whether
the Spot Fleet should also terminate its Spot Instances. If you terminate the instances, the Spot Fleet request
enters the cancelled_terminating
state. Otherwise, the Spot Fleet request enters the
cancelled_running
state and the instances continue to run until they are interrupted or you
terminate them manually.
This is a convenience which creates an instance of the CancelSpotFleetRequestsRequest.Builder
avoiding
the need to create one manually via CancelSpotFleetRequestsRequest.builder()
cancelSpotFleetRequestsRequest
- A Consumer
that will call methods on CancelSpotFleetRequestsRequest.Builder
to create a
request. Contains the parameters for CancelSpotFleetRequests.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.
cancelSpotInstanceRequestsRequest
- Contains the parameters for 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()
cancelSpotInstanceRequestsRequest
- A Consumer
that will call methods on CancelSpotInstanceRequestsRequest.Builder
to create a
request. Contains the parameters for CancelSpotInstanceRequests.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.
confirmProductInstanceRequest
- 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()
confirmProductInstanceRequest
- A Consumer
that will call methods on ConfirmProductInstanceRequest.Builder
to create a
request.default CompletableFuture<CopyFpgaImageResponse> copyFpgaImage(CopyFpgaImageRequest copyFpgaImageRequest)
Copies the specified Amazon FPGA Image (AFI) to the current Region.
copyFpgaImageRequest
- 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()
copyFpgaImageRequest
- A Consumer
that will call methods on CopyFpgaImageRequest.Builder
to create a request.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 Elastic Compute Cloud User Guide.
For more information about the prerequisites and limits when copying an AMI, see Copying an AMI in the Amazon Elastic Compute Cloud User Guide.
copyImageRequest
- Contains the parameters for 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 Elastic Compute Cloud User Guide.
For more information about the prerequisites and limits when copying an AMI, see Copying an AMI in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the CopyImageRequest.Builder
avoiding the need to
create one manually via CopyImageRequest.builder()
copyImageRequest
- A Consumer
that will call methods on CopyImageRequest.Builder
to create a request.
Contains the parameters for CopyImage.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 Elastic Compute Cloud 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 Elastic Compute Cloud User Guide.
copySnapshotRequest
- 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 Elastic Compute Cloud 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the CopySnapshotRequest.Builder
avoiding the need to
create one manually via CopySnapshotRequest.builder()
copySnapshotRequest
- A Consumer
that will call methods on CopySnapshotRequest.Builder
to create a request.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.
createCapacityReservationRequest
- 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()
createCapacityReservationRequest
- A Consumer
that will call methods on CreateCapacityReservationRequest.Builder
to create a
request.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.
createCapacityReservationFleetRequest
- 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()
createCapacityReservationFleetRequest
- A Consumer
that will call methods on CreateCapacityReservationFleetRequest.Builder
to
create a request.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.
createCarrierGatewayRequest
- 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()
createCarrierGatewayRequest
- A Consumer
that will call methods on CreateCarrierGatewayRequest.Builder
to create a
request.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.
createClientVpnEndpointRequest
- 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()
createClientVpnEndpointRequest
- A Consumer
that will call methods on CreateClientVpnEndpointRequest.Builder
to create a
request.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.
createClientVpnRouteRequest
- 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()
createClientVpnRouteRequest
- A Consumer
that will call methods on CreateClientVpnRouteRequest.Builder
to create a
request.default CompletableFuture<CreateCustomerGatewayResponse> createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to Amazon Web Services about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the Amazon Web Services side of the VPN connection is the virtual private gateway.) You must provide the internet-routable IP address of the customer gateway'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 (in the 64512 - 65534 range).
Amazon EC2 supports all 4-byte ASN numbers in the range of 1 - 2147483647, with the exception of the following:
7224 - reserved in the us-east-1
Region
9059 - reserved in the eu-west-1
Region
17943 - reserved in the ap-southeast-1
Region
10124 - reserved in the ap-northeast-1
Region
For more information, see Amazon Web Services Site-to-Site VPN 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. Identical requests return information about the existing customer gateway and do not create new customer gateways.
createCustomerGatewayRequest
- Contains the parameters for CreateCustomerGateway.default CompletableFuture<CreateCustomerGatewayResponse> createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest)
Provides information to Amazon Web Services about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the Amazon Web Services side of the VPN connection is the virtual private gateway.) You must provide the internet-routable IP address of the customer gateway'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 (in the 64512 - 65534 range).
Amazon EC2 supports all 4-byte ASN numbers in the range of 1 - 2147483647, with the exception of the following:
7224 - reserved in the us-east-1
Region
9059 - reserved in the eu-west-1
Region
17943 - reserved in the ap-southeast-1
Region
10124 - reserved in the ap-northeast-1
Region
For more information, see Amazon Web Services Site-to-Site VPN 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. Identical requests return information about the existing customer gateway and do not create new customer gateways.
This is a convenience which creates an instance of the CreateCustomerGatewayRequest.Builder
avoiding the
need to create one manually via CreateCustomerGatewayRequest.builder()
createCustomerGatewayRequest
- A Consumer
that will call methods on CreateCustomerGatewayRequest.Builder
to create a
request. Contains the parameters for CreateCustomerGateway.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 Creating a default
subnet in the Amazon Virtual Private Cloud User Guide.
createDefaultSubnetRequest
- 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 Creating a default
subnet in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateDefaultSubnetRequest.Builder
avoiding the
need to create one manually via CreateDefaultSubnetRequest.builder()
createDefaultSubnetRequest
- A Consumer
that will call methods on CreateDefaultSubnetRequest.Builder
to create a
request.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 VPC and default subnets in
the Amazon Virtual Private Cloud 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.
If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ.
createDefaultVpcRequest
- 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 VPC and default subnets in
the Amazon Virtual Private Cloud 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.
If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ.
This is a convenience which creates an instance of the CreateDefaultVpcRequest.Builder
avoiding the need
to create one manually via CreateDefaultVpcRequest.builder()
createDefaultVpcRequest
- A Consumer
that will call methods on CreateDefaultVpcRequest.Builder
to create a request.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 VPC and default subnets in
the Amazon Virtual Private Cloud 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.
If your account supports EC2-Classic, you cannot use this action to create a default VPC in a Region that supports EC2-Classic. If you want a default VPC in a Region that supports EC2-Classic, see "I really want a default VPC for my existing EC2 account. Is that possible?" in the Default VPCs FAQ.
default CompletableFuture<CreateDhcpOptionsResponse> createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)
Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132.
domain-name-servers
- The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The
default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the
IP addresses in a single parameter, separated by commas. To have your instance receive a custom DNS hostname as
specified in domain-name
, you must set domain-name-servers
to a custom DNS server.
domain-name
- If you're using AmazonProvidedDNS in us-east-1
, specify
ec2.internal
. If you're using AmazonProvidedDNS in another Region, specify
region.compute.internal
(for example, ap-northeast-1.compute.internal
). Otherwise,
specify a domain name (for example, ExampleCompany.com
). This value is used to complete unqualified
DNS hostnames. Important: 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 options set is associated with a VPC that has instances with multiple operating
systems, specify only one domain name.
ntp-servers
- The IP addresses of up to four Network Time Protocol (NTP) servers.
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 currently supported). For more information about these node types, see RFC 2132.
Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide
(AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set
the domain-name-servers
option either to AmazonProvidedDNS
or to a domain name server
of your choice. For more information, see DHCP options sets in the
Amazon Virtual Private Cloud User Guide.
createDhcpOptionsRequest
- default CompletableFuture<CreateDhcpOptionsResponse> createDhcpOptions(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest)
Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132.
domain-name-servers
- The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The
default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the
IP addresses in a single parameter, separated by commas. To have your instance receive a custom DNS hostname as
specified in domain-name
, you must set domain-name-servers
to a custom DNS server.
domain-name
- If you're using AmazonProvidedDNS in us-east-1
, specify
ec2.internal
. If you're using AmazonProvidedDNS in another Region, specify
region.compute.internal
(for example, ap-northeast-1.compute.internal
). Otherwise,
specify a domain name (for example, ExampleCompany.com
). This value is used to complete unqualified
DNS hostnames. Important: 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 options set is associated with a VPC that has instances with multiple operating
systems, specify only one domain name.
ntp-servers
- The IP addresses of up to four Network Time Protocol (NTP) servers.
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 currently supported). For more information about these node types, see RFC 2132.
Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide
(AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set
the domain-name-servers
option either to AmazonProvidedDNS
or to a domain name server
of your choice. For more information, see DHCP options sets in the
Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateDhcpOptionsRequest.Builder
avoiding the need
to create one manually via CreateDhcpOptionsRequest.builder()
createDhcpOptionsRequest
- A Consumer
that will call methods on CreateDhcpOptionsRequest.Builder
to create a request.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.
createEgressOnlyInternetGatewayRequest
- 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()
createEgressOnlyInternetGatewayRequest
- A Consumer
that will call methods on CreateEgressOnlyInternetGatewayRequest.Builder
to
create a request.default CompletableFuture<CreateFleetResponse> createFleet(CreateFleetRequest createFleetRequest)
Launches an EC2 Fleet.
You can create a single EC2 Fleet that includes 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.
createFleetRequest
- default CompletableFuture<CreateFleetResponse> createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)
Launches an EC2 Fleet.
You can create a single EC2 Fleet that includes 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()
createFleetRequest
- A Consumer
that will call methods on CreateFleetRequest.Builder
to create a request.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.
createFlowLogsRequest
- 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()
createFlowLogsRequest
- A Consumer
that will call methods on CreateFlowLogsRequest.Builder
to create a request.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.
createFpgaImageRequest
- 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()
createFpgaImageRequest
- A Consumer
that will call methods on CreateFpgaImageRequest.Builder
to create a request.default CompletableFuture<CreateImageResponse> createImage(CreateImageRequest createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
By default, Amazon EC2 shuts down and reboots the instance before creating the AMI to ensure that everything on the instance is stopped and in a consistent state during the creation process. If you're confident that your instance is in a consistent state appropriate for AMI creation, use the NoReboot parameter to prevent Amazon EC2 from shutting down and rebooting the instance.
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 Creating Amazon EBS-Backed Linux AMIs in the Amazon Elastic Compute Cloud User Guide.
createImageRequest
- 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.
By default, Amazon EC2 shuts down and reboots the instance before creating the AMI to ensure that everything on the instance is stopped and in a consistent state during the creation process. If you're confident that your instance is in a consistent state appropriate for AMI creation, use the NoReboot parameter to prevent Amazon EC2 from shutting down and rebooting the instance.
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 Creating Amazon EBS-Backed Linux AMIs 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()
createImageRequest
- A Consumer
that will call methods on CreateImageRequest.Builder
to create a request.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.
createInstanceEventWindowRequest
- 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()
createInstanceEventWindowRequest
- A Consumer
that will call methods on CreateInstanceEventWindowRequest.Builder
to create a
request.default CompletableFuture<CreateInstanceExportTaskResponse> createInstanceExportTask(CreateInstanceExportTaskRequest createInstanceExportTaskRequest)
Exports a running or stopped instance to an Amazon S3 bucket.
For information about the 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.
createInstanceExportTaskRequest
- default CompletableFuture<CreateInstanceExportTaskResponse> createInstanceExportTask(Consumer<CreateInstanceExportTaskRequest.Builder> createInstanceExportTaskRequest)
Exports a running or stopped instance to an Amazon S3 bucket.
For information about the 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()
createInstanceExportTaskRequest
- A Consumer
that will call methods on CreateInstanceExportTaskRequest.Builder
to create a
request.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 about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.
createInternetGatewayRequest
- 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 about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateInternetGatewayRequest.Builder
avoiding the
need to create one manually via CreateInternetGatewayRequest.builder()
createInternetGatewayRequest
- A Consumer
that will call methods on CreateInternetGatewayRequest.Builder
to create a
request.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 about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.
default CompletableFuture<CreateIpamResponse> createIpam(CreateIpamRequest createIpamRequest)
Create an IPAM. Amazon VCP 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.
createIpamRequest
- default CompletableFuture<CreateIpamResponse> createIpam(Consumer<CreateIpamRequest.Builder> createIpamRequest)
Create an IPAM. Amazon VCP 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()
createIpamRequest
- A Consumer
that will call methods on CreateIpamRequest.Builder
to create a request.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.
createIpamPoolRequest
- 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()
createIpamPoolRequest
- A Consumer
that will call methods on CreateIpamPoolRequest.Builder
to create a request.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.
createIpamScopeRequest
- 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()
createIpamScopeRequest
- A Consumer
that will call methods on CreateIpamScopeRequest.Builder
to create a request.default CompletableFuture<CreateKeyPairResponse> createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name. 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. 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.
createKeyPairRequest
- default CompletableFuture<CreateKeyPairResponse> createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)
Creates an ED25519 or 2048-bit RSA key pair with the specified name. 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. 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()
createKeyPairRequest
- A Consumer
that will call methods on CreateKeyPairRequest.Builder
to create a request.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 Launching an instance from a launch template in the Amazon Elastic Compute Cloud User Guide.
createLaunchTemplateRequest
- 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 Launching an instance from a 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()
createLaunchTemplateRequest
- A Consumer
that will call methods on CreateLaunchTemplateRequest.Builder
to create a
request.default CompletableFuture<CreateLaunchTemplateVersionResponse> createLaunchTemplateVersion(CreateLaunchTemplateVersionRequest createLaunchTemplateVersionRequest)
Creates a new version for a launch template. You can specify an existing version of launch template from which to base the new version.
Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions.
For more information, see Managing launch template versionsin the Amazon Elastic Compute Cloud User Guide.
createLaunchTemplateVersionRequest
- default CompletableFuture<CreateLaunchTemplateVersionResponse> createLaunchTemplateVersion(Consumer<CreateLaunchTemplateVersionRequest.Builder> createLaunchTemplateVersionRequest)
Creates a new version for a launch template. You can specify an existing version of launch template from which to base the new version.
Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions.
For more information, see Managing launch template versionsin 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()
createLaunchTemplateVersionRequest
- A Consumer
that will call methods on CreateLaunchTemplateVersionRequest.Builder
to create
a request.default CompletableFuture<CreateLocalGatewayRouteResponse> createLocalGatewayRoute(CreateLocalGatewayRouteRequest createLocalGatewayRouteRequest)
Creates a static route for the specified local gateway route table.
createLocalGatewayRouteRequest
- default CompletableFuture<CreateLocalGatewayRouteResponse> createLocalGatewayRoute(Consumer<CreateLocalGatewayRouteRequest.Builder> createLocalGatewayRouteRequest)
Creates a static route for the specified local gateway route table.
This is a convenience which creates an instance of the CreateLocalGatewayRouteRequest.Builder
avoiding
the need to create one manually via CreateLocalGatewayRouteRequest.builder()
createLocalGatewayRouteRequest
- A Consumer
that will call methods on CreateLocalGatewayRouteRequest.Builder
to create a
request.default CompletableFuture<CreateLocalGatewayRouteTableVpcAssociationResponse> createLocalGatewayRouteTableVpcAssociation(CreateLocalGatewayRouteTableVpcAssociationRequest createLocalGatewayRouteTableVpcAssociationRequest)
Associates the specified VPC with the specified local gateway route table.
createLocalGatewayRouteTableVpcAssociationRequest
- 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()
createLocalGatewayRouteTableVpcAssociationRequest
- A Consumer
that will call methods on
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder
to create a request.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.
createManagedPrefixListRequest
- 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()
createManagedPrefixListRequest
- A Consumer
that will call methods on CreateManagedPrefixListRequest.Builder
to create a
request.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 Virtual Private Cloud User Guide.
createNatGatewayRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateNatGatewayRequest.Builder
avoiding the need
to create one manually via CreateNatGatewayRequest.builder()
createNatGatewayRequest
- A Consumer
that will call methods on CreateNatGatewayRequest.Builder
to create a request.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 Virtual Private Cloud User Guide.
createNetworkAclRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateNetworkAclRequest.Builder
avoiding the need
to create one manually via CreateNetworkAclRequest.builder()
createNetworkAclRequest
- A Consumer
that will call methods on CreateNetworkAclRequest.Builder
to create a request.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 Virtual Private Cloud User Guide.
createNetworkAclEntryRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateNetworkAclEntryRequest.Builder
avoiding the
need to create one manually via CreateNetworkAclEntryRequest.builder()
createNetworkAclEntryRequest
- A Consumer
that will call methods on CreateNetworkAclEntryRequest.Builder
to create a
request.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.
createNetworkInsightsAccessScopeRequest
- 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()
createNetworkInsightsAccessScopeRequest
- A Consumer
that will call methods on CreateNetworkInsightsAccessScopeRequest.Builder
to
create a request.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 What is Reachability Analyzer.
createNetworkInsightsPathRequest
- 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 What is Reachability Analyzer.
This is a convenience which creates an instance of the CreateNetworkInsightsPathRequest.Builder
avoiding
the need to create one manually via CreateNetworkInsightsPathRequest.builder()
createNetworkInsightsPathRequest
- A Consumer
that will call methods on CreateNetworkInsightsPathRequest.Builder
to create a
request.default CompletableFuture<CreateNetworkInterfaceResponse> createNetworkInterface(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
For more information about network interfaces, see Elastic Network Interfaces in the Amazon Virtual Private Cloud User Guide.
createNetworkInterfaceRequest
- Contains the parameters for CreateNetworkInterface.default CompletableFuture<CreateNetworkInterfaceResponse> createNetworkInterface(Consumer<CreateNetworkInterfaceRequest.Builder> createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
For more information about network interfaces, see Elastic Network Interfaces in the Amazon Virtual Private 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()
createNetworkInterfaceRequest
- A Consumer
that will call methods on CreateNetworkInterfaceRequest.Builder
to create a
request. Contains the parameters for CreateNetworkInterface.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.
createNetworkInterfacePermissionRequest
- Contains the parameters for 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()
createNetworkInterfacePermissionRequest
- A Consumer
that will call methods on CreateNetworkInterfacePermissionRequest.Builder
to
create a request. Contains the parameters for CreateNetworkInterfacePermission.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.
createPlacementGroupRequest
- 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()
createPlacementGroupRequest
- A Consumer
that will call methods on CreatePlacementGroupRequest.Builder
to create a
request.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.
createPublicIpv4PoolRequest
- 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()
createPublicIpv4PoolRequest
- A Consumer
that will call methods on CreatePublicIpv4PoolRequest.Builder
to create a
request.default CompletableFuture<CreateReplaceRootVolumeTaskResponse> createReplaceRootVolumeTask(CreateReplaceRootVolumeTaskRequest createReplaceRootVolumeTaskRequest)
Creates a root volume replacement task for an Amazon EC2 instance. The root volume can either be restored to its initial launch state, or it can be restored using a specific snapshot.
For more information, see Replace a root volume in the Amazon Elastic Compute Cloud User Guide.
createReplaceRootVolumeTaskRequest
- default CompletableFuture<CreateReplaceRootVolumeTaskResponse> createReplaceRootVolumeTask(Consumer<CreateReplaceRootVolumeTaskRequest.Builder> createReplaceRootVolumeTaskRequest)
Creates a root volume replacement task for an Amazon EC2 instance. The root volume can either be restored to its initial launch state, or it can be restored using a specific snapshot.
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()
createReplaceRootVolumeTaskRequest
- A Consumer
that will call methods on CreateReplaceRootVolumeTaskRequest.Builder
to create
a request.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.
createReservedInstancesListingRequest
- Contains the parameters for 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()
createReservedInstancesListingRequest
- A Consumer
that will call methods on CreateReservedInstancesListingRequest.Builder
to
create a request. Contains the parameters for CreateReservedInstancesListing.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 Elastic Compute Cloud User Guide.
For more information, see Store and restore an AMI using Amazon S3 in the Amazon Elastic Compute Cloud User Guide.
createRestoreImageTaskRequest
- 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 Elastic Compute Cloud User Guide.
For more information, see Store and restore an AMI using Amazon S3 in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the CreateRestoreImageTaskRequest.Builder
avoiding the
need to create one manually via CreateRestoreImageTaskRequest.builder()
createRestoreImageTaskRequest
- A Consumer
that will call methods on CreateRestoreImageTaskRequest.Builder
to create a
request.default CompletableFuture<CreateRouteResponse> createRoute(CreateRouteRequest createRouteRequest)
Creates a route in a route table within a VPC.
You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway.
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 Virtual Private Cloud User Guide.
createRouteRequest
- default CompletableFuture<CreateRouteResponse> createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest)
Creates a route in a route table within a VPC.
You must specify one of the following targets: internet gateway or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway.
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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateRouteRequest.Builder
avoiding the need to
create one manually via CreateRouteRequest.builder()
createRouteRequest
- A Consumer
that will call methods on CreateRouteRequest.Builder
to create a request.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 Virtual Private Cloud User Guide.
createRouteTableRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateRouteTableRequest.Builder
avoiding the need
to create one manually via CreateRouteTableRequest.builder()
createRouteTableRequest
- A Consumer
that will call methods on CreateRouteTableRequest.Builder
to create a request.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 have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can't have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name.
You have a default security group for use in EC2-Classic and 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.
createSecurityGroupRequest
- 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 have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can't have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name.
You have a default security group for use in EC2-Classic and 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()
createSecurityGroupRequest
- A Consumer
that will call methods on CreateSecurityGroupRequest.Builder
to create a
request.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
.
To create a snapshot for Amazon EBS volumes that serve as root devices, you should 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 Elastic Compute Cloud User Guide.
createSnapshotRequest
- 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
.
To create a snapshot for Amazon EBS volumes that serve as root devices, you should 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the CreateSnapshotRequest.Builder
avoiding the need to
create one manually via CreateSnapshotRequest.builder()
createSnapshotRequest
- A Consumer
that will call methods on CreateSnapshotRequest.Builder
to create a request.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. Boot volumes can be excluded by changing the parameters.
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.
createSnapshotsRequest
- 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. Boot volumes can be excluded by changing the parameters.
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()
createSnapshotsRequest
- A Consumer
that will call methods on CreateSnapshotsRequest.Builder
to create a request.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.
createSpotDatafeedSubscriptionRequest
- Contains the parameters for 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()
createSpotDatafeedSubscriptionRequest
- A Consumer
that will call methods on CreateSpotDatafeedSubscriptionRequest.Builder
to
create a request. Contains the parameters for CreateSpotDatafeedSubscription.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 Elastic Compute Cloud User Guide.
For more information, see Store and restore an AMI using Amazon S3 in the Amazon Elastic Compute Cloud User Guide.
createStoreImageTaskRequest
- 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 Elastic Compute Cloud User Guide.
For more information, see Store and restore an AMI using Amazon S3 in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the CreateStoreImageTaskRequest.Builder
avoiding the
need to create one manually via CreateStoreImageTaskRequest.builder()
createStoreImageTaskRequest
- A Consumer
that will call methods on CreateStoreImageTaskRequest.Builder
to create a
request.default CompletableFuture<CreateSubnetResponse> createSubnet(CreateSubnetRequest createSubnetRequest)
Creates a subnet in a specified VPC.
You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the CIDR block of an existing subnet in the VPC.
If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an IPv6 CIDR block that uses a /64 prefix length.
Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for use.
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 about subnets, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
createSubnetRequest
- default CompletableFuture<CreateSubnetResponse> createSubnet(Consumer<CreateSubnetRequest.Builder> createSubnetRequest)
Creates a subnet in a specified VPC.
You must specify an IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The allowed block size is between a /16 netmask (65,536 IP addresses) and /28 netmask (16 IP addresses). The CIDR block must not overlap with the CIDR block of an existing subnet in the VPC.
If you've associated an IPv6 CIDR block with your VPC, you can create a subnet with an IPv6 CIDR block that uses a /64 prefix length.
Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for use.
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 about subnets, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateSubnetRequest.Builder
avoiding the need to
create one manually via CreateSubnetRequest.builder()
createSubnetRequest
- A Consumer
that will call methods on CreateSubnetRequest.Builder
to create a request.default CompletableFuture<CreateSubnetCidrReservationResponse> createSubnetCidrReservation(CreateSubnetCidrReservationRequest createSubnetCidrReservationRequest)
Creates a subnet CIDR reservation. For information about subnet CIDR reservations, see Subnet CIDR reservations in the Amazon Virtual Private Cloud User Guide.
createSubnetCidrReservationRequest
- default CompletableFuture<CreateSubnetCidrReservationResponse> createSubnetCidrReservation(Consumer<CreateSubnetCidrReservationRequest.Builder> createSubnetCidrReservationRequest)
Creates a subnet CIDR reservation. For information about subnet CIDR reservations, see Subnet CIDR reservations in the Amazon Virtual Private 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()
createSubnetCidrReservationRequest
- A Consumer
that will call methods on CreateSubnetCidrReservationRequest.Builder
to create
a request.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 Tagging Your 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.
createTagsRequest
- 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 Tagging Your 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()
createTagsRequest
- A Consumer
that will call methods on CreateTagsRequest.Builder
to create a request.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.
createTrafficMirrorFilterRequest
- 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()
createTrafficMirrorFilterRequest
- A Consumer
that will call methods on CreateTrafficMirrorFilterRequest.Builder
to create a
request.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.
createTrafficMirrorFilterRuleRequest
- 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()
createTrafficMirrorFilterRuleRequest
- A Consumer
that will call methods on CreateTrafficMirrorFilterRuleRequest.Builder
to
create a request.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.
createTrafficMirrorSessionRequest
- 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()
createTrafficMirrorSessionRequest
- A Consumer
that will call methods on CreateTrafficMirrorSessionRequest.Builder
to create a
request.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, or a Network Load Balancer.
To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession.
createTrafficMirrorTargetRequest
- 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, or a Network Load Balancer.
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()
createTrafficMirrorTargetRequest
- A Consumer
that will call methods on CreateTrafficMirrorTargetRequest.Builder
to create a
request.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.
createTransitGatewayRequest
- 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()
createTransitGatewayRequest
- A Consumer
that will call methods on CreateTransitGatewayRequest.Builder
to create a
request.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.
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.
createTransitGatewayConnectRequest
- 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()
createTransitGatewayConnectRequest
- A Consumer
that will call methods on CreateTransitGatewayConnectRequest.Builder
to create
a request.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.
createTransitGatewayConnectPeerRequest
- 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()
createTransitGatewayConnectPeerRequest
- A Consumer
that will call methods on CreateTransitGatewayConnectPeerRequest.Builder
to
create a request.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.
createTransitGatewayMulticastDomainRequest
- 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()
createTransitGatewayMulticastDomainRequest
- A Consumer
that will call methods on CreateTransitGatewayMulticastDomainRequest.Builder
to
create a request.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 transit gateways must be in different Regions. 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.
createTransitGatewayPeeringAttachmentRequest
- 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 transit gateways must be in different Regions. 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()
createTransitGatewayPeeringAttachmentRequest
- A Consumer
that will call methods on CreateTransitGatewayPeeringAttachmentRequest.Builder
to create a request.default CompletableFuture<CreateTransitGatewayPrefixListReferenceResponse> createTransitGatewayPrefixListReference(CreateTransitGatewayPrefixListReferenceRequest createTransitGatewayPrefixListReferenceRequest)
Creates a reference (route) to a prefix list in a specified transit gateway route table.
createTransitGatewayPrefixListReferenceRequest
- 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()
createTransitGatewayPrefixListReferenceRequest
- A Consumer
that will call methods on
CreateTransitGatewayPrefixListReferenceRequest.Builder
to create a request.default CompletableFuture<CreateTransitGatewayRouteResponse> createTransitGatewayRoute(CreateTransitGatewayRouteRequest createTransitGatewayRouteRequest)
Creates a static route for the specified transit gateway route table.
createTransitGatewayRouteRequest
- 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()
createTransitGatewayRouteRequest
- A Consumer
that will call methods on CreateTransitGatewayRouteRequest.Builder
to create a
request.default CompletableFuture<CreateTransitGatewayRouteTableResponse> createTransitGatewayRouteTable(CreateTransitGatewayRouteTableRequest createTransitGatewayRouteTableRequest)
Creates a route table for the specified transit gateway.
createTransitGatewayRouteTableRequest
- 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()
createTransitGatewayRouteTableRequest
- A Consumer
that will call methods on CreateTransitGatewayRouteTableRequest.Builder
to
create a request.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.
createTransitGatewayVpcAttachmentRequest
- 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()
createTransitGatewayVpcAttachmentRequest
- A Consumer
that will call methods on CreateTransitGatewayVpcAttachmentRequest.Builder
to
create a request.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 Elastic Compute Cloud 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 Elastic Compute Cloud User Guide.
createVolumeRequest
- 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 Elastic Compute Cloud 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the CreateVolumeRequest.Builder
avoiding the need to
create one manually via CreateVolumeRequest.builder()
createVolumeRequest
- A Consumer
that will call methods on CreateVolumeRequest.Builder
to create a request.default CompletableFuture<CreateVpcResponse> createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see Your VPC and subnets in the Amazon Virtual Private Cloud 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 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 options sets in the Amazon Virtual Private Cloud 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 Elastic Compute Cloud User Guide.
createVpcRequest
- default CompletableFuture<CreateVpcResponse> createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see Your VPC and subnets in the Amazon Virtual Private Cloud 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 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 options sets in the Amazon Virtual Private Cloud 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the CreateVpcRequest.Builder
avoiding the need to
create one manually via CreateVpcRequest.builder()
createVpcRequest
- A Consumer
that will call methods on CreateVpcRequest.Builder
to create a request.default CompletableFuture<CreateVpcEndpointResponse> createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)
Creates a VPC endpoint for a specified service. An endpoint enables you to create a private connection between your VPC and the service. The service may be provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see VPC Endpoints in the Amazon Virtual Private Cloud User Guide.
A gateway
endpoint serves as a target for a route in your route table for traffic destined for the
Amazon Web Service. You can specify an endpoint policy to attach to the endpoint, which will control access to
the service from your VPC. You can also specify the VPC route tables that use the endpoint.
An interface
endpoint is a network interface in your subnet that serves as an endpoint for
communicating with the specified service. You can specify the subnets in which to create an endpoint, and the
security groups to associate with the endpoint network interface.
A GatewayLoadBalancer
endpoint is a network interface in your subnet that serves an endpoint for
communicating with a Gateway Load Balancer that you've configured as a VPC endpoint service.
Use DescribeVpcEndpointServices to get a list of supported services.
createVpcEndpointRequest
- Contains the parameters for CreateVpcEndpoint.default CompletableFuture<CreateVpcEndpointResponse> createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)
Creates a VPC endpoint for a specified service. An endpoint enables you to create a private connection between your VPC and the service. The service may be provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see VPC Endpoints in the Amazon Virtual Private Cloud User Guide.
A gateway
endpoint serves as a target for a route in your route table for traffic destined for the
Amazon Web Service. You can specify an endpoint policy to attach to the endpoint, which will control access to
the service from your VPC. You can also specify the VPC route tables that use the endpoint.
An interface
endpoint is a network interface in your subnet that serves as an endpoint for
communicating with the specified service. You can specify the subnets in which to create an endpoint, and the
security groups to associate with the endpoint network interface.
A GatewayLoadBalancer
endpoint is a network interface in your subnet that serves an endpoint for
communicating with a Gateway Load Balancer that you've configured as a VPC endpoint service.
Use DescribeVpcEndpointServices to get a list of supported services.
This is a convenience which creates an instance of the CreateVpcEndpointRequest.Builder
avoiding the need
to create one manually via CreateVpcEndpointRequest.builder()
createVpcEndpointRequest
- A Consumer
that will call methods on CreateVpcEndpointRequest.Builder
to create a request.
Contains the parameters for CreateVpcEndpoint.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.
createVpcEndpointConnectionNotificationRequest
- 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()
createVpcEndpointConnectionNotificationRequest
- A Consumer
that will call methods on
CreateVpcEndpointConnectionNotificationRequest.Builder
to create a request.default CompletableFuture<CreateVpcEndpointServiceConfigurationResponse> createVpcEndpointServiceConfiguration(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest)
Creates a VPC endpoint service configuration to which service consumers (Amazon Web Services accounts, IAM users, and IAM roles) can connect.
To create an endpoint service configuration, you must first create one of the following for your service:
A Network Load Balancer. Service consumers connect to your service using an interface endpoint.
A Gateway Load Balancer. Service consumers connect to your service using a Gateway Load Balancer endpoint.
For more information, see VPC Endpoint Services in the Amazon Virtual Private Cloud User Guide.
If you set the private DNS name, you must prove that you own the private DNS domain name. For more information, see VPC Endpoint Service Private DNS Name Verification in the Amazon Virtual Private Cloud User Guide.
createVpcEndpointServiceConfigurationRequest
- default CompletableFuture<CreateVpcEndpointServiceConfigurationResponse> createVpcEndpointServiceConfiguration(Consumer<CreateVpcEndpointServiceConfigurationRequest.Builder> createVpcEndpointServiceConfigurationRequest)
Creates a VPC endpoint service configuration to which service consumers (Amazon Web Services accounts, IAM users, and IAM roles) can connect.
To create an endpoint service configuration, you must first create one of the following for your service:
A Network Load Balancer. Service consumers connect to your service using an interface endpoint.
A Gateway Load Balancer. Service consumers connect to your service using a Gateway Load Balancer endpoint.
For more information, see VPC Endpoint Services in the Amazon Virtual Private Cloud User Guide.
If you set the private DNS name, you must prove that you own the private DNS domain name. For more information, see VPC Endpoint Service Private DNS Name Verification in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the
CreateVpcEndpointServiceConfigurationRequest.Builder
avoiding the need to create one manually via
CreateVpcEndpointServiceConfigurationRequest.builder()
createVpcEndpointServiceConfigurationRequest
- A Consumer
that will call methods on CreateVpcEndpointServiceConfigurationRequest.Builder
to create a request.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
.
createVpcPeeringConnectionRequest
- 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()
createVpcPeeringConnectionRequest
- A Consumer
that will call methods on CreateVpcPeeringConnectionRequest.Builder
to create a
request.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.
createVpnConnectionRequest
- Contains the parameters for 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()
createVpnConnectionRequest
- A Consumer
that will call methods on CreateVpnConnectionRequest.Builder
to create a
request. Contains the parameters for CreateVpnConnection.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.
createVpnConnectionRouteRequest
- Contains the parameters for 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()
createVpnConnectionRouteRequest
- A Consumer
that will call methods on CreateVpnConnectionRouteRequest.Builder
to create a
request. Contains the parameters for CreateVpnConnectionRoute.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.
createVpnGatewayRequest
- Contains the parameters for 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()
createVpnGatewayRequest
- A Consumer
that will call methods on CreateVpnGatewayRequest.Builder
to create a request.
Contains the parameters for CreateVpnGateway.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.
deleteCarrierGatewayRequest
- 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()
deleteCarrierGatewayRequest
- A Consumer
that will call methods on DeleteCarrierGatewayRequest.Builder
to create a
request.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.
deleteClientVpnEndpointRequest
- 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()
deleteClientVpnEndpointRequest
- A Consumer
that will call methods on DeleteClientVpnEndpointRequest.Builder
to create a
request.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.
deleteClientVpnRouteRequest
- 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()
deleteClientVpnRouteRequest
- A Consumer
that will call methods on DeleteClientVpnRouteRequest.Builder
to create a
request.default CompletableFuture<DeleteCustomerGatewayResponse> deleteCustomerGateway(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)
Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.
deleteCustomerGatewayRequest
- Contains the parameters for 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()
deleteCustomerGatewayRequest
- A Consumer
that will call methods on DeleteCustomerGatewayRequest.Builder
to create a
request. Contains the parameters for DeleteCustomerGateway.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.
deleteDhcpOptionsRequest
- 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()
deleteDhcpOptionsRequest
- A Consumer
that will call methods on DeleteDhcpOptionsRequest.Builder
to create a request.default CompletableFuture<DeleteEgressOnlyInternetGatewayResponse> deleteEgressOnlyInternetGateway(DeleteEgressOnlyInternetGatewayRequest deleteEgressOnlyInternetGatewayRequest)
Deletes an egress-only internet gateway.
deleteEgressOnlyInternetGatewayRequest
- 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()
deleteEgressOnlyInternetGatewayRequest
- A Consumer
that will call methods on DeleteEgressOnlyInternetGatewayRequest.Builder
to
create a request.default CompletableFuture<DeleteFleetsResponse> deleteFleets(DeleteFleetsRequest deleteFleetsRequest)
Deletes the specified EC2 Fleet.
After you delete an EC2 Fleet, it launches no new instances.
You must specify whether a deleted EC2 Fleet should also terminate its instances. If you choose to terminate the
instances, the EC2 Fleet enters the deleted_terminating
state. Otherwise, the EC2 Fleet enters the
deleted_running
state, and the instances continue to run until they are interrupted or you terminate
them manually.
For instant
fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted
instant
fleet with running instances is not supported.
Restrictions
You can delete up to 25 instant
fleets in a single request. If you exceed this number, no
instant
fleets are deleted and an error is returned. There is no restriction on the number of fleets
of type maintain
or request
that can be deleted in a single request.
Up to 1000 instances can be terminated in a single request to delete instant
fleets.
For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
deleteFleetsRequest
- default CompletableFuture<DeleteFleetsResponse> deleteFleets(Consumer<DeleteFleetsRequest.Builder> deleteFleetsRequest)
Deletes the specified EC2 Fleet.
After you delete an EC2 Fleet, it launches no new instances.
You must specify whether a deleted EC2 Fleet should also terminate its instances. If you choose to terminate the
instances, the EC2 Fleet enters the deleted_terminating
state. Otherwise, the EC2 Fleet enters the
deleted_running
state, and the instances continue to run until they are interrupted or you terminate
them manually.
For instant
fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted
instant
fleet with running instances is not supported.
Restrictions
You can delete up to 25 instant
fleets in a single request. If you exceed this number, no
instant
fleets are deleted and an error is returned. There is no restriction on the number of fleets
of type maintain
or request
that can be deleted in a single request.
Up to 1000 instances can be terminated in a single request to delete instant
fleets.
For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.
This is a convenience which creates an instance of the DeleteFleetsRequest.Builder
avoiding the need to
create one manually via DeleteFleetsRequest.builder()
deleteFleetsRequest
- A Consumer
that will call methods on DeleteFleetsRequest.Builder
to create a request.default CompletableFuture<DeleteFlowLogsResponse> deleteFlowLogs(DeleteFlowLogsRequest deleteFlowLogsRequest)
Deletes one or more flow logs.
deleteFlowLogsRequest
- 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()
deleteFlowLogsRequest
- A Consumer
that will call methods on DeleteFlowLogsRequest.Builder
to create a request.default CompletableFuture<DeleteFpgaImageResponse> deleteFpgaImage(DeleteFpgaImageRequest deleteFpgaImageRequest)
Deletes the specified Amazon FPGA Image (AFI).
deleteFpgaImageRequest
- 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()
deleteFpgaImageRequest
- A Consumer
that will call methods on DeleteFpgaImageRequest.Builder
to create a request.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.
deleteInstanceEventWindowRequest
- 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()
deleteInstanceEventWindowRequest
- A Consumer
that will call methods on DeleteInstanceEventWindowRequest.Builder
to create a
request.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.
deleteInternetGatewayRequest
- 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()
deleteInternetGatewayRequest
- A Consumer
that will call methods on DeleteInternetGatewayRequest.Builder
to create a
request.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.
You cannot delete an IPAM if there are CIDRs provisioned to pools or if there are allocations in the pools within the IPAM. To deprovision pool CIDRs, see DeprovisionIpamPoolCidr. To release allocations, see ReleaseIpamPoolAllocation.
For more information, see Delete an IPAM in the Amazon VPC IPAM User Guide.
deleteIpamRequest
- 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.
You cannot delete an IPAM if there are CIDRs provisioned to pools or if there are allocations in the pools within the IPAM. To deprovision pool CIDRs, see DeprovisionIpamPoolCidr. To release allocations, see ReleaseIpamPoolAllocation.
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()
deleteIpamRequest
- A Consumer
that will call methods on DeleteIpamRequest.Builder
to create a request.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.
deleteIpamPoolRequest
- 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()
deleteIpamPoolRequest
- A Consumer
that will call methods on DeleteIpamPoolRequest.Builder
to create a request.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.
deleteIpamScopeRequest
- 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()
deleteIpamScopeRequest
- A Consumer
that will call methods on DeleteIpamScopeRequest.Builder
to create a request.default CompletableFuture<DeleteKeyPairResponse> deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from Amazon EC2.
deleteKeyPairRequest
- 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()
deleteKeyPairRequest
- A Consumer
that will call methods on DeleteKeyPairRequest.Builder
to create a request.default CompletableFuture<DeleteLaunchTemplateResponse> deleteLaunchTemplate(DeleteLaunchTemplateRequest deleteLaunchTemplateRequest)
Deletes a launch template. Deleting a launch template deletes all of its versions.
deleteLaunchTemplateRequest
- 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()
deleteLaunchTemplateRequest
- A Consumer
that will call methods on DeleteLaunchTemplateRequest.Builder
to create a
request.default CompletableFuture<DeleteLaunchTemplateVersionsResponse> deleteLaunchTemplateVersions(DeleteLaunchTemplateVersionsRequest deleteLaunchTemplateVersionsRequest)
Deletes one or more versions of a launch template. You cannot 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.
deleteLaunchTemplateVersionsRequest
- default CompletableFuture<DeleteLaunchTemplateVersionsResponse> deleteLaunchTemplateVersions(Consumer<DeleteLaunchTemplateVersionsRequest.Builder> deleteLaunchTemplateVersionsRequest)
Deletes one or more versions of a launch template. You cannot 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.
This is a convenience which creates an instance of the DeleteLaunchTemplateVersionsRequest.Builder
avoiding the need to create one manually via DeleteLaunchTemplateVersionsRequest.builder()
deleteLaunchTemplateVersionsRequest
- A Consumer
that will call methods on DeleteLaunchTemplateVersionsRequest.Builder
to create
a request.default CompletableFuture<DeleteLocalGatewayRouteResponse> deleteLocalGatewayRoute(DeleteLocalGatewayRouteRequest deleteLocalGatewayRouteRequest)
Deletes the specified route from the specified local gateway route table.
deleteLocalGatewayRouteRequest
- 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()
deleteLocalGatewayRouteRequest
- A Consumer
that will call methods on DeleteLocalGatewayRouteRequest.Builder
to create a
request.default CompletableFuture<DeleteLocalGatewayRouteTableVpcAssociationResponse> deleteLocalGatewayRouteTableVpcAssociation(DeleteLocalGatewayRouteTableVpcAssociationRequest deleteLocalGatewayRouteTableVpcAssociationRequest)
Deletes the specified association between a VPC and local gateway route table.
deleteLocalGatewayRouteTableVpcAssociationRequest
- 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()
deleteLocalGatewayRouteTableVpcAssociationRequest
- A Consumer
that will call methods on
DeleteLocalGatewayRouteTableVpcAssociationRequest.Builder
to create a request.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.
deleteManagedPrefixListRequest
- 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()
deleteManagedPrefixListRequest
- A Consumer
that will call methods on DeleteManagedPrefixListRequest.Builder
to create a
request.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.
deleteNatGatewayRequest
- 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()
deleteNatGatewayRequest
- A Consumer
that will call methods on DeleteNatGatewayRequest.Builder
to create a request.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.
deleteNetworkAclRequest
- 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()
deleteNetworkAclRequest
- A Consumer
that will call methods on DeleteNetworkAclRequest.Builder
to create a request.default CompletableFuture<DeleteNetworkAclEntryResponse> deleteNetworkAclEntry(DeleteNetworkAclEntryRequest deleteNetworkAclEntryRequest)
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
deleteNetworkAclEntryRequest
- 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()
deleteNetworkAclEntryRequest
- A Consumer
that will call methods on DeleteNetworkAclEntryRequest.Builder
to create a
request.default CompletableFuture<DeleteNetworkInsightsAccessScopeResponse> deleteNetworkInsightsAccessScope(DeleteNetworkInsightsAccessScopeRequest deleteNetworkInsightsAccessScopeRequest)
Deletes the specified Network Access Scope.
deleteNetworkInsightsAccessScopeRequest
- 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()
deleteNetworkInsightsAccessScopeRequest
- A Consumer
that will call methods on DeleteNetworkInsightsAccessScopeRequest.Builder
to
create a request.default CompletableFuture<DeleteNetworkInsightsAccessScopeAnalysisResponse> deleteNetworkInsightsAccessScopeAnalysis(DeleteNetworkInsightsAccessScopeAnalysisRequest deleteNetworkInsightsAccessScopeAnalysisRequest)
Deletes the specified Network Access Scope analysis.
deleteNetworkInsightsAccessScopeAnalysisRequest
- 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()
deleteNetworkInsightsAccessScopeAnalysisRequest
- A Consumer
that will call methods on
DeleteNetworkInsightsAccessScopeAnalysisRequest.Builder
to create a request.default CompletableFuture<DeleteNetworkInsightsAnalysisResponse> deleteNetworkInsightsAnalysis(DeleteNetworkInsightsAnalysisRequest deleteNetworkInsightsAnalysisRequest)
Deletes the specified network insights analysis.
deleteNetworkInsightsAnalysisRequest
- 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()
deleteNetworkInsightsAnalysisRequest
- A Consumer
that will call methods on DeleteNetworkInsightsAnalysisRequest.Builder
to
create a request.default CompletableFuture<DeleteNetworkInsightsPathResponse> deleteNetworkInsightsPath(DeleteNetworkInsightsPathRequest deleteNetworkInsightsPathRequest)
Deletes the specified path.
deleteNetworkInsightsPathRequest
- 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()
deleteNetworkInsightsPathRequest
- A Consumer
that will call methods on DeleteNetworkInsightsPathRequest.Builder
to create a
request.default CompletableFuture<DeleteNetworkInterfaceResponse> deleteNetworkInterface(DeleteNetworkInterfaceRequest deleteNetworkInterfaceRequest)
Deletes the specified network interface. You must detach the network interface before you can delete it.
deleteNetworkInterfaceRequest
- Contains the parameters for 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()
deleteNetworkInterfaceRequest
- A Consumer
that will call methods on DeleteNetworkInterfaceRequest.Builder
to create a
request. Contains the parameters for DeleteNetworkInterface.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.
deleteNetworkInterfacePermissionRequest
- Contains the parameters for 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()
deleteNetworkInterfacePermissionRequest
- A Consumer
that will call methods on DeleteNetworkInterfacePermissionRequest.Builder
to
create a request. Contains the parameters for DeleteNetworkInterfacePermission.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.
deletePlacementGroupRequest
- 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()
deletePlacementGroupRequest
- A Consumer
that will call methods on DeletePlacementGroupRequest.Builder
to create a
request.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.
deletePublicIpv4PoolRequest
- 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()
deletePublicIpv4PoolRequest
- A Consumer
that will call methods on DeletePublicIpv4PoolRequest.Builder
to create a
request.default CompletableFuture<DeleteQueuedReservedInstancesResponse> deleteQueuedReservedInstances(DeleteQueuedReservedInstancesRequest deleteQueuedReservedInstancesRequest)
Deletes the queued purchases for the specified Reserved Instances.
deleteQueuedReservedInstancesRequest
- 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()
deleteQueuedReservedInstancesRequest
- A Consumer
that will call methods on DeleteQueuedReservedInstancesRequest.Builder
to
create a request.default CompletableFuture<DeleteRouteResponse> deleteRoute(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table.
deleteRouteRequest
- 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()
deleteRouteRequest
- A Consumer
that will call methods on DeleteRouteRequest.Builder
to create a request.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.
deleteRouteTableRequest
- 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()
deleteRouteTableRequest
- A Consumer
that will call methods on DeleteRouteTableRequest.Builder
to create a request.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 is referenced by another
security group, the operation fails with InvalidGroup.InUse
in EC2-Classic or
DependencyViolation
in EC2-VPC.
deleteSecurityGroupRequest
- 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 is referenced by another
security group, the operation fails with InvalidGroup.InUse
in EC2-Classic or
DependencyViolation
in EC2-VPC.
This is a convenience which creates an instance of the DeleteSecurityGroupRequest.Builder
avoiding the
need to create one manually via DeleteSecurityGroupRequest.builder()
deleteSecurityGroupRequest
- A Consumer
that will call methods on DeleteSecurityGroupRequest.Builder
to create a
request.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 Elastic Compute Cloud User Guide.
deleteSnapshotRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DeleteSnapshotRequest.Builder
avoiding the need to
create one manually via DeleteSnapshotRequest.builder()
deleteSnapshotRequest
- A Consumer
that will call methods on DeleteSnapshotRequest.Builder
to create a request.default CompletableFuture<DeleteSpotDatafeedSubscriptionResponse> deleteSpotDatafeedSubscription(DeleteSpotDatafeedSubscriptionRequest deleteSpotDatafeedSubscriptionRequest)
Deletes the data feed for Spot Instances.
deleteSpotDatafeedSubscriptionRequest
- Contains the parameters for 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()
deleteSpotDatafeedSubscriptionRequest
- A Consumer
that will call methods on DeleteSpotDatafeedSubscriptionRequest.Builder
to
create a request. Contains the parameters for DeleteSpotDatafeedSubscription.default CompletableFuture<DeleteSpotDatafeedSubscriptionResponse> deleteSpotDatafeedSubscription()
Deletes the data feed for Spot Instances.
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.
deleteSubnetRequest
- 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()
deleteSubnetRequest
- A Consumer
that will call methods on DeleteSubnetRequest.Builder
to create a request.default CompletableFuture<DeleteSubnetCidrReservationResponse> deleteSubnetCidrReservation(DeleteSubnetCidrReservationRequest deleteSubnetCidrReservationRequest)
Deletes a subnet CIDR reservation.
deleteSubnetCidrReservationRequest
- 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()
deleteSubnetCidrReservationRequest
- A Consumer
that will call methods on DeleteSubnetCidrReservationRequest.Builder
to create
a request.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 Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
deleteTagsRequest
- 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 Tagging Your 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()
deleteTagsRequest
- A Consumer
that will call methods on DeleteTagsRequest.Builder
to create a request.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.
deleteTrafficMirrorFilterRequest
- 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()
deleteTrafficMirrorFilterRequest
- A Consumer
that will call methods on DeleteTrafficMirrorFilterRequest.Builder
to create a
request.default CompletableFuture<DeleteTrafficMirrorFilterRuleResponse> deleteTrafficMirrorFilterRule(DeleteTrafficMirrorFilterRuleRequest deleteTrafficMirrorFilterRuleRequest)
Deletes the specified Traffic Mirror rule.
deleteTrafficMirrorFilterRuleRequest
- 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()
deleteTrafficMirrorFilterRuleRequest
- A Consumer
that will call methods on DeleteTrafficMirrorFilterRuleRequest.Builder
to
create a request.default CompletableFuture<DeleteTrafficMirrorSessionResponse> deleteTrafficMirrorSession(DeleteTrafficMirrorSessionRequest deleteTrafficMirrorSessionRequest)
Deletes the specified Traffic Mirror session.
deleteTrafficMirrorSessionRequest
- 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()
deleteTrafficMirrorSessionRequest
- A Consumer
that will call methods on DeleteTrafficMirrorSessionRequest.Builder
to create a
request.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.
deleteTrafficMirrorTargetRequest
- 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()
deleteTrafficMirrorTargetRequest
- A Consumer
that will call methods on DeleteTrafficMirrorTargetRequest.Builder
to create a
request.default CompletableFuture<DeleteTransitGatewayResponse> deleteTransitGateway(DeleteTransitGatewayRequest deleteTransitGatewayRequest)
Deletes the specified transit gateway.
deleteTransitGatewayRequest
- 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()
deleteTransitGatewayRequest
- A Consumer
that will call methods on DeleteTransitGatewayRequest.Builder
to create a
request.default CompletableFuture<DeleteTransitGatewayConnectResponse> deleteTransitGatewayConnect(DeleteTransitGatewayConnectRequest deleteTransitGatewayConnectRequest)
Deletes the specified Connect attachment. You must first delete any Connect peers for the attachment.
deleteTransitGatewayConnectRequest
- 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()
deleteTransitGatewayConnectRequest
- A Consumer
that will call methods on DeleteTransitGatewayConnectRequest.Builder
to create
a request.default CompletableFuture<DeleteTransitGatewayConnectPeerResponse> deleteTransitGatewayConnectPeer(DeleteTransitGatewayConnectPeerRequest deleteTransitGatewayConnectPeerRequest)
Deletes the specified Connect peer.
deleteTransitGatewayConnectPeerRequest
- 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()
deleteTransitGatewayConnectPeerRequest
- A Consumer
that will call methods on DeleteTransitGatewayConnectPeerRequest.Builder
to
create a request.default CompletableFuture<DeleteTransitGatewayMulticastDomainResponse> deleteTransitGatewayMulticastDomain(DeleteTransitGatewayMulticastDomainRequest deleteTransitGatewayMulticastDomainRequest)
Deletes the specified transit gateway multicast domain.
deleteTransitGatewayMulticastDomainRequest
- 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()
deleteTransitGatewayMulticastDomainRequest
- A Consumer
that will call methods on DeleteTransitGatewayMulticastDomainRequest.Builder
to
create a request.default CompletableFuture<DeleteTransitGatewayPeeringAttachmentResponse> deleteTransitGatewayPeeringAttachment(DeleteTransitGatewayPeeringAttachmentRequest deleteTransitGatewayPeeringAttachmentRequest)
Deletes a transit gateway peering attachment.
deleteTransitGatewayPeeringAttachmentRequest
- 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()
deleteTransitGatewayPeeringAttachmentRequest
- A Consumer
that will call methods on DeleteTransitGatewayPeeringAttachmentRequest.Builder
to create a request.default CompletableFuture<DeleteTransitGatewayPrefixListReferenceResponse> deleteTransitGatewayPrefixListReference(DeleteTransitGatewayPrefixListReferenceRequest deleteTransitGatewayPrefixListReferenceRequest)
Deletes a reference (route) to a prefix list in a specified transit gateway route table.
deleteTransitGatewayPrefixListReferenceRequest
- 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()
deleteTransitGatewayPrefixListReferenceRequest
- A Consumer
that will call methods on
DeleteTransitGatewayPrefixListReferenceRequest.Builder
to create a request.default CompletableFuture<DeleteTransitGatewayRouteResponse> deleteTransitGatewayRoute(DeleteTransitGatewayRouteRequest deleteTransitGatewayRouteRequest)
Deletes the specified route from the specified transit gateway route table.
deleteTransitGatewayRouteRequest
- 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()
deleteTransitGatewayRouteRequest
- A Consumer
that will call methods on DeleteTransitGatewayRouteRequest.Builder
to create a
request.default CompletableFuture<DeleteTransitGatewayRouteTableResponse> deleteTransitGatewayRouteTable(DeleteTransitGatewayRouteTableRequest deleteTransitGatewayRouteTableRequest)
Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.
deleteTransitGatewayRouteTableRequest
- default CompletableFuture<DeleteTransitGatewayRouteTableResponse> deleteTransitGatewayRouteTable(Consumer<DeleteTransitGatewayRouteTableRequest.Builder> deleteTransitGatewayRouteTableRequest)
Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.
This is a convenience which creates an instance of the DeleteTransitGatewayRouteTableRequest.Builder
avoiding the need to create one manually via DeleteTransitGatewayRouteTableRequest.builder()
deleteTransitGatewayRouteTableRequest
- A Consumer
that will call methods on DeleteTransitGatewayRouteTableRequest.Builder
to
create a request.default CompletableFuture<DeleteTransitGatewayVpcAttachmentResponse> deleteTransitGatewayVpcAttachment(DeleteTransitGatewayVpcAttachmentRequest deleteTransitGatewayVpcAttachmentRequest)
Deletes the specified VPC attachment.
deleteTransitGatewayVpcAttachmentRequest
- 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()
deleteTransitGatewayVpcAttachmentRequest
- A Consumer
that will call methods on DeleteTransitGatewayVpcAttachmentRequest.Builder
to
create a request.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 Elastic Compute Cloud User Guide.
deleteVolumeRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DeleteVolumeRequest.Builder
avoiding the need to
create one manually via DeleteVolumeRequest.builder()
deleteVolumeRequest
- A Consumer
that will call methods on DeleteVolumeRequest.Builder
to create a request.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.
deleteVpcRequest
- 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.
This is a convenience which creates an instance of the DeleteVpcRequest.Builder
avoiding the need to
create one manually via DeleteVpcRequest.builder()
deleteVpcRequest
- A Consumer
that will call methods on DeleteVpcRequest.Builder
to create a request.default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse> deleteVpcEndpointConnectionNotifications(DeleteVpcEndpointConnectionNotificationsRequest deleteVpcEndpointConnectionNotificationsRequest)
Deletes one or more VPC endpoint connection notifications.
deleteVpcEndpointConnectionNotificationsRequest
- default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse> deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest)
Deletes one or more 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()
deleteVpcEndpointConnectionNotificationsRequest
- A Consumer
that will call methods on
DeleteVpcEndpointConnectionNotificationsRequest.Builder
to create a request.default CompletableFuture<DeleteVpcEndpointServiceConfigurationsResponse> deleteVpcEndpointServiceConfigurations(DeleteVpcEndpointServiceConfigurationsRequest deleteVpcEndpointServiceConfigurationsRequest)
Deletes one or more VPC endpoint service configurations in your account. Before you delete the endpoint service
configuration, you must reject any Available
or PendingAcceptance
interface endpoint
connections that are attached to the service.
deleteVpcEndpointServiceConfigurationsRequest
- default CompletableFuture<DeleteVpcEndpointServiceConfigurationsResponse> deleteVpcEndpointServiceConfigurations(Consumer<DeleteVpcEndpointServiceConfigurationsRequest.Builder> deleteVpcEndpointServiceConfigurationsRequest)
Deletes one or more VPC endpoint service configurations in your account. Before you delete the 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()
deleteVpcEndpointServiceConfigurationsRequest
- A Consumer
that will call methods on DeleteVpcEndpointServiceConfigurationsRequest.Builder
to create a request.default CompletableFuture<DeleteVpcEndpointsResponse> deleteVpcEndpoints(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest)
Deletes one or more specified VPC endpoints. You can delete any of the following types of VPC endpoints.
Gateway endpoint,
Gateway Load Balancer endpoint,
Interface endpoint
The following rules apply when you delete a VPC endpoint:
When you delete a gateway endpoint, we delete the endpoint routes in the route tables that are associated with the endpoint.
When you delete a Gateway Load Balancer endpoint, we delete the 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 the endpoint network interfaces.
deleteVpcEndpointsRequest
- Contains the parameters for DeleteVpcEndpoints.default CompletableFuture<DeleteVpcEndpointsResponse> deleteVpcEndpoints(Consumer<DeleteVpcEndpointsRequest.Builder> deleteVpcEndpointsRequest)
Deletes one or more specified VPC endpoints. You can delete any of the following types of VPC endpoints.
Gateway endpoint,
Gateway Load Balancer endpoint,
Interface endpoint
The following rules apply when you delete a VPC endpoint:
When you delete a gateway endpoint, we delete the endpoint routes in the route tables that are associated with the endpoint.
When you delete a Gateway Load Balancer endpoint, we delete the 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 the 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()
deleteVpcEndpointsRequest
- A Consumer
that will call methods on DeleteVpcEndpointsRequest.Builder
to create a
request. Contains the parameters for DeleteVpcEndpoints.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
state.
deleteVpcPeeringConnectionRequest
- 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
state.
This is a convenience which creates an instance of the DeleteVpcPeeringConnectionRequest.Builder
avoiding
the need to create one manually via DeleteVpcPeeringConnectionRequest.builder()
deleteVpcPeeringConnectionRequest
- A Consumer
that will call methods on DeleteVpcPeeringConnectionRequest.Builder
to create a
request.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.
deleteVpnConnectionRequest
- Contains the parameters for 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()
deleteVpnConnectionRequest
- A Consumer
that will call methods on DeleteVpnConnectionRequest.Builder
to create a
request. Contains the parameters for DeleteVpnConnection.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.
deleteVpnConnectionRouteRequest
- Contains the parameters for 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()
deleteVpnConnectionRouteRequest
- A Consumer
that will call methods on DeleteVpnConnectionRouteRequest.Builder
to create a
request. Contains the parameters for DeleteVpnConnectionRoute.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.
deleteVpnGatewayRequest
- Contains the parameters for 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()
deleteVpnGatewayRequest
- A Consumer
that will call methods on DeleteVpnGatewayRequest.Builder
to create a request.
Contains the parameters for DeleteVpnGateway.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.
deprovisionByoipCidrRequest
- 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()
deprovisionByoipCidrRequest
- A Consumer
that will call methods on DeprovisionByoipCidrRequest.Builder
to create a
request.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.
deprovisionIpamPoolCidrRequest
- 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()
deprovisionIpamPoolCidrRequest
- A Consumer
that will call methods on DeprovisionIpamPoolCidrRequest.Builder
to create a
request.default CompletableFuture<DeprovisionPublicIpv4PoolCidrResponse> deprovisionPublicIpv4PoolCidr(DeprovisionPublicIpv4PoolCidrRequest deprovisionPublicIpv4PoolCidrRequest)
Deprovision a CIDR from a public IPv4 pool.
deprovisionPublicIpv4PoolCidrRequest
- 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()
deprovisionPublicIpv4PoolCidrRequest
- A Consumer
that will call methods on DeprovisionPublicIpv4PoolCidrRequest.Builder
to
create a request.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 Elastic Compute Cloud 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.
deregisterImageRequest
- Contains the parameters for 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 Elastic Compute Cloud 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()
deregisterImageRequest
- A Consumer
that will call methods on DeregisterImageRequest.Builder
to create a request.
Contains the parameters for DeregisterImage.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.
deregisterInstanceEventNotificationAttributesRequest
- 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()
deregisterInstanceEventNotificationAttributesRequest
- A Consumer
that will call methods on
DeregisterInstanceEventNotificationAttributesRequest.Builder
to create a request.default CompletableFuture<DeregisterTransitGatewayMulticastGroupMembersResponse> deregisterTransitGatewayMulticastGroupMembers(DeregisterTransitGatewayMulticastGroupMembersRequest deregisterTransitGatewayMulticastGroupMembersRequest)
Deregisters the specified members (network interfaces) from the transit gateway multicast group.
deregisterTransitGatewayMulticastGroupMembersRequest
- 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()
deregisterTransitGatewayMulticastGroupMembersRequest
- A Consumer
that will call methods on
DeregisterTransitGatewayMulticastGroupMembersRequest.Builder
to create a request.default CompletableFuture<DeregisterTransitGatewayMulticastGroupSourcesResponse> deregisterTransitGatewayMulticastGroupSources(DeregisterTransitGatewayMulticastGroupSourcesRequest deregisterTransitGatewayMulticastGroupSourcesRequest)
Deregisters the specified sources (network interfaces) from the transit gateway multicast group.
deregisterTransitGatewayMulticastGroupSourcesRequest
- 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()
deregisterTransitGatewayMulticastGroupSourcesRequest
- A Consumer
that will call methods on
DeregisterTransitGatewayMulticastGroupSourcesRequest.Builder
to create a request.default CompletableFuture<DescribeAccountAttributesResponse> describeAccountAttributes(DescribeAccountAttributesRequest describeAccountAttributesRequest)
Describes attributes of your Amazon Web Services account. The following are the supported account attributes:
supported-platforms
: Indicates whether your account can launch instances into EC2-Classic and
EC2-VPC, or only into EC2-VPC.
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.
vpc-max-security-groups-per-interface
: The maximum number of security groups that you can assign to
a network interface.
max-elastic-ips
: The maximum number of Elastic IP addresses that you can allocate for use with
EC2-Classic.
vpc-max-elastic-ips
: The maximum number of Elastic IP addresses that you can allocate for use with
EC2-VPC.
describeAccountAttributesRequest
- default CompletableFuture<DescribeAccountAttributesResponse> describeAccountAttributes(Consumer<DescribeAccountAttributesRequest.Builder> describeAccountAttributesRequest)
Describes attributes of your Amazon Web Services account. The following are the supported account attributes:
supported-platforms
: Indicates whether your account can launch instances into EC2-Classic and
EC2-VPC, or only into EC2-VPC.
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.
vpc-max-security-groups-per-interface
: The maximum number of security groups that you can assign to
a network interface.
max-elastic-ips
: The maximum number of Elastic IP addresses that you can allocate for use with
EC2-Classic.
vpc-max-elastic-ips
: The maximum number of Elastic IP addresses that you can allocate for use with
EC2-VPC.
This is a convenience which creates an instance of the DescribeAccountAttributesRequest.Builder
avoiding
the need to create one manually via DescribeAccountAttributesRequest.builder()
describeAccountAttributesRequest
- A Consumer
that will call methods on DescribeAccountAttributesRequest.Builder
to create a
request.default CompletableFuture<DescribeAccountAttributesResponse> describeAccountAttributes()
Describes attributes of your Amazon Web Services account. The following are the supported account attributes:
supported-platforms
: Indicates whether your account can launch instances into EC2-Classic and
EC2-VPC, or only into EC2-VPC.
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.
vpc-max-security-groups-per-interface
: The maximum number of security groups that you can assign to
a network interface.
max-elastic-ips
: The maximum number of Elastic IP addresses that you can allocate for use with
EC2-Classic.
vpc-max-elastic-ips
: The maximum number of Elastic IP addresses that you can allocate for use with
EC2-VPC.
default CompletableFuture<DescribeAddressesResponse> describeAddresses(DescribeAddressesRequest describeAddressesRequest)
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
describeAddressesRequest
- default CompletableFuture<DescribeAddressesResponse> describeAddresses(Consumer<DescribeAddressesRequest.Builder> describeAddressesRequest)
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeAddressesRequest.Builder
avoiding the need
to create one manually via DescribeAddressesRequest.builder()
describeAddressesRequest
- A Consumer
that will call methods on DescribeAddressesRequest.Builder
to create a request.default CompletableFuture<DescribeAddressesResponse> describeAddresses()
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
default CompletableFuture<DescribeAddressesAttributeResponse> describeAddressesAttribute(DescribeAddressesAttributeRequest describeAddressesAttributeRequest)
Describes the attributes of the specified Elastic IP addresses. For requirements, see Using reverse DNS for email applications.
describeAddressesAttributeRequest
- 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()
describeAddressesAttributeRequest
- A Consumer
that will call methods on DescribeAddressesAttributeRequest.Builder
to create a
request.default DescribeAddressesAttributePublisher describeAddressesAttributePaginator(DescribeAddressesAttributeRequest describeAddressesAttributeRequest)
Describes the attributes of the specified Elastic IP addresses. For requirements, see Using reverse DNS for email applications.
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.
describeAddressesAttributeRequest
- default DescribeAddressesAttributePublisher describeAddressesAttributePaginator(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 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()
describeAddressesAttributeRequest
- A Consumer
that will call methods on DescribeAddressesAttributeRequest.Builder
to create a
request.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
.
describeAggregateIdFormatRequest
- 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()
describeAggregateIdFormatRequest
- A Consumer
that will call methods on DescribeAggregateIdFormatRequest.Builder
to create a
request.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
.
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.
describeAvailabilityZonesRequest
- 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.
This is a convenience which creates an instance of the DescribeAvailabilityZonesRequest.Builder
avoiding
the need to create one manually via DescribeAvailabilityZonesRequest.builder()
describeAvailabilityZonesRequest
- A Consumer
that will call methods on DescribeAvailabilityZonesRequest.Builder
to create a
request.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.
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.
describeBundleTasksRequest
- 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.
This is a convenience which creates an instance of the DescribeBundleTasksRequest.Builder
avoiding the
need to create one manually via DescribeBundleTasksRequest.builder()
describeBundleTasksRequest
- A Consumer
that will call methods on DescribeBundleTasksRequest.Builder
to create a
request.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.
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.
describeByoipCidrsRequest
- 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()
describeByoipCidrsRequest
- A Consumer
that will call methods on DescribeByoipCidrsRequest.Builder
to create a
request.default DescribeByoipCidrsPublisher describeByoipCidrsPaginator(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.
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.
describeByoipCidrsRequest
- default DescribeByoipCidrsPublisher describeByoipCidrsPaginator(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 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()
describeByoipCidrsRequest
- A Consumer
that will call methods on DescribeByoipCidrsRequest.Builder
to create a
request.default CompletableFuture<DescribeCapacityReservationFleetsResponse> describeCapacityReservationFleets(DescribeCapacityReservationFleetsRequest describeCapacityReservationFleetsRequest)
Describes one or more Capacity Reservation Fleets.
describeCapacityReservationFleetsRequest
- 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()
describeCapacityReservationFleetsRequest
- A Consumer
that will call methods on DescribeCapacityReservationFleetsRequest.Builder
to
create a request.default DescribeCapacityReservationFleetsPublisher describeCapacityReservationFleetsPaginator(DescribeCapacityReservationFleetsRequest describeCapacityReservationFleetsRequest)
Describes one or more Capacity Reservation Fleets.
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.
describeCapacityReservationFleetsRequest
- default DescribeCapacityReservationFleetsPublisher describeCapacityReservationFleetsPaginator(Consumer<DescribeCapacityReservationFleetsRequest.Builder> describeCapacityReservationFleetsRequest)
Describes one or more Capacity Reservation Fleets.
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()
describeCapacityReservationFleetsRequest
- A Consumer
that will call methods on DescribeCapacityReservationFleetsRequest.Builder
to
create a request.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.
describeCapacityReservationsRequest
- 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()
describeCapacityReservationsRequest
- A Consumer
that will call methods on DescribeCapacityReservationsRequest.Builder
to create
a request.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.
default DescribeCapacityReservationsPublisher describeCapacityReservationsPaginator()
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 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.
default DescribeCapacityReservationsPublisher describeCapacityReservationsPaginator(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.
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.
describeCapacityReservationsRequest
- default DescribeCapacityReservationsPublisher describeCapacityReservationsPaginator(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 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()
describeCapacityReservationsRequest
- A Consumer
that will call methods on DescribeCapacityReservationsRequest.Builder
to create
a request.default CompletableFuture<DescribeCarrierGatewaysResponse> describeCarrierGateways(DescribeCarrierGatewaysRequest describeCarrierGatewaysRequest)
Describes one or more of your carrier gateways.
describeCarrierGatewaysRequest
- 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()
describeCarrierGatewaysRequest
- A Consumer
that will call methods on DescribeCarrierGatewaysRequest.Builder
to create a
request.default DescribeCarrierGatewaysPublisher describeCarrierGatewaysPaginator(DescribeCarrierGatewaysRequest describeCarrierGatewaysRequest)
Describes one or more of your carrier gateways.
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.
describeCarrierGatewaysRequest
- default DescribeCarrierGatewaysPublisher describeCarrierGatewaysPaginator(Consumer<DescribeCarrierGatewaysRequest.Builder> describeCarrierGatewaysRequest)
Describes one or more of your carrier gateways.
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()
describeCarrierGatewaysRequest
- A Consumer
that will call methods on DescribeCarrierGatewaysRequest.Builder
to create a
request.default CompletableFuture<DescribeClassicLinkInstancesResponse> describeClassicLinkInstances(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)
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.
describeClassicLinkInstancesRequest
- default CompletableFuture<DescribeClassicLinkInstancesResponse> describeClassicLinkInstances(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest)
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()
describeClassicLinkInstancesRequest
- A Consumer
that will call methods on DescribeClassicLinkInstancesRequest.Builder
to create
a request.default CompletableFuture<DescribeClassicLinkInstancesResponse> describeClassicLinkInstances()
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.
default DescribeClassicLinkInstancesPublisher describeClassicLinkInstancesPaginator()
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 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.
default DescribeClassicLinkInstancesPublisher describeClassicLinkInstancesPaginator(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)
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 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.
describeClassicLinkInstancesRequest
- default DescribeClassicLinkInstancesPublisher describeClassicLinkInstancesPaginator(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest)
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 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()
describeClassicLinkInstancesRequest
- A Consumer
that will call methods on DescribeClassicLinkInstancesRequest.Builder
to create
a request.default CompletableFuture<DescribeClientVpnAuthorizationRulesResponse> describeClientVpnAuthorizationRules(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
describeClientVpnAuthorizationRulesRequest
- 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()
describeClientVpnAuthorizationRulesRequest
- A Consumer
that will call methods on DescribeClientVpnAuthorizationRulesRequest.Builder
to
create a request.default DescribeClientVpnAuthorizationRulesPublisher describeClientVpnAuthorizationRulesPaginator(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
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.
describeClientVpnAuthorizationRulesRequest
- default DescribeClientVpnAuthorizationRulesPublisher describeClientVpnAuthorizationRulesPaginator(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
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()
describeClientVpnAuthorizationRulesRequest
- A Consumer
that will call methods on DescribeClientVpnAuthorizationRulesRequest.Builder
to
create a request.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.
describeClientVpnConnectionsRequest
- 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()
describeClientVpnConnectionsRequest
- A Consumer
that will call methods on DescribeClientVpnConnectionsRequest.Builder
to create
a request.default DescribeClientVpnConnectionsPublisher describeClientVpnConnectionsPaginator(DescribeClientVpnConnectionsRequest 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 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.
describeClientVpnConnectionsRequest
- default DescribeClientVpnConnectionsPublisher describeClientVpnConnectionsPaginator(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 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()
describeClientVpnConnectionsRequest
- A Consumer
that will call methods on DescribeClientVpnConnectionsRequest.Builder
to create
a request.default CompletableFuture<DescribeClientVpnEndpointsResponse> describeClientVpnEndpoints(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
describeClientVpnEndpointsRequest
- 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()
describeClientVpnEndpointsRequest
- A Consumer
that will call methods on DescribeClientVpnEndpointsRequest.Builder
to create a
request.default CompletableFuture<DescribeClientVpnEndpointsResponse> describeClientVpnEndpoints()
Describes one or more Client VPN endpoints in the account.
default DescribeClientVpnEndpointsPublisher describeClientVpnEndpointsPaginator()
Describes one or more Client VPN endpoints in the account.
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.
default DescribeClientVpnEndpointsPublisher describeClientVpnEndpointsPaginator(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
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.
describeClientVpnEndpointsRequest
- default DescribeClientVpnEndpointsPublisher describeClientVpnEndpointsPaginator(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
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()
describeClientVpnEndpointsRequest
- A Consumer
that will call methods on DescribeClientVpnEndpointsRequest.Builder
to create a
request.default CompletableFuture<DescribeClientVpnRoutesResponse> describeClientVpnRoutes(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
describeClientVpnRoutesRequest
- 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()
describeClientVpnRoutesRequest
- A Consumer
that will call methods on DescribeClientVpnRoutesRequest.Builder
to create a
request.default DescribeClientVpnRoutesPublisher describeClientVpnRoutesPaginator(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
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.
describeClientVpnRoutesRequest
- default DescribeClientVpnRoutesPublisher describeClientVpnRoutesPaginator(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
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()
describeClientVpnRoutesRequest
- A Consumer
that will call methods on DescribeClientVpnRoutesRequest.Builder
to create a
request.default CompletableFuture<DescribeClientVpnTargetNetworksResponse> describeClientVpnTargetNetworks(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
describeClientVpnTargetNetworksRequest
- 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()
describeClientVpnTargetNetworksRequest
- A Consumer
that will call methods on DescribeClientVpnTargetNetworksRequest.Builder
to
create a request.default DescribeClientVpnTargetNetworksPublisher describeClientVpnTargetNetworksPaginator(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
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.
describeClientVpnTargetNetworksRequest
- default DescribeClientVpnTargetNetworksPublisher describeClientVpnTargetNetworksPaginator(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
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()
describeClientVpnTargetNetworksRequest
- A Consumer
that will call methods on DescribeClientVpnTargetNetworksRequest.Builder
to
create a request.default CompletableFuture<DescribeCoipPoolsResponse> describeCoipPools(DescribeCoipPoolsRequest describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
describeCoipPoolsRequest
- 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()
describeCoipPoolsRequest
- A Consumer
that will call methods on DescribeCoipPoolsRequest.Builder
to create a request.default DescribeCoipPoolsPublisher describeCoipPoolsPaginator(DescribeCoipPoolsRequest describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
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.
describeCoipPoolsRequest
- default DescribeCoipPoolsPublisher describeCoipPoolsPaginator(Consumer<DescribeCoipPoolsRequest.Builder> describeCoipPoolsRequest)
Describes the specified customer-owned address pools or all of your customer-owned address pools.
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()
describeCoipPoolsRequest
- A Consumer
that will call methods on DescribeCoipPoolsRequest.Builder
to create a request.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.
describeConversionTasksRequest
- 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()
describeConversionTasksRequest
- A Consumer
that will call methods on DescribeConversionTasksRequest.Builder
to create a
request.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.
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.
describeCustomerGatewaysRequest
- Contains the parameters for 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()
describeCustomerGatewaysRequest
- A Consumer
that will call methods on DescribeCustomerGatewaysRequest.Builder
to create a
request. Contains the parameters for 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.
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 Virtual Private Cloud User Guide.
describeDhcpOptionsRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the DescribeDhcpOptionsRequest.Builder
avoiding the
need to create one manually via DescribeDhcpOptionsRequest.builder()
describeDhcpOptionsRequest
- A Consumer
that will call methods on DescribeDhcpOptionsRequest.Builder
to create a
request.default CompletableFuture<DescribeDhcpOptionsResponse> describeDhcpOptions()
Describes one or more of your DHCP options sets.
For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
default DescribeDhcpOptionsPublisher describeDhcpOptionsPaginator()
Describes one or more of your DHCP options sets.
For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
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.
default DescribeDhcpOptionsPublisher describeDhcpOptionsPaginator(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
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.
describeDhcpOptionsRequest
- default DescribeDhcpOptionsPublisher describeDhcpOptionsPaginator(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
For more information, see DHCP options sets in the Amazon Virtual Private Cloud User Guide.
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()
describeDhcpOptionsRequest
- A Consumer
that will call methods on DescribeDhcpOptionsRequest.Builder
to create a
request.default CompletableFuture<DescribeEgressOnlyInternetGatewaysResponse> describeEgressOnlyInternetGateways(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
describeEgressOnlyInternetGatewaysRequest
- 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()
describeEgressOnlyInternetGatewaysRequest
- A Consumer
that will call methods on DescribeEgressOnlyInternetGatewaysRequest.Builder
to
create a request.default CompletableFuture<DescribeEgressOnlyInternetGatewaysResponse> describeEgressOnlyInternetGateways()
Describes one or more of your egress-only internet gateways.
default DescribeEgressOnlyInternetGatewaysPublisher describeEgressOnlyInternetGatewaysPaginator()
Describes one or more of your egress-only internet gateways.
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.
default DescribeEgressOnlyInternetGatewaysPublisher describeEgressOnlyInternetGatewaysPaginator(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
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.
describeEgressOnlyInternetGatewaysRequest
- default DescribeEgressOnlyInternetGatewaysPublisher describeEgressOnlyInternetGatewaysPaginator(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
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()
describeEgressOnlyInternetGatewaysRequest
- A Consumer
that will call methods on DescribeEgressOnlyInternetGatewaysRequest.Builder
to
create a request.default CompletableFuture<DescribeElasticGpusResponse> describeElasticGpus(DescribeElasticGpusRequest describeElasticGpusRequest)
Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.
describeElasticGpusRequest
- default CompletableFuture<DescribeElasticGpusResponse> describeElasticGpus(Consumer<DescribeElasticGpusRequest.Builder> describeElasticGpusRequest)
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()
describeElasticGpusRequest
- A Consumer
that will call methods on DescribeElasticGpusRequest.Builder
to create a
request.default CompletableFuture<DescribeElasticGpusResponse> describeElasticGpus()
Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.
default CompletableFuture<DescribeExportImageTasksResponse> describeExportImageTasks(DescribeExportImageTasksRequest describeExportImageTasksRequest)
Describes the specified export image tasks or all of your export image tasks.
describeExportImageTasksRequest
- 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()
describeExportImageTasksRequest
- A Consumer
that will call methods on DescribeExportImageTasksRequest.Builder
to create a
request.default DescribeExportImageTasksPublisher describeExportImageTasksPaginator(DescribeExportImageTasksRequest describeExportImageTasksRequest)
Describes the specified export image tasks or all of your export image tasks.
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.
describeExportImageTasksRequest
- default DescribeExportImageTasksPublisher describeExportImageTasksPaginator(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest)
Describes the specified export image tasks or all of your export image tasks.
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()
describeExportImageTasksRequest
- A Consumer
that will call methods on DescribeExportImageTasksRequest.Builder
to create a
request.default CompletableFuture<DescribeExportTasksResponse> describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Describes the specified export instance tasks or all of your export instance tasks.
describeExportTasksRequest
- 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()
describeExportTasksRequest
- A Consumer
that will call methods on DescribeExportTasksRequest.Builder
to create a
request.default CompletableFuture<DescribeExportTasksResponse> describeExportTasks()
Describes the specified export instance tasks or all of your export instance tasks.
default CompletableFuture<DescribeFastLaunchImagesResponse> describeFastLaunchImages(DescribeFastLaunchImagesRequest describeFastLaunchImagesRequest)
Describe details for Windows AMIs that are configured for faster launching.
describeFastLaunchImagesRequest
- default CompletableFuture<DescribeFastLaunchImagesResponse> describeFastLaunchImages(Consumer<DescribeFastLaunchImagesRequest.Builder> describeFastLaunchImagesRequest)
Describe details for Windows AMIs that are configured for faster launching.
This is a convenience which creates an instance of the DescribeFastLaunchImagesRequest.Builder
avoiding
the need to create one manually via DescribeFastLaunchImagesRequest.builder()
describeFastLaunchImagesRequest
- A Consumer
that will call methods on DescribeFastLaunchImagesRequest.Builder
to create a
request.default DescribeFastLaunchImagesPublisher describeFastLaunchImagesPaginator(DescribeFastLaunchImagesRequest describeFastLaunchImagesRequest)
Describe details for Windows AMIs that are configured for faster launching.
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.
describeFastLaunchImagesRequest
- default DescribeFastLaunchImagesPublisher describeFastLaunchImagesPaginator(Consumer<DescribeFastLaunchImagesRequest.Builder> describeFastLaunchImagesRequest)
Describe details for Windows AMIs that are configured for faster launching.
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()
describeFastLaunchImagesRequest
- A Consumer
that will call methods on DescribeFastLaunchImagesRequest.Builder
to create a
request.default CompletableFuture<DescribeFastSnapshotRestoresResponse> describeFastSnapshotRestores(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
describeFastSnapshotRestoresRequest
- 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()
describeFastSnapshotRestoresRequest
- A Consumer
that will call methods on DescribeFastSnapshotRestoresRequest.Builder
to create
a request.default DescribeFastSnapshotRestoresPublisher describeFastSnapshotRestoresPaginator(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
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.
describeFastSnapshotRestoresRequest
- default DescribeFastSnapshotRestoresPublisher describeFastSnapshotRestoresPaginator(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
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()
describeFastSnapshotRestoresRequest
- A Consumer
that will call methods on DescribeFastSnapshotRestoresRequest.Builder
to create
a request.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.
describeFleetHistoryRequest
- 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()
describeFleetHistoryRequest
- A Consumer
that will call methods on DescribeFleetHistoryRequest.Builder
to create a
request.default CompletableFuture<DescribeFleetInstancesResponse> describeFleetInstances(DescribeFleetInstancesRequest describeFleetInstancesRequest)
Describes the running instances for the specified EC2 Fleet.
For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.
describeFleetInstancesRequest
- default CompletableFuture<DescribeFleetInstancesResponse> describeFleetInstances(Consumer<DescribeFleetInstancesRequest.Builder> describeFleetInstancesRequest)
Describes the running instances for the specified EC2 Fleet.
For more information, see Monitor 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()
describeFleetInstancesRequest
- A Consumer
that will call methods on DescribeFleetInstancesRequest.Builder
to create a
request.default CompletableFuture<DescribeFleetsResponse> describeFleets(DescribeFleetsRequest describeFleetsRequest)
Describes the specified EC2 Fleets or all of your EC2 Fleets.
For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.
describeFleetsRequest
- default CompletableFuture<DescribeFleetsResponse> describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes the specified EC2 Fleets or all of your EC2 Fleets.
For more information, see Monitor 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()
describeFleetsRequest
- A Consumer
that will call methods on DescribeFleetsRequest.Builder
to create a request.default CompletableFuture<DescribeFleetsResponse> describeFleets()
Describes the specified EC2 Fleets or all of your EC2 Fleets.
For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.
default DescribeFleetsPublisher describeFleetsPaginator()
Describes the specified EC2 Fleets or all of your EC2 Fleets.
For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.
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.
default DescribeFleetsPublisher describeFleetsPaginator(DescribeFleetsRequest describeFleetsRequest)
Describes the specified EC2 Fleets or all of your EC2 Fleets.
For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.
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.
describeFleetsRequest
- default DescribeFleetsPublisher describeFleetsPaginator(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes the specified EC2 Fleets or all of your EC2 Fleets.
For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.
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()
describeFleetsRequest
- A Consumer
that will call methods on DescribeFleetsRequest.Builder
to create a request.default CompletableFuture<DescribeFlowLogsResponse> describeFlowLogs(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
describeFlowLogsRequest
- default CompletableFuture<DescribeFlowLogsResponse> describeFlowLogs(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)
Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
This is a convenience which creates an instance of the DescribeFlowLogsRequest.Builder
avoiding the need
to create one manually via DescribeFlowLogsRequest.builder()
describeFlowLogsRequest
- A Consumer
that will call methods on DescribeFlowLogsRequest.Builder
to create a request.default CompletableFuture<DescribeFlowLogsResponse> describeFlowLogs()
Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
default DescribeFlowLogsPublisher describeFlowLogsPaginator()
Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
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.
default DescribeFlowLogsPublisher describeFlowLogsPaginator(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
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.
describeFlowLogsRequest
- default DescribeFlowLogsPublisher describeFlowLogsPaginator(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)
Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
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()
describeFlowLogsRequest
- A Consumer
that will call methods on DescribeFlowLogsRequest.Builder
to create a request.default CompletableFuture<DescribeFpgaImageAttributeResponse> describeFpgaImageAttribute(DescribeFpgaImageAttributeRequest describeFpgaImageAttributeRequest)
Describes the specified attribute of the specified Amazon FPGA Image (AFI).
describeFpgaImageAttributeRequest
- 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()
describeFpgaImageAttributeRequest
- A Consumer
that will call methods on DescribeFpgaImageAttributeRequest.Builder
to create a
request.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.
describeFpgaImagesRequest
- 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()
describeFpgaImagesRequest
- A Consumer
that will call methods on DescribeFpgaImagesRequest.Builder
to create a
request.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.
default DescribeFpgaImagesPublisher describeFpgaImagesPaginator()
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 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.
default DescribeFpgaImagesPublisher describeFpgaImagesPaginator(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.
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.
describeFpgaImagesRequest
- default DescribeFpgaImagesPublisher describeFpgaImagesPaginator(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 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()
describeFpgaImagesRequest
- A Consumer
that will call methods on DescribeFpgaImagesRequest.Builder
to create a
request.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.
describeHostReservationOfferingsRequest
- 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()
describeHostReservationOfferingsRequest
- A Consumer
that will call methods on DescribeHostReservationOfferingsRequest.Builder
to
create a request.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.
default DescribeHostReservationOfferingsPublisher describeHostReservationOfferingsPaginator()
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 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.
default DescribeHostReservationOfferingsPublisher describeHostReservationOfferingsPaginator(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.
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.
describeHostReservationOfferingsRequest
- default DescribeHostReservationOfferingsPublisher describeHostReservationOfferingsPaginator(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 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()
describeHostReservationOfferingsRequest
- A Consumer
that will call methods on DescribeHostReservationOfferingsRequest.Builder
to
create a request.default CompletableFuture<DescribeHostReservationsResponse> describeHostReservations(DescribeHostReservationsRequest describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
describeHostReservationsRequest
- 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()
describeHostReservationsRequest
- A Consumer
that will call methods on DescribeHostReservationsRequest.Builder
to create a
request.default CompletableFuture<DescribeHostReservationsResponse> describeHostReservations()
Describes reservations that are associated with Dedicated Hosts in your account.
default DescribeHostReservationsPublisher describeHostReservationsPaginator()
Describes reservations that are associated with Dedicated Hosts in your account.
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.
default DescribeHostReservationsPublisher describeHostReservationsPaginator(DescribeHostReservationsRequest describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
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.
describeHostReservationsRequest
- default DescribeHostReservationsPublisher describeHostReservationsPaginator(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
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()
describeHostReservationsRequest
- A Consumer
that will call methods on DescribeHostReservationsRequest.Builder
to create a
request.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
.
describeHostsRequest
- 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()
describeHostsRequest
- A Consumer
that will call methods on DescribeHostsRequest.Builder
to create a request.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
.
default DescribeHostsPublisher describeHostsPaginator()
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 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.
default DescribeHostsPublisher describeHostsPaginator(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
.
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.
describeHostsRequest
- default DescribeHostsPublisher describeHostsPaginator(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 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()
describeHostsRequest
- A Consumer
that will call methods on DescribeHostsRequest.Builder
to create a request.default CompletableFuture<DescribeIamInstanceProfileAssociationsResponse> describeIamInstanceProfileAssociations(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
describeIamInstanceProfileAssociationsRequest
- 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()
describeIamInstanceProfileAssociationsRequest
- A Consumer
that will call methods on DescribeIamInstanceProfileAssociationsRequest.Builder
to create a request.default CompletableFuture<DescribeIamInstanceProfileAssociationsResponse> describeIamInstanceProfileAssociations()
Describes your IAM instance profile associations.
default DescribeIamInstanceProfileAssociationsPublisher describeIamInstanceProfileAssociationsPaginator()
Describes your IAM instance profile associations.
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.
default DescribeIamInstanceProfileAssociationsPublisher describeIamInstanceProfileAssociationsPaginator(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
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.
describeIamInstanceProfileAssociationsRequest
- default DescribeIamInstanceProfileAssociationsPublisher describeIamInstanceProfileAssociationsPaginator(Consumer<DescribeIamInstanceProfileAssociationsRequest.Builder> describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
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()
describeIamInstanceProfileAssociationsRequest
- A Consumer
that will call methods on DescribeIamInstanceProfileAssociationsRequest.Builder
to create a request.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.
describeIdFormatRequest
- 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()
describeIdFormatRequest
- A Consumer
that will call methods on DescribeIdFormatRequest.Builder
to create a request.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.
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.
describeIdentityIdFormatRequest
- 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()
describeIdentityIdFormatRequest
- A Consumer
that will call methods on DescribeIdentityIdFormatRequest.Builder
to create a
request.default CompletableFuture<DescribeImageAttributeResponse> describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest)
Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.
describeImageAttributeRequest
- Contains the parameters for 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.
This is a convenience which creates an instance of the DescribeImageAttributeRequest.Builder
avoiding the
need to create one manually via DescribeImageAttributeRequest.builder()
describeImageAttributeRequest
- A Consumer
that will call methods on DescribeImageAttributeRequest.Builder
to create a
request. Contains the parameters for DescribeImageAttribute.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.
describeImagesRequest
- 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.
This is a convenience which creates an instance of the DescribeImagesRequest.Builder
avoiding the need to
create one manually via DescribeImagesRequest.builder()
describeImagesRequest
- A Consumer
that will call methods on DescribeImagesRequest.Builder
to create a request.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.
default CompletableFuture<DescribeImportImageTasksResponse> describeImportImageTasks(DescribeImportImageTasksRequest describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
describeImportImageTasksRequest
- 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()
describeImportImageTasksRequest
- A Consumer
that will call methods on DescribeImportImageTasksRequest.Builder
to create a
request.default CompletableFuture<DescribeImportImageTasksResponse> describeImportImageTasks()
Displays details about an import virtual machine or import snapshot tasks that are already created.
default DescribeImportImageTasksPublisher describeImportImageTasksPaginator()
Displays details about an import virtual machine or import snapshot tasks that are already created.
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.
default DescribeImportImageTasksPublisher describeImportImageTasksPaginator(DescribeImportImageTasksRequest describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
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.
describeImportImageTasksRequest
- default DescribeImportImageTasksPublisher describeImportImageTasksPaginator(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
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()
describeImportImageTasksRequest
- A Consumer
that will call methods on DescribeImportImageTasksRequest.Builder
to create a
request.default CompletableFuture<DescribeImportSnapshotTasksResponse> describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
describeImportSnapshotTasksRequest
- 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()
describeImportSnapshotTasksRequest
- A Consumer
that will call methods on DescribeImportSnapshotTasksRequest.Builder
to create
a request.default CompletableFuture<DescribeImportSnapshotTasksResponse> describeImportSnapshotTasks()
Describes your import snapshot tasks.
default DescribeImportSnapshotTasksPublisher describeImportSnapshotTasksPaginator()
Describes your import snapshot tasks.
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.
default DescribeImportSnapshotTasksPublisher describeImportSnapshotTasksPaginator(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
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.
describeImportSnapshotTasksRequest
- default DescribeImportSnapshotTasksPublisher describeImportSnapshotTasksPaginator(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
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()
describeImportSnapshotTasksRequest
- A Consumer
that will call methods on DescribeImportSnapshotTasksRequest.Builder
to create
a request.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
describeInstanceAttributeRequest
- 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()
describeInstanceAttributeRequest
- A Consumer
that will call methods on DescribeInstanceAttributeRequest.Builder
to create a
request.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.
describeInstanceCreditSpecificationsRequest
- 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()
describeInstanceCreditSpecificationsRequest
- A Consumer
that will call methods on DescribeInstanceCreditSpecificationsRequest.Builder
to create a request.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.
default DescribeInstanceCreditSpecificationsPublisher describeInstanceCreditSpecificationsPaginator()
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 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.
default DescribeInstanceCreditSpecificationsPublisher describeInstanceCreditSpecificationsPaginator(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.
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.
describeInstanceCreditSpecificationsRequest
- default DescribeInstanceCreditSpecificationsPublisher describeInstanceCreditSpecificationsPaginator(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 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()
describeInstanceCreditSpecificationsRequest
- A Consumer
that will call methods on DescribeInstanceCreditSpecificationsRequest.Builder
to create a request.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.
describeInstanceEventNotificationAttributesRequest
- 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()
describeInstanceEventNotificationAttributesRequest
- A Consumer
that will call methods on
DescribeInstanceEventNotificationAttributesRequest.Builder
to create a request.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.
describeInstanceEventWindowsRequest
- Describe instance event windows by InstanceEventWindow.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()
describeInstanceEventWindowsRequest
- A Consumer
that will call methods on DescribeInstanceEventWindowsRequest.Builder
to create
a request. Describe instance event windows by InstanceEventWindow.default DescribeInstanceEventWindowsPublisher describeInstanceEventWindowsPaginator(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.
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.
describeInstanceEventWindowsRequest
- Describe instance event windows by InstanceEventWindow.default DescribeInstanceEventWindowsPublisher describeInstanceEventWindowsPaginator(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 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()
describeInstanceEventWindowsRequest
- A Consumer
that will call methods on DescribeInstanceEventWindowsRequest.Builder
to create
a request. Describe instance event windows by InstanceEventWindow.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.
describeInstanceStatusRequest
- 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.
This is a convenience which creates an instance of the DescribeInstanceStatusRequest.Builder
avoiding the
need to create one manually via DescribeInstanceStatusRequest.builder()
describeInstanceStatusRequest
- A Consumer
that will call methods on DescribeInstanceStatusRequest.Builder
to create a
request.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.
default DescribeInstanceStatusPublisher describeInstanceStatusPaginator()
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.
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.
default DescribeInstanceStatusPublisher describeInstanceStatusPaginator(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.
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.
describeInstanceStatusRequest
- default DescribeInstanceStatusPublisher describeInstanceStatusPaginator(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.
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()
describeInstanceStatusRequest
- A Consumer
that will call methods on DescribeInstanceStatusRequest.Builder
to create a
request.default CompletableFuture<DescribeInstanceTypeOfferingsResponse> describeInstanceTypeOfferings(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)
Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
describeInstanceTypeOfferingsRequest
- default CompletableFuture<DescribeInstanceTypeOfferingsResponse> describeInstanceTypeOfferings(Consumer<DescribeInstanceTypeOfferingsRequest.Builder> describeInstanceTypeOfferingsRequest)
Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
This is a convenience which creates an instance of the DescribeInstanceTypeOfferingsRequest.Builder
avoiding the need to create one manually via DescribeInstanceTypeOfferingsRequest.builder()
describeInstanceTypeOfferingsRequest
- A Consumer
that will call methods on DescribeInstanceTypeOfferingsRequest.Builder
to
create a request.default DescribeInstanceTypeOfferingsPublisher describeInstanceTypeOfferingsPaginator(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)
Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
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.
describeInstanceTypeOfferingsRequest
- default DescribeInstanceTypeOfferingsPublisher describeInstanceTypeOfferingsPaginator(Consumer<DescribeInstanceTypeOfferingsRequest.Builder> describeInstanceTypeOfferingsRequest)
Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
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()
describeInstanceTypeOfferingsRequest
- A Consumer
that will call methods on DescribeInstanceTypeOfferingsRequest.Builder
to
create a request.default CompletableFuture<DescribeInstanceTypesResponse> describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.
describeInstanceTypesRequest
- default CompletableFuture<DescribeInstanceTypesResponse> describeInstanceTypes(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.
This is a convenience which creates an instance of the DescribeInstanceTypesRequest.Builder
avoiding the
need to create one manually via DescribeInstanceTypesRequest.builder()
describeInstanceTypesRequest
- A Consumer
that will call methods on DescribeInstanceTypesRequest.Builder
to create a
request.default DescribeInstanceTypesPublisher describeInstanceTypesPaginator(DescribeInstanceTypesRequest describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.
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.
describeInstanceTypesRequest
- default DescribeInstanceTypesPublisher describeInstanceTypesPaginator(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)
Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.
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()
describeInstanceTypesRequest
- A Consumer
that will call methods on DescribeInstanceTypesRequest.Builder
to create a
request.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.
describeInstancesRequest
- 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.
This is a convenience which creates an instance of the DescribeInstancesRequest.Builder
avoiding the need
to create one manually via DescribeInstancesRequest.builder()
describeInstancesRequest
- A Consumer
that will call methods on DescribeInstancesRequest.Builder
to create a request.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.
default DescribeInstancesPublisher describeInstancesPaginator()
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.
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.
default DescribeInstancesPublisher describeInstancesPaginator(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.
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.
describeInstancesRequest
- default DescribeInstancesPublisher describeInstancesPaginator(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.
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()
describeInstancesRequest
- A Consumer
that will call methods on DescribeInstancesRequest.Builder
to create a request.default CompletableFuture<DescribeInternetGatewaysResponse> describeInternetGateways(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
describeInternetGatewaysRequest
- 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()
describeInternetGatewaysRequest
- A Consumer
that will call methods on DescribeInternetGatewaysRequest.Builder
to create a
request.default CompletableFuture<DescribeInternetGatewaysResponse> describeInternetGateways()
Describes one or more of your internet gateways.
default DescribeInternetGatewaysPublisher describeInternetGatewaysPaginator()
Describes one or more of your internet gateways.
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.
default DescribeInternetGatewaysPublisher describeInternetGatewaysPaginator(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
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.
describeInternetGatewaysRequest
- default DescribeInternetGatewaysPublisher describeInternetGatewaysPaginator(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
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()
describeInternetGatewaysRequest
- A Consumer
that will call methods on DescribeInternetGatewaysRequest.Builder
to create a
request.default CompletableFuture<DescribeIpamPoolsResponse> describeIpamPools(DescribeIpamPoolsRequest describeIpamPoolsRequest)
Get information about your IPAM pools.
describeIpamPoolsRequest
- 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()
describeIpamPoolsRequest
- A Consumer
that will call methods on DescribeIpamPoolsRequest.Builder
to create a request.default DescribeIpamPoolsPublisher describeIpamPoolsPaginator(DescribeIpamPoolsRequest describeIpamPoolsRequest)
Get information about your IPAM pools.
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.
describeIpamPoolsRequest
- default DescribeIpamPoolsPublisher describeIpamPoolsPaginator(Consumer<DescribeIpamPoolsRequest.Builder> describeIpamPoolsRequest)
Get information about your IPAM pools.
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()
describeIpamPoolsRequest
- A Consumer
that will call methods on DescribeIpamPoolsRequest.Builder
to create a request.default CompletableFuture<DescribeIpamScopesResponse> describeIpamScopes(DescribeIpamScopesRequest describeIpamScopesRequest)
Get information about your IPAM scopes.
describeIpamScopesRequest
- 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()
describeIpamScopesRequest
- A Consumer
that will call methods on DescribeIpamScopesRequest.Builder
to create a
request.default DescribeIpamScopesPublisher describeIpamScopesPaginator(DescribeIpamScopesRequest describeIpamScopesRequest)
Get information about your IPAM scopes.
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.
describeIpamScopesRequest
- default DescribeIpamScopesPublisher describeIpamScopesPaginator(Consumer<DescribeIpamScopesRequest.Builder> describeIpamScopesRequest)
Get information about your IPAM scopes.
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()
describeIpamScopesRequest
- A Consumer
that will call methods on DescribeIpamScopesRequest.Builder
to create a
request.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.
describeIpamsRequest
- 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()
describeIpamsRequest
- A Consumer
that will call methods on DescribeIpamsRequest.Builder
to create a request.default DescribeIpamsPublisher describeIpamsPaginator(DescribeIpamsRequest describeIpamsRequest)
Get information about your IPAM pools.
For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.
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.
describeIpamsRequest
- default DescribeIpamsPublisher describeIpamsPaginator(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 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()
describeIpamsRequest
- A Consumer
that will call methods on DescribeIpamsRequest.Builder
to create a request.default CompletableFuture<DescribeIpv6PoolsResponse> describeIpv6Pools(DescribeIpv6PoolsRequest describeIpv6PoolsRequest)
Describes your IPv6 address pools.
describeIpv6PoolsRequest
- 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()
describeIpv6PoolsRequest
- A Consumer
that will call methods on DescribeIpv6PoolsRequest.Builder
to create a request.default DescribeIpv6PoolsPublisher describeIpv6PoolsPaginator(DescribeIpv6PoolsRequest describeIpv6PoolsRequest)
Describes your IPv6 address pools.
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.
describeIpv6PoolsRequest
- default DescribeIpv6PoolsPublisher describeIpv6PoolsPaginator(Consumer<DescribeIpv6PoolsRequest.Builder> describeIpv6PoolsRequest)
Describes your IPv6 address pools.
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()
describeIpv6PoolsRequest
- A Consumer
that will call methods on DescribeIpv6PoolsRequest.Builder
to create a request.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.
describeKeyPairsRequest
- 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()
describeKeyPairsRequest
- A Consumer
that will call methods on DescribeKeyPairsRequest.Builder
to create a request.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.
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.
describeLaunchTemplateVersionsRequest
- 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()
describeLaunchTemplateVersionsRequest
- A Consumer
that will call methods on DescribeLaunchTemplateVersionsRequest.Builder
to
create a request.default DescribeLaunchTemplateVersionsPublisher describeLaunchTemplateVersionsPaginator(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.
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.
describeLaunchTemplateVersionsRequest
- default DescribeLaunchTemplateVersionsPublisher describeLaunchTemplateVersionsPaginator(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 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()
describeLaunchTemplateVersionsRequest
- A Consumer
that will call methods on DescribeLaunchTemplateVersionsRequest.Builder
to
create a request.default CompletableFuture<DescribeLaunchTemplatesResponse> describeLaunchTemplates(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest)
Describes one or more launch templates.
describeLaunchTemplatesRequest
- 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()
describeLaunchTemplatesRequest
- A Consumer
that will call methods on DescribeLaunchTemplatesRequest.Builder
to create a
request.default CompletableFuture<DescribeLaunchTemplatesResponse> describeLaunchTemplates()
Describes one or more launch templates.
default DescribeLaunchTemplatesPublisher describeLaunchTemplatesPaginator()
Describes one or more launch templates.
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.
default DescribeLaunchTemplatesPublisher describeLaunchTemplatesPaginator(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest)
Describes one or more launch templates.
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.
describeLaunchTemplatesRequest
- default DescribeLaunchTemplatesPublisher describeLaunchTemplatesPaginator(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest)
Describes one or more launch templates.
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()
describeLaunchTemplatesRequest
- A Consumer
that will call methods on DescribeLaunchTemplatesRequest.Builder
to create a
request.default CompletableFuture<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse> describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)
Describes the associations between virtual interface groups and local gateway route tables.
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
- 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()
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
- A Consumer
that will call methods on
DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.Builder
to create a
request.default DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)
Describes the associations between virtual interface groups and local gateway route tables.
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.
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
- default DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPublisher describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator(Consumer<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.Builder> describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest)
Describes the associations between virtual interface groups and local gateway route tables.
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()
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
- A Consumer
that will call methods on
DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.Builder
to create a
request.default CompletableFuture<DescribeLocalGatewayRouteTableVpcAssociationsResponse> describeLocalGatewayRouteTableVpcAssociations(DescribeLocalGatewayRouteTableVpcAssociationsRequest describeLocalGatewayRouteTableVpcAssociationsRequest)
Describes the specified associations between VPCs and local gateway route tables.
describeLocalGatewayRouteTableVpcAssociationsRequest
- 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()
describeLocalGatewayRouteTableVpcAssociationsRequest
- A Consumer
that will call methods on
DescribeLocalGatewayRouteTableVpcAssociationsRequest.Builder
to create a request.default DescribeLocalGatewayRouteTableVpcAssociationsPublisher describeLocalGatewayRouteTableVpcAssociationsPaginator(DescribeLocalGatewayRouteTableVpcAssociationsRequest describeLocalGatewayRouteTableVpcAssociationsRequest)
Describes the specified associations between VPCs and local gateway route tables.
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.
describeLocalGatewayRouteTableVpcAssociationsRequest
- default DescribeLocalGatewayRouteTableVpcAssociationsPublisher describeLocalGatewayRouteTableVpcAssociationsPaginator(Consumer<DescribeLocalGatewayRouteTableVpcAssociationsRequest.Builder> describeLocalGatewayRouteTableVpcAssociationsRequest)
Describes the specified associations between VPCs and local gateway route tables.
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()
describeLocalGatewayRouteTableVpcAssociationsRequest
- A Consumer
that will call methods on
DescribeLocalGatewayRouteTableVpcAssociationsRequest.Builder
to create a request.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.
describeLocalGatewayRouteTablesRequest
- 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()
describeLocalGatewayRouteTablesRequest
- A Consumer
that will call methods on DescribeLocalGatewayRouteTablesRequest.Builder
to
create a request.default DescribeLocalGatewayRouteTablesPublisher describeLocalGatewayRouteTablesPaginator(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.
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.
describeLocalGatewayRouteTablesRequest
- default DescribeLocalGatewayRouteTablesPublisher describeLocalGatewayRouteTablesPaginator(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 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()
describeLocalGatewayRouteTablesRequest
- A Consumer
that will call methods on DescribeLocalGatewayRouteTablesRequest.Builder
to
create a request.default CompletableFuture<DescribeLocalGatewayVirtualInterfaceGroupsResponse> describeLocalGatewayVirtualInterfaceGroups(DescribeLocalGatewayVirtualInterfaceGroupsRequest describeLocalGatewayVirtualInterfaceGroupsRequest)
Describes the specified local gateway virtual interface groups.
describeLocalGatewayVirtualInterfaceGroupsRequest
- 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()
describeLocalGatewayVirtualInterfaceGroupsRequest
- A Consumer
that will call methods on
DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder
to create a request.default DescribeLocalGatewayVirtualInterfaceGroupsPublisher describeLocalGatewayVirtualInterfaceGroupsPaginator(DescribeLocalGatewayVirtualInterfaceGroupsRequest describeLocalGatewayVirtualInterfaceGroupsRequest)
Describes the specified local gateway virtual interface groups.
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.
describeLocalGatewayVirtualInterfaceGroupsRequest
- default DescribeLocalGatewayVirtualInterfaceGroupsPublisher describeLocalGatewayVirtualInterfaceGroupsPaginator(Consumer<DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder> describeLocalGatewayVirtualInterfaceGroupsRequest)
Describes the specified local gateway virtual interface groups.
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()
describeLocalGatewayVirtualInterfaceGroupsRequest
- A Consumer
that will call methods on
DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder
to create a request.default CompletableFuture<DescribeLocalGatewayVirtualInterfacesResponse> describeLocalGatewayVirtualInterfaces(DescribeLocalGatewayVirtualInterfacesRequest describeLocalGatewayVirtualInterfacesRequest)
Describes the specified local gateway virtual interfaces.
describeLocalGatewayVirtualInterfacesRequest
- 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()
describeLocalGatewayVirtualInterfacesRequest
- A Consumer
that will call methods on DescribeLocalGatewayVirtualInterfacesRequest.Builder
to create a request.default DescribeLocalGatewayVirtualInterfacesPublisher describeLocalGatewayVirtualInterfacesPaginator(DescribeLocalGatewayVirtualInterfacesRequest describeLocalGatewayVirtualInterfacesRequest)
Describes the specified local gateway virtual interfaces.
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.
describeLocalGatewayVirtualInterfacesRequest
- default DescribeLocalGatewayVirtualInterfacesPublisher describeLocalGatewayVirtualInterfacesPaginator(Consumer<DescribeLocalGatewayVirtualInterfacesRequest.Builder> describeLocalGatewayVirtualInterfacesRequest)
Describes the specified local gateway virtual interfaces.
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()
describeLocalGatewayVirtualInterfacesRequest
- A Consumer
that will call methods on DescribeLocalGatewayVirtualInterfacesRequest.Builder
to create a request.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.
describeLocalGatewaysRequest
- 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()
describeLocalGatewaysRequest
- A Consumer
that will call methods on DescribeLocalGatewaysRequest.Builder
to create a
request.default DescribeLocalGatewaysPublisher describeLocalGatewaysPaginator(DescribeLocalGatewaysRequest describeLocalGatewaysRequest)
Describes one or more local gateways. By default, all local gateways are described. Alternatively, you can filter the results.
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.
describeLocalGatewaysRequest
- default DescribeLocalGatewaysPublisher describeLocalGatewaysPaginator(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 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()
describeLocalGatewaysRequest
- A Consumer
that will call methods on DescribeLocalGatewaysRequest.Builder
to create a
request.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.
describeManagedPrefixListsRequest
- 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()
describeManagedPrefixListsRequest
- A Consumer
that will call methods on DescribeManagedPrefixListsRequest.Builder
to create a
request.default DescribeManagedPrefixListsPublisher describeManagedPrefixListsPaginator(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.
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.
describeManagedPrefixListsRequest
- default DescribeManagedPrefixListsPublisher describeManagedPrefixListsPaginator(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 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()
describeManagedPrefixListsRequest
- A Consumer
that will call methods on DescribeManagedPrefixListsRequest.Builder
to create a
request.default CompletableFuture<DescribeMovingAddressesResponse> describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.
describeMovingAddressesRequest
- default CompletableFuture<DescribeMovingAddressesResponse> describeMovingAddresses(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are 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()
describeMovingAddressesRequest
- A Consumer
that will call methods on DescribeMovingAddressesRequest.Builder
to create a
request.default CompletableFuture<DescribeMovingAddressesResponse> describeMovingAddresses()
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.
default DescribeMovingAddressesPublisher describeMovingAddressesPaginator()
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are 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 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.
default DescribeMovingAddressesPublisher describeMovingAddressesPaginator(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are 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 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.
describeMovingAddressesRequest
- default DescribeMovingAddressesPublisher describeMovingAddressesPaginator(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are 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 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()
describeMovingAddressesRequest
- A Consumer
that will call methods on DescribeMovingAddressesRequest.Builder
to create a
request.default CompletableFuture<DescribeNatGatewaysResponse> describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
describeNatGatewaysRequest
- 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()
describeNatGatewaysRequest
- A Consumer
that will call methods on DescribeNatGatewaysRequest.Builder
to create a
request.default CompletableFuture<DescribeNatGatewaysResponse> describeNatGateways()
Describes one or more of your NAT gateways.
default DescribeNatGatewaysPublisher describeNatGatewaysPaginator()
Describes one or more of your NAT gateways.
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.
default DescribeNatGatewaysPublisher describeNatGatewaysPaginator(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
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.
describeNatGatewaysRequest
- default DescribeNatGatewaysPublisher describeNatGatewaysPaginator(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
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()
describeNatGatewaysRequest
- A Consumer
that will call methods on DescribeNatGatewaysRequest.Builder
to create a
request.default CompletableFuture<DescribeNetworkAclsResponse> describeNetworkAcls(DescribeNetworkAclsRequest describeNetworkAclsRequest)
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
describeNetworkAclsRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the DescribeNetworkAclsRequest.Builder
avoiding the
need to create one manually via DescribeNetworkAclsRequest.builder()
describeNetworkAclsRequest
- A Consumer
that will call methods on DescribeNetworkAclsRequest.Builder
to create a
request.default CompletableFuture<DescribeNetworkAclsResponse> describeNetworkAcls()
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
default DescribeNetworkAclsPublisher describeNetworkAclsPaginator()
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
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.
default DescribeNetworkAclsPublisher describeNetworkAclsPaginator(DescribeNetworkAclsRequest describeNetworkAclsRequest)
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
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.
describeNetworkAclsRequest
- default DescribeNetworkAclsPublisher describeNetworkAclsPaginator(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest)
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
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()
describeNetworkAclsRequest
- A Consumer
that will call methods on DescribeNetworkAclsRequest.Builder
to create a
request.default CompletableFuture<DescribeNetworkInsightsAccessScopeAnalysesResponse> describeNetworkInsightsAccessScopeAnalyses(DescribeNetworkInsightsAccessScopeAnalysesRequest describeNetworkInsightsAccessScopeAnalysesRequest)
Describes the specified Network Access Scope analyses.
describeNetworkInsightsAccessScopeAnalysesRequest
- 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()
describeNetworkInsightsAccessScopeAnalysesRequest
- A Consumer
that will call methods on
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder
to create a request.default DescribeNetworkInsightsAccessScopeAnalysesPublisher describeNetworkInsightsAccessScopeAnalysesPaginator(DescribeNetworkInsightsAccessScopeAnalysesRequest describeNetworkInsightsAccessScopeAnalysesRequest)
Describes the specified Network Access Scope analyses.
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.
describeNetworkInsightsAccessScopeAnalysesRequest
- default DescribeNetworkInsightsAccessScopeAnalysesPublisher describeNetworkInsightsAccessScopeAnalysesPaginator(Consumer<DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder> describeNetworkInsightsAccessScopeAnalysesRequest)
Describes the specified Network Access Scope analyses.
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()
describeNetworkInsightsAccessScopeAnalysesRequest
- A Consumer
that will call methods on
DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder
to create a request.default CompletableFuture<DescribeNetworkInsightsAccessScopesResponse> describeNetworkInsightsAccessScopes(DescribeNetworkInsightsAccessScopesRequest describeNetworkInsightsAccessScopesRequest)
Describes the specified Network Access Scopes.
describeNetworkInsightsAccessScopesRequest
- 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()
describeNetworkInsightsAccessScopesRequest
- A Consumer
that will call methods on DescribeNetworkInsightsAccessScopesRequest.Builder
to
create a request.default DescribeNetworkInsightsAccessScopesPublisher describeNetworkInsightsAccessScopesPaginator(DescribeNetworkInsightsAccessScopesRequest describeNetworkInsightsAccessScopesRequest)
Describes the specified Network Access Scopes.
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.
describeNetworkInsightsAccessScopesRequest
- default DescribeNetworkInsightsAccessScopesPublisher describeNetworkInsightsAccessScopesPaginator(Consumer<DescribeNetworkInsightsAccessScopesRequest.Builder> describeNetworkInsightsAccessScopesRequest)
Describes the specified Network Access Scopes.
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()
describeNetworkInsightsAccessScopesRequest
- A Consumer
that will call methods on DescribeNetworkInsightsAccessScopesRequest.Builder
to
create a request.default CompletableFuture<DescribeNetworkInsightsAnalysesResponse> describeNetworkInsightsAnalyses(DescribeNetworkInsightsAnalysesRequest describeNetworkInsightsAnalysesRequest)
Describes one or more of your network insights analyses.
describeNetworkInsightsAnalysesRequest
- 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()
describeNetworkInsightsAnalysesRequest
- A Consumer
that will call methods on DescribeNetworkInsightsAnalysesRequest.Builder
to
create a request.default DescribeNetworkInsightsAnalysesPublisher describeNetworkInsightsAnalysesPaginator(DescribeNetworkInsightsAnalysesRequest describeNetworkInsightsAnalysesRequest)
Describes one or more of your network insights analyses.
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.
describeNetworkInsightsAnalysesRequest
- default DescribeNetworkInsightsAnalysesPublisher describeNetworkInsightsAnalysesPaginator(Consumer<DescribeNetworkInsightsAnalysesRequest.Builder> describeNetworkInsightsAnalysesRequest)
Describes one or more of your network insights analyses.
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()
describeNetworkInsightsAnalysesRequest
- A Consumer
that will call methods on DescribeNetworkInsightsAnalysesRequest.Builder
to
create a request.default CompletableFuture<DescribeNetworkInsightsPathsResponse> describeNetworkInsightsPaths(DescribeNetworkInsightsPathsRequest describeNetworkInsightsPathsRequest)
Describes one or more of your paths.
describeNetworkInsightsPathsRequest
- 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()
describeNetworkInsightsPathsRequest
- A Consumer
that will call methods on DescribeNetworkInsightsPathsRequest.Builder
to create
a request.default DescribeNetworkInsightsPathsPublisher describeNetworkInsightsPathsPaginator(DescribeNetworkInsightsPathsRequest describeNetworkInsightsPathsRequest)
Describes one or more of your paths.
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.
describeNetworkInsightsPathsRequest
- default DescribeNetworkInsightsPathsPublisher describeNetworkInsightsPathsPaginator(Consumer<DescribeNetworkInsightsPathsRequest.Builder> describeNetworkInsightsPathsRequest)
Describes one or more of your paths.
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()
describeNetworkInsightsPathsRequest
- A Consumer
that will call methods on DescribeNetworkInsightsPathsRequest.Builder
to create
a request.default CompletableFuture<DescribeNetworkInterfaceAttributeResponse> describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute. You can specify only one attribute at a time.
describeNetworkInterfaceAttributeRequest
- Contains the parameters for 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()
describeNetworkInterfaceAttributeRequest
- A Consumer
that will call methods on DescribeNetworkInterfaceAttributeRequest.Builder
to
create a request. Contains the parameters for DescribeNetworkInterfaceAttribute.default CompletableFuture<DescribeNetworkInterfacePermissionsResponse> describeNetworkInterfacePermissions(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
describeNetworkInterfacePermissionsRequest
- Contains the parameters for 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()
describeNetworkInterfacePermissionsRequest
- A Consumer
that will call methods on DescribeNetworkInterfacePermissionsRequest.Builder
to
create a request. Contains the parameters for DescribeNetworkInterfacePermissions.default CompletableFuture<DescribeNetworkInterfacePermissionsResponse> describeNetworkInterfacePermissions()
Describes the permissions for your network interfaces.
default DescribeNetworkInterfacePermissionsPublisher describeNetworkInterfacePermissionsPaginator()
Describes the permissions for your network interfaces.
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.
default DescribeNetworkInterfacePermissionsPublisher describeNetworkInterfacePermissionsPaginator(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
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.
describeNetworkInterfacePermissionsRequest
- Contains the parameters for DescribeNetworkInterfacePermissions.default DescribeNetworkInterfacePermissionsPublisher describeNetworkInterfacePermissionsPaginator(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
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()
describeNetworkInterfacePermissionsRequest
- A Consumer
that will call methods on DescribeNetworkInterfacePermissionsRequest.Builder
to
create a request. Contains the parameters for DescribeNetworkInterfacePermissions.default CompletableFuture<DescribeNetworkInterfacesResponse> describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
describeNetworkInterfacesRequest
- Contains the parameters for DescribeNetworkInterfaces.default CompletableFuture<DescribeNetworkInterfacesResponse> describeNetworkInterfaces(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
This is a convenience which creates an instance of the DescribeNetworkInterfacesRequest.Builder
avoiding
the need to create one manually via DescribeNetworkInterfacesRequest.builder()
describeNetworkInterfacesRequest
- A Consumer
that will call methods on DescribeNetworkInterfacesRequest.Builder
to create a
request. Contains the parameters for DescribeNetworkInterfaces.default CompletableFuture<DescribeNetworkInterfacesResponse> describeNetworkInterfaces()
Describes one or more of your network interfaces.
default DescribeNetworkInterfacesPublisher describeNetworkInterfacesPaginator()
Describes one or more of your network interfaces.
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.
default DescribeNetworkInterfacesPublisher describeNetworkInterfacesPaginator(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
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.
describeNetworkInterfacesRequest
- Contains the parameters for DescribeNetworkInterfaces.default DescribeNetworkInterfacesPublisher describeNetworkInterfacesPaginator(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
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()
describeNetworkInterfacesRequest
- A Consumer
that will call methods on DescribeNetworkInterfacesRequest.Builder
to create a
request. Contains the parameters for DescribeNetworkInterfaces.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.
describePlacementGroupsRequest
- 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()
describePlacementGroupsRequest
- A Consumer
that will call methods on DescribePlacementGroupsRequest.Builder
to create a
request.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.
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.
describePrefixListsRequest
- 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()
describePrefixListsRequest
- A Consumer
that will call methods on DescribePrefixListsRequest.Builder
to create a
request.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.
default DescribePrefixListsPublisher describePrefixListsPaginator()
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 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.
default DescribePrefixListsPublisher describePrefixListsPaginator(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.
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.
describePrefixListsRequest
- default DescribePrefixListsPublisher describePrefixListsPaginator(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 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()
describePrefixListsRequest
- A Consumer
that will call methods on DescribePrefixListsRequest.Builder
to create a
request.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
.
describePrincipalIdFormatRequest
- 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()
describePrincipalIdFormatRequest
- A Consumer
that will call methods on DescribePrincipalIdFormatRequest.Builder
to create a
request.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
.
default DescribePrincipalIdFormatPublisher describePrincipalIdFormatPaginator()
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 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.
default DescribePrincipalIdFormatPublisher describePrincipalIdFormatPaginator(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
.
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.
describePrincipalIdFormatRequest
- default DescribePrincipalIdFormatPublisher describePrincipalIdFormatPaginator(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 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()
describePrincipalIdFormatRequest
- A Consumer
that will call methods on DescribePrincipalIdFormatRequest.Builder
to create a
request.default CompletableFuture<DescribePublicIpv4PoolsResponse> describePublicIpv4Pools(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
describePublicIpv4PoolsRequest
- 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()
describePublicIpv4PoolsRequest
- A Consumer
that will call methods on DescribePublicIpv4PoolsRequest.Builder
to create a
request.default CompletableFuture<DescribePublicIpv4PoolsResponse> describePublicIpv4Pools()
Describes the specified IPv4 address pools.
default DescribePublicIpv4PoolsPublisher describePublicIpv4PoolsPaginator()
Describes the specified IPv4 address pools.
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.
default DescribePublicIpv4PoolsPublisher describePublicIpv4PoolsPaginator(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
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.
describePublicIpv4PoolsRequest
- default DescribePublicIpv4PoolsPublisher describePublicIpv4PoolsPaginator(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
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()
describePublicIpv4PoolsRequest
- A Consumer
that will call methods on DescribePublicIpv4PoolsRequest.Builder
to create a
request.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.
describeRegionsRequest
- 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.
This is a convenience which creates an instance of the DescribeRegionsRequest.Builder
avoiding the need
to create one manually via DescribeRegionsRequest.builder()
describeRegionsRequest
- A Consumer
that will call methods on DescribeRegionsRequest.Builder
to create a request.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.
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.
describeReplaceRootVolumeTasksRequest
- 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()
describeReplaceRootVolumeTasksRequest
- A Consumer
that will call methods on DescribeReplaceRootVolumeTasksRequest.Builder
to
create a request.default DescribeReplaceRootVolumeTasksPublisher describeReplaceRootVolumeTasksPaginator(DescribeReplaceRootVolumeTasksRequest 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 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.
describeReplaceRootVolumeTasksRequest
- default DescribeReplaceRootVolumeTasksPublisher describeReplaceRootVolumeTasksPaginator(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 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()
describeReplaceRootVolumeTasksRequest
- A Consumer
that will call methods on DescribeReplaceRootVolumeTasksRequest.Builder
to
create a request.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.
describeReservedInstancesRequest
- Contains the parameters for 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.
This is a convenience which creates an instance of the DescribeReservedInstancesRequest.Builder
avoiding
the need to create one manually via DescribeReservedInstancesRequest.builder()
describeReservedInstancesRequest
- A Consumer
that will call methods on DescribeReservedInstancesRequest.Builder
to create a
request. Contains the parameters for 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.
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.
describeReservedInstancesListingsRequest
- Contains the parameters for 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.
This is a convenience which creates an instance of the DescribeReservedInstancesListingsRequest.Builder
avoiding the need to create one manually via DescribeReservedInstancesListingsRequest.builder()
describeReservedInstancesListingsRequest
- A Consumer
that will call methods on DescribeReservedInstancesListingsRequest.Builder
to
create a request. Contains the parameters for 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.
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.
describeReservedInstancesModificationsRequest
- Contains the parameters for 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.
This is a convenience which creates an instance of the
DescribeReservedInstancesModificationsRequest.Builder
avoiding the need to create one manually via
DescribeReservedInstancesModificationsRequest.builder()
describeReservedInstancesModificationsRequest
- A Consumer
that will call methods on DescribeReservedInstancesModificationsRequest.Builder
to create a request. Contains the parameters for 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.
default DescribeReservedInstancesModificationsPublisher describeReservedInstancesModificationsPaginator()
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.
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.
default DescribeReservedInstancesModificationsPublisher describeReservedInstancesModificationsPaginator(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.
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.
describeReservedInstancesModificationsRequest
- Contains the parameters for DescribeReservedInstancesModifications.default DescribeReservedInstancesModificationsPublisher describeReservedInstancesModificationsPaginator(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.
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()
describeReservedInstancesModificationsRequest
- A Consumer
that will call methods on DescribeReservedInstancesModificationsRequest.Builder
to create a request. Contains the parameters for DescribeReservedInstancesModifications.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.
describeReservedInstancesOfferingsRequest
- Contains the parameters for 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.
This is a convenience which creates an instance of the DescribeReservedInstancesOfferingsRequest.Builder
avoiding the need to create one manually via DescribeReservedInstancesOfferingsRequest.builder()
describeReservedInstancesOfferingsRequest
- A Consumer
that will call methods on DescribeReservedInstancesOfferingsRequest.Builder
to
create a request. Contains the parameters for 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.
default DescribeReservedInstancesOfferingsPublisher describeReservedInstancesOfferingsPaginator()
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.
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.
default DescribeReservedInstancesOfferingsPublisher describeReservedInstancesOfferingsPaginator(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.
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.
describeReservedInstancesOfferingsRequest
- Contains the parameters for DescribeReservedInstancesOfferings.default DescribeReservedInstancesOfferingsPublisher describeReservedInstancesOfferingsPaginator(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.
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()
describeReservedInstancesOfferingsRequest
- A Consumer
that will call methods on DescribeReservedInstancesOfferingsRequest.Builder
to
create a request. Contains the parameters for DescribeReservedInstancesOfferings.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 Virtual Private Cloud User Guide.
describeRouteTablesRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the DescribeRouteTablesRequest.Builder
avoiding the
need to create one manually via DescribeRouteTablesRequest.builder()
describeRouteTablesRequest
- A Consumer
that will call methods on DescribeRouteTablesRequest.Builder
to create a
request.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 Virtual Private Cloud User Guide.
default DescribeRouteTablesPublisher describeRouteTablesPaginator()
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 Virtual Private Cloud User Guide.
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.
default DescribeRouteTablesPublisher describeRouteTablesPaginator(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 Virtual Private Cloud User Guide.
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.
describeRouteTablesRequest
- default DescribeRouteTablesPublisher describeRouteTablesPaginator(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 Virtual Private Cloud User Guide.
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()
describeRouteTablesRequest
- A Consumer
that will call methods on DescribeRouteTablesRequest.Builder
to create a
request.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.
describeScheduledInstanceAvailabilityRequest
- Contains the parameters for 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()
describeScheduledInstanceAvailabilityRequest
- A Consumer
that will call methods on DescribeScheduledInstanceAvailabilityRequest.Builder
to create a request. Contains the parameters for DescribeScheduledInstanceAvailability.default DescribeScheduledInstanceAvailabilityPublisher describeScheduledInstanceAvailabilityPaginator(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.
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.
describeScheduledInstanceAvailabilityRequest
- Contains the parameters for DescribeScheduledInstanceAvailability.default DescribeScheduledInstanceAvailabilityPublisher describeScheduledInstanceAvailabilityPaginator(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 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()
describeScheduledInstanceAvailabilityRequest
- A Consumer
that will call methods on DescribeScheduledInstanceAvailabilityRequest.Builder
to create a request. Contains the parameters for DescribeScheduledInstanceAvailability.default CompletableFuture<DescribeScheduledInstancesResponse> describeScheduledInstances(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
describeScheduledInstancesRequest
- Contains the parameters for 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()
describeScheduledInstancesRequest
- A Consumer
that will call methods on DescribeScheduledInstancesRequest.Builder
to create a
request. Contains the parameters for DescribeScheduledInstances.default CompletableFuture<DescribeScheduledInstancesResponse> describeScheduledInstances()
Describes the specified Scheduled Instances or all your Scheduled Instances.
default DescribeScheduledInstancesPublisher describeScheduledInstancesPaginator()
Describes the specified Scheduled Instances or all your Scheduled Instances.
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.
default DescribeScheduledInstancesPublisher describeScheduledInstancesPaginator(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
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.
describeScheduledInstancesRequest
- Contains the parameters for DescribeScheduledInstances.default DescribeScheduledInstancesPublisher describeScheduledInstancesPaginator(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
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()
describeScheduledInstancesRequest
- A Consumer
that will call methods on DescribeScheduledInstancesRequest.Builder
to create a
request. Contains the parameters for DescribeScheduledInstances.default CompletableFuture<DescribeSecurityGroupReferencesResponse> describeSecurityGroupReferences(DescribeSecurityGroupReferencesRequest describeSecurityGroupReferencesRequest)
[VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.
describeSecurityGroupReferencesRequest
- default CompletableFuture<DescribeSecurityGroupReferencesResponse> describeSecurityGroupReferences(Consumer<DescribeSecurityGroupReferencesRequest.Builder> describeSecurityGroupReferencesRequest)
[VPC only] 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()
describeSecurityGroupReferencesRequest
- A Consumer
that will call methods on DescribeSecurityGroupReferencesRequest.Builder
to
create a request.default CompletableFuture<DescribeSecurityGroupRulesResponse> describeSecurityGroupRules(DescribeSecurityGroupRulesRequest describeSecurityGroupRulesRequest)
Describes one or more of your security group rules.
describeSecurityGroupRulesRequest
- 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()
describeSecurityGroupRulesRequest
- A Consumer
that will call methods on DescribeSecurityGroupRulesRequest.Builder
to create a
request.default DescribeSecurityGroupRulesPublisher describeSecurityGroupRulesPaginator(DescribeSecurityGroupRulesRequest describeSecurityGroupRulesRequest)
Describes one or more of your security group rules.
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.
describeSecurityGroupRulesRequest
- default DescribeSecurityGroupRulesPublisher describeSecurityGroupRulesPaginator(Consumer<DescribeSecurityGroupRulesRequest.Builder> describeSecurityGroupRulesRequest)
Describes one or more of your security group rules.
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()
describeSecurityGroupRulesRequest
- A Consumer
that will call methods on DescribeSecurityGroupRulesRequest.Builder
to create a
request.default CompletableFuture<DescribeSecurityGroupsResponse> describeSecurityGroups(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. 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.
describeSecurityGroupsRequest
- default CompletableFuture<DescribeSecurityGroupsResponse> describeSecurityGroups(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. 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.
This is a convenience which creates an instance of the DescribeSecurityGroupsRequest.Builder
avoiding the
need to create one manually via DescribeSecurityGroupsRequest.builder()
describeSecurityGroupsRequest
- A Consumer
that will call methods on DescribeSecurityGroupsRequest.Builder
to create a
request.default CompletableFuture<DescribeSecurityGroupsResponse> describeSecurityGroups()
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. 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.
default DescribeSecurityGroupsPublisher describeSecurityGroupsPaginator()
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. 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.
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.
default DescribeSecurityGroupsPublisher describeSecurityGroupsPaginator(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. 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.
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.
describeSecurityGroupsRequest
- default DescribeSecurityGroupsPublisher describeSecurityGroupsPaginator(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. 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.
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()
describeSecurityGroupsRequest
- A Consumer
that will call methods on DescribeSecurityGroupsRequest.Builder
to create a
request.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 Elastic Compute Cloud User Guide.
describeSnapshotAttributeRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeSnapshotAttributeRequest.Builder
avoiding
the need to create one manually via DescribeSnapshotAttributeRequest.builder()
describeSnapshotAttributeRequest
- A Consumer
that will call methods on DescribeSnapshotAttributeRequest.Builder
to create a
request.default CompletableFuture<DescribeSnapshotTierStatusResponse> describeSnapshotTierStatus(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
describeSnapshotTierStatusRequest
- 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()
describeSnapshotTierStatusRequest
- A Consumer
that will call methods on DescribeSnapshotTierStatusRequest.Builder
to create a
request.default DescribeSnapshotTierStatusPublisher describeSnapshotTierStatusPaginator(DescribeSnapshotTierStatusRequest describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
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.
describeSnapshotTierStatusRequest
- default DescribeSnapshotTierStatusPublisher describeSnapshotTierStatusPaginator(Consumer<DescribeSnapshotTierStatusRequest.Builder> describeSnapshotTierStatusRequest)
Describes the storage tier status of one or more Amazon EBS snapshots.
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()
describeSnapshotTierStatusRequest
- A Consumer
that will call methods on DescribeSnapshotTierStatusRequest.Builder
to create a
request.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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeSnapshots
request to
retrieve the remaining results.
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 Elastic Compute Cloud User Guide.
describeSnapshotsRequest
- 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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeSnapshots
request to
retrieve the remaining results.
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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeSnapshotsRequest.Builder
avoiding the need
to create one manually via DescribeSnapshotsRequest.builder()
describeSnapshotsRequest
- A Consumer
that will call methods on DescribeSnapshotsRequest.Builder
to create a request.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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeSnapshots
request to
retrieve the remaining results.
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 Elastic Compute Cloud User Guide.
default DescribeSnapshotsPublisher describeSnapshotsPaginator()
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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeSnapshots
request to
retrieve the remaining results.
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 Elastic Compute Cloud User Guide.
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.
default DescribeSnapshotsPublisher describeSnapshotsPaginator(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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeSnapshots
request to
retrieve the remaining results.
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 Elastic Compute Cloud User Guide.
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.
describeSnapshotsRequest
- default DescribeSnapshotsPublisher describeSnapshotsPaginator(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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeSnapshots
request to
retrieve the remaining results.
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 Elastic Compute Cloud User Guide.
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()
describeSnapshotsRequest
- A Consumer
that will call methods on DescribeSnapshotsRequest.Builder
to create a request.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.
describeSpotDatafeedSubscriptionRequest
- Contains the parameters for 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()
describeSpotDatafeedSubscriptionRequest
- A Consumer
that will call methods on DescribeSpotDatafeedSubscriptionRequest.Builder
to
create a request. Contains the parameters for 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.
default CompletableFuture<DescribeSpotFleetInstancesResponse> describeSpotFleetInstances(DescribeSpotFleetInstancesRequest describeSpotFleetInstancesRequest)
Describes the running instances for the specified Spot Fleet.
describeSpotFleetInstancesRequest
- Contains the parameters for 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()
describeSpotFleetInstancesRequest
- A Consumer
that will call methods on DescribeSpotFleetInstancesRequest.Builder
to create a
request. Contains the parameters for DescribeSpotFleetInstances.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 for Linux Instances.
describeSpotFleetRequestHistoryRequest
- Contains the parameters for 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 for Linux Instances.
This is a convenience which creates an instance of the DescribeSpotFleetRequestHistoryRequest.Builder
avoiding the need to create one manually via DescribeSpotFleetRequestHistoryRequest.builder()
describeSpotFleetRequestHistoryRequest
- A Consumer
that will call methods on DescribeSpotFleetRequestHistoryRequest.Builder
to
create a request. Contains the parameters for DescribeSpotFleetRequestHistory.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.
describeSpotFleetRequestsRequest
- Contains the parameters for 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()
describeSpotFleetRequestsRequest
- A Consumer
that will call methods on DescribeSpotFleetRequestsRequest.Builder
to create a
request. Contains the parameters for 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.
default DescribeSpotFleetRequestsPublisher describeSpotFleetRequestsPaginator()
Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
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.
default DescribeSpotFleetRequestsPublisher describeSpotFleetRequestsPaginator(DescribeSpotFleetRequestsRequest 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 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.
describeSpotFleetRequestsRequest
- Contains the parameters for DescribeSpotFleetRequests.default DescribeSpotFleetRequestsPublisher describeSpotFleetRequestsPaginator(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 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()
describeSpotFleetRequestsRequest
- A Consumer
that will call methods on DescribeSpotFleetRequestsRequest.Builder
to create a
request. Contains the parameters for DescribeSpotFleetRequests.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 results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
describeSpotInstanceRequestsRequest
- Contains the parameters for 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 results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
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()
describeSpotInstanceRequestsRequest
- A Consumer
that will call methods on DescribeSpotInstanceRequestsRequest.Builder
to create
a request. Contains the parameters for 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 results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
default DescribeSpotInstanceRequestsPublisher describeSpotInstanceRequestsPaginator()
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 results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
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.
default DescribeSpotInstanceRequestsPublisher describeSpotInstanceRequestsPaginator(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 results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
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.
describeSpotInstanceRequestsRequest
- Contains the parameters for DescribeSpotInstanceRequests.default DescribeSpotInstanceRequestsPublisher describeSpotInstanceRequestsPaginator(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 results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
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()
describeSpotInstanceRequestsRequest
- A Consumer
that will call methods on DescribeSpotInstanceRequestsRequest.Builder
to create
a request. Contains the parameters for DescribeSpotInstanceRequests.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.
describeSpotPriceHistoryRequest
- Contains the parameters for 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()
describeSpotPriceHistoryRequest
- A Consumer
that will call methods on DescribeSpotPriceHistoryRequest.Builder
to create a
request. Contains the parameters for 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.
default DescribeSpotPriceHistoryPublisher describeSpotPriceHistoryPaginator()
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 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.
default DescribeSpotPriceHistoryPublisher describeSpotPriceHistoryPaginator(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.
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.
describeSpotPriceHistoryRequest
- Contains the parameters for DescribeSpotPriceHistory.default DescribeSpotPriceHistoryPublisher describeSpotPriceHistoryPaginator(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 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()
describeSpotPriceHistoryRequest
- A Consumer
that will call methods on DescribeSpotPriceHistoryRequest.Builder
to create a
request. Contains the parameters for DescribeSpotPriceHistory.default CompletableFuture<DescribeStaleSecurityGroupsResponse> describeStaleSecurityGroups(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)
[VPC only] 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 in a peer VPC, or if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.
describeStaleSecurityGroupsRequest
- default CompletableFuture<DescribeStaleSecurityGroupsResponse> describeStaleSecurityGroups(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest)
[VPC only] 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 in a peer VPC, or 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()
describeStaleSecurityGroupsRequest
- A Consumer
that will call methods on DescribeStaleSecurityGroupsRequest.Builder
to create
a request.default DescribeStaleSecurityGroupsPublisher describeStaleSecurityGroupsPaginator(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)
[VPC only] 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 in a peer VPC, or if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.
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.
describeStaleSecurityGroupsRequest
- default DescribeStaleSecurityGroupsPublisher describeStaleSecurityGroupsPaginator(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest)
[VPC only] 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 in a peer VPC, or if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.
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()
describeStaleSecurityGroupsRequest
- A Consumer
that will call methods on DescribeStaleSecurityGroupsRequest.Builder
to create
a request.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 Elastic Compute Cloud User Guide.
For more information, see Store and restore an AMI using Amazon S3 in the Amazon Elastic Compute Cloud User Guide.
describeStoreImageTasksRequest
- 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 Elastic Compute Cloud User Guide.
For more information, see Store and restore an AMI using Amazon S3 in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeStoreImageTasksRequest.Builder
avoiding
the need to create one manually via DescribeStoreImageTasksRequest.builder()
describeStoreImageTasksRequest
- A Consumer
that will call methods on DescribeStoreImageTasksRequest.Builder
to create a
request.default DescribeStoreImageTasksPublisher describeStoreImageTasksPaginator(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 Elastic Compute Cloud User Guide.
For more information, see Store and restore an AMI using Amazon S3 in the Amazon Elastic Compute Cloud User Guide.
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.
describeStoreImageTasksRequest
- default DescribeStoreImageTasksPublisher describeStoreImageTasksPaginator(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 Elastic Compute Cloud User Guide.
For more information, see Store and restore an AMI using Amazon S3 in the Amazon Elastic Compute Cloud User Guide.
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()
describeStoreImageTasksRequest
- A Consumer
that will call methods on DescribeStoreImageTasksRequest.Builder
to create a
request.default CompletableFuture<DescribeSubnetsResponse> describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
Describes one or more of your subnets.
For more information, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
describeSubnetsRequest
- default CompletableFuture<DescribeSubnetsResponse> describeSubnets(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest)
Describes one or more of your subnets.
For more information, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the DescribeSubnetsRequest.Builder
avoiding the need
to create one manually via DescribeSubnetsRequest.builder()
describeSubnetsRequest
- A Consumer
that will call methods on DescribeSubnetsRequest.Builder
to create a request.default CompletableFuture<DescribeSubnetsResponse> describeSubnets()
Describes one or more of your subnets.
For more information, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
default DescribeSubnetsPublisher describeSubnetsPaginator()
Describes one or more of your subnets.
For more information, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
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.
default DescribeSubnetsPublisher describeSubnetsPaginator(DescribeSubnetsRequest describeSubnetsRequest)
Describes one or more of your subnets.
For more information, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
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.
describeSubnetsRequest
- default DescribeSubnetsPublisher describeSubnetsPaginator(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest)
Describes one or more of your subnets.
For more information, see Your VPC and subnets in the Amazon Virtual Private Cloud User Guide.
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()
describeSubnetsRequest
- A Consumer
that will call methods on DescribeSubnetsRequest.Builder
to create a request.default CompletableFuture<DescribeTagsResponse> describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
describeTagsRequest
- default CompletableFuture<DescribeTagsResponse> describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeTagsRequest.Builder
avoiding the need to
create one manually via DescribeTagsRequest.builder()
describeTagsRequest
- A Consumer
that will call methods on DescribeTagsRequest.Builder
to create a request.default CompletableFuture<DescribeTagsResponse> describeTags()
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
default DescribeTagsPublisher describeTagsPaginator()
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
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.
default DescribeTagsPublisher describeTagsPaginator(DescribeTagsRequest describeTagsRequest)
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
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.
describeTagsRequest
- default DescribeTagsPublisher describeTagsPaginator(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
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()
describeTagsRequest
- A Consumer
that will call methods on DescribeTagsRequest.Builder
to create a request.default CompletableFuture<DescribeTrafficMirrorFiltersResponse> describeTrafficMirrorFilters(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
describeTrafficMirrorFiltersRequest
- 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()
describeTrafficMirrorFiltersRequest
- A Consumer
that will call methods on DescribeTrafficMirrorFiltersRequest.Builder
to create
a request.default DescribeTrafficMirrorFiltersPublisher describeTrafficMirrorFiltersPaginator(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
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.
describeTrafficMirrorFiltersRequest
- default DescribeTrafficMirrorFiltersPublisher describeTrafficMirrorFiltersPaginator(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
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()
describeTrafficMirrorFiltersRequest
- A Consumer
that will call methods on DescribeTrafficMirrorFiltersRequest.Builder
to create
a request.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.
describeTrafficMirrorSessionsRequest
- 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()
describeTrafficMirrorSessionsRequest
- A Consumer
that will call methods on DescribeTrafficMirrorSessionsRequest.Builder
to
create a request.default DescribeTrafficMirrorSessionsPublisher describeTrafficMirrorSessionsPaginator(DescribeTrafficMirrorSessionsRequest 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 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.
describeTrafficMirrorSessionsRequest
- default DescribeTrafficMirrorSessionsPublisher describeTrafficMirrorSessionsPaginator(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 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()
describeTrafficMirrorSessionsRequest
- A Consumer
that will call methods on DescribeTrafficMirrorSessionsRequest.Builder
to
create a request.default CompletableFuture<DescribeTrafficMirrorTargetsResponse> describeTrafficMirrorTargets(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
describeTrafficMirrorTargetsRequest
- 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()
describeTrafficMirrorTargetsRequest
- A Consumer
that will call methods on DescribeTrafficMirrorTargetsRequest.Builder
to create
a request.default DescribeTrafficMirrorTargetsPublisher describeTrafficMirrorTargetsPaginator(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
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.
describeTrafficMirrorTargetsRequest
- default DescribeTrafficMirrorTargetsPublisher describeTrafficMirrorTargetsPaginator(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
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()
describeTrafficMirrorTargetsRequest
- A Consumer
that will call methods on DescribeTrafficMirrorTargetsRequest.Builder
to create
a request.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.
describeTransitGatewayAttachmentsRequest
- 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()
describeTransitGatewayAttachmentsRequest
- A Consumer
that will call methods on DescribeTransitGatewayAttachmentsRequest.Builder
to
create a request.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.
default DescribeTransitGatewayAttachmentsPublisher describeTransitGatewayAttachmentsPaginator()
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 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.
default DescribeTransitGatewayAttachmentsPublisher describeTransitGatewayAttachmentsPaginator(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.
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.
describeTransitGatewayAttachmentsRequest
- default DescribeTransitGatewayAttachmentsPublisher describeTransitGatewayAttachmentsPaginator(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 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()
describeTransitGatewayAttachmentsRequest
- A Consumer
that will call methods on DescribeTransitGatewayAttachmentsRequest.Builder
to
create a request.default CompletableFuture<DescribeTransitGatewayConnectPeersResponse> describeTransitGatewayConnectPeers(DescribeTransitGatewayConnectPeersRequest describeTransitGatewayConnectPeersRequest)
Describes one or more Connect peers.
describeTransitGatewayConnectPeersRequest
- 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()
describeTransitGatewayConnectPeersRequest
- A Consumer
that will call methods on DescribeTransitGatewayConnectPeersRequest.Builder
to
create a request.default DescribeTransitGatewayConnectPeersPublisher describeTransitGatewayConnectPeersPaginator(DescribeTransitGatewayConnectPeersRequest describeTransitGatewayConnectPeersRequest)
Describes one or more Connect peers.
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.
describeTransitGatewayConnectPeersRequest
- default DescribeTransitGatewayConnectPeersPublisher describeTransitGatewayConnectPeersPaginator(Consumer<DescribeTransitGatewayConnectPeersRequest.Builder> describeTransitGatewayConnectPeersRequest)
Describes one or more Connect peers.
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()
describeTransitGatewayConnectPeersRequest
- A Consumer
that will call methods on DescribeTransitGatewayConnectPeersRequest.Builder
to
create a request.default CompletableFuture<DescribeTransitGatewayConnectsResponse> describeTransitGatewayConnects(DescribeTransitGatewayConnectsRequest describeTransitGatewayConnectsRequest)
Describes one or more Connect attachments.
describeTransitGatewayConnectsRequest
- 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()
describeTransitGatewayConnectsRequest
- A Consumer
that will call methods on DescribeTransitGatewayConnectsRequest.Builder
to
create a request.default DescribeTransitGatewayConnectsPublisher describeTransitGatewayConnectsPaginator(DescribeTransitGatewayConnectsRequest describeTransitGatewayConnectsRequest)
Describes one or more Connect attachments.
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.
describeTransitGatewayConnectsRequest
- default DescribeTransitGatewayConnectsPublisher describeTransitGatewayConnectsPaginator(Consumer<DescribeTransitGatewayConnectsRequest.Builder> describeTransitGatewayConnectsRequest)
Describes one or more Connect attachments.
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()
describeTransitGatewayConnectsRequest
- A Consumer
that will call methods on DescribeTransitGatewayConnectsRequest.Builder
to
create a request.default CompletableFuture<DescribeTransitGatewayMulticastDomainsResponse> describeTransitGatewayMulticastDomains(DescribeTransitGatewayMulticastDomainsRequest describeTransitGatewayMulticastDomainsRequest)
Describes one or more transit gateway multicast domains.
describeTransitGatewayMulticastDomainsRequest
- 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()
describeTransitGatewayMulticastDomainsRequest
- A Consumer
that will call methods on DescribeTransitGatewayMulticastDomainsRequest.Builder
to create a request.default DescribeTransitGatewayMulticastDomainsPublisher describeTransitGatewayMulticastDomainsPaginator(DescribeTransitGatewayMulticastDomainsRequest describeTransitGatewayMulticastDomainsRequest)
Describes one or more transit gateway multicast domains.
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.
describeTransitGatewayMulticastDomainsRequest
- default DescribeTransitGatewayMulticastDomainsPublisher describeTransitGatewayMulticastDomainsPaginator(Consumer<DescribeTransitGatewayMulticastDomainsRequest.Builder> describeTransitGatewayMulticastDomainsRequest)
Describes one or more transit gateway multicast domains.
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()
describeTransitGatewayMulticastDomainsRequest
- A Consumer
that will call methods on DescribeTransitGatewayMulticastDomainsRequest.Builder
to create a request.default CompletableFuture<DescribeTransitGatewayPeeringAttachmentsResponse> describeTransitGatewayPeeringAttachments(DescribeTransitGatewayPeeringAttachmentsRequest describeTransitGatewayPeeringAttachmentsRequest)
Describes your transit gateway peering attachments.
describeTransitGatewayPeeringAttachmentsRequest
- 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()
describeTransitGatewayPeeringAttachmentsRequest
- A Consumer
that will call methods on
DescribeTransitGatewayPeeringAttachmentsRequest.Builder
to create a request.default DescribeTransitGatewayPeeringAttachmentsPublisher describeTransitGatewayPeeringAttachmentsPaginator(DescribeTransitGatewayPeeringAttachmentsRequest describeTransitGatewayPeeringAttachmentsRequest)
Describes your transit gateway peering attachments.
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.
describeTransitGatewayPeeringAttachmentsRequest
- default DescribeTransitGatewayPeeringAttachmentsPublisher describeTransitGatewayPeeringAttachmentsPaginator(Consumer<DescribeTransitGatewayPeeringAttachmentsRequest.Builder> describeTransitGatewayPeeringAttachmentsRequest)
Describes your transit gateway peering attachments.
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()
describeTransitGatewayPeeringAttachmentsRequest
- A Consumer
that will call methods on
DescribeTransitGatewayPeeringAttachmentsRequest.Builder
to create a request.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.
describeTransitGatewayRouteTablesRequest
- 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()
describeTransitGatewayRouteTablesRequest
- A Consumer
that will call methods on DescribeTransitGatewayRouteTablesRequest.Builder
to
create a request.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.
default DescribeTransitGatewayRouteTablesPublisher describeTransitGatewayRouteTablesPaginator()
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 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.
default DescribeTransitGatewayRouteTablesPublisher describeTransitGatewayRouteTablesPaginator(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.
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.
describeTransitGatewayRouteTablesRequest
- default DescribeTransitGatewayRouteTablesPublisher describeTransitGatewayRouteTablesPaginator(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 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()
describeTransitGatewayRouteTablesRequest
- A Consumer
that will call methods on DescribeTransitGatewayRouteTablesRequest.Builder
to
create a request.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.
describeTransitGatewayVpcAttachmentsRequest
- 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()
describeTransitGatewayVpcAttachmentsRequest
- A Consumer
that will call methods on DescribeTransitGatewayVpcAttachmentsRequest.Builder
to create a request.default CompletableFuture<DescribeTransitGatewayVpcAttachmentsResponse> describeTransitGatewayVpcAttachments()
Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.
default DescribeTransitGatewayVpcAttachmentsPublisher describeTransitGatewayVpcAttachmentsPaginator()
Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.
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.
default DescribeTransitGatewayVpcAttachmentsPublisher describeTransitGatewayVpcAttachmentsPaginator(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest)
Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.
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.
describeTransitGatewayVpcAttachmentsRequest
- default DescribeTransitGatewayVpcAttachmentsPublisher describeTransitGatewayVpcAttachmentsPaginator(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 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()
describeTransitGatewayVpcAttachmentsRequest
- A Consumer
that will call methods on DescribeTransitGatewayVpcAttachmentsRequest.Builder
to create a request.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.
describeTransitGatewaysRequest
- 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()
describeTransitGatewaysRequest
- A Consumer
that will call methods on DescribeTransitGatewaysRequest.Builder
to create a
request.default CompletableFuture<DescribeTransitGatewaysResponse> describeTransitGateways()
Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.
default DescribeTransitGatewaysPublisher describeTransitGatewaysPaginator()
Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.
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.
default DescribeTransitGatewaysPublisher describeTransitGatewaysPaginator(DescribeTransitGatewaysRequest describeTransitGatewaysRequest)
Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.
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.
describeTransitGatewaysRequest
- default DescribeTransitGatewaysPublisher describeTransitGatewaysPaginator(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 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()
describeTransitGatewaysRequest
- A Consumer
that will call methods on DescribeTransitGatewaysRequest.Builder
to create a
request.default CompletableFuture<DescribeTrunkInterfaceAssociationsResponse> describeTrunkInterfaceAssociations(DescribeTrunkInterfaceAssociationsRequest describeTrunkInterfaceAssociationsRequest)
This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.
Describes one or more network interface trunk associations.
describeTrunkInterfaceAssociationsRequest
- default CompletableFuture<DescribeTrunkInterfaceAssociationsResponse> describeTrunkInterfaceAssociations(Consumer<DescribeTrunkInterfaceAssociationsRequest.Builder> describeTrunkInterfaceAssociationsRequest)
This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.
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()
describeTrunkInterfaceAssociationsRequest
- A Consumer
that will call methods on DescribeTrunkInterfaceAssociationsRequest.Builder
to
create a request.default DescribeTrunkInterfaceAssociationsPublisher describeTrunkInterfaceAssociationsPaginator(DescribeTrunkInterfaceAssociationsRequest describeTrunkInterfaceAssociationsRequest)
This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.
Describes one or more network interface trunk associations.
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.
describeTrunkInterfaceAssociationsRequest
- default DescribeTrunkInterfaceAssociationsPublisher describeTrunkInterfaceAssociationsPaginator(Consumer<DescribeTrunkInterfaceAssociationsRequest.Builder> describeTrunkInterfaceAssociationsRequest)
This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.
Describes one or more network interface trunk associations.
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()
describeTrunkInterfaceAssociationsRequest
- A Consumer
that will call methods on DescribeTrunkInterfaceAssociationsRequest.Builder
to
create a request.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 Elastic Compute Cloud User Guide.
describeVolumeAttributeRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeVolumeAttributeRequest.Builder
avoiding
the need to create one manually via DescribeVolumeAttributeRequest.builder()
describeVolumeAttributeRequest
- A Consumer
that will call methods on DescribeVolumeAttributeRequest.Builder
to create a
request.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 Elastic Compute Cloud 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.)
describeVolumeStatusRequest
- 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 Elastic Compute Cloud 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.)
This is a convenience which creates an instance of the DescribeVolumeStatusRequest.Builder
avoiding the
need to create one manually via DescribeVolumeStatusRequest.builder()
describeVolumeStatusRequest
- A Consumer
that will call methods on DescribeVolumeStatusRequest.Builder
to create a
request.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 Elastic Compute Cloud 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.)
default DescribeVolumeStatusPublisher describeVolumeStatusPaginator()
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 Elastic Compute Cloud 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.)
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.
default DescribeVolumeStatusPublisher describeVolumeStatusPaginator(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 Elastic Compute Cloud 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.)
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.
describeVolumeStatusRequest
- default DescribeVolumeStatusPublisher describeVolumeStatusPaginator(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 Elastic Compute Cloud 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.)
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()
describeVolumeStatusRequest
- A Consumer
that will call methods on DescribeVolumeStatusRequest.Builder
to create a
request.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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeVolumes
request to
retrieve the remaining results.
For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
describeVolumesRequest
- 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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeVolumes
request to
retrieve the remaining results.
For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeVolumesRequest.Builder
avoiding the need
to create one manually via DescribeVolumesRequest.builder()
describeVolumesRequest
- A Consumer
that will call methods on DescribeVolumesRequest.Builder
to create a request.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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeVolumes
request to
retrieve the remaining results.
For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
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 Elastic Compute Cloud User Guide.
describeVolumesModificationsRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeVolumesModificationsRequest.Builder
avoiding the need to create one manually via DescribeVolumesModificationsRequest.builder()
describeVolumesModificationsRequest
- A Consumer
that will call methods on DescribeVolumesModificationsRequest.Builder
to create
a request.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 Elastic Compute Cloud User Guide.
default DescribeVolumesModificationsPublisher describeVolumesModificationsPaginator()
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 Elastic Compute Cloud User Guide.
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.
default DescribeVolumesModificationsPublisher describeVolumesModificationsPaginator(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 Elastic Compute Cloud User Guide.
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.
describeVolumesModificationsRequest
- default DescribeVolumesModificationsPublisher describeVolumesModificationsPaginator(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 Elastic Compute Cloud User Guide.
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()
describeVolumesModificationsRequest
- A Consumer
that will call methods on DescribeVolumesModificationsRequest.Builder
to create
a request.default DescribeVolumesPublisher describeVolumesPaginator()
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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeVolumes
request to
retrieve the remaining results.
For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
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.
default DescribeVolumesPublisher describeVolumesPaginator(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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeVolumes
request to
retrieve the remaining results.
For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
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.
describeVolumesRequest
- default DescribeVolumesPublisher describeVolumesPaginator(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. The MaxResults
parameter sets the maximum number of results returned in a single page.
If the list of results exceeds your MaxResults
value, then that number of results is returned along
with a NextToken
value that can be passed to a subsequent DescribeVolumes
request to
retrieve the remaining results.
For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.
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()
describeVolumesRequest
- A Consumer
that will call methods on DescribeVolumesRequest.Builder
to create a request.default CompletableFuture<DescribeVpcAttributeResponse> describeVpcAttribute(DescribeVpcAttributeRequest describeVpcAttributeRequest)
Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.
describeVpcAttributeRequest
- 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()
describeVpcAttributeRequest
- A Consumer
that will call methods on DescribeVpcAttributeRequest.Builder
to create a
request.default CompletableFuture<DescribeVpcClassicLinkResponse> describeVpcClassicLink(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest)
Describes the ClassicLink status of one or more VPCs.
describeVpcClassicLinkRequest
- default CompletableFuture<DescribeVpcClassicLinkResponse> describeVpcClassicLink(Consumer<DescribeVpcClassicLinkRequest.Builder> describeVpcClassicLinkRequest)
Describes the ClassicLink status of one or more VPCs.
This is a convenience which creates an instance of the DescribeVpcClassicLinkRequest.Builder
avoiding the
need to create one manually via DescribeVpcClassicLinkRequest.builder()
describeVpcClassicLinkRequest
- A Consumer
that will call methods on DescribeVpcClassicLinkRequest.Builder
to create a
request.default CompletableFuture<DescribeVpcClassicLinkResponse> describeVpcClassicLink()
Describes the ClassicLink status of one or more VPCs.
default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
describeVpcClassicLinkDnsSupportRequest
- default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeVpcClassicLinkDnsSupportRequest.Builder
avoiding the need to create one manually via DescribeVpcClassicLinkDnsSupportRequest.builder()
describeVpcClassicLinkDnsSupportRequest
- A Consumer
that will call methods on DescribeVpcClassicLinkDnsSupportRequest.Builder
to
create a request.default CompletableFuture<DescribeVpcClassicLinkDnsSupportResponse> describeVpcClassicLinkDnsSupport()
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
default DescribeVpcClassicLinkDnsSupportPublisher describeVpcClassicLinkDnsSupportPaginator()
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
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.
default DescribeVpcClassicLinkDnsSupportPublisher describeVpcClassicLinkDnsSupportPaginator(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
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.
describeVpcClassicLinkDnsSupportRequest
- default DescribeVpcClassicLinkDnsSupportPublisher describeVpcClassicLinkDnsSupportPaginator(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
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()
describeVpcClassicLinkDnsSupportRequest
- A Consumer
that will call methods on DescribeVpcClassicLinkDnsSupportRequest.Builder
to
create a request.default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse> describeVpcEndpointConnectionNotifications(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
describeVpcEndpointConnectionNotificationsRequest
- 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()
describeVpcEndpointConnectionNotificationsRequest
- A Consumer
that will call methods on
DescribeVpcEndpointConnectionNotificationsRequest.Builder
to create a request.default CompletableFuture<DescribeVpcEndpointConnectionNotificationsResponse> describeVpcEndpointConnectionNotifications()
Describes the connection notifications for VPC endpoints and VPC endpoint services.
default DescribeVpcEndpointConnectionNotificationsPublisher describeVpcEndpointConnectionNotificationsPaginator()
Describes the connection notifications for VPC endpoints and VPC endpoint services.
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.
default DescribeVpcEndpointConnectionNotificationsPublisher describeVpcEndpointConnectionNotificationsPaginator(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
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.
describeVpcEndpointConnectionNotificationsRequest
- default DescribeVpcEndpointConnectionNotificationsPublisher describeVpcEndpointConnectionNotificationsPaginator(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
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()
describeVpcEndpointConnectionNotificationsRequest
- A Consumer
that will call methods on
DescribeVpcEndpointConnectionNotificationsRequest.Builder
to create a request.default CompletableFuture<DescribeVpcEndpointConnectionsResponse> describeVpcEndpointConnections(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest)
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
describeVpcEndpointConnectionsRequest
- 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()
describeVpcEndpointConnectionsRequest
- A Consumer
that will call methods on DescribeVpcEndpointConnectionsRequest.Builder
to
create a request.default CompletableFuture<DescribeVpcEndpointConnectionsResponse> describeVpcEndpointConnections()
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
default DescribeVpcEndpointConnectionsPublisher describeVpcEndpointConnectionsPaginator()
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
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.
default DescribeVpcEndpointConnectionsPublisher describeVpcEndpointConnectionsPaginator(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest)
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
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.
describeVpcEndpointConnectionsRequest
- default DescribeVpcEndpointConnectionsPublisher describeVpcEndpointConnectionsPaginator(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 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()
describeVpcEndpointConnectionsRequest
- A Consumer
that will call methods on DescribeVpcEndpointConnectionsRequest.Builder
to
create a request.default CompletableFuture<DescribeVpcEndpointServiceConfigurationsResponse> describeVpcEndpointServiceConfigurations(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
describeVpcEndpointServiceConfigurationsRequest
- 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()
describeVpcEndpointServiceConfigurationsRequest
- A Consumer
that will call methods on
DescribeVpcEndpointServiceConfigurationsRequest.Builder
to create a request.default CompletableFuture<DescribeVpcEndpointServiceConfigurationsResponse> describeVpcEndpointServiceConfigurations()
Describes the VPC endpoint service configurations in your account (your services).
default DescribeVpcEndpointServiceConfigurationsPublisher describeVpcEndpointServiceConfigurationsPaginator()
Describes the VPC endpoint service configurations in your account (your services).
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.
default DescribeVpcEndpointServiceConfigurationsPublisher describeVpcEndpointServiceConfigurationsPaginator(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
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.
describeVpcEndpointServiceConfigurationsRequest
- default DescribeVpcEndpointServiceConfigurationsPublisher describeVpcEndpointServiceConfigurationsPaginator(Consumer<DescribeVpcEndpointServiceConfigurationsRequest.Builder> describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
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()
describeVpcEndpointServiceConfigurationsRequest
- A Consumer
that will call methods on
DescribeVpcEndpointServiceConfigurationsRequest.Builder
to create a request.default CompletableFuture<DescribeVpcEndpointServicePermissionsResponse> describeVpcEndpointServicePermissions(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
describeVpcEndpointServicePermissionsRequest
- 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()
describeVpcEndpointServicePermissionsRequest
- A Consumer
that will call methods on DescribeVpcEndpointServicePermissionsRequest.Builder
to create a request.default DescribeVpcEndpointServicePermissionsPublisher describeVpcEndpointServicePermissionsPaginator(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
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.
describeVpcEndpointServicePermissionsRequest
- default DescribeVpcEndpointServicePermissionsPublisher describeVpcEndpointServicePermissionsPaginator(Consumer<DescribeVpcEndpointServicePermissionsRequest.Builder> describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
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()
describeVpcEndpointServicePermissionsRequest
- A Consumer
that will call methods on DescribeVpcEndpointServicePermissionsRequest.Builder
to create a request.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
.
describeVpcEndpointServicesRequest
- Contains the parameters for 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()
describeVpcEndpointServicesRequest
- A Consumer
that will call methods on DescribeVpcEndpointServicesRequest.Builder
to create
a request. Contains the parameters for 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
.
default CompletableFuture<DescribeVpcEndpointsResponse> describeVpcEndpoints(DescribeVpcEndpointsRequest describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
describeVpcEndpointsRequest
- Contains the parameters for DescribeVpcEndpoints.default CompletableFuture<DescribeVpcEndpointsResponse> describeVpcEndpoints(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest)
Describes one or more of 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()
describeVpcEndpointsRequest
- A Consumer
that will call methods on DescribeVpcEndpointsRequest.Builder
to create a
request. Contains the parameters for DescribeVpcEndpoints.default CompletableFuture<DescribeVpcEndpointsResponse> describeVpcEndpoints()
Describes one or more of your VPC endpoints.
default DescribeVpcEndpointsPublisher describeVpcEndpointsPaginator()
Describes one or more of your VPC endpoints.
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.
default DescribeVpcEndpointsPublisher describeVpcEndpointsPaginator(DescribeVpcEndpointsRequest describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
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.
describeVpcEndpointsRequest
- Contains the parameters for DescribeVpcEndpoints.default DescribeVpcEndpointsPublisher describeVpcEndpointsPaginator(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
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()
describeVpcEndpointsRequest
- A Consumer
that will call methods on DescribeVpcEndpointsRequest.Builder
to create a
request. Contains the parameters for DescribeVpcEndpoints.default CompletableFuture<DescribeVpcPeeringConnectionsResponse> describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
describeVpcPeeringConnectionsRequest
- 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()
describeVpcPeeringConnectionsRequest
- A Consumer
that will call methods on DescribeVpcPeeringConnectionsRequest.Builder
to
create a request.default CompletableFuture<DescribeVpcPeeringConnectionsResponse> describeVpcPeeringConnections()
Describes one or more of your VPC peering connections.
default DescribeVpcPeeringConnectionsPublisher describeVpcPeeringConnectionsPaginator()
Describes one or more of your VPC peering connections.
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.
default DescribeVpcPeeringConnectionsPublisher describeVpcPeeringConnectionsPaginator(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
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.
describeVpcPeeringConnectionsRequest
- default DescribeVpcPeeringConnectionsPublisher describeVpcPeeringConnectionsPaginator(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
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()
describeVpcPeeringConnectionsRequest
- A Consumer
that will call methods on DescribeVpcPeeringConnectionsRequest.Builder
to
create a request.default CompletableFuture<DescribeVpcsResponse> describeVpcs(DescribeVpcsRequest describeVpcsRequest)
Describes one or more of your VPCs.
describeVpcsRequest
- 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()
describeVpcsRequest
- A Consumer
that will call methods on DescribeVpcsRequest.Builder
to create a request.default CompletableFuture<DescribeVpcsResponse> describeVpcs()
Describes one or more of your VPCs.
default DescribeVpcsPublisher describeVpcsPaginator()
Describes one or more of your VPCs.
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.
default DescribeVpcsPublisher describeVpcsPaginator(DescribeVpcsRequest describeVpcsRequest)
Describes one or more of your VPCs.
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.
describeVpcsRequest
- default DescribeVpcsPublisher describeVpcsPaginator(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest)
Describes one or more of your VPCs.
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()
describeVpcsRequest
- A Consumer
that will call methods on DescribeVpcsRequest.Builder
to create a request.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.
describeVpnConnectionsRequest
- Contains the parameters for 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()
describeVpnConnectionsRequest
- A Consumer
that will call methods on DescribeVpnConnectionsRequest.Builder
to create a
request. Contains the parameters for 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.
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.
describeVpnGatewaysRequest
- Contains the parameters for 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()
describeVpnGatewaysRequest
- A Consumer
that will call methods on DescribeVpnGatewaysRequest.Builder
to create a
request. Contains the parameters for 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.
default CompletableFuture<DetachClassicLinkVpcResponse> detachClassicLinkVpc(DetachClassicLinkVpcRequest detachClassicLinkVpcRequest)
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.
detachClassicLinkVpcRequest
- default CompletableFuture<DetachClassicLinkVpcResponse> detachClassicLinkVpc(Consumer<DetachClassicLinkVpcRequest.Builder> detachClassicLinkVpcRequest)
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()
detachClassicLinkVpcRequest
- A Consumer
that will call methods on DetachClassicLinkVpcRequest.Builder
to create a
request.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.
detachInternetGatewayRequest
- 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()
detachInternetGatewayRequest
- A Consumer
that will call methods on DetachInternetGatewayRequest.Builder
to create a
request.default CompletableFuture<DetachNetworkInterfaceResponse> detachNetworkInterface(DetachNetworkInterfaceRequest detachNetworkInterfaceRequest)
Detaches a network interface from an instance.
detachNetworkInterfaceRequest
- Contains the parameters for 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()
detachNetworkInterfaceRequest
- A Consumer
that will call methods on DetachNetworkInterfaceRequest.Builder
to create a
request. Contains the parameters for DetachNetworkInterface.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.
For more information, see Detach an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.
detachVolumeRequest
- 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.
For more information, see Detach an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DetachVolumeRequest.Builder
avoiding the need to
create one manually via DetachVolumeRequest.builder()
detachVolumeRequest
- A Consumer
that will call methods on DetachVolumeRequest.Builder
to create a request.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.
detachVpnGatewayRequest
- Contains the parameters for 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()
detachVpnGatewayRequest
- A Consumer
that will call methods on DetachVpnGatewayRequest.Builder
to create a request.
Contains the parameters for DetachVpnGateway.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 Elastic Compute Cloud User Guide.
disableEbsEncryptionByDefaultRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DisableEbsEncryptionByDefaultRequest.Builder
avoiding the need to create one manually via DisableEbsEncryptionByDefaultRequest.builder()
disableEbsEncryptionByDefaultRequest
- A Consumer
that will call methods on DisableEbsEncryptionByDefaultRequest.Builder
to
create a request.default CompletableFuture<DisableFastLaunchResponse> disableFastLaunch(DisableFastLaunchRequest disableFastLaunchRequest)
Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots. When you disable faster launching, the AMI uses the standard launch process for each instance. All pre-provisioned snapshots must be removed before you can enable faster launching again.
To change these settings, you must own the AMI.
disableFastLaunchRequest
- default CompletableFuture<DisableFastLaunchResponse> disableFastLaunch(Consumer<DisableFastLaunchRequest.Builder> disableFastLaunchRequest)
Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots. When you disable faster launching, the AMI uses the standard launch process for each instance. All pre-provisioned snapshots must be removed before you can enable faster launching again.
To change these settings, you must own the AMI.
This is a convenience which creates an instance of the DisableFastLaunchRequest.Builder
avoiding the need
to create one manually via DisableFastLaunchRequest.builder()
disableFastLaunchRequest
- A Consumer
that will call methods on DisableFastLaunchRequest.Builder
to create a request.default CompletableFuture<DisableFastSnapshotRestoresResponse> disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
disableFastSnapshotRestoresRequest
- 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()
disableFastSnapshotRestoresRequest
- A Consumer
that will call methods on DisableFastSnapshotRestoresRequest.Builder
to create
a request.default CompletableFuture<DisableImageDeprecationResponse> disableImageDeprecation(DisableImageDeprecationRequest disableImageDeprecationRequest)
Cancels the deprecation of the specified AMI.
For more information, see Deprecate an AMI in the Amazon Elastic Compute Cloud User Guide.
disableImageDeprecationRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DisableImageDeprecationRequest.Builder
avoiding
the need to create one manually via DisableImageDeprecationRequest.builder()
disableImageDeprecationRequest
- A Consumer
that will call methods on DisableImageDeprecationRequest.Builder
to create a
request.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.
disableIpamOrganizationAdminAccountRequest
- 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()
disableIpamOrganizationAdminAccountRequest
- A Consumer
that will call methods on DisableIpamOrganizationAdminAccountRequest.Builder
to
create a request.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.
disableSerialConsoleAccessRequest
- 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()
disableSerialConsoleAccessRequest
- A Consumer
that will call methods on DisableSerialConsoleAccessRequest.Builder
to create a
request.default CompletableFuture<DisableTransitGatewayRouteTablePropagationResponse> disableTransitGatewayRouteTablePropagation(DisableTransitGatewayRouteTablePropagationRequest disableTransitGatewayRouteTablePropagationRequest)
Disables the specified resource attachment from propagating routes to the specified propagation route table.
disableTransitGatewayRouteTablePropagationRequest
- 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()
disableTransitGatewayRouteTablePropagationRequest
- A Consumer
that will call methods on
DisableTransitGatewayRouteTablePropagationRequest.Builder
to create a request.default CompletableFuture<DisableVgwRoutePropagationResponse> disableVgwRoutePropagation(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest)
Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.
disableVgwRoutePropagationRequest
- Contains the parameters for 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()
disableVgwRoutePropagationRequest
- A Consumer
that will call methods on DisableVgwRoutePropagationRequest.Builder
to create a
request. Contains the parameters for DisableVgwRoutePropagation.default CompletableFuture<DisableVpcClassicLinkResponse> disableVpcClassicLink(DisableVpcClassicLinkRequest disableVpcClassicLinkRequest)
Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.
disableVpcClassicLinkRequest
- default CompletableFuture<DisableVpcClassicLinkResponse> disableVpcClassicLink(Consumer<DisableVpcClassicLinkRequest.Builder> disableVpcClassicLinkRequest)
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()
disableVpcClassicLinkRequest
- A Consumer
that will call methods on DisableVpcClassicLinkRequest.Builder
to create a
request.default CompletableFuture<DisableVpcClassicLinkDnsSupportResponse> disableVpcClassicLinkDnsSupport(DisableVpcClassicLinkDnsSupportRequest disableVpcClassicLinkDnsSupportRequest)
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
You must specify a VPC ID in the request.
disableVpcClassicLinkDnsSupportRequest
- default CompletableFuture<DisableVpcClassicLinkDnsSupportResponse> disableVpcClassicLinkDnsSupport(Consumer<DisableVpcClassicLinkDnsSupportRequest.Builder> disableVpcClassicLinkDnsSupportRequest)
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
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()
disableVpcClassicLinkDnsSupportRequest
- A Consumer
that will call methods on DisableVpcClassicLinkDnsSupportRequest.Builder
to
create a request.default CompletableFuture<DisassociateAddressResponse> disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error.
disassociateAddressRequest
- default CompletableFuture<DisassociateAddressResponse> disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
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()
disassociateAddressRequest
- A Consumer
that will call methods on DisassociateAddressRequest.Builder
to create a
request.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
disassociateClientVpnTargetNetworkRequest
- 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()
disassociateClientVpnTargetNetworkRequest
- A Consumer
that will call methods on DisassociateClientVpnTargetNetworkRequest.Builder
to
create a request.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.
disassociateEnclaveCertificateIamRoleRequest
- 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()
disassociateEnclaveCertificateIamRoleRequest
- A Consumer
that will call methods on DisassociateEnclaveCertificateIamRoleRequest.Builder
to create a request.default CompletableFuture<DisassociateIamInstanceProfileResponse> disassociateIamInstanceProfile(DisassociateIamInstanceProfileRequest disassociateIamInstanceProfileRequest)
Disassociates an IAM instance profile from a running or stopped instance.
Use DescribeIamInstanceProfileAssociations to get the association ID.
disassociateIamInstanceProfileRequest
- 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()
disassociateIamInstanceProfileRequest
- A Consumer
that will call methods on DisassociateIamInstanceProfileRequest.Builder
to
create a request.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.
disassociateInstanceEventWindowRequest
- 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()
disassociateInstanceEventWindowRequest
- A Consumer
that will call methods on DisassociateInstanceEventWindowRequest.Builder
to
create a request.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 Virtual Private Cloud User Guide.
disassociateRouteTableRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the DisassociateRouteTableRequest.Builder
avoiding the
need to create one manually via DisassociateRouteTableRequest.builder()
disassociateRouteTableRequest
- A Consumer
that will call methods on DisassociateRouteTableRequest.Builder
to create a
request.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.
disassociateSubnetCidrBlockRequest
- 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()
disassociateSubnetCidrBlockRequest
- A Consumer
that will call methods on DisassociateSubnetCidrBlockRequest.Builder
to create
a request.default CompletableFuture<DisassociateTransitGatewayMulticastDomainResponse> disassociateTransitGatewayMulticastDomain(DisassociateTransitGatewayMulticastDomainRequest disassociateTransitGatewayMulticastDomainRequest)
Disassociates the specified subnets from the transit gateway multicast domain.
disassociateTransitGatewayMulticastDomainRequest
- 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()
disassociateTransitGatewayMulticastDomainRequest
- A Consumer
that will call methods on
DisassociateTransitGatewayMulticastDomainRequest.Builder
to create a request.default CompletableFuture<DisassociateTransitGatewayRouteTableResponse> disassociateTransitGatewayRouteTable(DisassociateTransitGatewayRouteTableRequest disassociateTransitGatewayRouteTableRequest)
Disassociates a resource attachment from a transit gateway route table.
disassociateTransitGatewayRouteTableRequest
- 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()
disassociateTransitGatewayRouteTableRequest
- A Consumer
that will call methods on DisassociateTransitGatewayRouteTableRequest.Builder
to create a request.default CompletableFuture<DisassociateTrunkInterfaceResponse> disassociateTrunkInterface(DisassociateTrunkInterfaceRequest disassociateTrunkInterfaceRequest)
This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.
Removes an association between a branch network interface with a trunk network interface.
disassociateTrunkInterfaceRequest
- default CompletableFuture<DisassociateTrunkInterfaceResponse> disassociateTrunkInterface(Consumer<DisassociateTrunkInterfaceRequest.Builder> disassociateTrunkInterfaceRequest)
This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.
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()
disassociateTrunkInterfaceRequest
- A Consumer
that will call methods on DisassociateTrunkInterfaceRequest.Builder
to create a
request.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).
disassociateVpcCidrBlockRequest
- 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()
disassociateVpcCidrBlockRequest
- A Consumer
that will call methods on DisassociateVpcCidrBlockRequest.Builder
to create a
request.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 Elastic Compute Cloud 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.
enableEbsEncryptionByDefaultRequest
- 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 Elastic Compute Cloud 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()
enableEbsEncryptionByDefaultRequest
- A Consumer
that will call methods on EnableEbsEncryptionByDefaultRequest.Builder
to create
a request.default CompletableFuture<EnableFastLaunchResponse> enableFastLaunch(EnableFastLaunchRequest enableFastLaunchRequest)
When you enable faster launching 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.
To change these settings, you must own the AMI.
enableFastLaunchRequest
- default CompletableFuture<EnableFastLaunchResponse> enableFastLaunch(Consumer<EnableFastLaunchRequest.Builder> enableFastLaunchRequest)
When you enable faster launching 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.
To change these settings, you must own the AMI.
This is a convenience which creates an instance of the EnableFastLaunchRequest.Builder
avoiding the need
to create one manually via EnableFastLaunchRequest.builder()
enableFastLaunchRequest
- A Consumer
that will call methods on EnableFastLaunchRequest.Builder
to create a request.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 Elastic Compute Cloud User Guide.
enableFastSnapshotRestoresRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the EnableFastSnapshotRestoresRequest.Builder
avoiding
the need to create one manually via EnableFastSnapshotRestoresRequest.builder()
enableFastSnapshotRestoresRequest
- A Consumer
that will call methods on EnableFastSnapshotRestoresRequest.Builder
to create a
request.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 Elastic Compute Cloud User Guide.
enableImageDeprecationRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the EnableImageDeprecationRequest.Builder
avoiding the
need to create one manually via EnableImageDeprecationRequest.builder()
enableImageDeprecationRequest
- A Consumer
that will call methods on EnableImageDeprecationRequest.Builder
to create a
request.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.
enableIpamOrganizationAdminAccountRequest
- 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()
enableIpamOrganizationAdminAccountRequest
- A Consumer
that will call methods on EnableIpamOrganizationAdminAccountRequest.Builder
to
create a request.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.
enableSerialConsoleAccessRequest
- 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()
enableSerialConsoleAccessRequest
- A Consumer
that will call methods on EnableSerialConsoleAccessRequest.Builder
to create a
request.default CompletableFuture<EnableTransitGatewayRouteTablePropagationResponse> enableTransitGatewayRouteTablePropagation(EnableTransitGatewayRouteTablePropagationRequest enableTransitGatewayRouteTablePropagationRequest)
Enables the specified attachment to propagate routes to the specified propagation route table.
enableTransitGatewayRouteTablePropagationRequest
- 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()
enableTransitGatewayRouteTablePropagationRequest
- A Consumer
that will call methods on
EnableTransitGatewayRouteTablePropagationRequest.Builder
to create a request.default CompletableFuture<EnableVgwRoutePropagationResponse> enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
enableVgwRoutePropagationRequest
- Contains the parameters for 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()
enableVgwRoutePropagationRequest
- A Consumer
that will call methods on EnableVgwRoutePropagationRequest.Builder
to create a
request. Contains the parameters for EnableVgwRoutePropagation.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.
enableVolumeIoRequest
- 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()
enableVolumeIoRequest
- A Consumer
that will call methods on EnableVolumeIORequest.Builder
to create a request.default CompletableFuture<EnableVpcClassicLinkResponse> enableVpcClassicLink(EnableVpcClassicLinkRequest enableVpcClassicLinkRequest)
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. For more
information, see ClassicLink in the Amazon
Elastic Compute Cloud User Guide.
enableVpcClassicLinkRequest
- default CompletableFuture<EnableVpcClassicLinkResponse> enableVpcClassicLink(Consumer<EnableVpcClassicLinkRequest.Builder> enableVpcClassicLinkRequest)
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. For more
information, see ClassicLink in the Amazon
Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the EnableVpcClassicLinkRequest.Builder
avoiding the
need to create one manually via EnableVpcClassicLinkRequest.builder()
enableVpcClassicLinkRequest
- A Consumer
that will call methods on EnableVpcClassicLinkRequest.Builder
to create a
request.default CompletableFuture<EnableVpcClassicLinkDnsSupportResponse> enableVpcClassicLinkDnsSupport(EnableVpcClassicLinkDnsSupportRequest enableVpcClassicLinkDnsSupportRequest)
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
You must specify a VPC ID in the request.
enableVpcClassicLinkDnsSupportRequest
- default CompletableFuture<EnableVpcClassicLinkDnsSupportResponse> enableVpcClassicLinkDnsSupport(Consumer<EnableVpcClassicLinkDnsSupportRequest.Builder> enableVpcClassicLinkDnsSupportRequest)
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. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
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()
enableVpcClassicLinkDnsSupportRequest
- A Consumer
that will call methods on EnableVpcClassicLinkDnsSupportRequest.Builder
to
create a request.default CompletableFuture<ExportClientVpnClientCertificateRevocationListResponse> exportClientVpnClientCertificateRevocationList(ExportClientVpnClientCertificateRevocationListRequest exportClientVpnClientCertificateRevocationListRequest)
Downloads the client certificate revocation list for the specified Client VPN endpoint.
exportClientVpnClientCertificateRevocationListRequest
- 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()
exportClientVpnClientCertificateRevocationListRequest
- A Consumer
that will call methods on
ExportClientVpnClientCertificateRevocationListRequest.Builder
to create a request.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.
exportClientVpnClientConfigurationRequest
- 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()
exportClientVpnClientConfigurationRequest
- A Consumer
that will call methods on ExportClientVpnClientConfigurationRequest.Builder
to
create a request.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.
exportImageRequest
- 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()
exportImageRequest
- A Consumer
that will call methods on ExportImageRequest.Builder
to create a request.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.
exportTransitGatewayRoutesRequest
- 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()
exportTransitGatewayRoutesRequest
- A Consumer
that will call methods on ExportTransitGatewayRoutesRequest.Builder
to create a
request.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.
getAssociatedEnclaveCertificateIamRolesRequest
- 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()
getAssociatedEnclaveCertificateIamRolesRequest
- A Consumer
that will call methods on
GetAssociatedEnclaveCertificateIamRolesRequest.Builder
to create a request.default CompletableFuture<GetAssociatedIpv6PoolCidrsResponse> getAssociatedIpv6PoolCidrs(GetAssociatedIpv6PoolCidrsRequest getAssociatedIpv6PoolCidrsRequest)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
getAssociatedIpv6PoolCidrsRequest
- 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()
getAssociatedIpv6PoolCidrsRequest
- A Consumer
that will call methods on GetAssociatedIpv6PoolCidrsRequest.Builder
to create a
request.default GetAssociatedIpv6PoolCidrsPublisher getAssociatedIpv6PoolCidrsPaginator(GetAssociatedIpv6PoolCidrsRequest getAssociatedIpv6PoolCidrsRequest)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
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.
getAssociatedIpv6PoolCidrsRequest
- default GetAssociatedIpv6PoolCidrsPublisher getAssociatedIpv6PoolCidrsPaginator(Consumer<GetAssociatedIpv6PoolCidrsRequest.Builder> getAssociatedIpv6PoolCidrsRequest)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
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()
getAssociatedIpv6PoolCidrsRequest
- A Consumer
that will call methods on GetAssociatedIpv6PoolCidrsRequest.Builder
to create a
request.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.
getCapacityReservationUsageRequest
- 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()
getCapacityReservationUsageRequest
- A Consumer
that will call methods on GetCapacityReservationUsageRequest.Builder
to create
a request.default CompletableFuture<GetCoipPoolUsageResponse> getCoipPoolUsage(GetCoipPoolUsageRequest getCoipPoolUsageRequest)
Describes the allocations from the specified customer-owned address pool.
getCoipPoolUsageRequest
- 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()
getCoipPoolUsageRequest
- A Consumer
that will call methods on GetCoipPoolUsageRequest.Builder
to create a request.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.
getConsoleOutputRequest
- 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()
getConsoleOutputRequest
- A Consumer
that will call methods on GetConsoleOutputRequest.Builder
to create a request.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.
getConsoleScreenshotRequest
- 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.
This is a convenience which creates an instance of the GetConsoleScreenshotRequest.Builder
avoiding the
need to create one manually via GetConsoleScreenshotRequest.builder()
getConsoleScreenshotRequest
- A Consumer
that will call methods on GetConsoleScreenshotRequest.Builder
to create a
request.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.
getDefaultCreditSpecificationRequest
- 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()
getDefaultCreditSpecificationRequest
- A Consumer
that will call methods on GetDefaultCreditSpecificationRequest.Builder
to
create a request.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 Elastic Compute Cloud User Guide.
getEbsDefaultKmsKeyIdRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the GetEbsDefaultKmsKeyIdRequest.Builder
avoiding the
need to create one manually via GetEbsDefaultKmsKeyIdRequest.builder()
getEbsDefaultKmsKeyIdRequest
- A Consumer
that will call methods on GetEbsDefaultKmsKeyIdRequest.Builder
to create a
request.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 Elastic Compute Cloud User Guide.
getEbsEncryptionByDefaultRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the GetEbsEncryptionByDefaultRequest.Builder
avoiding
the need to create one manually via GetEbsEncryptionByDefaultRequest.builder()
getEbsEncryptionByDefaultRequest
- A Consumer
that will call methods on GetEbsEncryptionByDefaultRequest.Builder
to create a
request.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
getFlowLogsIntegrationTemplateRequest
- 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
This is a convenience which creates an instance of the GetFlowLogsIntegrationTemplateRequest.Builder
avoiding the need to create one manually via GetFlowLogsIntegrationTemplateRequest.builder()
getFlowLogsIntegrationTemplateRequest
- A Consumer
that will call methods on GetFlowLogsIntegrationTemplateRequest.Builder
to
create a request.default CompletableFuture<GetGroupsForCapacityReservationResponse> getGroupsForCapacityReservation(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
getGroupsForCapacityReservationRequest
- 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()
getGroupsForCapacityReservationRequest
- A Consumer
that will call methods on GetGroupsForCapacityReservationRequest.Builder
to
create a request.default GetGroupsForCapacityReservationPublisher getGroupsForCapacityReservationPaginator(GetGroupsForCapacityReservationRequest getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
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.
getGroupsForCapacityReservationRequest
- default GetGroupsForCapacityReservationPublisher getGroupsForCapacityReservationPaginator(Consumer<GetGroupsForCapacityReservationRequest.Builder> getGroupsForCapacityReservationRequest)
Lists the resource groups to which a Capacity Reservation has been added.
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()
getGroupsForCapacityReservationRequest
- A Consumer
that will call methods on GetGroupsForCapacityReservationRequest.Builder
to
create a request.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.
getHostReservationPurchasePreviewRequest
- 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()
getHostReservationPurchasePreviewRequest
- A Consumer
that will call methods on GetHostReservationPurchasePreviewRequest.Builder
to
create a request.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.
getInstanceTypesFromInstanceRequirementsRequest
- 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()
getInstanceTypesFromInstanceRequirementsRequest
- A Consumer
that will call methods on
GetInstanceTypesFromInstanceRequirementsRequest.Builder
to create a request.default GetInstanceTypesFromInstanceRequirementsPublisher getInstanceTypesFromInstanceRequirementsPaginator(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.
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.
getInstanceTypesFromInstanceRequirementsRequest
- default GetInstanceTypesFromInstanceRequirementsPublisher getInstanceTypesFromInstanceRequirementsPaginator(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 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()
getInstanceTypesFromInstanceRequirementsRequest
- A Consumer
that will call methods on
GetInstanceTypesFromInstanceRequirementsRequest.Builder
to create a request.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.
getIpamAddressHistoryRequest
- 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()
getIpamAddressHistoryRequest
- A Consumer
that will call methods on GetIpamAddressHistoryRequest.Builder
to create a
request.default GetIpamAddressHistoryPublisher getIpamAddressHistoryPaginator(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.
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.
getIpamAddressHistoryRequest
- default GetIpamAddressHistoryPublisher getIpamAddressHistoryPaginator(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 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()
getIpamAddressHistoryRequest
- A Consumer
that will call methods on GetIpamAddressHistoryRequest.Builder
to create a
request.default CompletableFuture<GetIpamPoolAllocationsResponse> getIpamPoolAllocations(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
getIpamPoolAllocationsRequest
- default CompletableFuture<GetIpamPoolAllocationsResponse> getIpamPoolAllocations(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
This is a convenience which creates an instance of the GetIpamPoolAllocationsRequest.Builder
avoiding the
need to create one manually via GetIpamPoolAllocationsRequest.builder()
getIpamPoolAllocationsRequest
- A Consumer
that will call methods on GetIpamPoolAllocationsRequest.Builder
to create a
request.default GetIpamPoolAllocationsPublisher getIpamPoolAllocationsPaginator(GetIpamPoolAllocationsRequest getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
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.
getIpamPoolAllocationsRequest
- default GetIpamPoolAllocationsPublisher getIpamPoolAllocationsPaginator(Consumer<GetIpamPoolAllocationsRequest.Builder> getIpamPoolAllocationsRequest)
Get a list of all the CIDR allocations in an IPAM pool.
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()
getIpamPoolAllocationsRequest
- A Consumer
that will call methods on GetIpamPoolAllocationsRequest.Builder
to create a
request.default CompletableFuture<GetIpamPoolCidrsResponse> getIpamPoolCidrs(GetIpamPoolCidrsRequest getIpamPoolCidrsRequest)
Get the CIDRs provisioned to an IPAM pool.
getIpamPoolCidrsRequest
- 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()
getIpamPoolCidrsRequest
- A Consumer
that will call methods on GetIpamPoolCidrsRequest.Builder
to create a request.default GetIpamPoolCidrsPublisher getIpamPoolCidrsPaginator(GetIpamPoolCidrsRequest getIpamPoolCidrsRequest)
Get the CIDRs provisioned to an IPAM pool.
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.
getIpamPoolCidrsRequest
- default GetIpamPoolCidrsPublisher getIpamPoolCidrsPaginator(Consumer<GetIpamPoolCidrsRequest.Builder> getIpamPoolCidrsRequest)
Get the CIDRs provisioned to an IPAM pool.
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()
getIpamPoolCidrsRequest
- A Consumer
that will call methods on GetIpamPoolCidrsRequest.Builder
to create a request.default CompletableFuture<GetIpamResourceCidrsResponse> getIpamResourceCidrs(GetIpamResourceCidrsRequest getIpamResourceCidrsRequest)
Get information about the resources in a scope.
getIpamResourceCidrsRequest
- default CompletableFuture<GetIpamResourceCidrsResponse> getIpamResourceCidrs(Consumer<GetIpamResourceCidrsRequest.Builder> getIpamResourceCidrsRequest)
Get information about the resources in a scope.
This is a convenience which creates an instance of the GetIpamResourceCidrsRequest.Builder
avoiding the
need to create one manually via GetIpamResourceCidrsRequest.builder()
getIpamResourceCidrsRequest
- A Consumer
that will call methods on GetIpamResourceCidrsRequest.Builder
to create a
request.default GetIpamResourceCidrsPublisher getIpamResourceCidrsPaginator(GetIpamResourceCidrsRequest getIpamResourceCidrsRequest)
Get information about the resources in a scope.
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.
getIpamResourceCidrsRequest
- default GetIpamResourceCidrsPublisher getIpamResourceCidrsPaginator(Consumer<GetIpamResourceCidrsRequest.Builder> getIpamResourceCidrsRequest)
Get information about the resources in a scope.
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()
getIpamResourceCidrsRequest
- A Consumer
that will call methods on GetIpamResourceCidrsRequest.Builder
to create a
request.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, DescribeInstanceAttribute, and DescribeElasticGpus. Or,
you can allow describe*
depending on your instance requirements.
getLaunchTemplateDataRequest
- 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, DescribeInstanceAttribute, and DescribeElasticGpus. 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()
getLaunchTemplateDataRequest
- A Consumer
that will call methods on GetLaunchTemplateDataRequest.Builder
to create a
request.default CompletableFuture<GetManagedPrefixListAssociationsResponse> getManagedPrefixListAssociations(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
getManagedPrefixListAssociationsRequest
- 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()
getManagedPrefixListAssociationsRequest
- A Consumer
that will call methods on GetManagedPrefixListAssociationsRequest.Builder
to
create a request.default GetManagedPrefixListAssociationsPublisher getManagedPrefixListAssociationsPaginator(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
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.
getManagedPrefixListAssociationsRequest
- default GetManagedPrefixListAssociationsPublisher getManagedPrefixListAssociationsPaginator(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
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()
getManagedPrefixListAssociationsRequest
- A Consumer
that will call methods on GetManagedPrefixListAssociationsRequest.Builder
to
create a request.default CompletableFuture<GetManagedPrefixListEntriesResponse> getManagedPrefixListEntries(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
getManagedPrefixListEntriesRequest
- 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()
getManagedPrefixListEntriesRequest
- A Consumer
that will call methods on GetManagedPrefixListEntriesRequest.Builder
to create
a request.default GetManagedPrefixListEntriesPublisher getManagedPrefixListEntriesPaginator(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
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.
getManagedPrefixListEntriesRequest
- default GetManagedPrefixListEntriesPublisher getManagedPrefixListEntriesPaginator(Consumer<GetManagedPrefixListEntriesRequest.Builder> getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
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()
getManagedPrefixListEntriesRequest
- A Consumer
that will call methods on GetManagedPrefixListEntriesRequest.Builder
to create
a request.default CompletableFuture<GetNetworkInsightsAccessScopeAnalysisFindingsResponse> getNetworkInsightsAccessScopeAnalysisFindings(GetNetworkInsightsAccessScopeAnalysisFindingsRequest getNetworkInsightsAccessScopeAnalysisFindingsRequest)
Gets the findings for the specified Network Access Scope analysis.
getNetworkInsightsAccessScopeAnalysisFindingsRequest
- 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()
getNetworkInsightsAccessScopeAnalysisFindingsRequest
- A Consumer
that will call methods on
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder
to create a request.default CompletableFuture<GetNetworkInsightsAccessScopeContentResponse> getNetworkInsightsAccessScopeContent(GetNetworkInsightsAccessScopeContentRequest getNetworkInsightsAccessScopeContentRequest)
Gets the content for the specified Network Access Scope.
getNetworkInsightsAccessScopeContentRequest
- 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()
getNetworkInsightsAccessScopeContentRequest
- A Consumer
that will call methods on GetNetworkInsightsAccessScopeContentRequest.Builder
to create a request.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.
getPasswordDataRequest
- 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()
getPasswordDataRequest
- A Consumer
that will call methods on GetPasswordDataRequest.Builder
to create a request.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.
getReservedInstancesExchangeQuoteRequest
- Contains the parameters for GetReservedInstanceExchangeQuote.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()
getReservedInstancesExchangeQuoteRequest
- A Consumer
that will call methods on GetReservedInstancesExchangeQuoteRequest.Builder
to
create a request. Contains the parameters for GetReservedInstanceExchangeQuote.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.
getSerialConsoleAccessStatusRequest
- 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()
getSerialConsoleAccessStatusRequest
- A Consumer
that will call methods on GetSerialConsoleAccessStatusRequest.Builder
to create
a request.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.
getSpotPlacementScoresRequest
- 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()
getSpotPlacementScoresRequest
- A Consumer
that will call methods on GetSpotPlacementScoresRequest.Builder
to create a
request.default GetSpotPlacementScoresPublisher getSpotPlacementScoresPaginator(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.
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.
getSpotPlacementScoresRequest
- default GetSpotPlacementScoresPublisher getSpotPlacementScoresPaginator(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 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()
getSpotPlacementScoresRequest
- A Consumer
that will call methods on GetSpotPlacementScoresRequest.Builder
to create a
request.default CompletableFuture<GetSubnetCidrReservationsResponse> getSubnetCidrReservations(GetSubnetCidrReservationsRequest getSubnetCidrReservationsRequest)
Gets information about the subnet CIDR reservations.
getSubnetCidrReservationsRequest
- 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()
getSubnetCidrReservationsRequest
- A Consumer
that will call methods on GetSubnetCidrReservationsRequest.Builder
to create a
request.default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse> getTransitGatewayAttachmentPropagations(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
getTransitGatewayAttachmentPropagationsRequest
- 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()
getTransitGatewayAttachmentPropagationsRequest
- A Consumer
that will call methods on
GetTransitGatewayAttachmentPropagationsRequest.Builder
to create a request.default GetTransitGatewayAttachmentPropagationsPublisher getTransitGatewayAttachmentPropagationsPaginator(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
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.
getTransitGatewayAttachmentPropagationsRequest
- default GetTransitGatewayAttachmentPropagationsPublisher getTransitGatewayAttachmentPropagationsPaginator(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
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()
getTransitGatewayAttachmentPropagationsRequest
- A Consumer
that will call methods on
GetTransitGatewayAttachmentPropagationsRequest.Builder
to create a request.default CompletableFuture<GetTransitGatewayMulticastDomainAssociationsResponse> getTransitGatewayMulticastDomainAssociations(GetTransitGatewayMulticastDomainAssociationsRequest getTransitGatewayMulticastDomainAssociationsRequest)
Gets information about the associations for the transit gateway multicast domain.
getTransitGatewayMulticastDomainAssociationsRequest
- 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()
getTransitGatewayMulticastDomainAssociationsRequest
- A Consumer
that will call methods on
GetTransitGatewayMulticastDomainAssociationsRequest.Builder
to create a request.default GetTransitGatewayMulticastDomainAssociationsPublisher getTransitGatewayMulticastDomainAssociationsPaginator(GetTransitGatewayMulticastDomainAssociationsRequest getTransitGatewayMulticastDomainAssociationsRequest)
Gets information about the associations for the transit gateway multicast domain.
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.
getTransitGatewayMulticastDomainAssociationsRequest
- default GetTransitGatewayMulticastDomainAssociationsPublisher getTransitGatewayMulticastDomainAssociationsPaginator(Consumer<GetTransitGatewayMulticastDomainAssociationsRequest.Builder> getTransitGatewayMulticastDomainAssociationsRequest)
Gets information about the associations for the transit gateway multicast domain.
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()
getTransitGatewayMulticastDomainAssociationsRequest
- A Consumer
that will call methods on
GetTransitGatewayMulticastDomainAssociationsRequest.Builder
to create a request.default CompletableFuture<GetTransitGatewayPrefixListReferencesResponse> getTransitGatewayPrefixListReferences(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
getTransitGatewayPrefixListReferencesRequest
- 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()
getTransitGatewayPrefixListReferencesRequest
- A Consumer
that will call methods on GetTransitGatewayPrefixListReferencesRequest.Builder
to create a request.default GetTransitGatewayPrefixListReferencesPublisher getTransitGatewayPrefixListReferencesPaginator(GetTransitGatewayPrefixListReferencesRequest getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
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.
getTransitGatewayPrefixListReferencesRequest
- default GetTransitGatewayPrefixListReferencesPublisher getTransitGatewayPrefixListReferencesPaginator(Consumer<GetTransitGatewayPrefixListReferencesRequest.Builder> getTransitGatewayPrefixListReferencesRequest)
Gets information about the prefix list references in a specified transit gateway route table.
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()
getTransitGatewayPrefixListReferencesRequest
- A Consumer
that will call methods on GetTransitGatewayPrefixListReferencesRequest.Builder
to create a request.default CompletableFuture<GetTransitGatewayRouteTableAssociationsResponse> getTransitGatewayRouteTableAssociations(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
getTransitGatewayRouteTableAssociationsRequest
- 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()
getTransitGatewayRouteTableAssociationsRequest
- A Consumer
that will call methods on
GetTransitGatewayRouteTableAssociationsRequest.Builder
to create a request.default GetTransitGatewayRouteTableAssociationsPublisher getTransitGatewayRouteTableAssociationsPaginator(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
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.
getTransitGatewayRouteTableAssociationsRequest
- default GetTransitGatewayRouteTableAssociationsPublisher getTransitGatewayRouteTableAssociationsPaginator(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
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()
getTransitGatewayRouteTableAssociationsRequest
- A Consumer
that will call methods on
GetTransitGatewayRouteTableAssociationsRequest.Builder
to create a request.default CompletableFuture<GetTransitGatewayRouteTablePropagationsResponse> getTransitGatewayRouteTablePropagations(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
getTransitGatewayRouteTablePropagationsRequest
- 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()
getTransitGatewayRouteTablePropagationsRequest
- A Consumer
that will call methods on
GetTransitGatewayRouteTablePropagationsRequest.Builder
to create a request.default GetTransitGatewayRouteTablePropagationsPublisher getTransitGatewayRouteTablePropagationsPaginator(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
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.
getTransitGatewayRouteTablePropagationsRequest
- default GetTransitGatewayRouteTablePropagationsPublisher getTransitGatewayRouteTablePropagationsPaginator(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
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()
getTransitGatewayRouteTablePropagationsRequest
- A Consumer
that will call methods on
GetTransitGatewayRouteTablePropagationsRequest.Builder
to create a request.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.
getVpnConnectionDeviceSampleConfigurationRequest
- 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()
getVpnConnectionDeviceSampleConfigurationRequest
- A Consumer
that will call methods on
GetVpnConnectionDeviceSampleConfigurationRequest.Builder
to create a request.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.
getVpnConnectionDeviceTypesRequest
- 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()
getVpnConnectionDeviceTypesRequest
- A Consumer
that will call methods on GetVpnConnectionDeviceTypesRequest.Builder
to create
a request.default GetVpnConnectionDeviceTypesPublisher getVpnConnectionDeviceTypesPaginator(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.
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.
getVpnConnectionDeviceTypesRequest
- default GetVpnConnectionDeviceTypesPublisher getVpnConnectionDeviceTypesPaginator(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 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()
getVpnConnectionDeviceTypesRequest
- A Consumer
that will call methods on GetVpnConnectionDeviceTypesRequest.Builder
to create
a request.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.
importClientVpnClientCertificateRevocationListRequest
- 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()
importClientVpnClientCertificateRevocationListRequest
- A Consumer
that will call methods on
ImportClientVpnClientCertificateRevocationListRequest.Builder
to create a request.default CompletableFuture<ImportImageResponse> importImage(ImportImageRequest importImageRequest)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).
For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.
importImageRequest
- default CompletableFuture<ImportImageResponse> importImage(Consumer<ImportImageRequest.Builder> importImageRequest)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).
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()
importImageRequest
- A Consumer
that will call methods on ImportImageRequest.Builder
to create a request.default CompletableFuture<ImportInstanceResponse> importInstance(ImportInstanceRequest importInstanceRequest)
Creates an import instance task using metadata from the specified disk image.
This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage 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 a VM to Amazon EC2 in the Amazon EC2 CLI Reference PDF file.
For information about the import manifest referenced by this API action, see VM Import Manifest.
importInstanceRequest
- default CompletableFuture<ImportInstanceResponse> importInstance(Consumer<ImportInstanceRequest.Builder> importInstanceRequest)
Creates an import instance task using metadata from the specified disk image.
This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage 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 a VM to Amazon EC2 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 ImportInstanceRequest.Builder
avoiding the need to
create one manually via ImportInstanceRequest.builder()
importInstanceRequest
- A Consumer
that will call methods on ImportInstanceRequest.Builder
to create a request.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.
importKeyPairRequest
- 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()
importKeyPairRequest
- A Consumer
that will call methods on ImportKeyPairRequest.Builder
to create a request.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.
importSnapshotRequest
- 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()
importSnapshotRequest
- A Consumer
that will call methods on ImportSnapshotRequest.Builder
to create a request.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.
importVolumeRequest
- 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()
importVolumeRequest
- A Consumer
that will call methods on ImportVolumeRequest.Builder
to create a request.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 Elastic Compute Cloud User Guide.
listImagesInRecycleBinRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the ListImagesInRecycleBinRequest.Builder
avoiding the
need to create one manually via ListImagesInRecycleBinRequest.builder()
listImagesInRecycleBinRequest
- A Consumer
that will call methods on ListImagesInRecycleBinRequest.Builder
to create a
request.default ListImagesInRecycleBinPublisher listImagesInRecycleBinPaginator(ListImagesInRecycleBinRequest listImagesInRecycleBinRequest)
Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon Elastic Compute Cloud User Guide.
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.
listImagesInRecycleBinRequest
- default ListImagesInRecycleBinPublisher listImagesInRecycleBinPaginator(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 Elastic Compute Cloud User Guide.
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()
listImagesInRecycleBinRequest
- A Consumer
that will call methods on ListImagesInRecycleBinRequest.Builder
to create a
request.default CompletableFuture<ListSnapshotsInRecycleBinResponse> listSnapshotsInRecycleBin(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
listSnapshotsInRecycleBinRequest
- 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()
listSnapshotsInRecycleBinRequest
- A Consumer
that will call methods on ListSnapshotsInRecycleBinRequest.Builder
to create a
request.default ListSnapshotsInRecycleBinPublisher listSnapshotsInRecycleBinPaginator(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
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.
listSnapshotsInRecycleBinRequest
- default ListSnapshotsInRecycleBinPublisher listSnapshotsInRecycleBinPaginator(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
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()
listSnapshotsInRecycleBinRequest
- A Consumer
that will call methods on ListSnapshotsInRecycleBinRequest.Builder
to create a
request.default CompletableFuture<ModifyAddressAttributeResponse> modifyAddressAttribute(ModifyAddressAttributeRequest modifyAddressAttributeRequest)
Modifies an attribute of the specified Elastic IP address. For requirements, see Using reverse DNS for email applications.
modifyAddressAttributeRequest
- 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()
modifyAddressAttributeRequest
- A Consumer
that will call methods on ModifyAddressAttributeRequest.Builder
to create a
request.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
.
modifyAvailabilityZoneGroupRequest
- 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()
modifyAvailabilityZoneGroupRequest
- A Consumer
that will call methods on ModifyAvailabilityZoneGroupRequest.Builder
to create
a request.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.
modifyCapacityReservationRequest
- 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()
modifyCapacityReservationRequest
- A Consumer
that will call methods on ModifyCapacityReservationRequest.Builder
to create a
request.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.
modifyCapacityReservationFleetRequest
- 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()
modifyCapacityReservationFleetRequest
- A Consumer
that will call methods on ModifyCapacityReservationFleetRequest.Builder
to
create a request.default CompletableFuture<ModifyClientVpnEndpointResponse> modifyClientVpnEndpoint(ModifyClientVpnEndpointRequest modifyClientVpnEndpointRequest)
Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.
modifyClientVpnEndpointRequest
- 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()
modifyClientVpnEndpointRequest
- A Consumer
that will call methods on ModifyClientVpnEndpointRequest.Builder
to create a
request.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.
modifyDefaultCreditSpecificationRequest
- 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()
modifyDefaultCreditSpecificationRequest
- A Consumer
that will call methods on ModifyDefaultCreditSpecificationRequest.Builder
to
create a request.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 Elastic Compute Cloud User Guide.
modifyEbsDefaultKmsKeyIdRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the ModifyEbsDefaultKmsKeyIdRequest.Builder
avoiding
the need to create one manually via ModifyEbsDefaultKmsKeyIdRequest.builder()
modifyEbsDefaultKmsKeyIdRequest
- A Consumer
that will call methods on ModifyEbsDefaultKmsKeyIdRequest.Builder
to create a
request.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.
modifyFleetRequest
- 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()
modifyFleetRequest
- A Consumer
that will call methods on ModifyFleetRequest.Builder
to create a request.default CompletableFuture<ModifyFpgaImageAttributeResponse> modifyFpgaImageAttribute(ModifyFpgaImageAttributeRequest modifyFpgaImageAttributeRequest)
Modifies the specified attribute of the specified Amazon FPGA Image (AFI).
modifyFpgaImageAttributeRequest
- 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()
modifyFpgaImageAttributeRequest
- A Consumer
that will call methods on ModifyFpgaImageAttributeRequest.Builder
to create a
request.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.
modifyHostsRequest
- 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()
modifyHostsRequest
- A Consumer
that will call methods on ModifyHostsRequest.Builder
to create a request.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.
modifyIdFormatRequest
- 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()
modifyIdFormatRequest
- A Consumer
that will call methods on ModifyIdFormatRequest.Builder
to create a request.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.
modifyIdentityIdFormatRequest
- 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()
modifyIdentityIdFormatRequest
- A Consumer
that will call methods on ModifyIdentityIdFormatRequest.Builder
to create a
request.default CompletableFuture<ModifyImageAttributeResponse> modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest)
Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. You can use
the Attribute
parameter to specify the attribute or one of the following parameters:
Description
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.
modifyImageAttributeRequest
- Contains the parameters for 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. You can use
the Attribute
parameter to specify the attribute or one of the following parameters:
Description
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()
modifyImageAttributeRequest
- A Consumer
that will call methods on ModifyImageAttributeRequest.Builder
to create a
request. Contains the parameters for ModifyImageAttribute.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 in a VPC 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.
modifyInstanceAttributeRequest
- 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 in a VPC 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()
modifyInstanceAttributeRequest
- A Consumer
that will call methods on ModifyInstanceAttributeRequest.Builder
to create a
request.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.
modifyInstanceCapacityReservationAttributesRequest
- 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()
modifyInstanceCapacityReservationAttributesRequest
- A Consumer
that will call methods on
ModifyInstanceCapacityReservationAttributesRequest.Builder
to create a request.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.
modifyInstanceCreditSpecificationRequest
- 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()
modifyInstanceCreditSpecificationRequest
- A Consumer
that will call methods on ModifyInstanceCreditSpecificationRequest.Builder
to
create a request.default CompletableFuture<ModifyInstanceEventStartTimeResponse> modifyInstanceEventStartTime(ModifyInstanceEventStartTimeRequest modifyInstanceEventStartTimeRequest)
Modifies the start time for a scheduled Amazon EC2 instance event.
modifyInstanceEventStartTimeRequest
- 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()
modifyInstanceEventStartTimeRequest
- A Consumer
that will call methods on ModifyInstanceEventStartTimeRequest.Builder
to create
a request.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.
modifyInstanceEventWindowRequest
- 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()
modifyInstanceEventWindowRequest
- A Consumer
that will call methods on ModifyInstanceEventWindowRequest.Builder
to create a
request.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.
modifyInstanceMaintenanceOptionsRequest
- 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()
modifyInstanceMaintenanceOptionsRequest
- A Consumer
that will call methods on ModifyInstanceMaintenanceOptionsRequest.Builder
to
create a request.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.
modifyInstanceMetadataOptionsRequest
- 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()
modifyInstanceMetadataOptionsRequest
- A Consumer
that will call methods on ModifyInstanceMetadataOptionsRequest.Builder
to
create a request.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 launched, 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.
modifyInstancePlacementRequest
- 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 launched, 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()
modifyInstancePlacementRequest
- A Consumer
that will call methods on ModifyInstancePlacementRequest.Builder
to create a
request.default CompletableFuture<ModifyIpamResponse> modifyIpam(ModifyIpamRequest modifyIpamRequest)
Modify the configurations of an IPAM.
modifyIpamRequest
- 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()
modifyIpamRequest
- A Consumer
that will call methods on ModifyIpamRequest.Builder
to create a request.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.
modifyIpamPoolRequest
- 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()
modifyIpamPoolRequest
- A Consumer
that will call methods on ModifyIpamPoolRequest.Builder
to create a request.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.
modifyIpamResourceCidrRequest
- 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()
modifyIpamResourceCidrRequest
- A Consumer
that will call methods on ModifyIpamResourceCidrRequest.Builder
to create a
request.default CompletableFuture<ModifyIpamScopeResponse> modifyIpamScope(ModifyIpamScopeRequest modifyIpamScopeRequest)
Modify an IPAM scope.
modifyIpamScopeRequest
- 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()
modifyIpamScopeRequest
- A Consumer
that will call methods on ModifyIpamScopeRequest.Builder
to create a request.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.
modifyLaunchTemplateRequest
- 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()
modifyLaunchTemplateRequest
- A Consumer
that will call methods on ModifyLaunchTemplateRequest.Builder
to create a
request.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.
modifyManagedPrefixListRequest
- 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()
modifyManagedPrefixListRequest
- A Consumer
that will call methods on ModifyManagedPrefixListRequest.Builder
to create a
request.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.
modifyNetworkInterfaceAttributeRequest
- Contains the parameters for 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()
modifyNetworkInterfaceAttributeRequest
- A Consumer
that will call methods on ModifyNetworkInterfaceAttributeRequest.Builder
to
create a request. Contains the parameters for ModifyNetworkInterfaceAttribute.default CompletableFuture<ModifyPrivateDnsNameOptionsResponse> modifyPrivateDnsNameOptions(ModifyPrivateDnsNameOptionsRequest modifyPrivateDnsNameOptionsRequest)
Modifies the options for instance hostnames for the specified instance.
modifyPrivateDnsNameOptionsRequest
- 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()
modifyPrivateDnsNameOptionsRequest
- A Consumer
that will call methods on ModifyPrivateDnsNameOptionsRequest.Builder
to create
a request.default CompletableFuture<ModifyReservedInstancesResponse> modifyReservedInstances(ModifyReservedInstancesRequest modifyReservedInstancesRequest)
Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Reserved Instances. 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.
modifyReservedInstancesRequest
- Contains the parameters for ModifyReservedInstances.default CompletableFuture<ModifyReservedInstancesResponse> modifyReservedInstances(Consumer<ModifyReservedInstancesRequest.Builder> modifyReservedInstancesRequest)
Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Reserved Instances. 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()
modifyReservedInstancesRequest
- A Consumer
that will call methods on ModifyReservedInstancesRequest.Builder
to create a
request. Contains the parameters for ModifyReservedInstances.default CompletableFuture<ModifySecurityGroupRulesResponse> modifySecurityGroupRules(ModifySecurityGroupRulesRequest modifySecurityGroupRulesRequest)
Modifies the rules of a security group.
modifySecurityGroupRulesRequest
- 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()
modifySecurityGroupRulesRequest
- A Consumer
that will call methods on ModifySecurityGroupRulesRequest.Builder
to create a
request.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 Elastic Compute Cloud User Guide.
modifySnapshotAttributeRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the ModifySnapshotAttributeRequest.Builder
avoiding
the need to create one manually via ModifySnapshotAttributeRequest.builder()
modifySnapshotAttributeRequest
- A Consumer
that will call methods on ModifySnapshotAttributeRequest.Builder
to create a
request.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 Elastic Compute Cloud User Guide.
modifySnapshotTierRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the ModifySnapshotTierRequest.Builder
avoiding the
need to create one manually via ModifySnapshotTierRequest.builder()
modifySnapshotTierRequest
- A Consumer
that will call methods on ModifySnapshotTierRequest.Builder
to create a
request.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.
modifySpotFleetRequestRequest
- Contains the parameters for 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()
modifySpotFleetRequestRequest
- A Consumer
that will call methods on ModifySpotFleetRequestRequest.Builder
to create a
request. Contains the parameters for ModifySpotFleetRequest.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:
modifySubnetAttributeRequest
- 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()
modifySubnetAttributeRequest
- A Consumer
that will call methods on ModifySubnetAttributeRequest.Builder
to create a
request.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.
modifyTrafficMirrorFilterNetworkServicesRequest
- 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()
modifyTrafficMirrorFilterNetworkServicesRequest
- A Consumer
that will call methods on
ModifyTrafficMirrorFilterNetworkServicesRequest.Builder
to create a request.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.
modifyTrafficMirrorFilterRuleRequest
- 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()
modifyTrafficMirrorFilterRuleRequest
- A Consumer
that will call methods on ModifyTrafficMirrorFilterRuleRequest.Builder
to
create a request.default CompletableFuture<ModifyTrafficMirrorSessionResponse> modifyTrafficMirrorSession(ModifyTrafficMirrorSessionRequest modifyTrafficMirrorSessionRequest)
Modifies a Traffic Mirror session.
modifyTrafficMirrorSessionRequest
- 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()
modifyTrafficMirrorSessionRequest
- A Consumer
that will call methods on ModifyTrafficMirrorSessionRequest.Builder
to create a
request.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.
modifyTransitGatewayRequest
- 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()
modifyTransitGatewayRequest
- A Consumer
that will call methods on ModifyTransitGatewayRequest.Builder
to create a
request.default CompletableFuture<ModifyTransitGatewayPrefixListReferenceResponse> modifyTransitGatewayPrefixListReference(ModifyTransitGatewayPrefixListReferenceRequest modifyTransitGatewayPrefixListReferenceRequest)
Modifies a reference (route) to a prefix list in a specified transit gateway route table.
modifyTransitGatewayPrefixListReferenceRequest
- 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()
modifyTransitGatewayPrefixListReferenceRequest
- A Consumer
that will call methods on
ModifyTransitGatewayPrefixListReferenceRequest.Builder
to create a request.default CompletableFuture<ModifyTransitGatewayVpcAttachmentResponse> modifyTransitGatewayVpcAttachment(ModifyTransitGatewayVpcAttachmentRequest modifyTransitGatewayVpcAttachmentRequest)
Modifies the specified VPC attachment.
modifyTransitGatewayVpcAttachmentRequest
- 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()
modifyTransitGatewayVpcAttachmentRequest
- A Consumer
that will call methods on ModifyTransitGatewayVpcAttachmentRequest.Builder
to
create a request.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 (Linux instances) or Amazon EBS Elastic Volumes (Windows instances).
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 a Linux file system or Extend a Windows 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.
If you reach the maximum volume modification rate per volume limit, you must wait at least six hours before applying further modifications to the affected EBS volume.
modifyVolumeRequest
- 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 (Linux instances) or Amazon EBS Elastic Volumes (Windows instances).
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 a Linux file system or Extend a Windows 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.
If you reach the maximum volume modification rate per volume limit, you must wait at least six hours before applying further modifications to the affected EBS volume.
This is a convenience which creates an instance of the ModifyVolumeRequest.Builder
avoiding the need to
create one manually via ModifyVolumeRequest.builder()
modifyVolumeRequest
- A Consumer
that will call methods on ModifyVolumeRequest.Builder
to create a request.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.
modifyVolumeAttributeRequest
- 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()
modifyVolumeAttributeRequest
- A Consumer
that will call methods on ModifyVolumeAttributeRequest.Builder
to create a
request.default CompletableFuture<ModifyVpcAttributeResponse> modifyVpcAttribute(ModifyVpcAttributeRequest modifyVpcAttributeRequest)
Modifies the specified attribute of the specified VPC.
modifyVpcAttributeRequest
- 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()
modifyVpcAttributeRequest
- A Consumer
that will call methods on ModifyVpcAttributeRequest.Builder
to create a
request.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 VPC Endpoints in the Amazon Virtual Private Cloud User Guide.
modifyVpcEndpointRequest
- Contains the parameters for 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 VPC Endpoints in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the ModifyVpcEndpointRequest.Builder
avoiding the need
to create one manually via ModifyVpcEndpointRequest.builder()
modifyVpcEndpointRequest
- A Consumer
that will call methods on ModifyVpcEndpointRequest.Builder
to create a request.
Contains the parameters for ModifyVpcEndpoint.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.
modifyVpcEndpointConnectionNotificationRequest
- 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()
modifyVpcEndpointConnectionNotificationRequest
- A Consumer
that will call methods on
ModifyVpcEndpointConnectionNotificationRequest.Builder
to create a request.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. For more information, see VPC Endpoint Service Private DNS Name Verification in the Amazon Virtual Private Cloud User Guide.
modifyVpcEndpointServiceConfigurationRequest
- 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. For more information, see VPC Endpoint Service Private DNS Name Verification in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the
ModifyVpcEndpointServiceConfigurationRequest.Builder
avoiding the need to create one manually via
ModifyVpcEndpointServiceConfigurationRequest.builder()
modifyVpcEndpointServiceConfigurationRequest
- A Consumer
that will call methods on ModifyVpcEndpointServiceConfigurationRequest.Builder
to create a request.default CompletableFuture<ModifyVpcEndpointServicePayerResponsibilityResponse> modifyVpcEndpointServicePayerResponsibility(ModifyVpcEndpointServicePayerResponsibilityRequest modifyVpcEndpointServicePayerResponsibilityRequest)
Modifies the payer responsibility for your VPC endpoint service.
modifyVpcEndpointServicePayerResponsibilityRequest
- 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()
modifyVpcEndpointServicePayerResponsibilityRequest
- A Consumer
that will call methods on
ModifyVpcEndpointServicePayerResponsibilityRequest.Builder
to create a request.default CompletableFuture<ModifyVpcEndpointServicePermissionsResponse> modifyVpcEndpointServicePermissions(ModifyVpcEndpointServicePermissionsRequest modifyVpcEndpointServicePermissionsRequest)
Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (IAM users, IAM roles, and Amazon Web Services accounts) 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.
modifyVpcEndpointServicePermissionsRequest
- 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 (IAM users, IAM roles, and Amazon Web Services accounts) 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()
modifyVpcEndpointServicePermissionsRequest
- A Consumer
that will call methods on ModifyVpcEndpointServicePermissionsRequest.Builder
to
create a request.default CompletableFuture<ModifyVpcPeeringConnectionOptionsResponse> modifyVpcPeeringConnectionOptions(ModifyVpcPeeringConnectionOptionsRequest modifyVpcPeeringConnectionOptionsRequest)
Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following:
Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC.
Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC.
Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
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 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.
modifyVpcPeeringConnectionOptionsRequest
- default CompletableFuture<ModifyVpcPeeringConnectionOptionsResponse> modifyVpcPeeringConnectionOptions(Consumer<ModifyVpcPeeringConnectionOptionsRequest.Builder> modifyVpcPeeringConnectionOptionsRequest)
Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following:
Enable/disable communication over the peering connection between an EC2-Classic instance that's linked to your VPC (using ClassicLink) and instances in the peer VPC.
Enable/disable communication over the peering connection between instances in your VPC and an EC2-Classic instance that's linked to the peer VPC.
Enable/disable the ability to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
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 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()
modifyVpcPeeringConnectionOptionsRequest
- A Consumer
that will call methods on ModifyVpcPeeringConnectionOptionsRequest.Builder
to
create a request.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 Elastic Compute Cloud User Guide.
modifyVpcTenancyRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the ModifyVpcTenancyRequest.Builder
avoiding the need
to create one manually via ModifyVpcTenancyRequest.builder()
modifyVpcTenancyRequest
- A Consumer
that will call methods on ModifyVpcTenancyRequest.Builder
to create a request.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.
modifyVpnConnectionRequest
- 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()
modifyVpnConnectionRequest
- A Consumer
that will call methods on ModifyVpnConnectionRequest.Builder
to create a
request.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.
modifyVpnConnectionOptionsRequest
- 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()
modifyVpnConnectionOptionsRequest
- A Consumer
that will call methods on ModifyVpnConnectionOptionsRequest.Builder
to create a
request.default CompletableFuture<ModifyVpnTunnelCertificateResponse> modifyVpnTunnelCertificate(ModifyVpnTunnelCertificateRequest modifyVpnTunnelCertificateRequest)
Modifies the VPN tunnel endpoint certificate.
modifyVpnTunnelCertificateRequest
- 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()
modifyVpnTunnelCertificateRequest
- A Consumer
that will call methods on ModifyVpnTunnelCertificateRequest.Builder
to create a
request.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.
modifyVpnTunnelOptionsRequest
- 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()
modifyVpnTunnelOptionsRequest
- A Consumer
that will call methods on ModifyVpnTunnelOptionsRequest.Builder
to create a
request.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.
monitorInstancesRequest
- 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()
monitorInstancesRequest
- A Consumer
that will call methods on MonitorInstancesRequest.Builder
to create a request.default CompletableFuture<MoveAddressToVpcResponse> moveAddressToVpc(MoveAddressToVpcRequest moveAddressToVpcRequest)
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.
moveAddressToVpcRequest
- default CompletableFuture<MoveAddressToVpcResponse> moveAddressToVpc(Consumer<MoveAddressToVpcRequest.Builder> moveAddressToVpcRequest)
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()
moveAddressToVpcRequest
- A Consumer
that will call methods on MoveAddressToVpcRequest.Builder
to create a request.default CompletableFuture<MoveByoipCidrToIpamResponse> moveByoipCidrToIpam(MoveByoipCidrToIpamRequest moveByoipCidrToIpamRequest)
Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool.
If you already have an IPv4 BYOIP 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.
moveByoipCidrToIpamRequest
- default CompletableFuture<MoveByoipCidrToIpamResponse> moveByoipCidrToIpam(Consumer<MoveByoipCidrToIpamRequest.Builder> moveByoipCidrToIpamRequest)
Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool.
If you already have an IPv4 BYOIP 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()
moveByoipCidrToIpamRequest
- A Consumer
that will call methods on MoveByoipCidrToIpamRequest.Builder
to create a
request.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.
provisionByoipCidrRequest
- 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()
provisionByoipCidrRequest
- A Consumer
that will call methods on ProvisionByoipCidrRequest.Builder
to create a
request.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.
provisionIpamPoolCidrRequest
- 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()
provisionIpamPoolCidrRequest
- A Consumer
that will call methods on ProvisionIpamPoolCidrRequest.Builder
to create a
request.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.
provisionPublicIpv4PoolCidrRequest
- 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()
provisionPublicIpv4PoolCidrRequest
- A Consumer
that will call methods on ProvisionPublicIpv4PoolCidrRequest.Builder
to create
a request.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.
purchaseHostReservationRequest
- 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()
purchaseHostReservationRequest
- A Consumer
that will call methods on PurchaseHostReservationRequest.Builder
to create a
request.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.
purchaseReservedInstancesOfferingRequest
- Contains the parameters for 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()
purchaseReservedInstancesOfferingRequest
- A Consumer
that will call methods on PurchaseReservedInstancesOfferingRequest.Builder
to
create a request. Contains the parameters for PurchaseReservedInstancesOffering.default CompletableFuture<PurchaseScheduledInstancesResponse> purchaseScheduledInstances(PurchaseScheduledInstancesRequest purchaseScheduledInstancesRequest)
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.
purchaseScheduledInstancesRequest
- Contains the parameters for PurchaseScheduledInstances.default CompletableFuture<PurchaseScheduledInstancesResponse> purchaseScheduledInstances(Consumer<PurchaseScheduledInstancesRequest.Builder> purchaseScheduledInstancesRequest)
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()
purchaseScheduledInstancesRequest
- A Consumer
that will call methods on PurchaseScheduledInstancesRequest.Builder
to create a
request. Contains the parameters for PurchaseScheduledInstances.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.
rebootInstancesRequest
- 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()
rebootInstancesRequest
- A Consumer
that will call methods on RebootInstancesRequest.Builder
to create a request.default CompletableFuture<RegisterImageResponse> registerImage(RegisterImageRequest registerImageRequest)
Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating your own AMIs 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.
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:
Launch an instance from an existing AMI with that billing product code.
Customize the instance.
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 Understanding AMI billing in the Amazon Elastic Compute Cloud User Guide.
registerImageRequest
- Contains the parameters for RegisterImage.default CompletableFuture<RegisterImageResponse> registerImage(Consumer<RegisterImageRequest.Builder> registerImageRequest)
Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating your own AMIs 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.
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:
Launch an instance from an existing AMI with that billing product code.
Customize the instance.
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 Understanding AMI billing in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the RegisterImageRequest.Builder
avoiding the need to
create one manually via RegisterImageRequest.builder()
registerImageRequest
- A Consumer
that will call methods on RegisterImageRequest.Builder
to create a request.
Contains the parameters for RegisterImage.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.
registerInstanceEventNotificationAttributesRequest
- 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()
registerInstanceEventNotificationAttributesRequest
- A Consumer
that will call methods on
RegisterInstanceEventNotificationAttributesRequest.Builder
to create a request.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.
registerTransitGatewayMulticastGroupMembersRequest
- 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()
registerTransitGatewayMulticastGroupMembersRequest
- A Consumer
that will call methods on
RegisterTransitGatewayMulticastGroupMembersRequest.Builder
to create a request.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.
registerTransitGatewayMulticastGroupSourcesRequest
- 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()
registerTransitGatewayMulticastGroupSourcesRequest
- A Consumer
that will call methods on
RegisterTransitGatewayMulticastGroupSourcesRequest.Builder
to create a request.default CompletableFuture<RejectTransitGatewayMulticastDomainAssociationsResponse> rejectTransitGatewayMulticastDomainAssociations(RejectTransitGatewayMulticastDomainAssociationsRequest rejectTransitGatewayMulticastDomainAssociationsRequest)
Rejects a request to associate cross-account subnets with a transit gateway multicast domain.
rejectTransitGatewayMulticastDomainAssociationsRequest
- 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()
rejectTransitGatewayMulticastDomainAssociationsRequest
- A Consumer
that will call methods on
RejectTransitGatewayMulticastDomainAssociationsRequest.Builder
to create a request.default CompletableFuture<RejectTransitGatewayPeeringAttachmentResponse> rejectTransitGatewayPeeringAttachment(RejectTransitGatewayPeeringAttachmentRequest rejectTransitGatewayPeeringAttachmentRequest)
Rejects a transit gateway peering attachment request.
rejectTransitGatewayPeeringAttachmentRequest
- 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()
rejectTransitGatewayPeeringAttachmentRequest
- A Consumer
that will call methods on RejectTransitGatewayPeeringAttachmentRequest.Builder
to create a request.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.
rejectTransitGatewayVpcAttachmentRequest
- 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()
rejectTransitGatewayVpcAttachmentRequest
- A Consumer
that will call methods on RejectTransitGatewayVpcAttachmentRequest.Builder
to
create a request.default CompletableFuture<RejectVpcEndpointConnectionsResponse> rejectVpcEndpointConnections(RejectVpcEndpointConnectionsRequest rejectVpcEndpointConnectionsRequest)
Rejects one or more VPC endpoint connection requests to your VPC endpoint service.
rejectVpcEndpointConnectionsRequest
- default CompletableFuture<RejectVpcEndpointConnectionsResponse> rejectVpcEndpointConnections(Consumer<RejectVpcEndpointConnectionsRequest.Builder> rejectVpcEndpointConnectionsRequest)
Rejects one or more 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()
rejectVpcEndpointConnectionsRequest
- A Consumer
that will call methods on RejectVpcEndpointConnectionsRequest.Builder
to create
a request.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.
rejectVpcPeeringConnectionRequest
- 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()
rejectVpcPeeringConnectionRequest
- A Consumer
that will call methods on RejectVpcPeeringConnectionRequest.Builder
to create a
request.default CompletableFuture<ReleaseAddressResponse> releaseAddress(ReleaseAddressRequest releaseAddressRequest)
Releases the specified Elastic IP address.
[EC2-Classic, 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.
[EC2-VPC] After you release an Elastic IP address for use in a VPC, you might be able to recover it. For more information, see AllocateAddress.
releaseAddressRequest
- default CompletableFuture<ReleaseAddressResponse> releaseAddress(Consumer<ReleaseAddressRequest.Builder> releaseAddressRequest)
Releases the specified Elastic IP address.
[EC2-Classic, 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.
[EC2-VPC] After you release an Elastic IP address for use in a VPC, 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()
releaseAddressRequest
- A Consumer
that will call methods on ReleaseAddressRequest.Builder
to create a request.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.
releaseHostsRequest
- 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()
releaseHostsRequest
- A Consumer
that will call methods on ReleaseHostsRequest.Builder
to create a request.default CompletableFuture<ReleaseIpamPoolAllocationResponse> releaseIpamPoolAllocation(ReleaseIpamPoolAllocationRequest releaseIpamPoolAllocationRequest)
Release an allocation within an IPAM pool. 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.
releaseIpamPoolAllocationRequest
- default CompletableFuture<ReleaseIpamPoolAllocationResponse> releaseIpamPoolAllocation(Consumer<ReleaseIpamPoolAllocationRequest.Builder> releaseIpamPoolAllocationRequest)
Release an allocation within an IPAM pool. 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.
This is a convenience which creates an instance of the ReleaseIpamPoolAllocationRequest.Builder
avoiding
the need to create one manually via ReleaseIpamPoolAllocationRequest.builder()
releaseIpamPoolAllocationRequest
- A Consumer
that will call methods on ReleaseIpamPoolAllocationRequest.Builder
to create a
request.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.
replaceIamInstanceProfileAssociationRequest
- 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()
replaceIamInstanceProfileAssociationRequest
- A Consumer
that will call methods on ReplaceIamInstanceProfileAssociationRequest.Builder
to create a request.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 Virtual Private Cloud User Guide.
This is an idempotent operation.
replaceNetworkAclAssociationRequest
- 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 Virtual Private Cloud 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()
replaceNetworkAclAssociationRequest
- A Consumer
that will call methods on ReplaceNetworkAclAssociationRequest.Builder
to create
a request.default CompletableFuture<ReplaceNetworkAclEntryResponse> replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)
Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
replaceNetworkAclEntryRequest
- 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 Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the ReplaceNetworkAclEntryRequest.Builder
avoiding the
need to create one manually via ReplaceNetworkAclEntryRequest.builder()
replaceNetworkAclEntryRequest
- A Consumer
that will call methods on ReplaceNetworkAclEntryRequest.Builder
to create a
request.default CompletableFuture<ReplaceRouteResponse> replaceRoute(ReplaceRouteRequest replaceRouteRequest)
Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway.
For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
replaceRouteRequest
- default CompletableFuture<ReplaceRouteResponse> replaceRoute(Consumer<ReplaceRouteRequest.Builder> replaceRouteRequest)
Replaces an existing route within a route table in a VPC. You must provide only one of the following: internet gateway, virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, egress-only internet gateway, or transit gateway.
For more information, see Route tables in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the ReplaceRouteRequest.Builder
avoiding the need to
create one manually via ReplaceRouteRequest.builder()
replaceRouteRequest
- A Consumer
that will call methods on ReplaceRouteRequest.Builder
to create a request.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 Virtual Private Cloud 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.
replaceRouteTableAssociationRequest
- 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 Virtual Private Cloud 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()
replaceRouteTableAssociationRequest
- A Consumer
that will call methods on ReplaceRouteTableAssociationRequest.Builder
to create
a request.default CompletableFuture<ReplaceTransitGatewayRouteResponse> replaceTransitGatewayRoute(ReplaceTransitGatewayRouteRequest replaceTransitGatewayRouteRequest)
Replaces the specified route in the specified transit gateway route table.
replaceTransitGatewayRouteRequest
- 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()
replaceTransitGatewayRouteRequest
- A Consumer
that will call methods on ReplaceTransitGatewayRouteRequest.Builder
to create a
request.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.
reportInstanceStatusRequest
- 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()
reportInstanceStatusRequest
- A Consumer
that will call methods on ReportInstanceStatusRequest.Builder
to create a
request.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 for Linux Instances.
requestSpotFleetRequest
- Contains the parameters for 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 for Linux Instances.
This is a convenience which creates an instance of the RequestSpotFleetRequest.Builder
avoiding the need
to create one manually via RequestSpotFleetRequest.builder()
requestSpotFleetRequest
- A Consumer
that will call methods on RequestSpotFleetRequest.Builder
to create a request.
Contains the parameters for RequestSpotFleet.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.
requestSpotInstancesRequest
- Contains the parameters for 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.
This is a convenience which creates an instance of the RequestSpotInstancesRequest.Builder
avoiding the
need to create one manually via RequestSpotInstancesRequest.builder()
requestSpotInstancesRequest
- A Consumer
that will call methods on RequestSpotInstancesRequest.Builder
to create a
request. Contains the parameters for RequestSpotInstances.default CompletableFuture<ResetAddressAttributeResponse> resetAddressAttribute(ResetAddressAttributeRequest resetAddressAttributeRequest)
Resets the attribute of the specified IP address. For requirements, see Using reverse DNS for email applications.
resetAddressAttributeRequest
- 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()
resetAddressAttributeRequest
- A Consumer
that will call methods on ResetAddressAttributeRequest.Builder
to create a
request.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 Elastic Compute Cloud User Guide.
resetEbsDefaultKmsKeyIdRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the ResetEbsDefaultKmsKeyIdRequest.Builder
avoiding
the need to create one manually via ResetEbsDefaultKmsKeyIdRequest.builder()
resetEbsDefaultKmsKeyIdRequest
- A Consumer
that will call methods on ResetEbsDefaultKmsKeyIdRequest.Builder
to create a
request.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.
resetFpgaImageAttributeRequest
- 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()
resetFpgaImageAttributeRequest
- A Consumer
that will call methods on ResetFpgaImageAttributeRequest.Builder
to create a
request.default CompletableFuture<ResetImageAttributeResponse> resetImageAttribute(ResetImageAttributeRequest resetImageAttributeRequest)
Resets an attribute of an AMI to its default value.
resetImageAttributeRequest
- Contains the parameters for 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()
resetImageAttributeRequest
- A Consumer
that will call methods on ResetImageAttributeRequest.Builder
to create a
request. Contains the parameters for ResetImageAttribute.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.
resetInstanceAttributeRequest
- 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()
resetInstanceAttributeRequest
- A Consumer
that will call methods on ResetInstanceAttributeRequest.Builder
to create a
request.default CompletableFuture<ResetNetworkInterfaceAttributeResponse> resetNetworkInterfaceAttribute(ResetNetworkInterfaceAttributeRequest resetNetworkInterfaceAttributeRequest)
Resets a network interface attribute. You can specify only one attribute at a time.
resetNetworkInterfaceAttributeRequest
- Contains the parameters for 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()
resetNetworkInterfaceAttributeRequest
- A Consumer
that will call methods on ResetNetworkInterfaceAttributeRequest.Builder
to
create a request. Contains the parameters for ResetNetworkInterfaceAttribute.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 Elastic Compute Cloud User Guide.
resetSnapshotAttributeRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the ResetSnapshotAttributeRequest.Builder
avoiding the
need to create one manually via ResetSnapshotAttributeRequest.builder()
resetSnapshotAttributeRequest
- A Consumer
that will call methods on ResetSnapshotAttributeRequest.Builder
to create a
request.default CompletableFuture<RestoreAddressToClassicResponse> restoreAddressToClassic(RestoreAddressToClassicRequest restoreAddressToClassicRequest)
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.
restoreAddressToClassicRequest
- default CompletableFuture<RestoreAddressToClassicResponse> restoreAddressToClassic(Consumer<RestoreAddressToClassicRequest.Builder> restoreAddressToClassicRequest)
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()
restoreAddressToClassicRequest
- A Consumer
that will call methods on RestoreAddressToClassicRequest.Builder
to create a
request.default CompletableFuture<RestoreImageFromRecycleBinResponse> restoreImageFromRecycleBin(RestoreImageFromRecycleBinRequest restoreImageFromRecycleBinRequest)
Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon Elastic Compute Cloud User Guide.
restoreImageFromRecycleBinRequest
- default CompletableFuture<RestoreImageFromRecycleBinResponse> restoreImageFromRecycleBin(Consumer<RestoreImageFromRecycleBinRequest.Builder> restoreImageFromRecycleBinRequest)
Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the RestoreImageFromRecycleBinRequest.Builder
avoiding
the need to create one manually via RestoreImageFromRecycleBinRequest.builder()
restoreImageFromRecycleBinRequest
- A Consumer
that will call methods on RestoreImageFromRecycleBinRequest.Builder
to create a
request.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.
restoreManagedPrefixListVersionRequest
- 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()
restoreManagedPrefixListVersionRequest
- A Consumer
that will call methods on RestoreManagedPrefixListVersionRequest.Builder
to
create a request.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 Elastic Compute Cloud User Guide.
restoreSnapshotFromRecycleBinRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the RestoreSnapshotFromRecycleBinRequest.Builder
avoiding the need to create one manually via RestoreSnapshotFromRecycleBinRequest.builder()
restoreSnapshotFromRecycleBinRequest
- A Consumer
that will call methods on RestoreSnapshotFromRecycleBinRequest.Builder
to
create a request.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 Elastic Compute Cloud User Guide.
restoreSnapshotTierRequest
- 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 Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the RestoreSnapshotTierRequest.Builder
avoiding the
need to create one manually via RestoreSnapshotTierRequest.builder()
restoreSnapshotTierRequest
- A Consumer
that will call methods on RestoreSnapshotTierRequest.Builder
to create a
request.default CompletableFuture<RevokeClientVpnIngressResponse> revokeClientVpnIngress(RevokeClientVpnIngressRequest revokeClientVpnIngressRequest)
Removes an ingress authorization rule from a Client VPN endpoint.
revokeClientVpnIngressRequest
- 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()
revokeClientVpnIngressRequest
- A Consumer
that will call methods on RevokeClientVpnIngressRequest.Builder
to create a
request.default CompletableFuture<RevokeSecurityGroupEgressResponse> revokeSecurityGroupEgress(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest)
[VPC only] Removes the specified outbound (egress) rules from a security group for EC2-VPC. This action does not apply to security groups for use in EC2-Classic.
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.
[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.
revokeSecurityGroupEgressRequest
- default CompletableFuture<RevokeSecurityGroupEgressResponse> revokeSecurityGroupEgress(Consumer<RevokeSecurityGroupEgressRequest.Builder> revokeSecurityGroupEgressRequest)
[VPC only] Removes the specified outbound (egress) rules from a security group for EC2-VPC. This action does not apply to security groups for use in EC2-Classic.
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.
[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()
revokeSecurityGroupEgressRequest
- A Consumer
that will call methods on RevokeSecurityGroupEgressRequest.Builder
to create a
request.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.
[EC2-Classic, 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.
revokeSecurityGroupIngressRequest
- 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.
[EC2-Classic, 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 RevokeSecurityGroupIngressRequest.Builder
avoiding
the need to create one manually via RevokeSecurityGroupIngressRequest.builder()
revokeSecurityGroupIngressRequest
- A Consumer
that will call methods on RevokeSecurityGroupIngressRequest.Builder
to create a
request.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:
[EC2-VPC] 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.
[EC2-Classic] If don't specify an Availability Zone, we choose one for you.
Some instance types must be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID, the request fails. For more information, see Instance types available only in a VPC.
[EC2-VPC] 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.
runInstancesRequest
- 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:
[EC2-VPC] 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.
[EC2-Classic] If don't specify an Availability Zone, we choose one for you.
Some instance types must be launched into a VPC. If you do not have a default VPC, or if you do not specify a subnet ID, the request fails. For more information, see Instance types available only in a VPC.
[EC2-VPC] 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()
runInstancesRequest
- A Consumer
that will call methods on RunInstancesRequest.Builder
to create a request.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.
runScheduledInstancesRequest
- Contains the parameters for 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()
runScheduledInstancesRequest
- A Consumer
that will call methods on RunScheduledInstancesRequest.Builder
to create a
request. Contains the parameters for RunScheduledInstances.default CompletableFuture<SearchLocalGatewayRoutesResponse> searchLocalGatewayRoutes(SearchLocalGatewayRoutesRequest searchLocalGatewayRoutesRequest)
Searches for routes in the specified local gateway route table.
searchLocalGatewayRoutesRequest
- 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()
searchLocalGatewayRoutesRequest
- A Consumer
that will call methods on SearchLocalGatewayRoutesRequest.Builder
to create a
request.default SearchLocalGatewayRoutesPublisher searchLocalGatewayRoutesPaginator(SearchLocalGatewayRoutesRequest searchLocalGatewayRoutesRequest)
Searches for routes in the specified local gateway route table.
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.
searchLocalGatewayRoutesRequest
- default SearchLocalGatewayRoutesPublisher searchLocalGatewayRoutesPaginator(Consumer<SearchLocalGatewayRoutesRequest.Builder> searchLocalGatewayRoutesRequest)
Searches for routes in the specified local gateway route table.
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()
searchLocalGatewayRoutesRequest
- A Consumer
that will call methods on SearchLocalGatewayRoutesRequest.Builder
to create a
request.default CompletableFuture<SearchTransitGatewayMulticastGroupsResponse> searchTransitGatewayMulticastGroups(SearchTransitGatewayMulticastGroupsRequest searchTransitGatewayMulticastGroupsRequest)
Searches one or more transit gateway multicast groups and returns the group membership information.
searchTransitGatewayMulticastGroupsRequest
- 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()
searchTransitGatewayMulticastGroupsRequest
- A Consumer
that will call methods on SearchTransitGatewayMulticastGroupsRequest.Builder
to
create a request.default SearchTransitGatewayMulticastGroupsPublisher searchTransitGatewayMulticastGroupsPaginator(SearchTransitGatewayMulticastGroupsRequest searchTransitGatewayMulticastGroupsRequest)
Searches one or more transit gateway multicast groups and returns the group membership information.
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.
searchTransitGatewayMulticastGroupsRequest
- default SearchTransitGatewayMulticastGroupsPublisher searchTransitGatewayMulticastGroupsPaginator(Consumer<SearchTransitGatewayMulticastGroupsRequest.Builder> searchTransitGatewayMulticastGroupsRequest)
Searches one or more transit gateway multicast groups and returns the group membership information.
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()
searchTransitGatewayMulticastGroupsRequest
- A Consumer
that will call methods on SearchTransitGatewayMulticastGroupsRequest.Builder
to
create a request.default CompletableFuture<SearchTransitGatewayRoutesResponse> searchTransitGatewayRoutes(SearchTransitGatewayRoutesRequest searchTransitGatewayRoutesRequest)
Searches for routes in the specified transit gateway route table.
searchTransitGatewayRoutesRequest
- 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()
searchTransitGatewayRoutesRequest
- A Consumer
that will call methods on SearchTransitGatewayRoutesRequest.Builder
to create a
request.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).
sendDiagnosticInterruptRequest
- 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()
sendDiagnosticInterruptRequest
- A Consumer
that will call methods on SendDiagnosticInterruptRequest.Builder
to create a
request.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 unlimted
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.
startInstancesRequest
- 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 unlimted
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()
startInstancesRequest
- A Consumer
that will call methods on StartInstancesRequest.Builder
to create a request.default CompletableFuture<StartNetworkInsightsAccessScopeAnalysisResponse> startNetworkInsightsAccessScopeAnalysis(StartNetworkInsightsAccessScopeAnalysisRequest startNetworkInsightsAccessScopeAnalysisRequest)
Starts analyzing the specified Network Access Scope.
startNetworkInsightsAccessScopeAnalysisRequest
- 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()
startNetworkInsightsAccessScopeAnalysisRequest
- A Consumer
that will call methods on
StartNetworkInsightsAccessScopeAnalysisRequest.Builder
to create a request.default CompletableFuture<StartNetworkInsightsAnalysisResponse> startNetworkInsightsAnalysis(StartNetworkInsightsAnalysisRequest startNetworkInsightsAnalysisRequest)
Starts analyzing the specified path. If the path is reachable, the operation returns the shortest feasible path.
startNetworkInsightsAnalysisRequest
- 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()
startNetworkInsightsAnalysisRequest
- A Consumer
that will call methods on StartNetworkInsightsAnalysisRequest.Builder
to create
a request.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. For more information, see Adding a TXT Record to Your Domain's DNS Server in the Amazon VPC User Guide.
startVpcEndpointServicePrivateDnsVerificationRequest
- 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. For more information, see Adding a TXT Record to Your Domain's DNS Server in the Amazon VPC User Guide.
This is a convenience which creates an instance of the
StartVpcEndpointServicePrivateDnsVerificationRequest.Builder
avoiding the need to create one manually via
StartVpcEndpointServicePrivateDnsVerificationRequest.builder()
startVpcEndpointServicePrivateDnsVerificationRequest
- A Consumer
that will call methods on
StartVpcEndpointServicePrivateDnsVerificationRequest.Builder
to create a request.default CompletableFuture<StopInstancesResponse> stopInstances(StopInstancesRequest stopInstancesRequest)
Stops an Amazon EBS-backed instance.
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.
stopInstancesRequest
- default CompletableFuture<StopInstancesResponse> stopInstances(Consumer<StopInstancesRequest.Builder> stopInstancesRequest)
Stops an Amazon EBS-backed instance.
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()
stopInstancesRequest
- A Consumer
that will call methods on StopInstancesRequest.Builder
to create a request.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.
terminateClientVpnConnectionsRequest
- 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()
terminateClientVpnConnectionsRequest
- A Consumer
that will call methods on TerminateClientVpnConnectionsRequest.Builder
to
create a request.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.
terminateInstancesRequest
- 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()
terminateInstancesRequest
- A Consumer
that will call methods on TerminateInstancesRequest.Builder
to create a
request.default CompletableFuture<UnassignIpv6AddressesResponse> unassignIpv6Addresses(UnassignIpv6AddressesRequest unassignIpv6AddressesRequest)
Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.
unassignIpv6AddressesRequest
- 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()
unassignIpv6AddressesRequest
- A Consumer
that will call methods on UnassignIpv6AddressesRequest.Builder
to create a
request.default CompletableFuture<UnassignPrivateIpAddressesResponse> unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)
Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.
unassignPrivateIpAddressesRequest
- Contains the parameters for 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()
unassignPrivateIpAddressesRequest
- A Consumer
that will call methods on UnassignPrivateIpAddressesRequest.Builder
to create a
request. Contains the parameters for UnassignPrivateIpAddresses.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.
unmonitorInstancesRequest
- 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()
unmonitorInstancesRequest
- A Consumer
that will call methods on UnmonitorInstancesRequest.Builder
to create a
request.default CompletableFuture<UpdateSecurityGroupRuleDescriptionsEgressResponse> updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] 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.
updateSecurityGroupRuleDescriptionsEgressRequest
- default CompletableFuture<UpdateSecurityGroupRuleDescriptionsEgressResponse> updateSecurityGroupRuleDescriptionsEgress(Consumer<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder> updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] 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()
updateSecurityGroupRuleDescriptionsEgressRequest
- A Consumer
that will call methods on
UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder
to create a request.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.
updateSecurityGroupRuleDescriptionsIngressRequest
- 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()
updateSecurityGroupRuleDescriptionsIngressRequest
- A Consumer
that will call methods on
UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder
to create a request.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.
withdrawByoipCidrRequest
- 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()
withdrawByoipCidrRequest
- A Consumer
that will call methods on WithdrawByoipCidrRequest.Builder
to create a request.default Ec2AsyncWaiter waiter()
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.
Ec2AsyncWaiter
Copyright © 2022. All rights reserved.