@Generated(value="software.amazon.awssdk:codegen") public interface Ec2AsyncClient extends SdkClient
builder()
method.
Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the AWS cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster.
To learn more about Amazon EC2, Amazon EBS, and Amazon VPC, see the following resources:
Modifier and Type | Field and Description |
---|---|
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<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 address range that is provisioned for use with your AWS resources through bring your own IP
addresses (BYOIP).
|
default CompletableFuture<AdvertiseByoipCidrResponse> |
advertiseByoipCidr(Consumer<AdvertiseByoipCidrRequest.Builder> advertiseByoipCidrRequest)
Advertises an IPv4 address range that is provisioned for use with your AWS resources through bring your own IP
addresses (BYOIP).
|
default CompletableFuture<AllocateAddressResponse> |
allocateAddress()
Allocates an Elastic IP address to your AWS account.
|
default CompletableFuture<AllocateAddressResponse> |
allocateAddress(AllocateAddressRequest allocateAddressRequest)
Allocates an Elastic IP address to your AWS account.
|
default CompletableFuture<AllocateAddressResponse> |
allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest)
Allocates an Elastic IP address to your AWS 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<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 with an instance or a network interface.
|
default CompletableFuture<AssociateAddressResponse> |
associateAddress(AssociateAddressRequest associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
default CompletableFuture<AssociateAddressResponse> |
associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
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<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<AssociateRouteTableResponse> |
associateRouteTable(AssociateRouteTableRequest associateRouteTableRequest)
Associates a subnet with a route table.
|
default CompletableFuture<AssociateRouteTableResponse> |
associateRouteTable(Consumer<AssociateRouteTableRequest.Builder> associateRouteTableRequest)
Associates a subnet with a route table.
|
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<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<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 to a VPC, enabling connectivity between the internet and the VPC.
|
default CompletableFuture<AttachInternetGatewayResponse> |
attachInternetGateway(Consumer<AttachInternetGatewayRequest.Builder> attachInternetGatewayRequest)
Attaches an internet 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<AuthorizeSecurityGroupEgressResponse> |
authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.
|
default CompletableFuture<AuthorizeSecurityGroupEgressResponse> |
authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.
|
default CompletableFuture<AuthorizeSecurityGroupIngressResponse> |
authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
Adds one or more ingress rules to a security group.
|
default CompletableFuture<AuthorizeSecurityGroupIngressResponse> |
authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest)
Adds one or more 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<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 from the specified source region to the current region.
|
default CompletableFuture<CopyImageResponse> |
copyImage(CopyImageRequest copyImageRequest)
Initiates the copy of an AMI from the specified source region to the current region.
|
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<CreateCustomerGatewayResponse> |
createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device.
|
default CompletableFuture<CreateCustomerGatewayResponse> |
createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to AWS 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<CreateInstanceExportTaskResponse> |
createInstanceExportTask(Consumer<CreateInstanceExportTaskRequest.Builder> createInstanceExportTaskRequest)
Exports a running or stopped instance to an S3 bucket.
|
default CompletableFuture<CreateInstanceExportTaskResponse> |
createInstanceExportTask(CreateInstanceExportTaskRequest createInstanceExportTaskRequest)
Exports a running or stopped instance to an 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<CreateKeyPairResponse> |
createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)
Creates a 2048-bit RSA key pair with the specified name.
|
default CompletableFuture<CreateKeyPairResponse> |
createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates a 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<CreateNatGatewayResponse> |
createNatGateway(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest)
Creates a NAT gateway in the specified public subnet.
|
default CompletableFuture<CreateNatGatewayResponse> |
createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified public 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<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 AWS-authorized account permission to attach the specified network interface to an instance in their
account.
|
default CompletableFuture<CreateNetworkInterfacePermissionResponse> |
createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest)
Grants an AWS-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<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<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<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<CreateSubnetResponse> |
createSubnet(Consumer<CreateSubnetRequest.Builder> createSubnetRequest)
Creates a subnet in an existing VPC.
|
default CompletableFuture<CreateSubnetResponse> |
createSubnet(CreateSubnetRequest createSubnetRequest)
Creates a subnet in an existing VPC.
|
default CompletableFuture<CreateTagsResponse> |
createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.
|
default CompletableFuture<CreateTagsResponse> |
createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources.
|
default CompletableFuture<CreateTransitGatewayResponse> |
createTransitGateway(Consumer<CreateTransitGatewayRequest.Builder> createTransitGatewayRequest)
Creates a transit gateway.
|
default CompletableFuture<CreateTransitGatewayResponse> |
createTransitGateway(CreateTransitGatewayRequest createTransitGatewayRequest)
Creates a transit gateway.
|
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 (AWS accounts, IAM users, and IAM roles)
can connect.
|
default CompletableFuture<CreateVpcEndpointServiceConfigurationResponse> |
createVpcEndpointServiceConfiguration(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest)
Creates a VPC endpoint service configuration to which service consumers (AWS 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 and a VPN customer gateway.
|
default CompletableFuture<CreateVpnConnectionResponse> |
createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway and a VPN 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<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<DeleteInternetGatewayResponse> |
deleteInternetGateway(Consumer<DeleteInternetGatewayRequest.Builder> deleteInternetGatewayRequest)
Deletes the specified internet gateway.
|
default CompletableFuture<DeleteInternetGatewayResponse> |
deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)
Deletes the specified internet gateway.
|
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<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<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<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<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<DeleteTransitGatewayResponse> |
deleteTransitGateway(Consumer<DeleteTransitGatewayRequest.Builder> deleteTransitGatewayRequest)
Deletes the specified transit gateway.
|
default CompletableFuture<DeleteTransitGatewayResponse> |
deleteTransitGateway(DeleteTransitGatewayRequest deleteTransitGatewayRequest)
Deletes the specified transit gateway.
|
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 AWS 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 AWS resources through bring your own
IP addresses (BYOIP) and deletes the corresponding address 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<DescribeAccountAttributesResponse> |
describeAccountAttributes()
Describes attributes of your AWS account.
|
default CompletableFuture<DescribeAccountAttributesResponse> |
describeAccountAttributes(Consumer<DescribeAccountAttributesRequest.Builder> describeAccountAttributesRequest)
Describes attributes of your AWS account.
|
default CompletableFuture<DescribeAccountAttributesResponse> |
describeAccountAttributes(DescribeAccountAttributesRequest describeAccountAttributesRequest)
Describes attributes of your AWS account.
|
default CompletableFuture<DescribeAddressesResponse> |
describeAddresses()
Describes one or more of your Elastic IP addresses.
|
default CompletableFuture<DescribeAddressesResponse> |
describeAddresses(Consumer<DescribeAddressesRequest.Builder> describeAddressesRequest)
Describes one or more of your Elastic IP addresses.
|
default CompletableFuture<DescribeAddressesResponse> |
describeAddresses(DescribeAddressesRequest describeAddressesRequest)
Describes one or more of your 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 one or more of the Availability Zones that are available to you.
|
default CompletableFuture<DescribeAvailabilityZonesResponse> |
describeAvailabilityZones(Consumer<DescribeAvailabilityZonesRequest.Builder> describeAvailabilityZonesRequest)
Describes one or more of the Availability Zones that are available to you.
|
default CompletableFuture<DescribeAvailabilityZonesResponse> |
describeAvailabilityZones(DescribeAvailabilityZonesRequest describeAvailabilityZonesRequest)
Describes one or more of the Availability Zones that are available to you.
|
default CompletableFuture<DescribeBundleTasksResponse> |
describeBundleTasks()
Describes one or more of your bundling tasks.
|
default CompletableFuture<DescribeBundleTasksResponse> |
describeBundleTasks(Consumer<DescribeBundleTasksRequest.Builder> describeBundleTasksRequest)
Describes one or more of your bundling tasks.
|
default CompletableFuture<DescribeBundleTasksResponse> |
describeBundleTasks(DescribeBundleTasksRequest describeBundleTasksRequest)
Describes one or more of your bundling 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 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 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 CompletableFuture<DescribeConversionTasksResponse> |
describeConversionTasks()
Describes one or more of your conversion tasks.
|
default CompletableFuture<DescribeConversionTasksResponse> |
describeConversionTasks(Consumer<DescribeConversionTasksRequest.Builder> describeConversionTasksRequest)
Describes one or more of your conversion tasks.
|
default CompletableFuture<DescribeConversionTasksResponse> |
describeConversionTasks(DescribeConversionTasksRequest describeConversionTasksRequest)
Describes one or more of 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 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 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<DescribeExportTasksResponse> |
describeExportTasks()
Describes one or more of your export tasks.
|
default CompletableFuture<DescribeExportTasksResponse> |
describeExportTasks(Consumer<DescribeExportTasksRequest.Builder> describeExportTasksRequest)
Describes one or more of your export tasks.
|
default CompletableFuture<DescribeExportTasksResponse> |
describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Describes one or more of your export tasks.
|
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 one or more of your EC2 Fleets.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes one or more of your EC2 Fleets.
|
default CompletableFuture<DescribeFleetsResponse> |
describeFleets(DescribeFleetsRequest describeFleetsRequest)
Describes one or more 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 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 one or more available Amazon FPGA Images (AFIs).
|
default CompletableFuture<DescribeFpgaImagesResponse> |
describeFpgaImages(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest)
Describes one or more available Amazon FPGA Images (AFIs).
|
default CompletableFuture<DescribeFpgaImagesResponse> |
describeFpgaImages(DescribeFpgaImagesRequest describeFpgaImagesRequest)
Describes one or more available Amazon FPGA Images (AFIs).
|
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 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 CompletableFuture<DescribeHostsResponse> |
describeHosts()
Describes one or more of your Dedicated Hosts.
|
default CompletableFuture<DescribeHostsResponse> |
describeHosts(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)
Describes one or more of your Dedicated Hosts.
|
default CompletableFuture<DescribeHostsResponse> |
describeHosts(DescribeHostsRequest describeHostsRequest)
Describes one or more of 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 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 one or more of the images (AMIs, AKIs, and ARIs) available to you.
|
default CompletableFuture<DescribeImagesResponse> |
describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Describes one or more of the images (AMIs, AKIs, and ARIs) available to you.
|
default CompletableFuture<DescribeImagesResponse> |
describeImages(DescribeImagesRequest describeImagesRequest)
Describes one or more of the images (AMIs, AKIs, and ARIs) 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 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 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 one or more of your T2 or T3 instances.
|
default CompletableFuture<DescribeInstanceCreditSpecificationsResponse> |
describeInstanceCreditSpecifications(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of one or more of your T2 or T3 instances.
|
default CompletableFuture<DescribeInstanceCreditSpecificationsResponse> |
describeInstanceCreditSpecifications(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of one or more of your T2 or T3 instances.
|
default CompletableFuture<DescribeInstancesResponse> |
describeInstances()
Describes one or more of your instances.
|
default CompletableFuture<DescribeInstancesResponse> |
describeInstances(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)
Describes one or more of your instances.
|
default CompletableFuture<DescribeInstancesResponse> |
describeInstances(DescribeInstancesRequest describeInstancesRequest)
Describes one or more of your instances.
|
default DescribeInstancesPublisher |
describeInstancesPaginator()
Describes one or more of your instances.
|
default DescribeInstancesPublisher |
describeInstancesPaginator(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)
Describes one or more of your instances.
|
default DescribeInstancesPublisher |
describeInstancesPaginator(DescribeInstancesRequest describeInstancesRequest)
Describes one or more of your instances.
|
default CompletableFuture<DescribeInstanceStatusResponse> |
describeInstanceStatus()
Describes the status of one or more instances.
|
default CompletableFuture<DescribeInstanceStatusResponse> |
describeInstanceStatus(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)
Describes the status of one or more instances.
|
default CompletableFuture<DescribeInstanceStatusResponse> |
describeInstanceStatus(DescribeInstanceStatusRequest describeInstanceStatusRequest)
Describes the status of one or more instances.
|
default DescribeInstanceStatusPublisher |
describeInstanceStatusPaginator()
Describes the status of one or more instances.
|
default DescribeInstanceStatusPublisher |
describeInstanceStatusPaginator(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)
Describes the status of one or more instances.
|
default DescribeInstanceStatusPublisher |
describeInstanceStatusPaginator(DescribeInstanceStatusRequest describeInstanceStatusRequest)
Describes the status of one or more instances.
|
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 CompletableFuture<DescribeKeyPairsResponse> |
describeKeyPairs()
Describes one or more of your key pairs.
|
default CompletableFuture<DescribeKeyPairsResponse> |
describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest)
Describes one or more of your key pairs.
|
default CompletableFuture<DescribeKeyPairsResponse> |
describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes one or more 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 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 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 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 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 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 one or more of your placement groups.
|
default CompletableFuture<DescribePlacementGroupsResponse> |
describePlacementGroups(Consumer<DescribePlacementGroupsRequest.Builder> describePlacementGroupsRequest)
Describes one or more of your placement groups.
|
default CompletableFuture<DescribePlacementGroupsResponse> |
describePlacementGroups(DescribePlacementGroupsRequest describePlacementGroupsRequest)
Describes one or more of your placement groups.
|
default CompletableFuture<DescribePrefixListsResponse> |
describePrefixLists()
Describes available AWS 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 AWS 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 AWS 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 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 CompletableFuture<DescribeRegionsResponse> |
describeRegions()
Describes one or more regions that are currently available to you.
|
default CompletableFuture<DescribeRegionsResponse> |
describeRegions(Consumer<DescribeRegionsRequest.Builder> describeRegionsRequest)
Describes one or more regions that are currently available to you.
|
default CompletableFuture<DescribeRegionsResponse> |
describeRegions(DescribeRegionsRequest describeRegionsRequest)
Describes one or more regions that are currently available to you.
|
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 CompletableFuture<DescribeScheduledInstancesResponse> |
describeScheduledInstances()
Describes one or more of your Scheduled Instances.
|
default CompletableFuture<DescribeScheduledInstancesResponse> |
describeScheduledInstances(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)
Describes one or more of your Scheduled Instances.
|
default CompletableFuture<DescribeScheduledInstancesResponse> |
describeScheduledInstances(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
Describes one or more of your Scheduled Instances.
|
default CompletableFuture<DescribeSecurityGroupReferencesResponse> |
describeSecurityGroupReferences(Consumer<DescribeSecurityGroupReferencesRequest.Builder> describeSecurityGroupReferencesRequest)
[EC2-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)
[EC2-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<DescribeSecurityGroupsResponse> |
describeSecurityGroups()
Describes one or more of your security groups.
|
default CompletableFuture<DescribeSecurityGroupsResponse> |
describeSecurityGroups(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)
Describes one or more of your security groups.
|
default CompletableFuture<DescribeSecurityGroupsResponse> |
describeSecurityGroups(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
Describes one or more of your security groups.
|
default DescribeSecurityGroupsPublisher |
describeSecurityGroupsPaginator()
Describes one or more of your security groups.
|
default DescribeSecurityGroupsPublisher |
describeSecurityGroupsPaginator(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)
Describes one or more of your security groups.
|
default DescribeSecurityGroupsPublisher |
describeSecurityGroupsPaginator(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
Describes one or more 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 one or more of the EBS snapshots available to you.
|
default CompletableFuture<DescribeSnapshotsResponse> |
describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
default CompletableFuture<DescribeSnapshotsResponse> |
describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
default DescribeSnapshotsPublisher |
describeSnapshotsPaginator()
Describes one or more of the EBS snapshots available to you.
|
default DescribeSnapshotsPublisher |
describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
default DescribeSnapshotsPublisher |
describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
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 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)
[EC2-VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
default CompletableFuture<DescribeStaleSecurityGroupsResponse> |
describeStaleSecurityGroups(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)
[EC2-VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
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 CompletableFuture<DescribeTagsResponse> |
describeTags()
Describes one or more of the tags for your EC2 resources.
|
default CompletableFuture<DescribeTagsResponse> |
describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes one or more of the tags for your EC2 resources.
|
default CompletableFuture<DescribeTagsResponse> |
describeTags(DescribeTagsRequest describeTagsRequest)
Describes one or more of the tags for your EC2 resources.
|
default DescribeTagsPublisher |
describeTagsPaginator()
Describes one or more of the tags for your EC2 resources.
|
default DescribeTagsPublisher |
describeTagsPaginator(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes one or more of the tags for your EC2 resources.
|
default DescribeTagsPublisher |
describeTagsPaginator(DescribeTagsRequest describeTagsRequest)
Describes one or more of the tags for your EC2 resources.
|
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 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 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 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 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.
|
default CompletableFuture<DescribeVolumesResponse> |
describeVolumes(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)
Describes the specified EBS volumes.
|
default CompletableFuture<DescribeVolumesResponse> |
describeVolumes(DescribeVolumesRequest describeVolumesRequest)
Describes the specified EBS volumes.
|
default CompletableFuture<DescribeVolumesModificationsResponse> |
describeVolumesModifications()
Reports the current modification status of EBS volumes.
|
default CompletableFuture<DescribeVolumesModificationsResponse> |
describeVolumesModifications(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest)
Reports the current modification status of EBS volumes.
|
default CompletableFuture<DescribeVolumesModificationsResponse> |
describeVolumesModifications(DescribeVolumesModificationsRequest describeVolumesModificationsRequest)
Reports the current modification status of EBS volumes.
|
default DescribeVolumesPublisher |
describeVolumesPaginator()
Describes the specified EBS volumes.
|
default DescribeVolumesPublisher |
describeVolumesPaginator(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)
Describes the specified EBS volumes.
|
default DescribeVolumesPublisher |
describeVolumesPaginator(DescribeVolumesRequest describeVolumesRequest)
Describes the specified 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 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 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 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 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 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 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 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 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<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<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<DisassociateRouteTableResponse> |
disassociateRouteTable(Consumer<DisassociateRouteTableRequest.Builder> disassociateRouteTableRequest)
Disassociates a subnet from a route table.
|
default CompletableFuture<DisassociateRouteTableResponse> |
disassociateRouteTable(DisassociateRouteTableRequest disassociateRouteTableRequest)
Disassociates a subnet 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<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<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<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<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<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<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<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<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<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 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 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 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 key pair that you created with a third-party tool.
|
default CompletableFuture<ImportKeyPairResponse> |
importKeyPair(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA 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.For more information, see Importing Disks to Amazon EBS.
|
default CompletableFuture<ImportVolumeResponse> |
importVolume(ImportVolumeRequest importVolumeRequest)
Creates an import volume task using metadata from the specified disk image.For more information, see Importing Disks to Amazon EBS.
|
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<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 T2 or T3 instance.
|
default CompletableFuture<ModifyInstanceCreditSpecificationResponse> |
modifyInstanceCreditSpecification(ModifyInstanceCreditSpecificationRequest modifyInstanceCreditSpecificationRequest)
Modifies the credit option for CPU usage on a running or stopped T2 or T3 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<ModifyLaunchTemplateResponse> |
modifyLaunchTemplate(Consumer<ModifyLaunchTemplateRequest.Builder> modifyLaunchTemplateRequest)
Modifies a launch template.
|
default CompletableFuture<ModifyLaunchTemplateResponse> |
modifyLaunchTemplate(ModifyLaunchTemplateRequest modifyLaunchTemplateRequest)
Modifies a launch template.
|
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<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<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<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<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<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<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<ProvisionByoipCidrResponse> |
provisionByoipCidr(Consumer<ProvisionByoipCidrRequest.Builder> provisionByoipCidrRequest)
Provisions an address range for use with your AWS resources through bring your own IP addresses (BYOIP) and
creates a corresponding address pool.
|
default CompletableFuture<ProvisionByoipCidrResponse> |
provisionByoipCidr(ProvisionByoipCidrRequest provisionByoipCidrRequest)
Provisions an address range for use with your AWS resources through bring your own IP addresses (BYOIP) and
creates a corresponding address 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 one or more Scheduled Instances with the specified schedule.
|
default CompletableFuture<PurchaseScheduledInstancesResponse> |
purchaseScheduledInstances(PurchaseScheduledInstancesRequest purchaseScheduledInstancesRequest)
Purchases one or more Scheduled Instances with the specified schedule.
|
default CompletableFuture<RebootInstancesResponse> |
rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest)
Requests a reboot of one or more instances.
|
default CompletableFuture<RebootInstancesResponse> |
rebootInstances(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of one or more instances.
|
default CompletableFuture<RegisterImageResponse> |
registerImage(Consumer<RegisterImageRequest.Builder> registerImageRequest)
Registers an AMI.
|
default CompletableFuture<RegisterImageResponse> |
registerImage(RegisterImageRequest registerImageRequest)
Registers an AMI.
|
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<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 in a VPC.
|
default CompletableFuture<ReplaceRouteTableAssociationResponse> |
replaceRouteTableAssociation(ReplaceRouteTableAssociationRequest replaceRouteTableAssociationRequest)
Changes the route table associated with a given subnet 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<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<RevokeSecurityGroupEgressResponse> |
revokeSecurityGroupEgress(Consumer<RevokeSecurityGroupEgressRequest.Builder> revokeSecurityGroupEgressRequest)
[EC2-VPC only] Removes one or more egress rules from a security group for EC2-VPC.
|
default CompletableFuture<RevokeSecurityGroupEgressResponse> |
revokeSecurityGroupEgress(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest)
[EC2-VPC only] Removes one or more egress rules from a security group for EC2-VPC.
|
default CompletableFuture<RevokeSecurityGroupIngressResponse> |
revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest)
Removes one or more ingress rules from a security group.
|
default CompletableFuture<RevokeSecurityGroupIngressResponse> |
revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes one or more 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<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<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<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<TerminateInstancesResponse> |
terminateInstances(Consumer<TerminateInstancesRequest.Builder> terminateInstancesRequest)
Shuts down one or more instances.
|
default CompletableFuture<TerminateInstancesResponse> |
terminateInstances(TerminateInstancesRequest terminateInstancesRequest)
Shuts down one or more instances.
|
default CompletableFuture<UnassignIpv6AddressesResponse> |
unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest)
Unassigns one or more IPv6 addresses from a network interface.
|
default CompletableFuture<UnassignIpv6AddressesResponse> |
unassignIpv6Addresses(UnassignIpv6AddressesRequest unassignIpv6AddressesRequest)
Unassigns one or more IPv6 addresses from a network interface.
|
default CompletableFuture<UnassignPrivateIpAddressesResponse> |
unassignPrivateIpAddresses(Consumer<UnassignPrivateIpAddressesRequest.Builder> unassignPrivateIpAddressesRequest)
Unassigns one or more secondary private IP addresses from a network interface.
|
default CompletableFuture<UnassignPrivateIpAddressesResponse> |
unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)
Unassigns one or more secondary private IP addresses 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)
[EC2-VPC only] Updates the description of an egress (outbound) security group rule.
|
default CompletableFuture<UpdateSecurityGroupRuleDescriptionsEgressResponse> |
updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest)
[EC2-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 CompletableFuture<WithdrawByoipCidrResponse> |
withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)
Stops advertising an IPv4 address range that is provisioned as an address pool.
|
default CompletableFuture<WithdrawByoipCidrResponse> |
withdrawByoipCidr(WithdrawByoipCidrRequest withdrawByoipCidrRequest)
Stops advertising an IPv4 address range that is provisioned as an address pool.
|
serviceName
close
static final String SERVICE_NAME
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<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 address range that is provisioned for use with your AWS 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 AWS. To minimize down time, you can configure your AWS 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 AWS.
It can take a few minutes before traffic to the specified addresses starts routing to AWS 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 address range that is provisioned for use with your AWS 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 AWS. To minimize down time, you can configure your AWS 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 AWS.
It can take a few minutes before traffic to the specified addresses starts routing to AWS 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 AWS 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 AWS account.
You can allocate an Elastic IP address from an address pool owned by AWS or from an address pool created from a public IPv4 address range that you have brought to AWS for use with your AWS 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 AWS 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.
allocateAddressRequest
- default CompletableFuture<AllocateAddressResponse> allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest)
Allocates an Elastic IP address to your AWS 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 AWS account.
You can allocate an Elastic IP address from an address pool owned by AWS or from an address pool created from a public IPv4 address range that you have brought to AWS for use with your AWS 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 AWS 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.
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 AWS 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 AWS account.
You can allocate an Elastic IP address from an address pool owned by AWS or from an address pool created from a public IPv4 address range that you have brought to AWS for use with your AWS 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 AWS 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.
default CompletableFuture<AllocateHostsResponse> allocateHosts(AllocateHostsRequest allocateHostsRequest)
Allocates a Dedicated Host to your account. At a minimum, specify the instance size type, Availability Zone, and quantity 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 instance size type, Availability Zone, and quantity 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<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.
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.
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.
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.
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 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.
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 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.
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 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.
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<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<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<AssociateRouteTableResponse> associateRouteTable(AssociateRouteTableRequest associateRouteTableRequest)
Associates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet 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 from the subnet 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 with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet 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 from the subnet 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<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<AssociateVpcCidrBlockResponse> associateVpcCidrBlock(AssociateVpcCidrBlockRequest associateVpcCidrBlockRequest)
Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, or you can associate an Amazon-provided IPv6 CIDR block. The IPv6 CIDR block size is fixed at /56.
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, or you can associate an Amazon-provided IPv6 CIDR block. The IPv6 CIDR block size is fixed at /56.
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 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 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 may only be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
For a list of supported device names, see Attaching an EBS Volume to an Instance. Any device names that aren't reserved for instance store volumes can be used for EBS volumes. For more information, see Amazon EC2 Instance Store in the Amazon Elastic Compute Cloud User Guide.
If a volume has an AWS Marketplace product code:
The volume can be attached only to a stopped instance.
AWS 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 about EBS volumes, see Attaching Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.
attachVolumeRequest
- Contains the parameters for AttachVolume.default CompletableFuture<AttachVolumeResponse> attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.
Encrypted EBS volumes may only be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
For a list of supported device names, see Attaching an EBS Volume to an Instance. Any device names that aren't reserved for instance store volumes can be used for EBS volumes. For more information, see Amazon EC2 Instance Store in the Amazon Elastic Compute Cloud User Guide.
If a volume has an AWS Marketplace product code:
The volume can be attached only to a stopped instance.
AWS 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 about EBS volumes, see Attaching Amazon EBS Volumes 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.
Contains the parameters for AttachVolume.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 AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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<AuthorizeSecurityGroupEgressResponse> authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC. Specifically, this action permits instances to send traffic to one or more destination IPv4 or IPv6 CIDR address ranges, or to one or more destination security groups for the same VPC. This action doesn't apply to security groups for use in EC2-Classic. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide. For more information about security group limits, see Amazon VPC Limits.
Each rule consists of the protocol (for example, TCP), plus either a CIDR range or a source group. 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. You can optionally specify a description for the rule.
Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.
authorizeSecurityGroupEgressRequest
- default CompletableFuture<AuthorizeSecurityGroupEgressResponse> authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC. Specifically, this action permits instances to send traffic to one or more destination IPv4 or IPv6 CIDR address ranges, or to one or more destination security groups for the same VPC. This action doesn't apply to security groups for use in EC2-Classic. For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide. For more information about security group limits, see Amazon VPC Limits.
Each rule consists of the protocol (for example, TCP), plus either a CIDR range or a source group. 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. You can optionally specify a description for the rule.
Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.
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 one or more ingress rules to a security group.
Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
[EC2-Classic] This action gives one or more IPv4 CIDR address ranges permission to access a security group in your account, or gives one or more security groups (called the source groups) permission to access a security group for your account. A source group can be for your own AWS account, or another. You can have up to 100 rules per group.
[EC2-VPC] This action gives one or more IPv4 or IPv6 CIDR address ranges permission to access a security group in your VPC, or gives one or more other security groups (called the source groups) permission to access a security group for your VPC. The security groups must all be for the same VPC or a peer VPC in a VPC peering connection. For more information about VPC security group limits, see Amazon VPC Limits.
You can optionally specify a description for the security group rule.
authorizeSecurityGroupIngressRequest
- default CompletableFuture<AuthorizeSecurityGroupIngressResponse> authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest)
Adds one or more ingress rules to a security group.
Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
[EC2-Classic] This action gives one or more IPv4 CIDR address ranges permission to access a security group in your account, or gives one or more security groups (called the source groups) permission to access a security group for your account. A source group can be for your own AWS account, or another. You can have up to 100 rules per group.
[EC2-VPC] This action gives one or more IPv4 or IPv6 CIDR address ranges permission to access a security group in your VPC, or gives one or more other security groups (called the source groups) permission to access a security group for your VPC. The security groups must all be for the same VPC or a peer VPC in a VPC peering connection. For more information about VPC security group limits, see Amazon VPC Limits.
You can optionally specify a description for the security group rule.
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<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
- Contains the parameters for CancelConversionTask.default CompletableFuture<CancelConversionTaskResponse> cancelConversionTask(Consumer<CancelConversionTaskRequest.Builder> cancelConversionTaskRequest)
Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.
For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI.
This is a convenience which creates an instance of the CancelConversionTaskRequest.Builder
avoiding the
need to create one manually via CancelConversionTaskRequest.builder()
cancelConversionTaskRequest
- A Consumer
that will call methods on CancelConversionRequest.Builder
to create a request.
Contains the parameters for CancelConversionTask.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
- Contains the parameters for CancelExportTask.default CompletableFuture<CancelExportTaskResponse> cancelExportTask(Consumer<CancelExportTaskRequest.Builder> cancelExportTaskRequest)
Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.
This is a convenience which creates an instance of the CancelExportTaskRequest.Builder
avoiding the need
to create one manually via CancelExportTaskRequest.builder()
cancelExportTaskRequest
- A Consumer
that will call methods on CancelExportTaskRequest.Builder
to create a request.
Contains the parameters for CancelExportTask.default CompletableFuture<CancelImportTaskResponse> cancelImportTask(CancelImportTaskRequest cancelImportTaskRequest)
Cancels an in-process import virtual machine or import snapshot task.
cancelImportTaskRequest
- Contains the parameters for CancelImportTask.default CompletableFuture<CancelImportTaskResponse> cancelImportTask(Consumer<CancelImportTaskRequest.Builder> cancelImportTaskRequest)
Cancels an in-process import virtual machine or import snapshot task.
This is a convenience which creates an instance of the CancelImportTaskRequest.Builder
avoiding the need
to create one manually via CancelImportTaskRequest.builder()
cancelImportTaskRequest
- A Consumer
that will call methods on CancelImportTaskRequest.Builder
to create a request.
Contains the parameters for CancelImportTask.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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 from the specified source region to the current region. You specify the destination region by using its endpoint when making the request.
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.
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 from the specified source region to the current region. You specify the destination region by using its endpoint when making the request.
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.
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 the snapshot within the same region or from one region to another. You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs). The snapshot is copied to the regional endpoint that you send the HTTP request to.
Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless
the Encrypted
flag is specified during the snapshot copy operation. By default, encrypted snapshot
copies use the default AWS Key Management Service (AWS KMS) customer master key (CMK); however, you can specify a
non-default CMK with the KmsKeyId
parameter.
To copy an encrypted snapshot that has been shared from another account, you must have permissions for the CMK used to encrypt the snapshot.
Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose.
For more information, see Copying an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User Guide.
copySnapshotRequest
- Contains the parameters for CopySnapshot.default CompletableFuture<CopySnapshotResponse> copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy the snapshot within the same region or from one region to another. You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs). The snapshot is copied to the regional endpoint that you send the HTTP request to.
Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless
the Encrypted
flag is specified during the snapshot copy operation. By default, encrypted snapshot
copies use the default AWS Key Management Service (AWS KMS) customer master key (CMK); however, you can specify a
non-default CMK with the KmsKeyId
parameter.
To copy an encrypted snapshot that has been shared from another account, you must have permissions for the CMK used to encrypt the snapshot.
Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose.
For more information, see Copying 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.
Contains the parameters for CopySnapshot.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 Elastic Compute Cloud 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 Limits in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Limits in the Amazon Elastic Compute Cloud 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<CreateCustomerGatewayResponse> createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the AWS 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 may 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 2-byte ASN numbers in the range of 1 - 65534, with the exception of 7224, which is
reserved in the us-east-1
region, and 9059, which is reserved in the eu-west-1
region.
For more information about VPN customer gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.
You cannot create more than one customer gateway with the same VPN type, IP address, and BGP ASN parameter values. If you run an identical request more than one time, the first request creates the customer gateway, and subsequent requests return information about the existing customer gateway. The subsequent requests do not create new customer gateway resources.
createCustomerGatewayRequest
- Contains the parameters for CreateCustomerGateway.default CompletableFuture<CreateCustomerGatewayResponse> createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device. The customer gateway is the appliance at your end of the VPN connection. (The device on the AWS 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 may 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 2-byte ASN numbers in the range of 1 - 65534, with the exception of 7224, which is
reserved in the us-east-1
region, and 9059, which is reserved in the eu-west-1
region.
For more information about VPN customer gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.
You cannot create more than one customer gateway with the same VPN type, IP address, and BGP ASN parameter values. If you run an identical request more than one time, the first request creates the customer gateway, and subsequent requests return information about the existing customer gateway. The subsequent requests do not create new customer gateway resources.
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. ITo have your instance to 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, MyCompany.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. ITo have your instance to 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, MyCompany.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 Launching an EC2 Fleet in the Amazon Elastic Compute Cloud 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 Launching an EC2 Fleet in the Amazon Elastic Compute Cloud 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 one or more FPGA-accelerated instances. For more information, see the AWS 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 one or more FPGA-accelerated instances. For more information, see the AWS 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.
If you customized your instance with instance store volumes or 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
- Contains the parameters for CreateImage.default CompletableFuture<CreateImageResponse> createImage(Consumer<CreateImageRequest.Builder> createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
If you customized your instance with instance store volumes or 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.
Contains the parameters for CreateImage.default CompletableFuture<CreateInstanceExportTaskResponse> createInstanceExportTask(CreateInstanceExportTaskRequest createInstanceExportTaskRequest)
Exports a running or stopped instance to an 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
- Contains the parameters for CreateInstanceExportTask.default CompletableFuture<CreateInstanceExportTaskResponse> createInstanceExportTask(Consumer<CreateInstanceExportTaskRequest.Builder> createInstanceExportTaskRequest)
Exports a running or stopped instance to an 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. Contains the parameters for CreateInstanceExportTask.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<CreateKeyPairResponse> createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates a 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.
You can have up to five thousand key pairs per region.
The key pair returned to you is available only in the 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.
For more information, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.
createKeyPairRequest
- default CompletableFuture<CreateKeyPairResponse> createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)
Creates a 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.
You can have up to five thousand key pairs per region.
The key pair returned to you is available only in the 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.
For more information, see 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.
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.
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.
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.
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<CreateNatGatewayResponse> createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified public subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. Internet-bound traffic from a private subnet can be routed to the NAT gateway, therefore enabling instances in the private subnet to connect to the internet. 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 public subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. Internet-bound traffic from a private subnet can be routed to the NAT gateway, therefore enabling instances in the private subnet to connect to the internet. 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<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 AWS-authorized account permission to attach the specified network interface to an instance in their account.
You can grant permission to a single AWS 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 AWS-authorized account permission to attach the specified network interface to an instance in their account.
You can grant permission to a single AWS 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.
For more information, see Placement Groups in the Amazon Elastic Compute Cloud 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.
For more information, see Placement Groups in the Amazon Elastic Compute Cloud 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<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 with a capacity reservation can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances and Standard Reserved Instances with a regional benefit 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 Elastic Compute Cloud 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 with a capacity reservation can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances and Standard Reserved Instances with a regional benefit 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 Elastic Compute Cloud 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<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, or egress-only internet 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, or egress-only internet 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 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.
EC2-Classic: You can have up to 500 security groups.
EC2-VPC: You can create up to 500 security groups per VPC.
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.
createSecurityGroupRequest
- default CompletableFuture<CreateSecurityGroupResponse> createSecurityGroup(Consumer<CreateSecurityGroupRequest.Builder> createSecurityGroupRequest)
Creates a security group.
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.
EC2-Classic: You can have up to 500 security groups.
EC2-VPC: You can create up to 500 security groups per VPC.
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.
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.
When a snapshot is created, any AWS 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 EBS volume at the time the snapshot command is issued; this may 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 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 Tagging 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
- Contains the parameters for CreateSnapshot.default CompletableFuture<CreateSnapshotResponse> createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.
When a snapshot is created, any AWS 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 EBS volume at the time the snapshot command is issued; this may 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 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 Tagging 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.
Contains the parameters for CreateSnapshot.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 AWS 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 AWS 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<CreateSubnetResponse> createSubnet(CreateSubnetRequest createSubnetRequest)
Creates a subnet in an existing VPC.
When you create each subnet, you provide the VPC ID and IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The size of the subnet's IPv4 CIDR block can be the same as a VPC's IPv4 CIDR block, or a subset of a VPC's IPv4 CIDR block. If you create more than one subnet in a VPC, the subnets' CIDR blocks must not overlap. The smallest IPv4 subnet (and VPC) you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses).
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.
AWS 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.
If you launch an instance in a VPC using an Amazon EBS-backed AMI, the IP address doesn't change if you stop and restart the instance (unlike a similar instance launched outside a VPC, which gets a new IP address when restarted). 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 an existing VPC.
When you create each subnet, you provide the VPC ID and IPv4 CIDR block for the subnet. After you create a subnet, you can't change its CIDR block. The size of the subnet's IPv4 CIDR block can be the same as a VPC's IPv4 CIDR block, or a subset of a VPC's IPv4 CIDR block. If you create more than one subnet in a VPC, the subnets' CIDR blocks must not overlap. The smallest IPv4 subnet (and VPC) you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses).
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.
AWS 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.
If you launch an instance in a VPC using an Amazon EBS-backed AMI, the IP address doesn't change if you stop and restart the instance (unlike a similar instance launched outside a VPC, which gets a new IP address when restarted). 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<CreateTagsResponse> createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource or resources. 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 one or more tags for the specified Amazon EC2 resource or resources. 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<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<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. The volume is created in the regional endpoint that you send the HTTP request to. For more information see Regions and Endpoints.
You can create a new empty volume or restore a volume from an EBS snapshot. Any AWS Marketplace product codes from the snapshot are propagated to the volume.
You can create encrypted volumes with the Encrypted
parameter. Encrypted volumes may only 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 Tagging Your Amazon EC2 Resources in the Amazon Elastic Compute Cloud User Guide.
For more information, see Creating an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide.
createVolumeRequest
- Contains the parameters for CreateVolume.default CompletableFuture<CreateVolumeResponse> createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest)
Creates an EBS volume that can be attached to an instance in the same Availability Zone. The volume is created in the regional endpoint that you send the HTTP request to. For more information see Regions and Endpoints.
You can create a new empty volume or restore a volume from an EBS snapshot. Any AWS Marketplace product codes from the snapshot are propagated to the volume.
You can create encrypted volumes with the Encrypted
parameter. Encrypted volumes may only 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 Tagging Your Amazon EC2 Resources in the Amazon Elastic Compute Cloud User Guide.
For more information, see Creating 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.
Contains the parameters for CreateVolume.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 Amazon-provided IPv6 CIDR block for the VPC. The IPv6 CIDR block uses a /56 prefix length, and is allocated from Amazon's pool of IPv6 addresses. You cannot choose the IPv6 range for your VPC.
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 Amazon-provided IPv6 CIDR block for the VPC. The IPv6 CIDR block uses a /56 prefix length, and is allocated from Amazon's pool of IPv6 addresses. You cannot choose the IPv6 range for your VPC.
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 AWS, an AWS Marketplace partner, or another AWS 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
AWS service. You can specify an endpoint policy to attach to the endpoint that 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.
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 AWS, an AWS Marketplace partner, or another AWS 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
AWS service. You can specify an endpoint policy to attach to the endpoint that 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.
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 (AWS accounts, IAM users, and IAM roles) can connect. Service consumers can create an interface VPC endpoint to connect to your service.
To create an endpoint service configuration, you must first create a Network Load Balancer for your service. For more information, see VPC Endpoint Services 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 (AWS accounts, IAM users, and IAM roles) can connect. Service consumers can create an interface VPC endpoint to connect to your service.
To create an endpoint service configuration, you must first create a Network Load Balancer for your service. For more information, see VPC Endpoint Services 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 AWS 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 AWS 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 and a VPN customer gateway. The only
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.
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 AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 and a VPN customer gateway. The only
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.
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 AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about VPN connections, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about VPN connections, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about virtual private gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about virtual private gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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<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 an EC2 Fleet should also
terminate its instances. If you 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.
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 an EC2 Fleet should also
terminate its instances. If you 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.
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<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<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<DeleteNatGatewayResponse> deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest)
Deletes the specified NAT gateway. Deleting a 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 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<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 Elastic Compute Cloud 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 Elastic Compute Cloud 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<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 Deleting an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User Guide.
deleteSnapshotRequest
- Contains the parameters for DeleteSnapshot.default CompletableFuture<DeleteSnapshotResponse> deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)
Deletes the specified snapshot.
When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume.
You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.
For more information, see Deleting 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.
Contains the parameters for DeleteSnapshot.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<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<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<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 Deleting an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide.
deleteVolumeRequest
- Contains the parameters for DeleteVolume.default CompletableFuture<DeleteVolumeResponse> deleteVolume(Consumer<DeleteVolumeRequest.Builder> deleteVolumeRequest)
Deletes the specified EBS volume. The volume must be in the available
state (not attached to an
instance).
The volume can remain in the deleting
state for several minutes.
For more information, see Deleting 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.
Contains the parameters for DeleteVolume.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. Deleting a gateway endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint. Deleting an interface endpoint deletes 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. Deleting a gateway endpoint also deletes the endpoint routes in the route tables that were associated with the endpoint. Deleting an interface endpoint deletes 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 using the new configuration information returned with the new VPN connection ID.
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 using the new configuration information returned with the new VPN connection ID.
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. We recommend that before you delete a virtual private gateway, you detach it from the VPC and delete the VPN connection. 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. We recommend that before you delete a virtual private gateway, you detach it from the VPC and delete the VPN connection. 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 AWS 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 AWS 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<DeregisterImageResponse> deregisterImage(DeregisterImageRequest deregisterImageRequest)
Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances; however, 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; however, 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<DescribeAccountAttributesResponse> describeAccountAttributes(DescribeAccountAttributesRequest describeAccountAttributesRequest)
Describes attributes of your AWS 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
: The maximum number of On-Demand Instances that you can run.
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 AWS 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
: The maximum number of On-Demand Instances that you can run.
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 AWS 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
: The maximum number of On-Demand Instances that you can run.
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 one or more 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 one or more 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 one or more 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<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 one or more of the Availability Zones that are available to you. The results include zones only for the region you're currently using. If there is an event impacting an Availability Zone, you can use this request to view the state and any provided message for that Availability Zone.
For more information, see Regions and Availability Zones in the Amazon Elastic Compute Cloud User Guide.
describeAvailabilityZonesRequest
- default CompletableFuture<DescribeAvailabilityZonesResponse> describeAvailabilityZones(Consumer<DescribeAvailabilityZonesRequest.Builder> describeAvailabilityZonesRequest)
Describes one or more of the Availability Zones that are available to you. The results include zones only for the region you're currently using. If there is an event impacting an Availability Zone, you can use this request to view the state and any provided message for that Availability Zone.
For more information, see Regions and Availability 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 one or more of the Availability Zones that are available to you. The results include zones only for the region you're currently using. If there is an event impacting an Availability Zone, you can use this request to view the state and any provided message for that Availability Zone.
For more information, see Regions and Availability Zones in the Amazon Elastic Compute Cloud User Guide.
default CompletableFuture<DescribeBundleTasksResponse> describeBundleTasks(DescribeBundleTasksRequest describeBundleTasksRequest)
Describes one or more of your bundling 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
- Contains the parameters for DescribeBundleTasks.default CompletableFuture<DescribeBundleTasksResponse> describeBundleTasks(Consumer<DescribeBundleTasksRequest.Builder> describeBundleTasksRequest)
Describes one or more of your bundling 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. Contains the parameters for DescribeBundleTasks.default CompletableFuture<DescribeBundleTasksResponse> describeBundleTasks()
Describes one or more of your bundling 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.
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.
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<DescribeCapacityReservationsResponse> describeCapacityReservations(DescribeCapacityReservationsRequest describeCapacityReservationsRequest)
Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the AWS 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 AWS 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 AWS Region that you're currently using.
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 CompletableFuture<DescribeConversionTasksResponse> describeConversionTasks(DescribeConversionTasksRequest describeConversionTasksRequest)
Describes one or more of 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
- Contains the parameters for DescribeConversionTasks.default CompletableFuture<DescribeConversionTasksResponse> describeConversionTasks(Consumer<DescribeConversionTasksRequest.Builder> describeConversionTasksRequest)
Describes one or more of 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. Contains the parameters for DescribeConversionTasks.default CompletableFuture<DescribeConversionTasksResponse> describeConversionTasks()
Describes one or more of 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 about VPN customer gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about VPN customer gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about VPN customer gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 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 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<DescribeExportTasksResponse> describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Describes one or more of your export tasks.
describeExportTasksRequest
- Contains the parameters for DescribeExportTasks.default CompletableFuture<DescribeExportTasksResponse> describeExportTasks(Consumer<DescribeExportTasksRequest.Builder> describeExportTasksRequest)
Describes one or more of your export 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. Contains the parameters for DescribeExportTasks.default CompletableFuture<DescribeExportTasksResponse> describeExportTasks()
Describes one or more of your export tasks.
default CompletableFuture<DescribeFleetHistoryResponse> describeFleetHistory(DescribeFleetHistoryRequest describeFleetHistoryRequest)
Describes the events for the specified EC2 Fleet during the specified time.
describeFleetHistoryRequest
- default CompletableFuture<DescribeFleetHistoryResponse> describeFleetHistory(Consumer<DescribeFleetHistoryRequest.Builder> describeFleetHistoryRequest)
Describes the events for the specified EC2 Fleet during the specified time.
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.
describeFleetInstancesRequest
- default CompletableFuture<DescribeFleetInstancesResponse> describeFleetInstances(Consumer<DescribeFleetInstancesRequest.Builder> describeFleetInstancesRequest)
Describes the running instances for the specified EC2 Fleet.
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 one or more of your EC2 Fleets.
describeFleetsRequest
- default CompletableFuture<DescribeFleetsResponse> describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes one or more of your EC2 Fleets.
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 one or more of your EC2 Fleets.
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 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 one or more available Amazon FPGA Images (AFIs). These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.
describeFpgaImagesRequest
- default CompletableFuture<DescribeFpgaImagesResponse> describeFpgaImages(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest)
Describes one or more available Amazon FPGA Images (AFIs). These include public AFIs, private AFIs that you own, and AFIs owned by other AWS 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 one or more available Amazon FPGA Images (AFIs). These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.
default CompletableFuture<DescribeHostReservationOfferingsResponse> describeHostReservationOfferings(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)
Describes the Dedicated Host reservations that are available to purchase.
The results describe all the Dedicated Host reservation offerings, including offerings that may 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 Overview in the Amazon Elastic Compute Cloud 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 the Dedicated Host reservation offerings, including offerings that may 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 Overview in the Amazon Elastic Compute Cloud 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 the Dedicated Host reservation offerings, including offerings that may 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 Overview in the Amazon Elastic Compute Cloud User Guide.
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 CompletableFuture<DescribeHostsResponse> describeHosts(DescribeHostsRequest describeHostsRequest)
Describes one or more of 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 one or more of 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 one or more of 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 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 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 AWS 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 AWS 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 AWS 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 one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions.
Deregistered images are included in the returned results for an unspecified interval after deregistration.
describeImagesRequest
- Contains the parameters for DescribeImages.default CompletableFuture<DescribeImagesResponse> describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Describes one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions.
Deregistered images are included in the returned results for an unspecified interval after deregistration.
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.
Contains the parameters for DescribeImages.default CompletableFuture<DescribeImagesResponse> describeImages()
Describes one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions.
Deregistered images are included in the returned results for an unspecified interval after deregistration.
default CompletableFuture<DescribeImportImageTasksResponse> describeImportImageTasks(DescribeImportImageTasksRequest describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
describeImportImageTasksRequest
- Contains the parameters for DescribeImportImageTasks.default CompletableFuture<DescribeImportImageTasksResponse> describeImportImageTasks(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
This is a convenience which creates an instance of the DescribeImportImageTasksRequest.Builder
avoiding
the need to create one manually via DescribeImportImageTasksRequest.builder()
describeImportImageTasksRequest
- A Consumer
that will call methods on DescribeImportImageTasksRequest.Builder
to create a
request. Contains the parameters for DescribeImportImageTasks.default CompletableFuture<DescribeImportImageTasksResponse> describeImportImageTasks()
Displays details about an import virtual machine or import snapshot tasks that are already created.
default CompletableFuture<DescribeImportSnapshotTasksResponse> describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
describeImportSnapshotTasksRequest
- Contains the parameters for DescribeImportSnapshotTasks.default CompletableFuture<DescribeImportSnapshotTasksResponse> describeImportSnapshotTasks(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
This is a convenience which creates an instance of the DescribeImportSnapshotTasksRequest.Builder
avoiding the need to create one manually via DescribeImportSnapshotTasksRequest.builder()
describeImportSnapshotTasksRequest
- A Consumer
that will call methods on DescribeImportSnapshotTasksRequest.Builder
to create
a request. Contains the parameters for DescribeImportSnapshotTasks.default CompletableFuture<DescribeImportSnapshotTasksResponse> describeImportSnapshotTasks()
Describes your import snapshot tasks.
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 one or more of your T2 or T3 instances. The credit options are
standard
and unlimited
.
If you do not specify an instance ID, Amazon EC2 returns T2 and T3 instances with the unlimited
credit option, as well as instances that were previously configured as T2 or T3 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 T2 or T3 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 Elastic Compute Cloud User Guide.
describeInstanceCreditSpecificationsRequest
- default CompletableFuture<DescribeInstanceCreditSpecificationsResponse> describeInstanceCreditSpecifications(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of one or more of your T2 or T3 instances. The credit options are
standard
and unlimited
.
If you do not specify an instance ID, Amazon EC2 returns T2 and T3 instances with the unlimited
credit option, as well as instances that were previously configured as T2 or T3 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 T2 or T3 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 Elastic Compute Cloud 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 one or more of your T2 or T3 instances. The credit options are
standard
and unlimited
.
If you do not specify an instance ID, Amazon EC2 returns T2 and T3 instances with the unlimited
credit option, as well as instances that were previously configured as T2 or T3 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 T2 or T3 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 Elastic Compute Cloud User Guide.
default CompletableFuture<DescribeInstanceStatusResponse> describeInstanceStatus(DescribeInstanceStatusRequest describeInstanceStatusRequest)
Describes the status of one or more 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 Troubleshooting Instances with Failed Status Checks in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud User Guide.
describeInstanceStatusRequest
- default CompletableFuture<DescribeInstanceStatusResponse> describeInstanceStatus(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)
Describes the status of one or more 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 Troubleshooting Instances with Failed Status Checks in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 one or more 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 Troubleshooting Instances with Failed Status Checks in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud User Guide.
default DescribeInstanceStatusPublisher describeInstanceStatusPaginator()
Describes the status of one or more 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 Troubleshooting Instances with Failed Status Checks in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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.
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 one or more 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 Troubleshooting Instances with Failed Status Checks in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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.
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 one or more 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 Troubleshooting Instances with Failed Status Checks in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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.
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<DescribeInstancesResponse> describeInstances(DescribeInstancesRequest describeInstancesRequest)
Describes one or more of your instances.
If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. 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 returned results.
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 one or more of your instances.
If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. 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 returned results.
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 one or more of your instances.
If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. 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 returned results.
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 one or more of your instances.
If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. 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 returned results.
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.
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 one or more of your instances.
If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. 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 returned results.
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.
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 one or more of your instances.
If you specify one or more instance IDs, Amazon EC2 returns information for those instances. If you do not specify instance IDs, Amazon EC2 returns information for all relevant instances. 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 returned results.
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.
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 CompletableFuture<DescribeKeyPairsResponse> describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes one or more of your key pairs.
For more information about key pairs, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.
describeKeyPairsRequest
- default CompletableFuture<DescribeKeyPairsResponse> describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest)
Describes one or more of your key pairs.
For more information about key pairs, see 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 one or more of your key pairs.
For more information about key pairs, see 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.
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.
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 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 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.
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.
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.
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 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 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.
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.
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.
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 one or more of your placement groups. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
describePlacementGroupsRequest
- default CompletableFuture<DescribePlacementGroupsResponse> describePlacementGroups(Consumer<DescribePlacementGroupsRequest.Builder> describePlacementGroupsRequest)
Describes one or more of your placement groups. For more information, see Placement Groups in the Amazon Elastic Compute Cloud 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 one or more of your placement groups. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
default CompletableFuture<DescribePrefixListsResponse> describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest)
Describes available AWS 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. A prefix list ID is required for creating an outbound security group rule that allows traffic from a VPC to access an AWS service through a gateway VPC endpoint. Currently, the services that support this action are Amazon S3 and Amazon DynamoDB.
describePrefixListsRequest
- default CompletableFuture<DescribePrefixListsResponse> describePrefixLists(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest)
Describes available AWS 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. A prefix list ID is required for creating an outbound security group rule that allows traffic from a VPC to access an AWS service through a gateway VPC endpoint. Currently, the services that support this action are Amazon S3 and Amazon DynamoDB.
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 AWS 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. A prefix list ID is required for creating an outbound security group rule that allows traffic from a VPC to access an AWS service through a gateway VPC endpoint. Currently, the services that support this action are Amazon S3 and Amazon DynamoDB.
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 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 CompletableFuture<DescribeRegionsResponse> describeRegions(DescribeRegionsRequest describeRegionsRequest)
Describes one or more regions that are currently available to you.
For a list of the regions supported by Amazon EC2, see Regions and Endpoints.
describeRegionsRequest
- default CompletableFuture<DescribeRegionsResponse> describeRegions(Consumer<DescribeRegionsRequest.Builder> describeRegionsRequest)
Describes one or more regions that are currently available to you.
For a list of the regions supported by Amazon EC2, see Regions and Endpoints.
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 one or more regions that are currently available to you.
For a list of the regions supported by Amazon EC2, see Regions and Endpoints.
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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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.
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 Elastic Compute Cloud 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.
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 Elastic Compute Cloud 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.
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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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.
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 Elastic Compute Cloud 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.
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 Elastic Compute Cloud 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.
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.
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.
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.
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 CompletableFuture<DescribeScheduledInstancesResponse> describeScheduledInstances(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
Describes one or more of your Scheduled Instances.
describeScheduledInstancesRequest
- Contains the parameters for DescribeScheduledInstances.default CompletableFuture<DescribeScheduledInstancesResponse> describeScheduledInstances(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)
Describes one or more of 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 one or more of your Scheduled Instances.
default CompletableFuture<DescribeSecurityGroupReferencesResponse> describeSecurityGroupReferences(DescribeSecurityGroupReferencesRequest describeSecurityGroupReferencesRequest)
[EC2-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)
[EC2-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<DescribeSecurityGroupsResponse> describeSecurityGroups(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
Describes one or more 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 one or more 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 one or more 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 one or more 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.
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 one or more 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.
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 one or more 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.
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
- Contains the parameters for DescribeSnapshotAttribute.default CompletableFuture<DescribeSnapshotAttributeResponse> describeSnapshotAttribute(Consumer<DescribeSnapshotAttributeRequest.Builder> describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.
For more information about EBS snapshots, see Amazon EBS Snapshots in the Amazon 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. Contains the parameters for DescribeSnapshotAttribute.default CompletableFuture<DescribeSnapshotsResponse> describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given 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 AWS accounts have create volume permissions for these snapshots.
explicit: The owner of the snapshot granted create volume permissions to a specific AWS account.
implicit: An AWS account has implicit create volume permissions for all snapshots it owns.
The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS 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 AWS 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 AWS 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, you can 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.
For more information about EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide.
describeSnapshotsRequest
- Contains the parameters for DescribeSnapshots.default CompletableFuture<DescribeSnapshotsResponse> describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given 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 AWS accounts have create volume permissions for these snapshots.
explicit: The owner of the snapshot granted create volume permissions to a specific AWS account.
implicit: An AWS account has implicit create volume permissions for all snapshots it owns.
The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS 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 AWS 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 AWS 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, you can 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.
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.
Contains the parameters for DescribeSnapshots.default CompletableFuture<DescribeSnapshotsResponse> describeSnapshots()
Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given 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 AWS accounts have create volume permissions for these snapshots.
explicit: The owner of the snapshot granted create volume permissions to a specific AWS account.
implicit: An AWS account has implicit create volume permissions for all snapshots it owns.
The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS 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 AWS 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 AWS 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, you can 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.
For more information about EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide.
default DescribeSnapshotsPublisher describeSnapshotsPaginator()
Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given 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 AWS accounts have create volume permissions for these snapshots.
explicit: The owner of the snapshot granted create volume permissions to a specific AWS account.
implicit: An AWS account has implicit create volume permissions for all snapshots it owns.
The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS 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 AWS 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 AWS 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, you can 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.
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.
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 one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given 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 AWS accounts have create volume permissions for these snapshots.
explicit: The owner of the snapshot granted create volume permissions to a specific AWS account.
implicit: An AWS account has implicit create volume permissions for all snapshots it owns.
The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS 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 AWS 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 AWS 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, you can 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.
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.
Note: If you prefer to have control on service calls, use the
describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest)
operation.
describeSnapshotsRequest
- Contains the parameters for DescribeSnapshots.default DescribeSnapshotsPublisher describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you. Available snapshots include public snapshots available for any AWS account to launch, private snapshots that you own, and private snapshots owned by another AWS account but for which you've been given 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 AWS accounts have create volume permissions for these snapshots.
explicit: The owner of the snapshot granted create volume permissions to a specific AWS account.
implicit: An AWS account has implicit create volume permissions for all snapshots it owns.
The list of snapshots returned can be modified by specifying snapshot IDs, snapshot owners, or AWS 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 AWS 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 AWS 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, you can 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.
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.
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.
Contains the parameters for DescribeSnapshots.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.
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.
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.
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.
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.
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
.
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
.
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
.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
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, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.
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, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.
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, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.
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, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.
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.
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, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.
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.
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, this operation returns the prices of the instance types within the time range that you specified and the time when the price changed. The price is valid within the time period that you specified; the response merely indicates the last time that the price changed.
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.
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)
[EC2-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 a peer VPC, or 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)
[EC2-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 a peer VPC, or 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 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 CompletableFuture<DescribeTagsResponse> describeTags(DescribeTagsRequest describeTagsRequest)
Describes one or more of the 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 one or more of the 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 one or more of the 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 one or more of the 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.
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 one or more of the 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.
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 one or more of the 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.
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<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 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 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 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 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
- Contains the parameters for DescribeVolumeAttribute.default CompletableFuture<DescribeVolumeAttributeResponse> describeVolumeAttribute(Consumer<DescribeVolumeAttributeRequest.Builder> describeVolumeAttributeRequest)
Describes the specified attribute of the specified volume. You can specify only one attribute at a time.
For more information about EBS volumes, see Amazon EBS Volumes in the Amazon 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. Contains the parameters for DescribeVolumeAttribute.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 may still be taking place on your volume at the time.
We recommend that you retry the request. For more information about volume status, see Monitoring the Status of
Your Volumes in the Amazon Elastic Compute Cloud User Guide.
Events: Reflect the cause of a volume status and may 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 may have inconsistent data.
Actions: Reflect the actions you may 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
- Contains the parameters for DescribeVolumeStatus.default CompletableFuture<DescribeVolumeStatusResponse> describeVolumeStatus(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)
Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
The DescribeVolumeStatus
operation provides the following information about the specified volumes:
Status: Reflects the current status of the volume. The possible values are ok
,
impaired
, warning
, or insufficient-data
. If all checks pass, the overall
status of the volume is ok
. If the check fails, the overall status is impaired
. If the
status is insufficient-data
, then the checks may still be taking place on your volume at the time.
We recommend that you retry the request. For more information about volume status, see Monitoring the Status of
Your Volumes in the Amazon Elastic Compute Cloud User Guide.
Events: Reflect the cause of a volume status and may 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 may have inconsistent data.
Actions: Reflect the actions you may 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. Contains the parameters for DescribeVolumeStatus.default CompletableFuture<DescribeVolumeStatusResponse> describeVolumeStatus()
Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
The DescribeVolumeStatus
operation provides the following information about the specified volumes:
Status: Reflects the current status of the volume. The possible values are ok
,
impaired
, warning
, or insufficient-data
. If all checks pass, the overall
status of the volume is ok
. If the check fails, the overall status is impaired
. If the
status is insufficient-data
, then the checks may still be taking place on your volume at the time.
We recommend that you retry the request. For more information about volume status, see Monitoring the Status of
Your Volumes in the Amazon Elastic Compute Cloud User Guide.
Events: Reflect the cause of a volume status and may 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 may have inconsistent data.
Actions: Reflect the actions you may 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 may still be taking place on your volume at the time.
We recommend that you retry the request. For more information about volume status, see Monitoring the Status of
Your Volumes in the Amazon Elastic Compute Cloud User Guide.
Events: Reflect the cause of a volume status and may 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 may have inconsistent data.
Actions: Reflect the actions you may 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.
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 may still be taking place on your volume at the time.
We recommend that you retry the request. For more information about volume status, see Monitoring the Status of
Your Volumes in the Amazon Elastic Compute Cloud User Guide.
Events: Reflect the cause of a volume status and may 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 may have inconsistent data.
Actions: Reflect the actions you may 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.
Note: If you prefer to have control on service calls, use the
describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest)
operation.
describeVolumeStatusRequest
- Contains the parameters for DescribeVolumeStatus.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 may still be taking place on your volume at the time.
We recommend that you retry the request. For more information about volume status, see Monitoring the Status of
Your Volumes in the Amazon Elastic Compute Cloud User Guide.
Events: Reflect the cause of a volume status and may 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 may have inconsistent data.
Actions: Reflect the actions you may 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.
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. Contains the parameters for DescribeVolumeStatus.default CompletableFuture<DescribeVolumesResponse> describeVolumes(DescribeVolumesRequest describeVolumesRequest)
Describes the specified EBS volumes.
If you are describing a long list of volumes, you can 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
- Contains the parameters for DescribeVolumes.default CompletableFuture<DescribeVolumesResponse> describeVolumes(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)
Describes the specified EBS volumes.
If you are describing a long list of volumes, you can 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.
Contains the parameters for DescribeVolumes.default CompletableFuture<DescribeVolumesResponse> describeVolumes()
Describes the specified EBS volumes.
If you are describing a long list of volumes, you can 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)
Reports the current modification status of EBS volumes.
Current-generation EBS volumes support modification of attributes including type, size, and (for io1
volumes) IOPS provisioning while either attached to or detached from an instance. Following an action from the
API or the console to modify a volume, the status of the modification may be modifying
,
optimizing
, completed
, or failed
. If a volume has never been modified,
then certain elements of the returned VolumeModification
objects are null.
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 Monitoring Volume Modifications" in the Amazon Elastic Compute Cloud User Guide.
describeVolumesModificationsRequest
- default CompletableFuture<DescribeVolumesModificationsResponse> describeVolumesModifications(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest)
Reports the current modification status of EBS volumes.
Current-generation EBS volumes support modification of attributes including type, size, and (for io1
volumes) IOPS provisioning while either attached to or detached from an instance. Following an action from the
API or the console to modify a volume, the status of the modification may be modifying
,
optimizing
, completed
, or failed
. If a volume has never been modified,
then certain elements of the returned VolumeModification
objects are null.
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 Monitoring 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()
Reports the current modification status of EBS volumes.
Current-generation EBS volumes support modification of attributes including type, size, and (for io1
volumes) IOPS provisioning while either attached to or detached from an instance. Following an action from the
API or the console to modify a volume, the status of the modification may be modifying
,
optimizing
, completed
, or failed
. If a volume has never been modified,
then certain elements of the returned VolumeModification
objects are null.
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 Monitoring Volume Modifications" in the Amazon Elastic Compute Cloud User Guide.
default DescribeVolumesPublisher describeVolumesPaginator()
Describes the specified EBS volumes.
If you are describing a long list of volumes, you can 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.
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.
If you are describing a long list of volumes, you can 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.
Note: If you prefer to have control on service calls, use the
describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest)
operation.
describeVolumesRequest
- Contains the parameters for DescribeVolumes.default DescribeVolumesPublisher describeVolumesPaginator(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)
Describes the specified EBS volumes.
If you are describing a long list of volumes, you can 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.
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.
Contains the parameters for DescribeVolumes.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 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 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 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 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 CompletableFuture<DescribeVpcEndpointServicesResponse> describeVpcEndpointServices(DescribeVpcEndpointServicesRequest describeVpcEndpointServicesRequest)
Describes available services to which you can create a VPC endpoint.
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.
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.
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 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 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 CompletableFuture<DescribeVpnConnectionsResponse> describeVpnConnections(DescribeVpnConnectionsRequest describeVpnConnectionsRequest)
Describes one or more of your VPN connections.
For more information about VPN connections, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about VPN connections, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about VPN connections, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud User Guide.
default CompletableFuture<DescribeVpnGatewaysResponse> describeVpnGateways(DescribeVpnGatewaysRequest describeVpnGatewaysRequest)
Describes one or more of your virtual private gateways.
For more information about virtual private gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about virtual private gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 about virtual private gateways, see AWS Managed VPN Connections in the Amazon Virtual Private Cloud 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 AWS Marketplace product code is detached from an instance, the product code is no longer associated with the instance.
For more information, see Detaching an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide.
detachVolumeRequest
- Contains the parameters for DetachVolume.default CompletableFuture<DetachVolumeResponse> detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)
Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your
operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the
busy
state while detaching. If this happens, detachment can be delayed indefinitely until you
unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of
an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance
first.
When a volume with an AWS Marketplace product code is detached from an instance, the product code is no longer associated with the instance.
For more information, see Detaching 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.
Contains the parameters for DetachVolume.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<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.
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.
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<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<DisassociateRouteTableResponse> disassociateRouteTable(DisassociateRouteTableRequest disassociateRouteTableRequest)
Disassociates a subnet 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 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<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<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<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
- Contains the parameters for EnableVolumeIO.default CompletableFuture<EnableVolumeIOResponse> enableVolumeIO(Consumer<EnableVolumeIoRequest.Builder> enableVolumeIoRequest)
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
This is a convenience which creates an instance of the EnableVolumeIoRequest.Builder
avoiding the need to
create one manually via EnableVolumeIoRequest.builder()
enableVolumeIoRequest
- A Consumer
that will call methods on EnableVolumeIORequest.Builder
to create a request.
Contains the parameters for EnableVolumeIO.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.
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.
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<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.
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.
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<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 Elastic Compute Cloud 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 Elastic Compute Cloud 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<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<GetLaunchTemplateDataResponse> getLaunchTemplateData(GetLaunchTemplateDataRequest getLaunchTemplateDataRequest)
Retrieves the configuration data of the specified instance. You can use this data to create a launch template.
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 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<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 Elastic
Compute Cloud 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 Elastic
Compute Cloud 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<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 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 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 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
- Contains the parameters for ImportImage.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.
Contains the parameters for ImportImage.default CompletableFuture<ImportInstanceResponse> importInstance(ImportInstanceRequest importInstanceRequest)
Creates an import instance task using metadata from the specified disk image. ImportInstance
only
supports single-volume VMs. To import multi-volume VMs, use ImportImage. For more information, see Importing a
Virtual Machine Using the Amazon EC2 CLI.
For information about the import manifest referenced by this API action, see VM Import Manifest.
importInstanceRequest
- Contains the parameters for ImportInstance.default CompletableFuture<ImportInstanceResponse> importInstance(Consumer<ImportInstanceRequest.Builder> importInstanceRequest)
Creates an import instance task using metadata from the specified disk image. ImportInstance
only
supports single-volume VMs. To import multi-volume VMs, use ImportImage. For more information, see Importing a
Virtual Machine Using the Amazon EC2 CLI.
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.
Contains the parameters for ImportInstance.default CompletableFuture<ImportKeyPairResponse> importKeyPair(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA key pair that you created with a third-party tool. Compare this with CreateKeyPair, in which AWS creates the key pair and gives the keys to you (AWS keeps a copy of the public key). With ImportKeyPair, you create the key pair and give AWS just the public key. The private key is never transferred between you and AWS.
For more information about key pairs, see 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 key pair that you created with a third-party tool. Compare this with CreateKeyPair, in which AWS creates the key pair and gives the keys to you (AWS keeps a copy of the public key). With ImportKeyPair, you create the key pair and give AWS just the public key. The private key is never transferred between you and AWS.
For more information about key pairs, see 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.
importSnapshotRequest
- Contains the parameters for ImportSnapshot.default CompletableFuture<ImportSnapshotResponse> importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest)
Imports a disk into an EBS snapshot.
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.
Contains the parameters for ImportSnapshot.default CompletableFuture<ImportVolumeResponse> importVolume(ImportVolumeRequest importVolumeRequest)
Creates an import volume task using metadata from the specified disk image.For more information, see Importing Disks to Amazon EBS.
For information about the import manifest referenced by this API action, see VM Import Manifest.
importVolumeRequest
- Contains the parameters for ImportVolume.default CompletableFuture<ImportVolumeResponse> importVolume(Consumer<ImportVolumeRequest.Builder> importVolumeRequest)
Creates an import volume task using metadata from the specified disk image.For more information, see Importing Disks to Amazon EBS.
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.
Contains the parameters for ImportVolume.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<ModifyFleetResponse> modifyFleet(ModifyFleetRequest modifyFleetRequest)
Modifies the specified EC2 Fleet.
While the EC2 Fleet is being modified, it is in the modifying
state.
modifyFleetRequest
- default CompletableFuture<ModifyFleetResponse> modifyFleet(Consumer<ModifyFleetRequest.Builder> modifyFleetRequest)
Modifies the specified EC2 Fleet.
While the EC2 Fleet is being modified, it is in the modifying
state.
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.
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.
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 AWS 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 AWS 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
, LaunchPermission
, or ProductCode
.
AWS Marketplace product codes cannot be modified. Images with an AWS 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
, LaunchPermission
, or ProductCode
.
AWS Marketplace product codes cannot be modified. Images with an AWS 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 Modifying Attributes of a Stopped Instance in the Amazon Elastic Compute Cloud 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 Modifying Attributes of a Stopped Instance in the Amazon Elastic Compute Cloud 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 T2 or T3 instance. The credit options are
standard
and unlimited
.
For more information, see Burstable Performance Instances in the Amazon Elastic Compute Cloud User Guide.
modifyInstanceCreditSpecificationRequest
- default CompletableFuture<ModifyInstanceCreditSpecificationResponse> modifyInstanceCreditSpecification(Consumer<ModifyInstanceCreditSpecificationRequest.Builder> modifyInstanceCreditSpecificationRequest)
Modifies the credit option for CPU usage on a running or stopped T2 or T3 instance. The credit options are
standard
and unlimited
.
For more information, see Burstable Performance Instances in the Amazon Elastic Compute Cloud 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<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 from host
to dedicated
, or from
dedicated
to host
.
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, or placement group 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 from host
to dedicated
, or from
dedicated
to host
.
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, or placement group 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<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<ModifyNetworkInterfaceAttributeResponse> modifyNetworkInterfaceAttribute(ModifyNetworkInterfaceAttributeRequest modifyNetworkInterfaceAttributeRequest)
Modifies the specified network interface attribute. You can specify only one attribute at a time.
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.
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<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 Elastic Compute Cloud 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 Elastic Compute Cloud 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<ModifySnapshotAttributeResponse> modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
Adds or removes permission settings for the specified snapshot. You may add or remove specified AWS account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single API call. If you need to both add and remove account IDs for a snapshot, you must use multiple API calls.
Encrypted snapshots and snapshots with AWS Marketplace product codes cannot be made public. Snapshots encrypted with your default CMK cannot be shared with other accounts.
For more information about modifying snapshot permissions, see Sharing Snapshots in the Amazon Elastic Compute Cloud User Guide.
modifySnapshotAttributeRequest
- Contains the parameters for ModifySnapshotAttribute.default CompletableFuture<ModifySnapshotAttributeResponse> modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest)
Adds or removes permission settings for the specified snapshot. You may add or remove specified AWS account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single API call. If you need to both add and remove account IDs for a snapshot, you must use multiple API calls.
Encrypted snapshots and snapshots with AWS Marketplace product codes cannot be made public. Snapshots encrypted with your default CMK cannot be shared with other accounts.
For more information about modifying snapshot permissions, see Sharing Snapshots 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. Contains the parameters for ModifySnapshotAttribute.default CompletableFuture<ModifySpotFleetRequestResponse> modifySpotFleetRequest(ModifySpotFleetRequestRequest modifySpotFleetRequestRequest)
Modifies the specified Spot Fleet request.
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 pool with the lowest price. If the
allocation strategy is diversified
, the Spot Fleet distributes the instances across the Spot pools.
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
diversified
, the Spot Fleet terminates instances across the Spot 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.
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 pool with the lowest price. If the
allocation strategy is diversified
, the Spot Fleet distributes the instances across the Spot pools.
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
diversified
, the Spot Fleet terminates instances across the Spot 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.
modifySubnetAttributeRequest
- default CompletableFuture<ModifySubnetAttributeResponse> modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest)
Modifies a subnet attribute. You can only modify one attribute at a time.
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<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 may be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying an EBS volume running Linux, see Modifying the Size, IOPS, or Type of an EBS Volume on Linux. For more information about modifying an EBS volume running Windows, see Modifying the Size, IOPS, or Type of an EBS Volume on Windows.
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 information about extending a Linux file system, see Extending a Linux File System. For information about extending a Windows file system, see Extending 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 the DescribeVolumesModifications API. For information about tracking status changes using either method, see Monitoring Volume Modifications.
With previous-generation instance types, resizing an EBS volume may require detaching and reattaching the volume or stopping and restarting the instance. For more information, see Modifying the Size, IOPS, or Type of an EBS Volume on Linux and Modifying the Size, IOPS, or Type of an EBS Volume on Windows.
If you reach the maximum volume modification rate per volume limit, you will need to 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 may be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying an EBS volume running Linux, see Modifying the Size, IOPS, or Type of an EBS Volume on Linux. For more information about modifying an EBS volume running Windows, see Modifying the Size, IOPS, or Type of an EBS Volume on Windows.
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 information about extending a Linux file system, see Extending a Linux File System. For information about extending a Windows file system, see Extending 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 the DescribeVolumesModifications API. For information about tracking status changes using either method, see Monitoring Volume Modifications.
With previous-generation instance types, resizing an EBS volume may require detaching and reattaching the volume or stopping and restarting the instance. For more information, see Modifying the Size, IOPS, or Type of an EBS Volume on Linux and Modifying the Size, IOPS, or Type of an EBS Volume on Windows.
If you reach the maximum volume modification rate per volume limit, you will need to 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
- Contains the parameters for ModifyVolumeAttribute.default CompletableFuture<ModifyVolumeAttributeResponse> modifyVolumeAttribute(Consumer<ModifyVolumeAttributeRequest.Builder> modifyVolumeAttributeRequest)
Modifies a volume attribute.
By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.
You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.
This is a convenience which creates an instance of the ModifyVolumeAttributeRequest.Builder
avoiding the
need to create one manually via ModifyVolumeAttributeRequest.builder()
modifyVolumeAttributeRequest
- A Consumer
that will call methods on ModifyVolumeAttributeRequest.Builder
to create a
request. Contains the parameters for ModifyVolumeAttribute.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 or gateway). 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 or gateway). 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 for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.
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 for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.
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<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 AWS 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 AWS 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 AWS 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 AWS accounts or different regions. For peered VPCs in different AWS accounts, each AWS 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 AWS 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 AWS accounts or different regions. For peered VPCs in different AWS accounts, each AWS 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<MonitorInstancesResponse> monitorInstances(MonitorInstancesRequest monitorInstancesRequest)
Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see Monitoring Your Instances and Volumes in the Amazon Elastic Compute Cloud User Guide.
To disable detailed monitoring, see .
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 Monitoring Your Instances and Volumes in the Amazon Elastic Compute Cloud User Guide.
To disable detailed monitoring, see .
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<ProvisionByoipCidrResponse> provisionByoipCidr(ProvisionByoipCidrRequest provisionByoipCidrRequest)
Provisions an address range for use with your AWS 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.
AWS 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 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 address range for use with your AWS 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.
AWS 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 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<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.
For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon Elastic Compute Cloud 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.
For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon Elastic Compute Cloud 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 one or more 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 one or more 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 one or more 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 four minutes, Amazon EC2 performs a hard reboot.
For more information about troubleshooting, see Getting Console Output and Rebooting Instances in the Amazon Elastic Compute Cloud User Guide.
rebootInstancesRequest
- default CompletableFuture<RebootInstancesResponse> rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest)
Requests a reboot of one or more 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 four minutes, Amazon EC2 performs a hard reboot.
For more information about troubleshooting, see Getting Console Output and Rebooting Instances in the Amazon Elastic Compute Cloud 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.
You can also use RegisterImage
to create an Amazon EBS-backed Linux AMI from a snapshot of a root
device volume. You specify the snapshot using the block device mapping. For more information, see Launching a Linux
Instance from a Backup in the Amazon Elastic Compute Cloud User Guide.
You can't register an image where a secondary (non-root) snapshot has AWS Marketplace product codes.
Some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billing product code associated with an AMI to verify the subscription status for package updates. Creating an AMI from an EBS snapshot does not maintain this billing code, and instances launched from such an AMI are not able to connect to package update infrastructure. If you purchase a Reserved Instance offering for one of these Linux distributions and launch instances using an AMI that does not contain the required billing code, your Reserved Instance is not applied to these instances.
To create an AMI for operating systems that require a billing code, see CreateImage.
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.
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.
You can also use RegisterImage
to create an Amazon EBS-backed Linux AMI from a snapshot of a root
device volume. You specify the snapshot using the block device mapping. For more information, see Launching a Linux
Instance from a Backup in the Amazon Elastic Compute Cloud User Guide.
You can't register an image where a secondary (non-root) snapshot has AWS Marketplace product codes.
Some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billing product code associated with an AMI to verify the subscription status for package updates. Creating an AMI from an EBS snapshot does not maintain this billing code, and instances launched from such an AMI are not able to connect to package update infrastructure. If you purchase a Reserved Instance offering for one of these Linux distributions and launch instances using an AMI that does not contain the required billing code, your Reserved Instance is not applied to these instances.
To create an AMI for operating systems that require a billing code, see CreateImage.
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.
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<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 AWS 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 AWS 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<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 or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, or egress-only internet 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 or virtual private gateway, NAT instance, NAT gateway, VPC peering connection, network interface, or egress-only internet 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 in a VPC. After the operation completes, the subnet uses the routes in the new route table it's associated with. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.
You can also use ReplaceRouteTableAssociation to change which table is the main route table in the VPC. You just specify the main route table's association ID and the route table to be the new main route table.
replaceRouteTableAssociationRequest
- default CompletableFuture<ReplaceRouteTableAssociationResponse> replaceRouteTableAssociation(Consumer<ReplaceRouteTableAssociationRequest.Builder> replaceRouteTableAssociationRequest)
Changes the route table associated with a given subnet in a VPC. After the operation completes, the subnet uses the routes in the new route table it's associated with. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide.
You can also use ReplaceRouteTableAssociation to change which table is the main route table in the VPC. You just specify the main route table's association ID and the route table to be 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 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 Instances. You cannot tag other resource types in a Spot Fleet request because
only the instance
resource type is 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 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 Instances. You cannot tag other resource types in a Spot Fleet request because
only the instance
resource type is 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<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.
The productCodes attribute can't be reset.
resetImageAttributeRequest
- Contains the parameters for ResetImageAttribute.default CompletableFuture<ResetImageAttributeResponse> resetImageAttribute(Consumer<ResetImageAttributeRequest.Builder> resetImageAttributeRequest)
Resets an attribute of an AMI to its default value.
The productCodes attribute can't be reset.
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 Virtual Private Cloud 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 Virtual Private Cloud 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 Sharing Snapshots in the Amazon Elastic Compute Cloud User Guide.
resetSnapshotAttributeRequest
- Contains the parameters for ResetSnapshotAttribute.default CompletableFuture<ResetSnapshotAttributeResponse> resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest)
Resets permission settings for the specified snapshot.
For more information about modifying snapshot permissions, see Sharing Snapshots 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. Contains the parameters for ResetSnapshotAttribute.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<RevokeSecurityGroupEgressResponse> revokeSecurityGroupEgress(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest)
[EC2-VPC only] Removes one or more egress rules from a security group for EC2-VPC. This action doesn't apply to security groups for use in EC2-Classic. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly.
Each rule consists of the protocol and the IPv4 or IPv6 CIDR range or source security group. 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 have to specify the description to revoke the rule.
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)
[EC2-VPC only] Removes one or more egress rules from a security group for EC2-VPC. This action doesn't apply to security groups for use in EC2-Classic. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly.
Each rule consists of the protocol and the IPv4 or IPv6 CIDR range or source security group. 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 have to specify the description to revoke the rule.
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 one or more ingress rules from a security group. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly.
[EC2-Classic security groups only] If the values you specify do not match the existing rule's values, no error is returned. Use DescribeSecurityGroups to verify that the rule has been removed.
Each rule consists of the protocol and the CIDR range or source security group. 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 have to specify the description to revoke the rule.
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 one or more ingress rules from a security group. To remove a rule, the values that you specify (for example, ports) must match the existing rule's values exactly.
[EC2-Classic security groups only] If the values you specify do not match the existing rule's values, no error is returned. Use DescribeSecurityGroups to verify that the rule has been removed.
Each rule consists of the protocol and the CIDR range or source security group. 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 have to specify the description to revoke the rule.
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 in the Amazon Elastic Compute Cloud User Guide.
For troubleshooting, see What To Do If An Instance Immediately Terminates, and Troubleshooting Connecting to Your Instance in the Amazon Elastic Compute Cloud User Guide.
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 in the Amazon Elastic Compute Cloud User Guide.
For troubleshooting, see What To Do If An Instance Immediately Terminates, and Troubleshooting Connecting to Your Instance in the Amazon Elastic Compute Cloud User Guide.
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 Elastic Compute Cloud 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 Elastic Compute Cloud 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<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<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 Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux 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.
For more information, see Stopping Instances in the Amazon Elastic Compute Cloud 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 Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux 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.
For more information, see Stopping Instances in the Amazon Elastic Compute Cloud 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<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 Elastic Compute Cloud 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 Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.
You can't start, stop, or hibernate Spot Instances, and you can't stop or hibernate instance store-backed instances. For information about using hibernation for Spot Instances, see Hibernating Interrupted Spot Instances in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Troubleshooting Stopping Your Instance in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Windows instance, Amazon EC2 charges you for a full instance hour. If you stop and restart your Windows instance, a new instance hour begins and Amazon EC2 charges you for another full instance hour even if you are still within the same 60-minute period when it was stopped. Every time you start your Linux instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.
You can't start, stop, or hibernate Spot Instances, and you can't stop or hibernate instance store-backed instances. For information about using hibernation for Spot Instances, see Hibernating Interrupted Spot Instances in the Amazon Elastic Compute Cloud 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 Elastic Compute Cloud 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 Troubleshooting Stopping Your Instance in the Amazon Elastic Compute Cloud 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<TerminateInstancesResponse> terminateInstances(TerminateInstancesRequest terminateInstancesRequest)
Shuts down one or more 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.
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 Elastic Compute Cloud User Guide.
For more information about troubleshooting, see Troubleshooting Terminating Your Instance in the Amazon Elastic Compute Cloud User Guide.
terminateInstancesRequest
- default CompletableFuture<TerminateInstancesResponse> terminateInstances(Consumer<TerminateInstancesRequest.Builder> terminateInstancesRequest)
Shuts down one or more 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.
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 Elastic Compute Cloud User Guide.
For more information about troubleshooting, see Troubleshooting Terminating Your Instance in the Amazon Elastic Compute Cloud 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 from a network interface.
unassignIpv6AddressesRequest
- default CompletableFuture<UnassignIpv6AddressesResponse> unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest)
Unassigns one or more IPv6 addresses 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 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 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 Elastic Compute Cloud 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 Elastic Compute Cloud 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)
[EC2-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 specify the description as part of the IP permissions structure. 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)
[EC2-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 specify the description as part of the IP permissions structure. 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 specify the description as part of the IP permissions structure. 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 specify the description as part of the IP permissions structure. 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 IPv4 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 AWS because of BGP propagation delays.
withdrawByoipCidrRequest
- default CompletableFuture<WithdrawByoipCidrResponse> withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)
Stops advertising an IPv4 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 AWS 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.