@Generated(value="software.amazon.awssdk:codegen") public interface Ec2Client 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, see the following resources:
Amazon EC2: AmazonEC2 product page, Amazon EC2 documentation
Amazon EBS: Amazon EBS product page, Amazon EBS documentation
Amazon VPC: Amazon VPC product page, Amazon VPC documentation
AWS VPN: AWS VPN product page, AWS VPN documentation
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default AcceptReservedInstancesExchangeQuoteResponse |
acceptReservedInstancesExchangeQuote(AcceptReservedInstancesExchangeQuoteRequest acceptReservedInstancesExchangeQuoteRequest)
Accepts the Convertible Reserved Instance exchange quote described in the
GetReservedInstancesExchangeQuote call.
|
default AcceptReservedInstancesExchangeQuoteResponse |
acceptReservedInstancesExchangeQuote(Consumer<AcceptReservedInstancesExchangeQuoteRequest.Builder> acceptReservedInstancesExchangeQuoteRequest)
Accepts the Convertible Reserved Instance exchange quote described in the
GetReservedInstancesExchangeQuote call.
|
default AcceptTransitGatewayVpcAttachmentResponse |
acceptTransitGatewayVpcAttachment(AcceptTransitGatewayVpcAttachmentRequest acceptTransitGatewayVpcAttachmentRequest)
Accepts a request to attach a VPC to a transit gateway.
|
default AcceptTransitGatewayVpcAttachmentResponse |
acceptTransitGatewayVpcAttachment(Consumer<AcceptTransitGatewayVpcAttachmentRequest.Builder> acceptTransitGatewayVpcAttachmentRequest)
Accepts a request to attach a VPC to a transit gateway.
|
default AcceptVpcEndpointConnectionsResponse |
acceptVpcEndpointConnections(AcceptVpcEndpointConnectionsRequest acceptVpcEndpointConnectionsRequest)
Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.
|
default AcceptVpcEndpointConnectionsResponse |
acceptVpcEndpointConnections(Consumer<AcceptVpcEndpointConnectionsRequest.Builder> acceptVpcEndpointConnectionsRequest)
Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.
|
default AcceptVpcPeeringConnectionResponse |
acceptVpcPeeringConnection(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest)
Accept a VPC peering connection request.
|
default AcceptVpcPeeringConnectionResponse |
acceptVpcPeeringConnection(Consumer<AcceptVpcPeeringConnectionRequest.Builder> acceptVpcPeeringConnectionRequest)
Accept a VPC peering connection request.
|
default 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 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 AllocateAddressResponse |
allocateAddress()
Allocates an Elastic IP address to your AWS account.
|
default AllocateAddressResponse |
allocateAddress(AllocateAddressRequest allocateAddressRequest)
Allocates an Elastic IP address to your AWS account.
|
default AllocateAddressResponse |
allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest)
Allocates an Elastic IP address to your AWS account.
|
default AllocateHostsResponse |
allocateHosts(AllocateHostsRequest allocateHostsRequest)
Allocates a Dedicated Host to your account.
|
default AllocateHostsResponse |
allocateHosts(Consumer<AllocateHostsRequest.Builder> allocateHostsRequest)
Allocates a Dedicated Host to your account.
|
default ApplySecurityGroupsToClientVpnTargetNetworkResponse |
applySecurityGroupsToClientVpnTargetNetwork(ApplySecurityGroupsToClientVpnTargetNetworkRequest applySecurityGroupsToClientVpnTargetNetworkRequest)
Applies a security group to the association between the target network and the Client VPN endpoint.
|
default ApplySecurityGroupsToClientVpnTargetNetworkResponse |
applySecurityGroupsToClientVpnTargetNetwork(Consumer<ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder> applySecurityGroupsToClientVpnTargetNetworkRequest)
Applies a security group to the association between the target network and the Client VPN endpoint.
|
default AssignIpv6AddressesResponse |
assignIpv6Addresses(AssignIpv6AddressesRequest assignIpv6AddressesRequest)
Assigns one or more IPv6 addresses to the specified network interface.
|
default AssignIpv6AddressesResponse |
assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest)
Assigns one or more IPv6 addresses to the specified network interface.
|
default AssignPrivateIpAddressesResponse |
assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest)
Assigns one or more secondary private IP addresses to the specified network interface.
|
default AssignPrivateIpAddressesResponse |
assignPrivateIpAddresses(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest)
Assigns one or more secondary private IP addresses to the specified network interface.
|
default AssociateAddressResponse |
associateAddress()
Associates an Elastic IP address with an instance or a network interface.
|
default AssociateAddressResponse |
associateAddress(AssociateAddressRequest associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
default AssociateAddressResponse |
associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest)
Associates an Elastic IP address with an instance or a network interface.
|
default AssociateClientVpnTargetNetworkResponse |
associateClientVpnTargetNetwork(AssociateClientVpnTargetNetworkRequest associateClientVpnTargetNetworkRequest)
Associates a target network with a Client VPN endpoint.
|
default AssociateClientVpnTargetNetworkResponse |
associateClientVpnTargetNetwork(Consumer<AssociateClientVpnTargetNetworkRequest.Builder> associateClientVpnTargetNetworkRequest)
Associates a target network with a Client VPN endpoint.
|
default 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 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 AssociateIamInstanceProfileResponse |
associateIamInstanceProfile(AssociateIamInstanceProfileRequest associateIamInstanceProfileRequest)
Associates an IAM instance profile with a running or stopped instance.
|
default AssociateIamInstanceProfileResponse |
associateIamInstanceProfile(Consumer<AssociateIamInstanceProfileRequest.Builder> associateIamInstanceProfileRequest)
Associates an IAM instance profile with a running or stopped instance.
|
default AssociateRouteTableResponse |
associateRouteTable(AssociateRouteTableRequest associateRouteTableRequest)
Associates a subnet with a route table.
|
default AssociateRouteTableResponse |
associateRouteTable(Consumer<AssociateRouteTableRequest.Builder> associateRouteTableRequest)
Associates a subnet with a route table.
|
default AssociateSubnetCidrBlockResponse |
associateSubnetCidrBlock(AssociateSubnetCidrBlockRequest associateSubnetCidrBlockRequest)
Associates a CIDR block with your subnet.
|
default AssociateSubnetCidrBlockResponse |
associateSubnetCidrBlock(Consumer<AssociateSubnetCidrBlockRequest.Builder> associateSubnetCidrBlockRequest)
Associates a CIDR block with your subnet.
|
default AssociateTransitGatewayRouteTableResponse |
associateTransitGatewayRouteTable(AssociateTransitGatewayRouteTableRequest associateTransitGatewayRouteTableRequest)
Associates the specified attachment with the specified transit gateway route table.
|
default AssociateTransitGatewayRouteTableResponse |
associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest)
Associates the specified attachment with the specified transit gateway route table.
|
default AssociateVpcCidrBlockResponse |
associateVpcCidrBlock(AssociateVpcCidrBlockRequest associateVpcCidrBlockRequest)
Associates a CIDR block with your VPC.
|
default AssociateVpcCidrBlockResponse |
associateVpcCidrBlock(Consumer<AssociateVpcCidrBlockRequest.Builder> associateVpcCidrBlockRequest)
Associates a CIDR block with your VPC.
|
default 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 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 AttachInternetGatewayResponse |
attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest)
Attaches an internet gateway to a VPC, enabling connectivity between the internet and the VPC.
|
default AttachInternetGatewayResponse |
attachInternetGateway(Consumer<AttachInternetGatewayRequest.Builder> attachInternetGatewayRequest)
Attaches an internet gateway to a VPC, enabling connectivity between the internet and the VPC.
|
default AttachNetworkInterfaceResponse |
attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
Attaches a network interface to an instance.
|
default AttachNetworkInterfaceResponse |
attachNetworkInterface(Consumer<AttachNetworkInterfaceRequest.Builder> attachNetworkInterfaceRequest)
Attaches a network interface to an instance.
|
default 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 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 AttachVpnGatewayResponse |
attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
default AttachVpnGatewayResponse |
attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
default AuthorizeClientVpnIngressResponse |
authorizeClientVpnIngress(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest)
Adds an ingress authorization rule to a Client VPN endpoint.
|
default AuthorizeClientVpnIngressResponse |
authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest)
Adds an ingress authorization rule to a Client VPN endpoint.
|
default AuthorizeSecurityGroupEgressResponse |
authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
[VPC only] Adds the specified egress rules to a security group for use with a VPC.
|
default AuthorizeSecurityGroupEgressResponse |
authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest)
[VPC only] Adds the specified egress rules to a security group for use with a VPC.
|
default AuthorizeSecurityGroupIngressResponse |
authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
Adds the specified ingress rules to a security group.
|
default AuthorizeSecurityGroupIngressResponse |
authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest)
Adds the specified ingress rules to a security group.
|
static Ec2ClientBuilder |
builder()
Create a builder that can be used to configure and create a
Ec2Client . |
default BundleInstanceResponse |
bundleInstance(BundleInstanceRequest bundleInstanceRequest)
Bundles an Amazon instance store-backed Windows instance.
|
default BundleInstanceResponse |
bundleInstance(Consumer<BundleInstanceRequest.Builder> bundleInstanceRequest)
Bundles an Amazon instance store-backed Windows instance.
|
default CancelBundleTaskResponse |
cancelBundleTask(CancelBundleTaskRequest cancelBundleTaskRequest)
Cancels a bundling operation for an instance store-backed Windows instance.
|
default CancelBundleTaskResponse |
cancelBundleTask(Consumer<CancelBundleTaskRequest.Builder> cancelBundleTaskRequest)
Cancels a bundling operation for an instance store-backed Windows instance.
|
default CancelCapacityReservationResponse |
cancelCapacityReservation(CancelCapacityReservationRequest cancelCapacityReservationRequest)
Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity
Reservation's state to
cancelled . |
default 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 CancelConversionTaskResponse |
cancelConversionTask(CancelConversionTaskRequest cancelConversionTaskRequest)
Cancels an active conversion task.
|
default CancelConversionTaskResponse |
cancelConversionTask(Consumer<CancelConversionTaskRequest.Builder> cancelConversionTaskRequest)
Cancels an active conversion task.
|
default CancelExportTaskResponse |
cancelExportTask(CancelExportTaskRequest cancelExportTaskRequest)
Cancels an active export task.
|
default CancelExportTaskResponse |
cancelExportTask(Consumer<CancelExportTaskRequest.Builder> cancelExportTaskRequest)
Cancels an active export task.
|
default CancelImportTaskResponse |
cancelImportTask(CancelImportTaskRequest cancelImportTaskRequest)
Cancels an in-process import virtual machine or import snapshot task.
|
default CancelImportTaskResponse |
cancelImportTask(Consumer<CancelImportTaskRequest.Builder> cancelImportTaskRequest)
Cancels an in-process import virtual machine or import snapshot task.
|
default CancelReservedInstancesListingResponse |
cancelReservedInstancesListing(CancelReservedInstancesListingRequest cancelReservedInstancesListingRequest)
Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.
|
default CancelReservedInstancesListingResponse |
cancelReservedInstancesListing(Consumer<CancelReservedInstancesListingRequest.Builder> cancelReservedInstancesListingRequest)
Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.
|
default CancelSpotFleetRequestsResponse |
cancelSpotFleetRequests(CancelSpotFleetRequestsRequest cancelSpotFleetRequestsRequest)
Cancels the specified Spot Fleet requests.
|
default CancelSpotFleetRequestsResponse |
cancelSpotFleetRequests(Consumer<CancelSpotFleetRequestsRequest.Builder> cancelSpotFleetRequestsRequest)
Cancels the specified Spot Fleet requests.
|
default CancelSpotInstanceRequestsResponse |
cancelSpotInstanceRequests(CancelSpotInstanceRequestsRequest cancelSpotInstanceRequestsRequest)
Cancels one or more Spot Instance requests.
|
default CancelSpotInstanceRequestsResponse |
cancelSpotInstanceRequests(Consumer<CancelSpotInstanceRequestsRequest.Builder> cancelSpotInstanceRequestsRequest)
Cancels one or more Spot Instance requests.
|
default ConfirmProductInstanceResponse |
confirmProductInstance(ConfirmProductInstanceRequest confirmProductInstanceRequest)
Determines whether a product code is associated with an instance.
|
default ConfirmProductInstanceResponse |
confirmProductInstance(Consumer<ConfirmProductInstanceRequest.Builder> confirmProductInstanceRequest)
Determines whether a product code is associated with an instance.
|
default CopyFpgaImageResponse |
copyFpgaImage(Consumer<CopyFpgaImageRequest.Builder> copyFpgaImageRequest)
Copies the specified Amazon FPGA Image (AFI) to the current Region.
|
default CopyFpgaImageResponse |
copyFpgaImage(CopyFpgaImageRequest copyFpgaImageRequest)
Copies the specified Amazon FPGA Image (AFI) to the current Region.
|
default CopyImageResponse |
copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest)
Initiates the copy of an AMI from the specified source Region to the current Region.
|
default CopyImageResponse |
copyImage(CopyImageRequest copyImageRequest)
Initiates the copy of an AMI from the specified source Region to the current Region.
|
default CopySnapshotResponse |
copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
default CopySnapshotResponse |
copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
static Ec2Client |
create()
Create a
Ec2Client with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CreateCapacityReservationResponse |
createCapacityReservation(Consumer<CreateCapacityReservationRequest.Builder> createCapacityReservationRequest)
Creates a new Capacity Reservation with the specified attributes.
|
default CreateCapacityReservationResponse |
createCapacityReservation(CreateCapacityReservationRequest createCapacityReservationRequest)
Creates a new Capacity Reservation with the specified attributes.
|
default CreateClientVpnEndpointResponse |
createClientVpnEndpoint(Consumer<CreateClientVpnEndpointRequest.Builder> createClientVpnEndpointRequest)
Creates a Client VPN endpoint.
|
default CreateClientVpnEndpointResponse |
createClientVpnEndpoint(CreateClientVpnEndpointRequest createClientVpnEndpointRequest)
Creates a Client VPN endpoint.
|
default CreateClientVpnRouteResponse |
createClientVpnRoute(Consumer<CreateClientVpnRouteRequest.Builder> createClientVpnRouteRequest)
Adds a route to a network to a Client VPN endpoint.
|
default CreateClientVpnRouteResponse |
createClientVpnRoute(CreateClientVpnRouteRequest createClientVpnRouteRequest)
Adds a route to a network to a Client VPN endpoint.
|
default CreateCustomerGatewayResponse |
createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device.
|
default CreateCustomerGatewayResponse |
createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device.
|
default 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 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 CreateDefaultVpcResponse |
createDefaultVpc()
Creates a default VPC with a size
/16 IPv4 CIDR block and a default subnet in each Availability
Zone. |
default 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 CreateDefaultVpcResponse |
createDefaultVpc(CreateDefaultVpcRequest createDefaultVpcRequest)
Creates a default VPC with a size
/16 IPv4 CIDR block and a default subnet in each Availability
Zone. |
default CreateDhcpOptionsResponse |
createDhcpOptions(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest)
Creates a set of DHCP options for your VPC.
|
default CreateDhcpOptionsResponse |
createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest)
Creates a set of DHCP options for your VPC.
|
default CreateEgressOnlyInternetGatewayResponse |
createEgressOnlyInternetGateway(Consumer<CreateEgressOnlyInternetGatewayRequest.Builder> createEgressOnlyInternetGatewayRequest)
[IPv6 only] Creates an egress-only internet gateway for your VPC.
|
default CreateEgressOnlyInternetGatewayResponse |
createEgressOnlyInternetGateway(CreateEgressOnlyInternetGatewayRequest createEgressOnlyInternetGatewayRequest)
[IPv6 only] Creates an egress-only internet gateway for your VPC.
|
default CreateFleetResponse |
createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)
Launches an EC2 Fleet.
|
default CreateFleetResponse |
createFleet(CreateFleetRequest createFleetRequest)
Launches an EC2 Fleet.
|
default 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 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 CreateFpgaImageResponse |
createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
default CreateFpgaImageResponse |
createFpgaImage(CreateFpgaImageRequest createFpgaImageRequest)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
default 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 CreateImageResponse |
createImage(CreateImageRequest createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
default CreateInstanceExportTaskResponse |
createInstanceExportTask(Consumer<CreateInstanceExportTaskRequest.Builder> createInstanceExportTaskRequest)
Exports a running or stopped instance to an S3 bucket.
|
default CreateInstanceExportTaskResponse |
createInstanceExportTask(CreateInstanceExportTaskRequest createInstanceExportTaskRequest)
Exports a running or stopped instance to an S3 bucket.
|
default CreateInternetGatewayResponse |
createInternetGateway()
Creates an internet gateway for use with a VPC.
|
default CreateInternetGatewayResponse |
createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest)
Creates an internet gateway for use with a VPC.
|
default CreateInternetGatewayResponse |
createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest)
Creates an internet gateway for use with a VPC.
|
default CreateKeyPairResponse |
createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest)
Creates a 2048-bit RSA key pair with the specified name.
|
default CreateKeyPairResponse |
createKeyPair(CreateKeyPairRequest createKeyPairRequest)
Creates a 2048-bit RSA key pair with the specified name.
|
default CreateLaunchTemplateResponse |
createLaunchTemplate(Consumer<CreateLaunchTemplateRequest.Builder> createLaunchTemplateRequest)
Creates a launch template.
|
default CreateLaunchTemplateResponse |
createLaunchTemplate(CreateLaunchTemplateRequest createLaunchTemplateRequest)
Creates a launch template.
|
default CreateLaunchTemplateVersionResponse |
createLaunchTemplateVersion(Consumer<CreateLaunchTemplateVersionRequest.Builder> createLaunchTemplateVersionRequest)
Creates a new version for a launch template.
|
default CreateLaunchTemplateVersionResponse |
createLaunchTemplateVersion(CreateLaunchTemplateVersionRequest createLaunchTemplateVersionRequest)
Creates a new version for a launch template.
|
default CreateNatGatewayResponse |
createNatGateway(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest)
Creates a NAT gateway in the specified public subnet.
|
default CreateNatGatewayResponse |
createNatGateway(CreateNatGatewayRequest createNatGatewayRequest)
Creates a NAT gateway in the specified public subnet.
|
default CreateNetworkAclResponse |
createNetworkAcl(Consumer<CreateNetworkAclRequest.Builder> createNetworkAclRequest)
Creates a network ACL in a VPC.
|
default CreateNetworkAclResponse |
createNetworkAcl(CreateNetworkAclRequest createNetworkAclRequest)
Creates a network ACL in a VPC.
|
default CreateNetworkAclEntryResponse |
createNetworkAclEntry(Consumer<CreateNetworkAclEntryRequest.Builder> createNetworkAclEntryRequest)
Creates an entry (a rule) in a network ACL with the specified rule number.
|
default CreateNetworkAclEntryResponse |
createNetworkAclEntry(CreateNetworkAclEntryRequest createNetworkAclEntryRequest)
Creates an entry (a rule) in a network ACL with the specified rule number.
|
default CreateNetworkInterfaceResponse |
createNetworkInterface(Consumer<CreateNetworkInterfaceRequest.Builder> createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
|
default CreateNetworkInterfaceResponse |
createNetworkInterface(CreateNetworkInterfaceRequest createNetworkInterfaceRequest)
Creates a network interface in the specified subnet.
|
default 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 CreateNetworkInterfacePermissionResponse |
createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest)
Grants an AWS-authorized account permission to attach the specified network interface to an instance in their
account.
|
default CreatePlacementGroupResponse |
createPlacementGroup(Consumer<CreatePlacementGroupRequest.Builder> createPlacementGroupRequest)
Creates a placement group in which to launch instances.
|
default CreatePlacementGroupResponse |
createPlacementGroup(CreatePlacementGroupRequest createPlacementGroupRequest)
Creates a placement group in which to launch instances.
|
default CreateReservedInstancesListingResponse |
createReservedInstancesListing(Consumer<CreateReservedInstancesListingRequest.Builder> createReservedInstancesListingRequest)
Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace.
|
default CreateReservedInstancesListingResponse |
createReservedInstancesListing(CreateReservedInstancesListingRequest createReservedInstancesListingRequest)
Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace.
|
default CreateRouteResponse |
createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest)
Creates a route in a route table within a VPC.
|
default CreateRouteResponse |
createRoute(CreateRouteRequest createRouteRequest)
Creates a route in a route table within a VPC.
|
default CreateRouteTableResponse |
createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest)
Creates a route table for the specified VPC.
|
default CreateRouteTableResponse |
createRouteTable(CreateRouteTableRequest createRouteTableRequest)
Creates a route table for the specified VPC.
|
default CreateSecurityGroupResponse |
createSecurityGroup(Consumer<CreateSecurityGroupRequest.Builder> createSecurityGroupRequest)
Creates a security group.
|
default CreateSecurityGroupResponse |
createSecurityGroup(CreateSecurityGroupRequest createSecurityGroupRequest)
Creates a security group.
|
default CreateSnapshotResponse |
createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
default CreateSnapshotResponse |
createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
default CreateSnapshotsResponse |
createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
default CreateSnapshotsResponse |
createSnapshots(CreateSnapshotsRequest createSnapshotsRequest)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
default CreateSpotDatafeedSubscriptionResponse |
createSpotDatafeedSubscription(Consumer<CreateSpotDatafeedSubscriptionRequest.Builder> createSpotDatafeedSubscriptionRequest)
Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs.
|
default CreateSpotDatafeedSubscriptionResponse |
createSpotDatafeedSubscription(CreateSpotDatafeedSubscriptionRequest createSpotDatafeedSubscriptionRequest)
Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs.
|
default CreateSubnetResponse |
createSubnet(Consumer<CreateSubnetRequest.Builder> createSubnetRequest)
Creates a subnet in an existing VPC.
|
default CreateSubnetResponse |
createSubnet(CreateSubnetRequest createSubnetRequest)
Creates a subnet in an existing VPC.
|
default CreateTagsResponse |
createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)
Adds or overwrites the specified tags for the specified Amazon EC2 resource or resources.
|
default CreateTagsResponse |
createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites the specified tags for the specified Amazon EC2 resource or resources.
|
default CreateTrafficMirrorFilterResponse |
createTrafficMirrorFilter(Consumer<CreateTrafficMirrorFilterRequest.Builder> createTrafficMirrorFilterRequest)
Creates a Traffic Mirror filter.
|
default CreateTrafficMirrorFilterResponse |
createTrafficMirrorFilter(CreateTrafficMirrorFilterRequest createTrafficMirrorFilterRequest)
Creates a Traffic Mirror filter.
|
default CreateTrafficMirrorFilterRuleResponse |
createTrafficMirrorFilterRule(Consumer<CreateTrafficMirrorFilterRuleRequest.Builder> createTrafficMirrorFilterRuleRequest)
Creates a Traffic Mirror filter rule.
|
default CreateTrafficMirrorFilterRuleResponse |
createTrafficMirrorFilterRule(CreateTrafficMirrorFilterRuleRequest createTrafficMirrorFilterRuleRequest)
Creates a Traffic Mirror filter rule.
|
default CreateTrafficMirrorSessionResponse |
createTrafficMirrorSession(Consumer<CreateTrafficMirrorSessionRequest.Builder> createTrafficMirrorSessionRequest)
Creates a Traffic Mirror session.
|
default CreateTrafficMirrorSessionResponse |
createTrafficMirrorSession(CreateTrafficMirrorSessionRequest createTrafficMirrorSessionRequest)
Creates a Traffic Mirror session.
|
default CreateTrafficMirrorTargetResponse |
createTrafficMirrorTarget(Consumer<CreateTrafficMirrorTargetRequest.Builder> createTrafficMirrorTargetRequest)
Creates a target for your Traffic Mirror session.
|
default CreateTrafficMirrorTargetResponse |
createTrafficMirrorTarget(CreateTrafficMirrorTargetRequest createTrafficMirrorTargetRequest)
Creates a target for your Traffic Mirror session.
|
default CreateTransitGatewayResponse |
createTransitGateway()
Creates a transit gateway.
|
default CreateTransitGatewayResponse |
createTransitGateway(Consumer<CreateTransitGatewayRequest.Builder> createTransitGatewayRequest)
Creates a transit gateway.
|
default CreateTransitGatewayResponse |
createTransitGateway(CreateTransitGatewayRequest createTransitGatewayRequest)
Creates a transit gateway.
|
default CreateTransitGatewayRouteResponse |
createTransitGatewayRoute(Consumer<CreateTransitGatewayRouteRequest.Builder> createTransitGatewayRouteRequest)
Creates a static route for the specified transit gateway route table.
|
default CreateTransitGatewayRouteResponse |
createTransitGatewayRoute(CreateTransitGatewayRouteRequest createTransitGatewayRouteRequest)
Creates a static route for the specified transit gateway route table.
|
default CreateTransitGatewayRouteTableResponse |
createTransitGatewayRouteTable(Consumer<CreateTransitGatewayRouteTableRequest.Builder> createTransitGatewayRouteTableRequest)
Creates a route table for the specified transit gateway.
|
default CreateTransitGatewayRouteTableResponse |
createTransitGatewayRouteTable(CreateTransitGatewayRouteTableRequest createTransitGatewayRouteTableRequest)
Creates a route table for the specified transit gateway.
|
default CreateTransitGatewayVpcAttachmentResponse |
createTransitGatewayVpcAttachment(Consumer<CreateTransitGatewayVpcAttachmentRequest.Builder> createTransitGatewayVpcAttachmentRequest)
Attaches the specified VPC to the specified transit gateway.
|
default CreateTransitGatewayVpcAttachmentResponse |
createTransitGatewayVpcAttachment(CreateTransitGatewayVpcAttachmentRequest createTransitGatewayVpcAttachmentRequest)
Attaches the specified VPC to the specified transit gateway.
|
default CreateVolumeResponse |
createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest)
Creates an EBS volume that can be attached to an instance in the same Availability Zone.
|
default CreateVolumeResponse |
createVolume(CreateVolumeRequest createVolumeRequest)
Creates an EBS volume that can be attached to an instance in the same Availability Zone.
|
default CreateVpcResponse |
createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
default CreateVpcResponse |
createVpc(CreateVpcRequest createVpcRequest)
Creates a VPC with the specified IPv4 CIDR block.
|
default CreateVpcEndpointResponse |
createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)
Creates a VPC endpoint for a specified service.
|
default CreateVpcEndpointResponse |
createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)
Creates a VPC endpoint for a specified service.
|
default CreateVpcEndpointConnectionNotificationResponse |
createVpcEndpointConnectionNotification(Consumer<CreateVpcEndpointConnectionNotificationRequest.Builder> createVpcEndpointConnectionNotificationRequest)
Creates a connection notification for a specified VPC endpoint or VPC endpoint service.
|
default CreateVpcEndpointConnectionNotificationResponse |
createVpcEndpointConnectionNotification(CreateVpcEndpointConnectionNotificationRequest createVpcEndpointConnectionNotificationRequest)
Creates a connection notification for a specified VPC endpoint or VPC endpoint service.
|
default 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 CreateVpcEndpointServiceConfigurationResponse |
createVpcEndpointServiceConfiguration(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest)
Creates a VPC endpoint service configuration to which service consumers (AWS accounts, IAM users, and IAM roles)
can connect.
|
default 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 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 CreateVpnConnectionResponse |
createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
|
default CreateVpnConnectionResponse |
createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
|
default 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 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 CreateVpnGatewayResponse |
createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest)
Creates a virtual private gateway.
|
default CreateVpnGatewayResponse |
createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest)
Creates a virtual private gateway.
|
default DeleteClientVpnEndpointResponse |
deleteClientVpnEndpoint(Consumer<DeleteClientVpnEndpointRequest.Builder> deleteClientVpnEndpointRequest)
Deletes the specified Client VPN endpoint.
|
default DeleteClientVpnEndpointResponse |
deleteClientVpnEndpoint(DeleteClientVpnEndpointRequest deleteClientVpnEndpointRequest)
Deletes the specified Client VPN endpoint.
|
default DeleteClientVpnRouteResponse |
deleteClientVpnRoute(Consumer<DeleteClientVpnRouteRequest.Builder> deleteClientVpnRouteRequest)
Deletes a route from a Client VPN endpoint.
|
default DeleteClientVpnRouteResponse |
deleteClientVpnRoute(DeleteClientVpnRouteRequest deleteClientVpnRouteRequest)
Deletes a route from a Client VPN endpoint.
|
default DeleteCustomerGatewayResponse |
deleteCustomerGateway(Consumer<DeleteCustomerGatewayRequest.Builder> deleteCustomerGatewayRequest)
Deletes the specified customer gateway.
|
default DeleteCustomerGatewayResponse |
deleteCustomerGateway(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest)
Deletes the specified customer gateway.
|
default DeleteDhcpOptionsResponse |
deleteDhcpOptions(Consumer<DeleteDhcpOptionsRequest.Builder> deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
default DeleteDhcpOptionsResponse |
deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest)
Deletes the specified set of DHCP options.
|
default DeleteEgressOnlyInternetGatewayResponse |
deleteEgressOnlyInternetGateway(Consumer<DeleteEgressOnlyInternetGatewayRequest.Builder> deleteEgressOnlyInternetGatewayRequest)
Deletes an egress-only internet gateway.
|
default DeleteEgressOnlyInternetGatewayResponse |
deleteEgressOnlyInternetGateway(DeleteEgressOnlyInternetGatewayRequest deleteEgressOnlyInternetGatewayRequest)
Deletes an egress-only internet gateway.
|
default DeleteFleetsResponse |
deleteFleets(Consumer<DeleteFleetsRequest.Builder> deleteFleetsRequest)
Deletes the specified EC2 Fleet.
|
default DeleteFleetsResponse |
deleteFleets(DeleteFleetsRequest deleteFleetsRequest)
Deletes the specified EC2 Fleet.
|
default DeleteFlowLogsResponse |
deleteFlowLogs(Consumer<DeleteFlowLogsRequest.Builder> deleteFlowLogsRequest)
Deletes one or more flow logs.
|
default DeleteFlowLogsResponse |
deleteFlowLogs(DeleteFlowLogsRequest deleteFlowLogsRequest)
Deletes one or more flow logs.
|
default DeleteFpgaImageResponse |
deleteFpgaImage(Consumer<DeleteFpgaImageRequest.Builder> deleteFpgaImageRequest)
Deletes the specified Amazon FPGA Image (AFI).
|
default DeleteFpgaImageResponse |
deleteFpgaImage(DeleteFpgaImageRequest deleteFpgaImageRequest)
Deletes the specified Amazon FPGA Image (AFI).
|
default DeleteInternetGatewayResponse |
deleteInternetGateway(Consumer<DeleteInternetGatewayRequest.Builder> deleteInternetGatewayRequest)
Deletes the specified internet gateway.
|
default DeleteInternetGatewayResponse |
deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest)
Deletes the specified internet gateway.
|
default DeleteKeyPairResponse |
deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
default DeleteKeyPairResponse |
deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest)
Deletes the specified key pair, by removing the public key from Amazon EC2.
|
default DeleteLaunchTemplateResponse |
deleteLaunchTemplate(Consumer<DeleteLaunchTemplateRequest.Builder> deleteLaunchTemplateRequest)
Deletes a launch template.
|
default DeleteLaunchTemplateResponse |
deleteLaunchTemplate(DeleteLaunchTemplateRequest deleteLaunchTemplateRequest)
Deletes a launch template.
|
default DeleteLaunchTemplateVersionsResponse |
deleteLaunchTemplateVersions(Consumer<DeleteLaunchTemplateVersionsRequest.Builder> deleteLaunchTemplateVersionsRequest)
Deletes one or more versions of a launch template.
|
default DeleteLaunchTemplateVersionsResponse |
deleteLaunchTemplateVersions(DeleteLaunchTemplateVersionsRequest deleteLaunchTemplateVersionsRequest)
Deletes one or more versions of a launch template.
|
default DeleteNatGatewayResponse |
deleteNatGateway(Consumer<DeleteNatGatewayRequest.Builder> deleteNatGatewayRequest)
Deletes the specified NAT gateway.
|
default DeleteNatGatewayResponse |
deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest)
Deletes the specified NAT gateway.
|
default DeleteNetworkAclResponse |
deleteNetworkAcl(Consumer<DeleteNetworkAclRequest.Builder> deleteNetworkAclRequest)
Deletes the specified network ACL.
|
default DeleteNetworkAclResponse |
deleteNetworkAcl(DeleteNetworkAclRequest deleteNetworkAclRequest)
Deletes the specified network ACL.
|
default DeleteNetworkAclEntryResponse |
deleteNetworkAclEntry(Consumer<DeleteNetworkAclEntryRequest.Builder> deleteNetworkAclEntryRequest)
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
|
default DeleteNetworkAclEntryResponse |
deleteNetworkAclEntry(DeleteNetworkAclEntryRequest deleteNetworkAclEntryRequest)
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
|
default DeleteNetworkInterfaceResponse |
deleteNetworkInterface(Consumer<DeleteNetworkInterfaceRequest.Builder> deleteNetworkInterfaceRequest)
Deletes the specified network interface.
|
default DeleteNetworkInterfaceResponse |
deleteNetworkInterface(DeleteNetworkInterfaceRequest deleteNetworkInterfaceRequest)
Deletes the specified network interface.
|
default DeleteNetworkInterfacePermissionResponse |
deleteNetworkInterfacePermission(Consumer<DeleteNetworkInterfacePermissionRequest.Builder> deleteNetworkInterfacePermissionRequest)
Deletes a permission for a network interface.
|
default DeleteNetworkInterfacePermissionResponse |
deleteNetworkInterfacePermission(DeleteNetworkInterfacePermissionRequest deleteNetworkInterfacePermissionRequest)
Deletes a permission for a network interface.
|
default DeletePlacementGroupResponse |
deletePlacementGroup(Consumer<DeletePlacementGroupRequest.Builder> deletePlacementGroupRequest)
Deletes the specified placement group.
|
default DeletePlacementGroupResponse |
deletePlacementGroup(DeletePlacementGroupRequest deletePlacementGroupRequest)
Deletes the specified placement group.
|
default DeleteQueuedReservedInstancesResponse |
deleteQueuedReservedInstances(Consumer<DeleteQueuedReservedInstancesRequest.Builder> deleteQueuedReservedInstancesRequest)
Deletes the queued purchases for the specified Reserved Instances.
|
default DeleteQueuedReservedInstancesResponse |
deleteQueuedReservedInstances(DeleteQueuedReservedInstancesRequest deleteQueuedReservedInstancesRequest)
Deletes the queued purchases for the specified Reserved Instances.
|
default DeleteRouteResponse |
deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest)
Deletes the specified route from the specified route table.
|
default DeleteRouteResponse |
deleteRoute(DeleteRouteRequest deleteRouteRequest)
Deletes the specified route from the specified route table.
|
default DeleteRouteTableResponse |
deleteRouteTable(Consumer<DeleteRouteTableRequest.Builder> deleteRouteTableRequest)
Deletes the specified route table.
|
default DeleteRouteTableResponse |
deleteRouteTable(DeleteRouteTableRequest deleteRouteTableRequest)
Deletes the specified route table.
|
default DeleteSecurityGroupResponse |
deleteSecurityGroup(Consumer<DeleteSecurityGroupRequest.Builder> deleteSecurityGroupRequest)
Deletes a security group.
|
default DeleteSecurityGroupResponse |
deleteSecurityGroup(DeleteSecurityGroupRequest deleteSecurityGroupRequest)
Deletes a security group.
|
default DeleteSnapshotResponse |
deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)
Deletes the specified snapshot.
|
default DeleteSnapshotResponse |
deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes the specified snapshot.
|
default DeleteSpotDatafeedSubscriptionResponse |
deleteSpotDatafeedSubscription()
Deletes the data feed for Spot Instances.
|
default DeleteSpotDatafeedSubscriptionResponse |
deleteSpotDatafeedSubscription(Consumer<DeleteSpotDatafeedSubscriptionRequest.Builder> deleteSpotDatafeedSubscriptionRequest)
Deletes the data feed for Spot Instances.
|
default DeleteSpotDatafeedSubscriptionResponse |
deleteSpotDatafeedSubscription(DeleteSpotDatafeedSubscriptionRequest deleteSpotDatafeedSubscriptionRequest)
Deletes the data feed for Spot Instances.
|
default DeleteSubnetResponse |
deleteSubnet(Consumer<DeleteSubnetRequest.Builder> deleteSubnetRequest)
Deletes the specified subnet.
|
default DeleteSubnetResponse |
deleteSubnet(DeleteSubnetRequest deleteSubnetRequest)
Deletes the specified subnet.
|
default DeleteTagsResponse |
deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
default DeleteTagsResponse |
deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
default DeleteTrafficMirrorFilterResponse |
deleteTrafficMirrorFilter(Consumer<DeleteTrafficMirrorFilterRequest.Builder> deleteTrafficMirrorFilterRequest)
Deletes the specified Traffic Mirror filter.
|
default DeleteTrafficMirrorFilterResponse |
deleteTrafficMirrorFilter(DeleteTrafficMirrorFilterRequest deleteTrafficMirrorFilterRequest)
Deletes the specified Traffic Mirror filter.
|
default DeleteTrafficMirrorFilterRuleResponse |
deleteTrafficMirrorFilterRule(Consumer<DeleteTrafficMirrorFilterRuleRequest.Builder> deleteTrafficMirrorFilterRuleRequest)
Deletes the specified Traffic Mirror rule.
|
default DeleteTrafficMirrorFilterRuleResponse |
deleteTrafficMirrorFilterRule(DeleteTrafficMirrorFilterRuleRequest deleteTrafficMirrorFilterRuleRequest)
Deletes the specified Traffic Mirror rule.
|
default DeleteTrafficMirrorSessionResponse |
deleteTrafficMirrorSession(Consumer<DeleteTrafficMirrorSessionRequest.Builder> deleteTrafficMirrorSessionRequest)
Deletes the specified Traffic Mirror session.
|
default DeleteTrafficMirrorSessionResponse |
deleteTrafficMirrorSession(DeleteTrafficMirrorSessionRequest deleteTrafficMirrorSessionRequest)
Deletes the specified Traffic Mirror session.
|
default DeleteTrafficMirrorTargetResponse |
deleteTrafficMirrorTarget(Consumer<DeleteTrafficMirrorTargetRequest.Builder> deleteTrafficMirrorTargetRequest)
Deletes the specified Traffic Mirror target.
|
default DeleteTrafficMirrorTargetResponse |
deleteTrafficMirrorTarget(DeleteTrafficMirrorTargetRequest deleteTrafficMirrorTargetRequest)
Deletes the specified Traffic Mirror target.
|
default DeleteTransitGatewayResponse |
deleteTransitGateway(Consumer<DeleteTransitGatewayRequest.Builder> deleteTransitGatewayRequest)
Deletes the specified transit gateway.
|
default DeleteTransitGatewayResponse |
deleteTransitGateway(DeleteTransitGatewayRequest deleteTransitGatewayRequest)
Deletes the specified transit gateway.
|
default DeleteTransitGatewayRouteResponse |
deleteTransitGatewayRoute(Consumer<DeleteTransitGatewayRouteRequest.Builder> deleteTransitGatewayRouteRequest)
Deletes the specified route from the specified transit gateway route table.
|
default DeleteTransitGatewayRouteResponse |
deleteTransitGatewayRoute(DeleteTransitGatewayRouteRequest deleteTransitGatewayRouteRequest)
Deletes the specified route from the specified transit gateway route table.
|
default DeleteTransitGatewayRouteTableResponse |
deleteTransitGatewayRouteTable(Consumer<DeleteTransitGatewayRouteTableRequest.Builder> deleteTransitGatewayRouteTableRequest)
Deletes the specified transit gateway route table.
|
default DeleteTransitGatewayRouteTableResponse |
deleteTransitGatewayRouteTable(DeleteTransitGatewayRouteTableRequest deleteTransitGatewayRouteTableRequest)
Deletes the specified transit gateway route table.
|
default DeleteTransitGatewayVpcAttachmentResponse |
deleteTransitGatewayVpcAttachment(Consumer<DeleteTransitGatewayVpcAttachmentRequest.Builder> deleteTransitGatewayVpcAttachmentRequest)
Deletes the specified VPC attachment.
|
default DeleteTransitGatewayVpcAttachmentResponse |
deleteTransitGatewayVpcAttachment(DeleteTransitGatewayVpcAttachmentRequest deleteTransitGatewayVpcAttachmentRequest)
Deletes the specified VPC attachment.
|
default DeleteVolumeResponse |
deleteVolume(Consumer<DeleteVolumeRequest.Builder> deleteVolumeRequest)
Deletes the specified EBS volume.
|
default DeleteVolumeResponse |
deleteVolume(DeleteVolumeRequest deleteVolumeRequest)
Deletes the specified EBS volume.
|
default DeleteVpcResponse |
deleteVpc(Consumer<DeleteVpcRequest.Builder> deleteVpcRequest)
Deletes the specified VPC.
|
default DeleteVpcResponse |
deleteVpc(DeleteVpcRequest deleteVpcRequest)
Deletes the specified VPC.
|
default DeleteVpcEndpointConnectionNotificationsResponse |
deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest)
Deletes one or more VPC endpoint connection notifications.
|
default DeleteVpcEndpointConnectionNotificationsResponse |
deleteVpcEndpointConnectionNotifications(DeleteVpcEndpointConnectionNotificationsRequest deleteVpcEndpointConnectionNotificationsRequest)
Deletes one or more VPC endpoint connection notifications.
|
default DeleteVpcEndpointsResponse |
deleteVpcEndpoints(Consumer<DeleteVpcEndpointsRequest.Builder> deleteVpcEndpointsRequest)
Deletes one or more specified VPC endpoints.
|
default DeleteVpcEndpointsResponse |
deleteVpcEndpoints(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest)
Deletes one or more specified VPC endpoints.
|
default DeleteVpcEndpointServiceConfigurationsResponse |
deleteVpcEndpointServiceConfigurations(Consumer<DeleteVpcEndpointServiceConfigurationsRequest.Builder> deleteVpcEndpointServiceConfigurationsRequest)
Deletes one or more VPC endpoint service configurations in your account.
|
default DeleteVpcEndpointServiceConfigurationsResponse |
deleteVpcEndpointServiceConfigurations(DeleteVpcEndpointServiceConfigurationsRequest deleteVpcEndpointServiceConfigurationsRequest)
Deletes one or more VPC endpoint service configurations in your account.
|
default DeleteVpcPeeringConnectionResponse |
deleteVpcPeeringConnection(Consumer<DeleteVpcPeeringConnectionRequest.Builder> deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
default DeleteVpcPeeringConnectionResponse |
deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
default DeleteVpnConnectionResponse |
deleteVpnConnection(Consumer<DeleteVpnConnectionRequest.Builder> deleteVpnConnectionRequest)
Deletes the specified VPN connection.
|
default DeleteVpnConnectionResponse |
deleteVpnConnection(DeleteVpnConnectionRequest deleteVpnConnectionRequest)
Deletes the specified VPN connection.
|
default 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 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 DeleteVpnGatewayResponse |
deleteVpnGateway(Consumer<DeleteVpnGatewayRequest.Builder> deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
default DeleteVpnGatewayResponse |
deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
default 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 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 DeregisterImageResponse |
deregisterImage(Consumer<DeregisterImageRequest.Builder> deregisterImageRequest)
Deregisters the specified AMI.
|
default DeregisterImageResponse |
deregisterImage(DeregisterImageRequest deregisterImageRequest)
Deregisters the specified AMI.
|
default DescribeAccountAttributesResponse |
describeAccountAttributes()
Describes attributes of your AWS account.
|
default DescribeAccountAttributesResponse |
describeAccountAttributes(Consumer<DescribeAccountAttributesRequest.Builder> describeAccountAttributesRequest)
Describes attributes of your AWS account.
|
default DescribeAccountAttributesResponse |
describeAccountAttributes(DescribeAccountAttributesRequest describeAccountAttributesRequest)
Describes attributes of your AWS account.
|
default DescribeAddressesResponse |
describeAddresses()
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
default DescribeAddressesResponse |
describeAddresses(Consumer<DescribeAddressesRequest.Builder> describeAddressesRequest)
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
default DescribeAddressesResponse |
describeAddresses(DescribeAddressesRequest describeAddressesRequest)
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
|
default DescribeAggregateIdFormatResponse |
describeAggregateIdFormat()
Describes the longer ID format settings for all resource types in a specific Region.
|
default DescribeAggregateIdFormatResponse |
describeAggregateIdFormat(Consumer<DescribeAggregateIdFormatRequest.Builder> describeAggregateIdFormatRequest)
Describes the longer ID format settings for all resource types in a specific Region.
|
default DescribeAggregateIdFormatResponse |
describeAggregateIdFormat(DescribeAggregateIdFormatRequest describeAggregateIdFormatRequest)
Describes the longer ID format settings for all resource types in a specific Region.
|
default DescribeAvailabilityZonesResponse |
describeAvailabilityZones()
Describes the Availability Zones that are available to you.
|
default DescribeAvailabilityZonesResponse |
describeAvailabilityZones(Consumer<DescribeAvailabilityZonesRequest.Builder> describeAvailabilityZonesRequest)
Describes the Availability Zones that are available to you.
|
default DescribeAvailabilityZonesResponse |
describeAvailabilityZones(DescribeAvailabilityZonesRequest describeAvailabilityZonesRequest)
Describes the Availability Zones that are available to you.
|
default DescribeBundleTasksResponse |
describeBundleTasks()
Describes the specified bundle tasks or all of your bundle tasks.
|
default DescribeBundleTasksResponse |
describeBundleTasks(Consumer<DescribeBundleTasksRequest.Builder> describeBundleTasksRequest)
Describes the specified bundle tasks or all of your bundle tasks.
|
default DescribeBundleTasksResponse |
describeBundleTasks(DescribeBundleTasksRequest describeBundleTasksRequest)
Describes the specified bundle tasks or all of your bundle tasks.
|
default DescribeByoipCidrsResponse |
describeByoipCidrs(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest)
Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.
|
default DescribeByoipCidrsResponse |
describeByoipCidrs(DescribeByoipCidrsRequest describeByoipCidrsRequest)
Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.
|
default DescribeByoipCidrsIterable |
describeByoipCidrsPaginator(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest)
Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.
|
default DescribeByoipCidrsIterable |
describeByoipCidrsPaginator(DescribeByoipCidrsRequest describeByoipCidrsRequest)
Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.
|
default DescribeCapacityReservationsResponse |
describeCapacityReservations()
Describes one or more of your Capacity Reservations.
|
default DescribeCapacityReservationsResponse |
describeCapacityReservations(Consumer<DescribeCapacityReservationsRequest.Builder> describeCapacityReservationsRequest)
Describes one or more of your Capacity Reservations.
|
default DescribeCapacityReservationsResponse |
describeCapacityReservations(DescribeCapacityReservationsRequest describeCapacityReservationsRequest)
Describes one or more of your Capacity Reservations.
|
default DescribeCapacityReservationsIterable |
describeCapacityReservationsPaginator()
Describes one or more of your Capacity Reservations.
|
default DescribeCapacityReservationsIterable |
describeCapacityReservationsPaginator(Consumer<DescribeCapacityReservationsRequest.Builder> describeCapacityReservationsRequest)
Describes one or more of your Capacity Reservations.
|
default DescribeCapacityReservationsIterable |
describeCapacityReservationsPaginator(DescribeCapacityReservationsRequest describeCapacityReservationsRequest)
Describes one or more of your Capacity Reservations.
|
default DescribeClassicLinkInstancesResponse |
describeClassicLinkInstances()
Describes one or more of your linked EC2-Classic instances.
|
default DescribeClassicLinkInstancesResponse |
describeClassicLinkInstances(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest)
Describes one or more of your linked EC2-Classic instances.
|
default DescribeClassicLinkInstancesResponse |
describeClassicLinkInstances(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)
Describes one or more of your linked EC2-Classic instances.
|
default DescribeClassicLinkInstancesIterable |
describeClassicLinkInstancesPaginator()
Describes one or more of your linked EC2-Classic instances.
|
default DescribeClassicLinkInstancesIterable |
describeClassicLinkInstancesPaginator(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest)
Describes one or more of your linked EC2-Classic instances.
|
default DescribeClassicLinkInstancesIterable |
describeClassicLinkInstancesPaginator(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest)
Describes one or more of your linked EC2-Classic instances.
|
default DescribeClientVpnAuthorizationRulesResponse |
describeClientVpnAuthorizationRules(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
|
default DescribeClientVpnAuthorizationRulesResponse |
describeClientVpnAuthorizationRules(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
|
default DescribeClientVpnAuthorizationRulesIterable |
describeClientVpnAuthorizationRulesPaginator(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
|
default DescribeClientVpnAuthorizationRulesIterable |
describeClientVpnAuthorizationRulesPaginator(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest)
Describes the authorization rules for a specified Client VPN endpoint.
|
default DescribeClientVpnConnectionsResponse |
describeClientVpnConnections(Consumer<DescribeClientVpnConnectionsRequest.Builder> describeClientVpnConnectionsRequest)
Describes active client connections and connections that have been terminated within the last 60 minutes for the
specified Client VPN endpoint.
|
default DescribeClientVpnConnectionsResponse |
describeClientVpnConnections(DescribeClientVpnConnectionsRequest describeClientVpnConnectionsRequest)
Describes active client connections and connections that have been terminated within the last 60 minutes for the
specified Client VPN endpoint.
|
default DescribeClientVpnConnectionsIterable |
describeClientVpnConnectionsPaginator(Consumer<DescribeClientVpnConnectionsRequest.Builder> describeClientVpnConnectionsRequest)
Describes active client connections and connections that have been terminated within the last 60 minutes for the
specified Client VPN endpoint.
|
default DescribeClientVpnConnectionsIterable |
describeClientVpnConnectionsPaginator(DescribeClientVpnConnectionsRequest describeClientVpnConnectionsRequest)
Describes active client connections and connections that have been terminated within the last 60 minutes for the
specified Client VPN endpoint.
|
default DescribeClientVpnEndpointsResponse |
describeClientVpnEndpoints()
Describes one or more Client VPN endpoints in the account.
|
default DescribeClientVpnEndpointsResponse |
describeClientVpnEndpoints(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
|
default DescribeClientVpnEndpointsResponse |
describeClientVpnEndpoints(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
|
default DescribeClientVpnEndpointsIterable |
describeClientVpnEndpointsPaginator()
Describes one or more Client VPN endpoints in the account.
|
default DescribeClientVpnEndpointsIterable |
describeClientVpnEndpointsPaginator(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
|
default DescribeClientVpnEndpointsIterable |
describeClientVpnEndpointsPaginator(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest)
Describes one or more Client VPN endpoints in the account.
|
default DescribeClientVpnRoutesResponse |
describeClientVpnRoutes(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
|
default DescribeClientVpnRoutesResponse |
describeClientVpnRoutes(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
|
default DescribeClientVpnRoutesIterable |
describeClientVpnRoutesPaginator(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
|
default DescribeClientVpnRoutesIterable |
describeClientVpnRoutesPaginator(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest)
Describes the routes for the specified Client VPN endpoint.
|
default DescribeClientVpnTargetNetworksResponse |
describeClientVpnTargetNetworks(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
|
default DescribeClientVpnTargetNetworksResponse |
describeClientVpnTargetNetworks(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
|
default DescribeClientVpnTargetNetworksIterable |
describeClientVpnTargetNetworksPaginator(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
|
default DescribeClientVpnTargetNetworksIterable |
describeClientVpnTargetNetworksPaginator(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest)
Describes the target networks associated with the specified Client VPN endpoint.
|
default DescribeConversionTasksResponse |
describeConversionTasks()
Describes the specified conversion tasks or all your conversion tasks.
|
default DescribeConversionTasksResponse |
describeConversionTasks(Consumer<DescribeConversionTasksRequest.Builder> describeConversionTasksRequest)
Describes the specified conversion tasks or all your conversion tasks.
|
default DescribeConversionTasksResponse |
describeConversionTasks(DescribeConversionTasksRequest describeConversionTasksRequest)
Describes the specified conversion tasks or all your conversion tasks.
|
default DescribeCustomerGatewaysResponse |
describeCustomerGateways()
Describes one or more of your VPN customer gateways.
|
default DescribeCustomerGatewaysResponse |
describeCustomerGateways(Consumer<DescribeCustomerGatewaysRequest.Builder> describeCustomerGatewaysRequest)
Describes one or more of your VPN customer gateways.
|
default DescribeCustomerGatewaysResponse |
describeCustomerGateways(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest)
Describes one or more of your VPN customer gateways.
|
default DescribeDhcpOptionsResponse |
describeDhcpOptions()
Describes one or more of your DHCP options sets.
|
default DescribeDhcpOptionsResponse |
describeDhcpOptions(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
|
default DescribeDhcpOptionsResponse |
describeDhcpOptions(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
|
default DescribeDhcpOptionsIterable |
describeDhcpOptionsPaginator()
Describes one or more of your DHCP options sets.
|
default DescribeDhcpOptionsIterable |
describeDhcpOptionsPaginator(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
|
default DescribeDhcpOptionsIterable |
describeDhcpOptionsPaginator(DescribeDhcpOptionsRequest describeDhcpOptionsRequest)
Describes one or more of your DHCP options sets.
|
default DescribeEgressOnlyInternetGatewaysResponse |
describeEgressOnlyInternetGateways()
Describes one or more of your egress-only internet gateways.
|
default DescribeEgressOnlyInternetGatewaysResponse |
describeEgressOnlyInternetGateways(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
|
default DescribeEgressOnlyInternetGatewaysResponse |
describeEgressOnlyInternetGateways(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
|
default DescribeEgressOnlyInternetGatewaysIterable |
describeEgressOnlyInternetGatewaysPaginator()
Describes one or more of your egress-only internet gateways.
|
default DescribeEgressOnlyInternetGatewaysIterable |
describeEgressOnlyInternetGatewaysPaginator(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
|
default DescribeEgressOnlyInternetGatewaysIterable |
describeEgressOnlyInternetGatewaysPaginator(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest)
Describes one or more of your egress-only internet gateways.
|
default DescribeElasticGpusResponse |
describeElasticGpus()
Describes the Elastic Graphics accelerator associated with your instances.
|
default DescribeElasticGpusResponse |
describeElasticGpus(Consumer<DescribeElasticGpusRequest.Builder> describeElasticGpusRequest)
Describes the Elastic Graphics accelerator associated with your instances.
|
default DescribeElasticGpusResponse |
describeElasticGpus(DescribeElasticGpusRequest describeElasticGpusRequest)
Describes the Elastic Graphics accelerator associated with your instances.
|
default DescribeExportImageTasksResponse |
describeExportImageTasks(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest)
Describes the specified export image tasks or all your export image tasks.
|
default DescribeExportImageTasksResponse |
describeExportImageTasks(DescribeExportImageTasksRequest describeExportImageTasksRequest)
Describes the specified export image tasks or all your export image tasks.
|
default DescribeExportImageTasksIterable |
describeExportImageTasksPaginator(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest)
Describes the specified export image tasks or all your export image tasks.
|
default DescribeExportImageTasksIterable |
describeExportImageTasksPaginator(DescribeExportImageTasksRequest describeExportImageTasksRequest)
Describes the specified export image tasks or all your export image tasks.
|
default DescribeExportTasksResponse |
describeExportTasks()
Describes the specified export instance tasks or all your export instance tasks.
|
default DescribeExportTasksResponse |
describeExportTasks(Consumer<DescribeExportTasksRequest.Builder> describeExportTasksRequest)
Describes the specified export instance tasks or all your export instance tasks.
|
default DescribeExportTasksResponse |
describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Describes the specified export instance tasks or all your export instance tasks.
|
default DescribeFastSnapshotRestoresResponse |
describeFastSnapshotRestores(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default DescribeFastSnapshotRestoresResponse |
describeFastSnapshotRestores(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default DescribeFastSnapshotRestoresIterable |
describeFastSnapshotRestoresPaginator(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default DescribeFastSnapshotRestoresIterable |
describeFastSnapshotRestoresPaginator(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest)
Describes the state of fast snapshot restores for your snapshots.
|
default DescribeFleetHistoryResponse |
describeFleetHistory(Consumer<DescribeFleetHistoryRequest.Builder> describeFleetHistoryRequest)
Describes the events for the specified EC2 Fleet during the specified time.
|
default DescribeFleetHistoryResponse |
describeFleetHistory(DescribeFleetHistoryRequest describeFleetHistoryRequest)
Describes the events for the specified EC2 Fleet during the specified time.
|
default DescribeFleetInstancesResponse |
describeFleetInstances(Consumer<DescribeFleetInstancesRequest.Builder> describeFleetInstancesRequest)
Describes the running instances for the specified EC2 Fleet.
|
default DescribeFleetInstancesResponse |
describeFleetInstances(DescribeFleetInstancesRequest describeFleetInstancesRequest)
Describes the running instances for the specified EC2 Fleet.
|
default DescribeFleetsResponse |
describeFleets()
Describes the specified EC2 Fleets or all your EC2 Fleets.
|
default DescribeFleetsResponse |
describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes the specified EC2 Fleets or all your EC2 Fleets.
|
default DescribeFleetsResponse |
describeFleets(DescribeFleetsRequest describeFleetsRequest)
Describes the specified EC2 Fleets or all your EC2 Fleets.
|
default DescribeFleetsIterable |
describeFleetsPaginator()
Describes the specified EC2 Fleets or all your EC2 Fleets.
|
default DescribeFleetsIterable |
describeFleetsPaginator(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest)
Describes the specified EC2 Fleets or all your EC2 Fleets.
|
default DescribeFleetsIterable |
describeFleetsPaginator(DescribeFleetsRequest describeFleetsRequest)
Describes the specified EC2 Fleets or all your EC2 Fleets.
|
default DescribeFlowLogsResponse |
describeFlowLogs()
Describes one or more flow logs.
|
default DescribeFlowLogsResponse |
describeFlowLogs(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)
Describes one or more flow logs.
|
default DescribeFlowLogsResponse |
describeFlowLogs(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
default DescribeFlowLogsIterable |
describeFlowLogsPaginator()
Describes one or more flow logs.
|
default DescribeFlowLogsIterable |
describeFlowLogsPaginator(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)
Describes one or more flow logs.
|
default DescribeFlowLogsIterable |
describeFlowLogsPaginator(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
default DescribeFpgaImageAttributeResponse |
describeFpgaImageAttribute(Consumer<DescribeFpgaImageAttributeRequest.Builder> describeFpgaImageAttributeRequest)
Describes the specified attribute of the specified Amazon FPGA Image (AFI).
|
default DescribeFpgaImageAttributeResponse |
describeFpgaImageAttribute(DescribeFpgaImageAttributeRequest describeFpgaImageAttributeRequest)
Describes the specified attribute of the specified Amazon FPGA Image (AFI).
|
default DescribeFpgaImagesResponse |
describeFpgaImages()
Describes the Amazon FPGA Images (AFIs) available to you.
|
default DescribeFpgaImagesResponse |
describeFpgaImages(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest)
Describes the Amazon FPGA Images (AFIs) available to you.
|
default DescribeFpgaImagesResponse |
describeFpgaImages(DescribeFpgaImagesRequest describeFpgaImagesRequest)
Describes the Amazon FPGA Images (AFIs) available to you.
|
default DescribeFpgaImagesIterable |
describeFpgaImagesPaginator()
Describes the Amazon FPGA Images (AFIs) available to you.
|
default DescribeFpgaImagesIterable |
describeFpgaImagesPaginator(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest)
Describes the Amazon FPGA Images (AFIs) available to you.
|
default DescribeFpgaImagesIterable |
describeFpgaImagesPaginator(DescribeFpgaImagesRequest describeFpgaImagesRequest)
Describes the Amazon FPGA Images (AFIs) available to you.
|
default DescribeHostReservationOfferingsResponse |
describeHostReservationOfferings()
Describes the Dedicated Host reservations that are available to purchase.
|
default DescribeHostReservationOfferingsResponse |
describeHostReservationOfferings(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest)
Describes the Dedicated Host reservations that are available to purchase.
|
default DescribeHostReservationOfferingsResponse |
describeHostReservationOfferings(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)
Describes the Dedicated Host reservations that are available to purchase.
|
default DescribeHostReservationOfferingsIterable |
describeHostReservationOfferingsPaginator()
Describes the Dedicated Host reservations that are available to purchase.
|
default DescribeHostReservationOfferingsIterable |
describeHostReservationOfferingsPaginator(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest)
Describes the Dedicated Host reservations that are available to purchase.
|
default DescribeHostReservationOfferingsIterable |
describeHostReservationOfferingsPaginator(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)
Describes the Dedicated Host reservations that are available to purchase.
|
default DescribeHostReservationsResponse |
describeHostReservations()
Describes reservations that are associated with Dedicated Hosts in your account.
|
default DescribeHostReservationsResponse |
describeHostReservations(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
|
default DescribeHostReservationsResponse |
describeHostReservations(DescribeHostReservationsRequest describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
|
default DescribeHostReservationsIterable |
describeHostReservationsPaginator()
Describes reservations that are associated with Dedicated Hosts in your account.
|
default DescribeHostReservationsIterable |
describeHostReservationsPaginator(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
|
default DescribeHostReservationsIterable |
describeHostReservationsPaginator(DescribeHostReservationsRequest describeHostReservationsRequest)
Describes reservations that are associated with Dedicated Hosts in your account.
|
default DescribeHostsResponse |
describeHosts()
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default DescribeHostsResponse |
describeHosts(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default DescribeHostsResponse |
describeHosts(DescribeHostsRequest describeHostsRequest)
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default DescribeHostsIterable |
describeHostsPaginator()
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default DescribeHostsIterable |
describeHostsPaginator(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default DescribeHostsIterable |
describeHostsPaginator(DescribeHostsRequest describeHostsRequest)
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
|
default DescribeIamInstanceProfileAssociationsResponse |
describeIamInstanceProfileAssociations()
Describes your IAM instance profile associations.
|
default DescribeIamInstanceProfileAssociationsResponse |
describeIamInstanceProfileAssociations(Consumer<DescribeIamInstanceProfileAssociationsRequest.Builder> describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
|
default DescribeIamInstanceProfileAssociationsResponse |
describeIamInstanceProfileAssociations(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
|
default DescribeIamInstanceProfileAssociationsIterable |
describeIamInstanceProfileAssociationsPaginator()
Describes your IAM instance profile associations.
|
default DescribeIamInstanceProfileAssociationsIterable |
describeIamInstanceProfileAssociationsPaginator(Consumer<DescribeIamInstanceProfileAssociationsRequest.Builder> describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
|
default DescribeIamInstanceProfileAssociationsIterable |
describeIamInstanceProfileAssociationsPaginator(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest)
Describes your IAM instance profile associations.
|
default DescribeIdentityIdFormatResponse |
describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest)
Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.
|
default DescribeIdentityIdFormatResponse |
describeIdentityIdFormat(DescribeIdentityIdFormatRequest describeIdentityIdFormatRequest)
Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.
|
default 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 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 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 DescribeImageAttributeResponse |
describeImageAttribute(Consumer<DescribeImageAttributeRequest.Builder> describeImageAttributeRequest)
Describes the specified attribute of the specified AMI.
|
default DescribeImageAttributeResponse |
describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest)
Describes the specified attribute of the specified AMI.
|
default DescribeImagesResponse |
describeImages()
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
default DescribeImagesResponse |
describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest)
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
default DescribeImagesResponse |
describeImages(DescribeImagesRequest describeImagesRequest)
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
default DescribeImportImageTasksResponse |
describeImportImageTasks()
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default DescribeImportImageTasksResponse |
describeImportImageTasks(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default DescribeImportImageTasksResponse |
describeImportImageTasks(DescribeImportImageTasksRequest describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default DescribeImportImageTasksIterable |
describeImportImageTasksPaginator()
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default DescribeImportImageTasksIterable |
describeImportImageTasksPaginator(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default DescribeImportImageTasksIterable |
describeImportImageTasksPaginator(DescribeImportImageTasksRequest describeImportImageTasksRequest)
Displays details about an import virtual machine or import snapshot tasks that are already created.
|
default DescribeImportSnapshotTasksResponse |
describeImportSnapshotTasks()
Describes your import snapshot tasks.
|
default DescribeImportSnapshotTasksResponse |
describeImportSnapshotTasks(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
|
default DescribeImportSnapshotTasksResponse |
describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
|
default DescribeImportSnapshotTasksIterable |
describeImportSnapshotTasksPaginator()
Describes your import snapshot tasks.
|
default DescribeImportSnapshotTasksIterable |
describeImportSnapshotTasksPaginator(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
|
default DescribeImportSnapshotTasksIterable |
describeImportSnapshotTasksPaginator(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
|
default DescribeInstanceAttributeResponse |
describeInstanceAttribute(Consumer<DescribeInstanceAttributeRequest.Builder> describeInstanceAttributeRequest)
Describes the specified attribute of the specified instance.
|
default DescribeInstanceAttributeResponse |
describeInstanceAttribute(DescribeInstanceAttributeRequest describeInstanceAttributeRequest)
Describes the specified attribute of the specified instance.
|
default DescribeInstanceCreditSpecificationsResponse |
describeInstanceCreditSpecifications()
Describes the credit option for CPU usage of the specified T2 or T3 instances.
|
default DescribeInstanceCreditSpecificationsResponse |
describeInstanceCreditSpecifications(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of the specified T2 or T3 instances.
|
default DescribeInstanceCreditSpecificationsResponse |
describeInstanceCreditSpecifications(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of the specified T2 or T3 instances.
|
default DescribeInstanceCreditSpecificationsIterable |
describeInstanceCreditSpecificationsPaginator()
Describes the credit option for CPU usage of the specified T2 or T3 instances.
|
default DescribeInstanceCreditSpecificationsIterable |
describeInstanceCreditSpecificationsPaginator(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of the specified T2 or T3 instances.
|
default DescribeInstanceCreditSpecificationsIterable |
describeInstanceCreditSpecificationsPaginator(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest)
Describes the credit option for CPU usage of the specified T2 or T3 instances.
|
default DescribeInstancesResponse |
describeInstances()
Describes the specified instances or all of AWS account's instances.
|
default DescribeInstancesResponse |
describeInstances(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)
Describes the specified instances or all of AWS account's instances.
|
default DescribeInstancesResponse |
describeInstances(DescribeInstancesRequest describeInstancesRequest)
Describes the specified instances or all of AWS account's instances.
|
default DescribeInstancesIterable |
describeInstancesPaginator()
Describes the specified instances or all of AWS account's instances.
|
default DescribeInstancesIterable |
describeInstancesPaginator(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest)
Describes the specified instances or all of AWS account's instances.
|
default DescribeInstancesIterable |
describeInstancesPaginator(DescribeInstancesRequest describeInstancesRequest)
Describes the specified instances or all of AWS account's instances.
|
default DescribeInstanceStatusResponse |
describeInstanceStatus()
Describes the status of the specified instances or all of your instances.
|
default DescribeInstanceStatusResponse |
describeInstanceStatus(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)
Describes the status of the specified instances or all of your instances.
|
default DescribeInstanceStatusResponse |
describeInstanceStatus(DescribeInstanceStatusRequest describeInstanceStatusRequest)
Describes the status of the specified instances or all of your instances.
|
default DescribeInstanceStatusIterable |
describeInstanceStatusPaginator()
Describes the status of the specified instances or all of your instances.
|
default DescribeInstanceStatusIterable |
describeInstanceStatusPaginator(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest)
Describes the status of the specified instances or all of your instances.
|
default DescribeInstanceStatusIterable |
describeInstanceStatusPaginator(DescribeInstanceStatusRequest describeInstanceStatusRequest)
Describes the status of the specified instances or all of your instances.
|
default DescribeInternetGatewaysResponse |
describeInternetGateways()
Describes one or more of your internet gateways.
|
default DescribeInternetGatewaysResponse |
describeInternetGateways(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
|
default DescribeInternetGatewaysResponse |
describeInternetGateways(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
|
default DescribeInternetGatewaysIterable |
describeInternetGatewaysPaginator()
Describes one or more of your internet gateways.
|
default DescribeInternetGatewaysIterable |
describeInternetGatewaysPaginator(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
|
default DescribeInternetGatewaysIterable |
describeInternetGatewaysPaginator(DescribeInternetGatewaysRequest describeInternetGatewaysRequest)
Describes one or more of your internet gateways.
|
default DescribeKeyPairsResponse |
describeKeyPairs()
Describes the specified key pairs or all of your key pairs.
|
default DescribeKeyPairsResponse |
describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
default DescribeKeyPairsResponse |
describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest)
Describes the specified key pairs or all of your key pairs.
|
default DescribeLaunchTemplatesResponse |
describeLaunchTemplates()
Describes one or more launch templates.
|
default DescribeLaunchTemplatesResponse |
describeLaunchTemplates(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest)
Describes one or more launch templates.
|
default DescribeLaunchTemplatesResponse |
describeLaunchTemplates(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest)
Describes one or more launch templates.
|
default DescribeLaunchTemplatesIterable |
describeLaunchTemplatesPaginator()
Describes one or more launch templates.
|
default DescribeLaunchTemplatesIterable |
describeLaunchTemplatesPaginator(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest)
Describes one or more launch templates.
|
default DescribeLaunchTemplatesIterable |
describeLaunchTemplatesPaginator(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest)
Describes one or more launch templates.
|
default DescribeLaunchTemplateVersionsResponse |
describeLaunchTemplateVersions(Consumer<DescribeLaunchTemplateVersionsRequest.Builder> describeLaunchTemplateVersionsRequest)
Describes one or more versions of a specified launch template.
|
default DescribeLaunchTemplateVersionsResponse |
describeLaunchTemplateVersions(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest)
Describes one or more versions of a specified launch template.
|
default DescribeLaunchTemplateVersionsIterable |
describeLaunchTemplateVersionsPaginator(Consumer<DescribeLaunchTemplateVersionsRequest.Builder> describeLaunchTemplateVersionsRequest)
Describes one or more versions of a specified launch template.
|
default DescribeLaunchTemplateVersionsIterable |
describeLaunchTemplateVersionsPaginator(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest)
Describes one or more versions of a specified launch template.
|
default 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 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 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 DescribeMovingAddressesIterable |
describeMovingAddressesPaginator()
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default DescribeMovingAddressesIterable |
describeMovingAddressesPaginator(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default DescribeMovingAddressesIterable |
describeMovingAddressesPaginator(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to
the EC2-Classic platform.
|
default DescribeNatGatewaysResponse |
describeNatGateways()
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysResponse |
describeNatGateways(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysResponse |
describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysIterable |
describeNatGatewaysPaginator()
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysIterable |
describeNatGatewaysPaginator(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default DescribeNatGatewaysIterable |
describeNatGatewaysPaginator(DescribeNatGatewaysRequest describeNatGatewaysRequest)
Describes one or more of your NAT gateways.
|
default DescribeNetworkAclsResponse |
describeNetworkAcls()
Describes one or more of your network ACLs.
|
default DescribeNetworkAclsResponse |
describeNetworkAcls(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest)
Describes one or more of your network ACLs.
|
default DescribeNetworkAclsResponse |
describeNetworkAcls(DescribeNetworkAclsRequest describeNetworkAclsRequest)
Describes one or more of your network ACLs.
|
default DescribeNetworkAclsIterable |
describeNetworkAclsPaginator()
Describes one or more of your network ACLs.
|
default DescribeNetworkAclsIterable |
describeNetworkAclsPaginator(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest)
Describes one or more of your network ACLs.
|
default DescribeNetworkAclsIterable |
describeNetworkAclsPaginator(DescribeNetworkAclsRequest describeNetworkAclsRequest)
Describes one or more of your network ACLs.
|
default DescribeNetworkInterfaceAttributeResponse |
describeNetworkInterfaceAttribute(Consumer<DescribeNetworkInterfaceAttributeRequest.Builder> describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute.
|
default DescribeNetworkInterfaceAttributeResponse |
describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest)
Describes a network interface attribute.
|
default DescribeNetworkInterfacePermissionsResponse |
describeNetworkInterfacePermissions()
Describes the permissions for your network interfaces.
|
default DescribeNetworkInterfacePermissionsResponse |
describeNetworkInterfacePermissions(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
|
default DescribeNetworkInterfacePermissionsResponse |
describeNetworkInterfacePermissions(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
|
default DescribeNetworkInterfacePermissionsIterable |
describeNetworkInterfacePermissionsPaginator()
Describes the permissions for your network interfaces.
|
default DescribeNetworkInterfacePermissionsIterable |
describeNetworkInterfacePermissionsPaginator(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
|
default DescribeNetworkInterfacePermissionsIterable |
describeNetworkInterfacePermissionsPaginator(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest)
Describes the permissions for your network interfaces.
|
default DescribeNetworkInterfacesResponse |
describeNetworkInterfaces()
Describes one or more of your network interfaces.
|
default DescribeNetworkInterfacesResponse |
describeNetworkInterfaces(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
default DescribeNetworkInterfacesResponse |
describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
default DescribeNetworkInterfacesIterable |
describeNetworkInterfacesPaginator()
Describes one or more of your network interfaces.
|
default DescribeNetworkInterfacesIterable |
describeNetworkInterfacesPaginator(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
default DescribeNetworkInterfacesIterable |
describeNetworkInterfacesPaginator(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
default DescribePlacementGroupsResponse |
describePlacementGroups()
Describes the specified placement groups or all of your placement groups.
|
default DescribePlacementGroupsResponse |
describePlacementGroups(Consumer<DescribePlacementGroupsRequest.Builder> describePlacementGroupsRequest)
Describes the specified placement groups or all of your placement groups.
|
default DescribePlacementGroupsResponse |
describePlacementGroups(DescribePlacementGroupsRequest describePlacementGroupsRequest)
Describes the specified placement groups or all of your placement groups.
|
default 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 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 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 DescribePrefixListsIterable |
describePrefixListsPaginator()
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 DescribePrefixListsIterable |
describePrefixListsPaginator(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 DescribePrefixListsIterable |
describePrefixListsPaginator(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 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 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 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 DescribePrincipalIdFormatIterable |
describePrincipalIdFormatPaginator()
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified
a longer ID (17-character ID) preference.
|
default DescribePrincipalIdFormatIterable |
describePrincipalIdFormatPaginator(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest)
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified
a longer ID (17-character ID) preference.
|
default DescribePrincipalIdFormatIterable |
describePrincipalIdFormatPaginator(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest)
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified
a longer ID (17-character ID) preference.
|
default DescribePublicIpv4PoolsResponse |
describePublicIpv4Pools()
Describes the specified IPv4 address pools.
|
default DescribePublicIpv4PoolsResponse |
describePublicIpv4Pools(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
|
default DescribePublicIpv4PoolsResponse |
describePublicIpv4Pools(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
|
default DescribePublicIpv4PoolsIterable |
describePublicIpv4PoolsPaginator()
Describes the specified IPv4 address pools.
|
default DescribePublicIpv4PoolsIterable |
describePublicIpv4PoolsPaginator(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
|
default DescribePublicIpv4PoolsIterable |
describePublicIpv4PoolsPaginator(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest)
Describes the specified IPv4 address pools.
|
default DescribeRegionsResponse |
describeRegions()
Describes the Regions that are enabled for your account, or all Regions.
|
default DescribeRegionsResponse |
describeRegions(Consumer<DescribeRegionsRequest.Builder> describeRegionsRequest)
Describes the Regions that are enabled for your account, or all Regions.
|
default DescribeRegionsResponse |
describeRegions(DescribeRegionsRequest describeRegionsRequest)
Describes the Regions that are enabled for your account, or all Regions.
|
default DescribeReservedInstancesResponse |
describeReservedInstances()
Describes one or more of the Reserved Instances that you purchased.
|
default DescribeReservedInstancesResponse |
describeReservedInstances(Consumer<DescribeReservedInstancesRequest.Builder> describeReservedInstancesRequest)
Describes one or more of the Reserved Instances that you purchased.
|
default DescribeReservedInstancesResponse |
describeReservedInstances(DescribeReservedInstancesRequest describeReservedInstancesRequest)
Describes one or more of the Reserved Instances that you purchased.
|
default DescribeReservedInstancesListingsResponse |
describeReservedInstancesListings()
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
|
default DescribeReservedInstancesListingsResponse |
describeReservedInstancesListings(Consumer<DescribeReservedInstancesListingsRequest.Builder> describeReservedInstancesListingsRequest)
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
|
default DescribeReservedInstancesListingsResponse |
describeReservedInstancesListings(DescribeReservedInstancesListingsRequest describeReservedInstancesListingsRequest)
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
|
default DescribeReservedInstancesModificationsResponse |
describeReservedInstancesModifications()
Describes the modifications made to your Reserved Instances.
|
default DescribeReservedInstancesModificationsResponse |
describeReservedInstancesModifications(Consumer<DescribeReservedInstancesModificationsRequest.Builder> describeReservedInstancesModificationsRequest)
Describes the modifications made to your Reserved Instances.
|
default DescribeReservedInstancesModificationsResponse |
describeReservedInstancesModifications(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest)
Describes the modifications made to your Reserved Instances.
|
default DescribeReservedInstancesModificationsIterable |
describeReservedInstancesModificationsPaginator()
Describes the modifications made to your Reserved Instances.
|
default DescribeReservedInstancesModificationsIterable |
describeReservedInstancesModificationsPaginator(Consumer<DescribeReservedInstancesModificationsRequest.Builder> describeReservedInstancesModificationsRequest)
Describes the modifications made to your Reserved Instances.
|
default DescribeReservedInstancesModificationsIterable |
describeReservedInstancesModificationsPaginator(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest)
Describes the modifications made to your Reserved Instances.
|
default DescribeReservedInstancesOfferingsResponse |
describeReservedInstancesOfferings()
Describes Reserved Instance offerings that are available for purchase.
|
default DescribeReservedInstancesOfferingsResponse |
describeReservedInstancesOfferings(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest)
Describes Reserved Instance offerings that are available for purchase.
|
default DescribeReservedInstancesOfferingsResponse |
describeReservedInstancesOfferings(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest)
Describes Reserved Instance offerings that are available for purchase.
|
default DescribeReservedInstancesOfferingsIterable |
describeReservedInstancesOfferingsPaginator()
Describes Reserved Instance offerings that are available for purchase.
|
default DescribeReservedInstancesOfferingsIterable |
describeReservedInstancesOfferingsPaginator(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest)
Describes Reserved Instance offerings that are available for purchase.
|
default DescribeReservedInstancesOfferingsIterable |
describeReservedInstancesOfferingsPaginator(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest)
Describes Reserved Instance offerings that are available for purchase.
|
default DescribeRouteTablesResponse |
describeRouteTables()
Describes one or more of your route tables.
|
default DescribeRouteTablesResponse |
describeRouteTables(Consumer<DescribeRouteTablesRequest.Builder> describeRouteTablesRequest)
Describes one or more of your route tables.
|
default DescribeRouteTablesResponse |
describeRouteTables(DescribeRouteTablesRequest describeRouteTablesRequest)
Describes one or more of your route tables.
|
default DescribeRouteTablesIterable |
describeRouteTablesPaginator()
Describes one or more of your route tables.
|
default DescribeRouteTablesIterable |
describeRouteTablesPaginator(Consumer<DescribeRouteTablesRequest.Builder> describeRouteTablesRequest)
Describes one or more of your route tables.
|
default DescribeRouteTablesIterable |
describeRouteTablesPaginator(DescribeRouteTablesRequest describeRouteTablesRequest)
Describes one or more of your route tables.
|
default DescribeScheduledInstanceAvailabilityResponse |
describeScheduledInstanceAvailability(Consumer<DescribeScheduledInstanceAvailabilityRequest.Builder> describeScheduledInstanceAvailabilityRequest)
Finds available schedules that meet the specified criteria.
|
default DescribeScheduledInstanceAvailabilityResponse |
describeScheduledInstanceAvailability(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest)
Finds available schedules that meet the specified criteria.
|
default DescribeScheduledInstanceAvailabilityIterable |
describeScheduledInstanceAvailabilityPaginator(Consumer<DescribeScheduledInstanceAvailabilityRequest.Builder> describeScheduledInstanceAvailabilityRequest)
Finds available schedules that meet the specified criteria.
|
default DescribeScheduledInstanceAvailabilityIterable |
describeScheduledInstanceAvailabilityPaginator(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest)
Finds available schedules that meet the specified criteria.
|
default DescribeScheduledInstancesResponse |
describeScheduledInstances()
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default DescribeScheduledInstancesResponse |
describeScheduledInstances(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default DescribeScheduledInstancesResponse |
describeScheduledInstances(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default DescribeScheduledInstancesIterable |
describeScheduledInstancesPaginator()
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default DescribeScheduledInstancesIterable |
describeScheduledInstancesPaginator(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default DescribeScheduledInstancesIterable |
describeScheduledInstancesPaginator(DescribeScheduledInstancesRequest describeScheduledInstancesRequest)
Describes the specified Scheduled Instances or all your Scheduled Instances.
|
default DescribeSecurityGroupReferencesResponse |
describeSecurityGroupReferences(Consumer<DescribeSecurityGroupReferencesRequest.Builder> describeSecurityGroupReferencesRequest)
[VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security
groups you've specified in this request.
|
default DescribeSecurityGroupReferencesResponse |
describeSecurityGroupReferences(DescribeSecurityGroupReferencesRequest describeSecurityGroupReferencesRequest)
[VPC only] Describes the VPCs on the other side of a VPC peering connection that are referencing the security
groups you've specified in this request.
|
default DescribeSecurityGroupsResponse |
describeSecurityGroups()
Describes the specified security groups or all of your security groups.
|
default DescribeSecurityGroupsResponse |
describeSecurityGroups(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
|
default DescribeSecurityGroupsResponse |
describeSecurityGroups(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
|
default DescribeSecurityGroupsIterable |
describeSecurityGroupsPaginator()
Describes the specified security groups or all of your security groups.
|
default DescribeSecurityGroupsIterable |
describeSecurityGroupsPaginator(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
|
default DescribeSecurityGroupsIterable |
describeSecurityGroupsPaginator(DescribeSecurityGroupsRequest describeSecurityGroupsRequest)
Describes the specified security groups or all of your security groups.
|
default DescribeSnapshotAttributeResponse |
describeSnapshotAttribute(Consumer<DescribeSnapshotAttributeRequest.Builder> describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.
|
default DescribeSnapshotAttributeResponse |
describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.
|
default DescribeSnapshotsResponse |
describeSnapshots()
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsResponse |
describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsResponse |
describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsIterable |
describeSnapshotsPaginator()
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsIterable |
describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsIterable |
describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSpotDatafeedSubscriptionResponse |
describeSpotDatafeedSubscription()
Describes the data feed for Spot Instances.
|
default DescribeSpotDatafeedSubscriptionResponse |
describeSpotDatafeedSubscription(Consumer<DescribeSpotDatafeedSubscriptionRequest.Builder> describeSpotDatafeedSubscriptionRequest)
Describes the data feed for Spot Instances.
|
default DescribeSpotDatafeedSubscriptionResponse |
describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscriptionRequest describeSpotDatafeedSubscriptionRequest)
Describes the data feed for Spot Instances.
|
default DescribeSpotFleetInstancesResponse |
describeSpotFleetInstances(Consumer<DescribeSpotFleetInstancesRequest.Builder> describeSpotFleetInstancesRequest)
Describes the running instances for the specified Spot Fleet.
|
default DescribeSpotFleetInstancesResponse |
describeSpotFleetInstances(DescribeSpotFleetInstancesRequest describeSpotFleetInstancesRequest)
Describes the running instances for the specified Spot Fleet.
|
default DescribeSpotFleetRequestHistoryResponse |
describeSpotFleetRequestHistory(Consumer<DescribeSpotFleetRequestHistoryRequest.Builder> describeSpotFleetRequestHistoryRequest)
Describes the events for the specified Spot Fleet request during the specified time.
|
default DescribeSpotFleetRequestHistoryResponse |
describeSpotFleetRequestHistory(DescribeSpotFleetRequestHistoryRequest describeSpotFleetRequestHistoryRequest)
Describes the events for the specified Spot Fleet request during the specified time.
|
default DescribeSpotFleetRequestsResponse |
describeSpotFleetRequests()
Describes your Spot Fleet requests.
|
default DescribeSpotFleetRequestsResponse |
describeSpotFleetRequests(Consumer<DescribeSpotFleetRequestsRequest.Builder> describeSpotFleetRequestsRequest)
Describes your Spot Fleet requests.
|
default DescribeSpotFleetRequestsResponse |
describeSpotFleetRequests(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest)
Describes your Spot Fleet requests.
|
default DescribeSpotFleetRequestsIterable |
describeSpotFleetRequestsPaginator()
Describes your Spot Fleet requests.
|
default DescribeSpotFleetRequestsIterable |
describeSpotFleetRequestsPaginator(Consumer<DescribeSpotFleetRequestsRequest.Builder> describeSpotFleetRequestsRequest)
Describes your Spot Fleet requests.
|
default DescribeSpotFleetRequestsIterable |
describeSpotFleetRequestsPaginator(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest)
Describes your Spot Fleet requests.
|
default DescribeSpotInstanceRequestsResponse |
describeSpotInstanceRequests()
Describes the specified Spot Instance requests.
|
default DescribeSpotInstanceRequestsResponse |
describeSpotInstanceRequests(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest)
Describes the specified Spot Instance requests.
|
default DescribeSpotInstanceRequestsResponse |
describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)
Describes the specified Spot Instance requests.
|
default DescribeSpotInstanceRequestsIterable |
describeSpotInstanceRequestsPaginator()
Describes the specified Spot Instance requests.
|
default DescribeSpotInstanceRequestsIterable |
describeSpotInstanceRequestsPaginator(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest)
Describes the specified Spot Instance requests.
|
default DescribeSpotInstanceRequestsIterable |
describeSpotInstanceRequestsPaginator(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest)
Describes the specified Spot Instance requests.
|
default DescribeSpotPriceHistoryResponse |
describeSpotPriceHistory()
Describes the Spot price history.
|
default DescribeSpotPriceHistoryResponse |
describeSpotPriceHistory(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
default DescribeSpotPriceHistoryResponse |
describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
default DescribeSpotPriceHistoryIterable |
describeSpotPriceHistoryPaginator()
Describes the Spot price history.
|
default DescribeSpotPriceHistoryIterable |
describeSpotPriceHistoryPaginator(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
default DescribeSpotPriceHistoryIterable |
describeSpotPriceHistoryPaginator(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
default DescribeStaleSecurityGroupsResponse |
describeStaleSecurityGroups(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest)
[VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
default DescribeStaleSecurityGroupsResponse |
describeStaleSecurityGroups(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)
[VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
default DescribeStaleSecurityGroupsIterable |
describeStaleSecurityGroupsPaginator(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest)
[VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
default DescribeStaleSecurityGroupsIterable |
describeStaleSecurityGroupsPaginator(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest)
[VPC only] Describes the stale security group rules for security groups in a specified VPC.
|
default DescribeSubnetsResponse |
describeSubnets()
Describes one or more of your subnets.
|
default DescribeSubnetsResponse |
describeSubnets(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest)
Describes one or more of your subnets.
|
default DescribeSubnetsResponse |
describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
Describes one or more of your subnets.
|
default DescribeSubnetsIterable |
describeSubnetsPaginator()
Describes one or more of your subnets.
|
default DescribeSubnetsIterable |
describeSubnetsPaginator(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest)
Describes one or more of your subnets.
|
default DescribeSubnetsIterable |
describeSubnetsPaginator(DescribeSubnetsRequest describeSubnetsRequest)
Describes one or more of your subnets.
|
default DescribeTagsResponse |
describeTags()
Describes the specified tags for your EC2 resources.
|
default DescribeTagsResponse |
describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the specified tags for your EC2 resources.
|
default DescribeTagsResponse |
describeTags(DescribeTagsRequest describeTagsRequest)
Describes the specified tags for your EC2 resources.
|
default DescribeTagsIterable |
describeTagsPaginator()
Describes the specified tags for your EC2 resources.
|
default DescribeTagsIterable |
describeTagsPaginator(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the specified tags for your EC2 resources.
|
default DescribeTagsIterable |
describeTagsPaginator(DescribeTagsRequest describeTagsRequest)
Describes the specified tags for your EC2 resources.
|
default DescribeTrafficMirrorFiltersResponse |
describeTrafficMirrorFilters(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
|
default DescribeTrafficMirrorFiltersResponse |
describeTrafficMirrorFilters(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
|
default DescribeTrafficMirrorFiltersIterable |
describeTrafficMirrorFiltersPaginator(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
|
default DescribeTrafficMirrorFiltersIterable |
describeTrafficMirrorFiltersPaginator(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest)
Describes one or more Traffic Mirror filters.
|
default DescribeTrafficMirrorSessionsResponse |
describeTrafficMirrorSessions(Consumer<DescribeTrafficMirrorSessionsRequest.Builder> describeTrafficMirrorSessionsRequest)
Describes one or more Traffic Mirror sessions.
|
default DescribeTrafficMirrorSessionsResponse |
describeTrafficMirrorSessions(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest)
Describes one or more Traffic Mirror sessions.
|
default DescribeTrafficMirrorSessionsIterable |
describeTrafficMirrorSessionsPaginator(Consumer<DescribeTrafficMirrorSessionsRequest.Builder> describeTrafficMirrorSessionsRequest)
Describes one or more Traffic Mirror sessions.
|
default DescribeTrafficMirrorSessionsIterable |
describeTrafficMirrorSessionsPaginator(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest)
Describes one or more Traffic Mirror sessions.
|
default DescribeTrafficMirrorTargetsResponse |
describeTrafficMirrorTargets(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
|
default DescribeTrafficMirrorTargetsResponse |
describeTrafficMirrorTargets(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
|
default DescribeTrafficMirrorTargetsIterable |
describeTrafficMirrorTargetsPaginator(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
|
default DescribeTrafficMirrorTargetsIterable |
describeTrafficMirrorTargetsPaginator(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest)
Information about one or more Traffic Mirror targets.
|
default DescribeTransitGatewayAttachmentsResponse |
describeTransitGatewayAttachments()
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsResponse |
describeTransitGatewayAttachments(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsResponse |
describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsIterable |
describeTransitGatewayAttachmentsPaginator()
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsIterable |
describeTransitGatewayAttachmentsPaginator(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayAttachmentsIterable |
describeTransitGatewayAttachmentsPaginator(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest)
Describes one or more attachments between resources and transit gateways.
|
default DescribeTransitGatewayRouteTablesResponse |
describeTransitGatewayRouteTables()
Describes one or more transit gateway route tables.
|
default DescribeTransitGatewayRouteTablesResponse |
describeTransitGatewayRouteTables(Consumer<DescribeTransitGatewayRouteTablesRequest.Builder> describeTransitGatewayRouteTablesRequest)
Describes one or more transit gateway route tables.
|
default DescribeTransitGatewayRouteTablesResponse |
describeTransitGatewayRouteTables(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest)
Describes one or more transit gateway route tables.
|
default DescribeTransitGatewayRouteTablesIterable |
describeTransitGatewayRouteTablesPaginator()
Describes one or more transit gateway route tables.
|
default DescribeTransitGatewayRouteTablesIterable |
describeTransitGatewayRouteTablesPaginator(Consumer<DescribeTransitGatewayRouteTablesRequest.Builder> describeTransitGatewayRouteTablesRequest)
Describes one or more transit gateway route tables.
|
default DescribeTransitGatewayRouteTablesIterable |
describeTransitGatewayRouteTablesPaginator(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest)
Describes one or more transit gateway route tables.
|
default DescribeTransitGatewaysResponse |
describeTransitGateways()
Describes one or more transit gateways.
|
default DescribeTransitGatewaysResponse |
describeTransitGateways(Consumer<DescribeTransitGatewaysRequest.Builder> describeTransitGatewaysRequest)
Describes one or more transit gateways.
|
default DescribeTransitGatewaysResponse |
describeTransitGateways(DescribeTransitGatewaysRequest describeTransitGatewaysRequest)
Describes one or more transit gateways.
|
default DescribeTransitGatewaysIterable |
describeTransitGatewaysPaginator()
Describes one or more transit gateways.
|
default DescribeTransitGatewaysIterable |
describeTransitGatewaysPaginator(Consumer<DescribeTransitGatewaysRequest.Builder> describeTransitGatewaysRequest)
Describes one or more transit gateways.
|
default DescribeTransitGatewaysIterable |
describeTransitGatewaysPaginator(DescribeTransitGatewaysRequest describeTransitGatewaysRequest)
Describes one or more transit gateways.
|
default DescribeTransitGatewayVpcAttachmentsResponse |
describeTransitGatewayVpcAttachments()
Describes one or more VPC attachments.
|
default DescribeTransitGatewayVpcAttachmentsResponse |
describeTransitGatewayVpcAttachments(Consumer<DescribeTransitGatewayVpcAttachmentsRequest.Builder> describeTransitGatewayVpcAttachmentsRequest)
Describes one or more VPC attachments.
|
default DescribeTransitGatewayVpcAttachmentsResponse |
describeTransitGatewayVpcAttachments(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest)
Describes one or more VPC attachments.
|
default DescribeTransitGatewayVpcAttachmentsIterable |
describeTransitGatewayVpcAttachmentsPaginator()
Describes one or more VPC attachments.
|
default DescribeTransitGatewayVpcAttachmentsIterable |
describeTransitGatewayVpcAttachmentsPaginator(Consumer<DescribeTransitGatewayVpcAttachmentsRequest.Builder> describeTransitGatewayVpcAttachmentsRequest)
Describes one or more VPC attachments.
|
default DescribeTransitGatewayVpcAttachmentsIterable |
describeTransitGatewayVpcAttachmentsPaginator(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest)
Describes one or more VPC attachments.
|
default DescribeVolumeAttributeResponse |
describeVolumeAttribute(Consumer<DescribeVolumeAttributeRequest.Builder> describeVolumeAttributeRequest)
Describes the specified attribute of the specified volume.
|
default DescribeVolumeAttributeResponse |
describeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest)
Describes the specified attribute of the specified volume.
|
default DescribeVolumesResponse |
describeVolumes()
Describes the specified EBS volumes or all of your EBS volumes.
|
default DescribeVolumesResponse |
describeVolumes(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)
Describes the specified EBS volumes or all of your EBS volumes.
|
default DescribeVolumesResponse |
describeVolumes(DescribeVolumesRequest describeVolumesRequest)
Describes the specified EBS volumes or all of your EBS volumes.
|
default DescribeVolumesModificationsResponse |
describeVolumesModifications()
Reports the current modification status of EBS volumes.
|
default DescribeVolumesModificationsResponse |
describeVolumesModifications(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest)
Reports the current modification status of EBS volumes.
|
default DescribeVolumesModificationsResponse |
describeVolumesModifications(DescribeVolumesModificationsRequest describeVolumesModificationsRequest)
Reports the current modification status of EBS volumes.
|
default DescribeVolumesModificationsIterable |
describeVolumesModificationsPaginator()
Reports the current modification status of EBS volumes.
|
default DescribeVolumesModificationsIterable |
describeVolumesModificationsPaginator(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest)
Reports the current modification status of EBS volumes.
|
default DescribeVolumesModificationsIterable |
describeVolumesModificationsPaginator(DescribeVolumesModificationsRequest describeVolumesModificationsRequest)
Reports the current modification status of EBS volumes.
|
default DescribeVolumesIterable |
describeVolumesPaginator()
Describes the specified EBS volumes or all of your EBS volumes.
|
default DescribeVolumesIterable |
describeVolumesPaginator(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest)
Describes the specified EBS volumes or all of your EBS volumes.
|
default DescribeVolumesIterable |
describeVolumesPaginator(DescribeVolumesRequest describeVolumesRequest)
Describes the specified EBS volumes or all of your EBS volumes.
|
default DescribeVolumeStatusResponse |
describeVolumeStatus()
Describes the status of the specified volumes.
|
default DescribeVolumeStatusResponse |
describeVolumeStatus(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default DescribeVolumeStatusResponse |
describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default DescribeVolumeStatusIterable |
describeVolumeStatusPaginator()
Describes the status of the specified volumes.
|
default DescribeVolumeStatusIterable |
describeVolumeStatusPaginator(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default DescribeVolumeStatusIterable |
describeVolumeStatusPaginator(DescribeVolumeStatusRequest describeVolumeStatusRequest)
Describes the status of the specified volumes.
|
default DescribeVpcAttributeResponse |
describeVpcAttribute(Consumer<DescribeVpcAttributeRequest.Builder> describeVpcAttributeRequest)
Describes the specified attribute of the specified VPC.
|
default DescribeVpcAttributeResponse |
describeVpcAttribute(DescribeVpcAttributeRequest describeVpcAttributeRequest)
Describes the specified attribute of the specified VPC.
|
default DescribeVpcClassicLinkResponse |
describeVpcClassicLink()
Describes the ClassicLink status of one or more VPCs.
|
default DescribeVpcClassicLinkResponse |
describeVpcClassicLink(Consumer<DescribeVpcClassicLinkRequest.Builder> describeVpcClassicLinkRequest)
Describes the ClassicLink status of one or more VPCs.
|
default DescribeVpcClassicLinkResponse |
describeVpcClassicLink(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest)
Describes the ClassicLink status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportResponse |
describeVpcClassicLinkDnsSupport()
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportResponse |
describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportResponse |
describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportIterable |
describeVpcClassicLinkDnsSupportPaginator()
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportIterable |
describeVpcClassicLinkDnsSupportPaginator(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcClassicLinkDnsSupportIterable |
describeVpcClassicLinkDnsSupportPaginator(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest)
Describes the ClassicLink DNS support status of one or more VPCs.
|
default DescribeVpcEndpointConnectionNotificationsResponse |
describeVpcEndpointConnectionNotifications()
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default DescribeVpcEndpointConnectionNotificationsResponse |
describeVpcEndpointConnectionNotifications(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default DescribeVpcEndpointConnectionNotificationsResponse |
describeVpcEndpointConnectionNotifications(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default DescribeVpcEndpointConnectionNotificationsIterable |
describeVpcEndpointConnectionNotificationsPaginator()
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default DescribeVpcEndpointConnectionNotificationsIterable |
describeVpcEndpointConnectionNotificationsPaginator(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default DescribeVpcEndpointConnectionNotificationsIterable |
describeVpcEndpointConnectionNotificationsPaginator(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest)
Describes the connection notifications for VPC endpoints and VPC endpoint services.
|
default DescribeVpcEndpointConnectionsResponse |
describeVpcEndpointConnections()
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
default 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 DescribeVpcEndpointConnectionsResponse |
describeVpcEndpointConnections(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest)
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
default DescribeVpcEndpointConnectionsIterable |
describeVpcEndpointConnectionsPaginator()
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
default DescribeVpcEndpointConnectionsIterable |
describeVpcEndpointConnectionsPaginator(Consumer<DescribeVpcEndpointConnectionsRequest.Builder> describeVpcEndpointConnectionsRequest)
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
default DescribeVpcEndpointConnectionsIterable |
describeVpcEndpointConnectionsPaginator(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest)
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending
your acceptance.
|
default DescribeVpcEndpointsResponse |
describeVpcEndpoints()
Describes one or more of your VPC endpoints.
|
default DescribeVpcEndpointsResponse |
describeVpcEndpoints(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
|
default DescribeVpcEndpointsResponse |
describeVpcEndpoints(DescribeVpcEndpointsRequest describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
|
default DescribeVpcEndpointServiceConfigurationsResponse |
describeVpcEndpointServiceConfigurations()
Describes the VPC endpoint service configurations in your account (your services).
|
default DescribeVpcEndpointServiceConfigurationsResponse |
describeVpcEndpointServiceConfigurations(Consumer<DescribeVpcEndpointServiceConfigurationsRequest.Builder> describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
|
default DescribeVpcEndpointServiceConfigurationsResponse |
describeVpcEndpointServiceConfigurations(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
|
default DescribeVpcEndpointServiceConfigurationsIterable |
describeVpcEndpointServiceConfigurationsPaginator()
Describes the VPC endpoint service configurations in your account (your services).
|
default DescribeVpcEndpointServiceConfigurationsIterable |
describeVpcEndpointServiceConfigurationsPaginator(Consumer<DescribeVpcEndpointServiceConfigurationsRequest.Builder> describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
|
default DescribeVpcEndpointServiceConfigurationsIterable |
describeVpcEndpointServiceConfigurationsPaginator(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest)
Describes the VPC endpoint service configurations in your account (your services).
|
default DescribeVpcEndpointServicePermissionsResponse |
describeVpcEndpointServicePermissions(Consumer<DescribeVpcEndpointServicePermissionsRequest.Builder> describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
|
default DescribeVpcEndpointServicePermissionsResponse |
describeVpcEndpointServicePermissions(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
|
default DescribeVpcEndpointServicePermissionsIterable |
describeVpcEndpointServicePermissionsPaginator(Consumer<DescribeVpcEndpointServicePermissionsRequest.Builder> describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
|
default DescribeVpcEndpointServicePermissionsIterable |
describeVpcEndpointServicePermissionsPaginator(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest)
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
|
default DescribeVpcEndpointServicesResponse |
describeVpcEndpointServices()
Describes available services to which you can create a VPC endpoint.
|
default DescribeVpcEndpointServicesResponse |
describeVpcEndpointServices(Consumer<DescribeVpcEndpointServicesRequest.Builder> describeVpcEndpointServicesRequest)
Describes available services to which you can create a VPC endpoint.
|
default DescribeVpcEndpointServicesResponse |
describeVpcEndpointServices(DescribeVpcEndpointServicesRequest describeVpcEndpointServicesRequest)
Describes available services to which you can create a VPC endpoint.
|
default DescribeVpcEndpointsIterable |
describeVpcEndpointsPaginator()
Describes one or more of your VPC endpoints.
|
default DescribeVpcEndpointsIterable |
describeVpcEndpointsPaginator(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
|
default DescribeVpcEndpointsIterable |
describeVpcEndpointsPaginator(DescribeVpcEndpointsRequest describeVpcEndpointsRequest)
Describes one or more of your VPC endpoints.
|
default DescribeVpcPeeringConnectionsResponse |
describeVpcPeeringConnections()
Describes one or more of your VPC peering connections.
|
default DescribeVpcPeeringConnectionsResponse |
describeVpcPeeringConnections(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
default DescribeVpcPeeringConnectionsResponse |
describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
default DescribeVpcPeeringConnectionsIterable |
describeVpcPeeringConnectionsPaginator()
Describes one or more of your VPC peering connections.
|
default DescribeVpcPeeringConnectionsIterable |
describeVpcPeeringConnectionsPaginator(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
default DescribeVpcPeeringConnectionsIterable |
describeVpcPeeringConnectionsPaginator(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest)
Describes one or more of your VPC peering connections.
|
default DescribeVpcsResponse |
describeVpcs()
Describes one or more of your VPCs.
|
default DescribeVpcsResponse |
describeVpcs(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest)
Describes one or more of your VPCs.
|
default DescribeVpcsResponse |
describeVpcs(DescribeVpcsRequest describeVpcsRequest)
Describes one or more of your VPCs.
|
default DescribeVpcsIterable |
describeVpcsPaginator()
Describes one or more of your VPCs.
|
default DescribeVpcsIterable |
describeVpcsPaginator(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest)
Describes one or more of your VPCs.
|
default DescribeVpcsIterable |
describeVpcsPaginator(DescribeVpcsRequest describeVpcsRequest)
Describes one or more of your VPCs.
|
default DescribeVpnConnectionsResponse |
describeVpnConnections()
Describes one or more of your VPN connections.
|
default DescribeVpnConnectionsResponse |
describeVpnConnections(Consumer<DescribeVpnConnectionsRequest.Builder> describeVpnConnectionsRequest)
Describes one or more of your VPN connections.
|
default DescribeVpnConnectionsResponse |
describeVpnConnections(DescribeVpnConnectionsRequest describeVpnConnectionsRequest)
Describes one or more of your VPN connections.
|
default DescribeVpnGatewaysResponse |
describeVpnGateways()
Describes one or more of your virtual private gateways.
|
default DescribeVpnGatewaysResponse |
describeVpnGateways(Consumer<DescribeVpnGatewaysRequest.Builder> describeVpnGatewaysRequest)
Describes one or more of your virtual private gateways.
|
default DescribeVpnGatewaysResponse |
describeVpnGateways(DescribeVpnGatewaysRequest describeVpnGatewaysRequest)
Describes one or more of your virtual private gateways.
|
default DetachClassicLinkVpcResponse |
detachClassicLinkVpc(Consumer<DetachClassicLinkVpcRequest.Builder> detachClassicLinkVpcRequest)
Unlinks (detaches) a linked EC2-Classic instance from a VPC.
|
default DetachClassicLinkVpcResponse |
detachClassicLinkVpc(DetachClassicLinkVpcRequest detachClassicLinkVpcRequest)
Unlinks (detaches) a linked EC2-Classic instance from a VPC.
|
default DetachInternetGatewayResponse |
detachInternetGateway(Consumer<DetachInternetGatewayRequest.Builder> detachInternetGatewayRequest)
Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC.
|
default DetachInternetGatewayResponse |
detachInternetGateway(DetachInternetGatewayRequest detachInternetGatewayRequest)
Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC.
|
default DetachNetworkInterfaceResponse |
detachNetworkInterface(Consumer<DetachNetworkInterfaceRequest.Builder> detachNetworkInterfaceRequest)
Detaches a network interface from an instance.
|
default DetachNetworkInterfaceResponse |
detachNetworkInterface(DetachNetworkInterfaceRequest detachNetworkInterfaceRequest)
Detaches a network interface from an instance.
|
default DetachVolumeResponse |
detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)
Detaches an EBS volume from an instance.
|
default DetachVolumeResponse |
detachVolume(DetachVolumeRequest detachVolumeRequest)
Detaches an EBS volume from an instance.
|
default DetachVpnGatewayResponse |
detachVpnGateway(Consumer<DetachVpnGatewayRequest.Builder> detachVpnGatewayRequest)
Detaches a virtual private gateway from a VPC.
|
default DetachVpnGatewayResponse |
detachVpnGateway(DetachVpnGatewayRequest detachVpnGatewayRequest)
Detaches a virtual private gateway from a VPC.
|
default DisableEbsEncryptionByDefaultResponse |
disableEbsEncryptionByDefault(Consumer<DisableEbsEncryptionByDefaultRequest.Builder> disableEbsEncryptionByDefaultRequest)
Disables EBS encryption by default for your account in the current Region.
|
default DisableEbsEncryptionByDefaultResponse |
disableEbsEncryptionByDefault(DisableEbsEncryptionByDefaultRequest disableEbsEncryptionByDefaultRequest)
Disables EBS encryption by default for your account in the current Region.
|
default DisableFastSnapshotRestoresResponse |
disableFastSnapshotRestores(Consumer<DisableFastSnapshotRestoresRequest.Builder> disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default DisableFastSnapshotRestoresResponse |
disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest)
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default DisableTransitGatewayRouteTablePropagationResponse |
disableTransitGatewayRouteTablePropagation(Consumer<DisableTransitGatewayRouteTablePropagationRequest.Builder> disableTransitGatewayRouteTablePropagationRequest)
Disables the specified resource attachment from propagating routes to the specified propagation route table.
|
default DisableTransitGatewayRouteTablePropagationResponse |
disableTransitGatewayRouteTablePropagation(DisableTransitGatewayRouteTablePropagationRequest disableTransitGatewayRouteTablePropagationRequest)
Disables the specified resource attachment from propagating routes to the specified propagation route table.
|
default DisableVgwRoutePropagationResponse |
disableVgwRoutePropagation(Consumer<DisableVgwRoutePropagationRequest.Builder> disableVgwRoutePropagationRequest)
Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.
|
default DisableVgwRoutePropagationResponse |
disableVgwRoutePropagation(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest)
Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.
|
default DisableVpcClassicLinkResponse |
disableVpcClassicLink(Consumer<DisableVpcClassicLinkRequest.Builder> disableVpcClassicLinkRequest)
Disables ClassicLink for a VPC.
|
default DisableVpcClassicLinkResponse |
disableVpcClassicLink(DisableVpcClassicLinkRequest disableVpcClassicLinkRequest)
Disables ClassicLink for a VPC.
|
default DisableVpcClassicLinkDnsSupportResponse |
disableVpcClassicLinkDnsSupport(Consumer<DisableVpcClassicLinkDnsSupportRequest.Builder> disableVpcClassicLinkDnsSupportRequest)
Disables ClassicLink DNS support for a VPC.
|
default DisableVpcClassicLinkDnsSupportResponse |
disableVpcClassicLinkDnsSupport(DisableVpcClassicLinkDnsSupportRequest disableVpcClassicLinkDnsSupportRequest)
Disables ClassicLink DNS support for a VPC.
|
default DisassociateAddressResponse |
disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
default DisassociateAddressResponse |
disassociateAddress(DisassociateAddressRequest disassociateAddressRequest)
Disassociates an Elastic IP address from the instance or network interface it's associated with.
|
default DisassociateClientVpnTargetNetworkResponse |
disassociateClientVpnTargetNetwork(Consumer<DisassociateClientVpnTargetNetworkRequest.Builder> disassociateClientVpnTargetNetworkRequest)
Disassociates a target network from the specified Client VPN endpoint.
|
default DisassociateClientVpnTargetNetworkResponse |
disassociateClientVpnTargetNetwork(DisassociateClientVpnTargetNetworkRequest disassociateClientVpnTargetNetworkRequest)
Disassociates a target network from the specified Client VPN endpoint.
|
default DisassociateIamInstanceProfileResponse |
disassociateIamInstanceProfile(Consumer<DisassociateIamInstanceProfileRequest.Builder> disassociateIamInstanceProfileRequest)
Disassociates an IAM instance profile from a running or stopped instance.
|
default DisassociateIamInstanceProfileResponse |
disassociateIamInstanceProfile(DisassociateIamInstanceProfileRequest disassociateIamInstanceProfileRequest)
Disassociates an IAM instance profile from a running or stopped instance.
|
default DisassociateRouteTableResponse |
disassociateRouteTable(Consumer<DisassociateRouteTableRequest.Builder> disassociateRouteTableRequest)
Disassociates a subnet from a route table.
|
default DisassociateRouteTableResponse |
disassociateRouteTable(DisassociateRouteTableRequest disassociateRouteTableRequest)
Disassociates a subnet from a route table.
|
default DisassociateSubnetCidrBlockResponse |
disassociateSubnetCidrBlock(Consumer<DisassociateSubnetCidrBlockRequest.Builder> disassociateSubnetCidrBlockRequest)
Disassociates a CIDR block from a subnet.
|
default DisassociateSubnetCidrBlockResponse |
disassociateSubnetCidrBlock(DisassociateSubnetCidrBlockRequest disassociateSubnetCidrBlockRequest)
Disassociates a CIDR block from a subnet.
|
default DisassociateTransitGatewayRouteTableResponse |
disassociateTransitGatewayRouteTable(Consumer<DisassociateTransitGatewayRouteTableRequest.Builder> disassociateTransitGatewayRouteTableRequest)
Disassociates a resource attachment from a transit gateway route table.
|
default DisassociateTransitGatewayRouteTableResponse |
disassociateTransitGatewayRouteTable(DisassociateTransitGatewayRouteTableRequest disassociateTransitGatewayRouteTableRequest)
Disassociates a resource attachment from a transit gateway route table.
|
default DisassociateVpcCidrBlockResponse |
disassociateVpcCidrBlock(Consumer<DisassociateVpcCidrBlockRequest.Builder> disassociateVpcCidrBlockRequest)
Disassociates a CIDR block from a VPC.
|
default DisassociateVpcCidrBlockResponse |
disassociateVpcCidrBlock(DisassociateVpcCidrBlockRequest disassociateVpcCidrBlockRequest)
Disassociates a CIDR block from a VPC.
|
default EnableEbsEncryptionByDefaultResponse |
enableEbsEncryptionByDefault(Consumer<EnableEbsEncryptionByDefaultRequest.Builder> enableEbsEncryptionByDefaultRequest)
Enables EBS encryption by default for your account in the current Region.
|
default EnableEbsEncryptionByDefaultResponse |
enableEbsEncryptionByDefault(EnableEbsEncryptionByDefaultRequest enableEbsEncryptionByDefaultRequest)
Enables EBS encryption by default for your account in the current Region.
|
default EnableFastSnapshotRestoresResponse |
enableFastSnapshotRestores(Consumer<EnableFastSnapshotRestoresRequest.Builder> enableFastSnapshotRestoresRequest)
Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default EnableFastSnapshotRestoresResponse |
enableFastSnapshotRestores(EnableFastSnapshotRestoresRequest enableFastSnapshotRestoresRequest)
Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.
|
default EnableTransitGatewayRouteTablePropagationResponse |
enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest)
Enables the specified attachment to propagate routes to the specified propagation route table.
|
default EnableTransitGatewayRouteTablePropagationResponse |
enableTransitGatewayRouteTablePropagation(EnableTransitGatewayRouteTablePropagationRequest enableTransitGatewayRouteTablePropagationRequest)
Enables the specified attachment to propagate routes to the specified propagation route table.
|
default EnableVgwRoutePropagationResponse |
enableVgwRoutePropagation(Consumer<EnableVgwRoutePropagationRequest.Builder> enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
|
default EnableVgwRoutePropagationResponse |
enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
|
default 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 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 EnableVpcClassicLinkResponse |
enableVpcClassicLink(Consumer<EnableVpcClassicLinkRequest.Builder> enableVpcClassicLinkRequest)
Enables a VPC for ClassicLink.
|
default EnableVpcClassicLinkResponse |
enableVpcClassicLink(EnableVpcClassicLinkRequest enableVpcClassicLinkRequest)
Enables a VPC for ClassicLink.
|
default EnableVpcClassicLinkDnsSupportResponse |
enableVpcClassicLinkDnsSupport(Consumer<EnableVpcClassicLinkDnsSupportRequest.Builder> enableVpcClassicLinkDnsSupportRequest)
Enables a VPC to support DNS hostname resolution for ClassicLink.
|
default EnableVpcClassicLinkDnsSupportResponse |
enableVpcClassicLinkDnsSupport(EnableVpcClassicLinkDnsSupportRequest enableVpcClassicLinkDnsSupportRequest)
Enables a VPC to support DNS hostname resolution for ClassicLink.
|
default ExportClientVpnClientCertificateRevocationListResponse |
exportClientVpnClientCertificateRevocationList(Consumer<ExportClientVpnClientCertificateRevocationListRequest.Builder> exportClientVpnClientCertificateRevocationListRequest)
Downloads the client certificate revocation list for the specified Client VPN endpoint.
|
default ExportClientVpnClientCertificateRevocationListResponse |
exportClientVpnClientCertificateRevocationList(ExportClientVpnClientCertificateRevocationListRequest exportClientVpnClientCertificateRevocationListRequest)
Downloads the client certificate revocation list for the specified Client VPN endpoint.
|
default ExportClientVpnClientConfigurationResponse |
exportClientVpnClientConfiguration(Consumer<ExportClientVpnClientConfigurationRequest.Builder> exportClientVpnClientConfigurationRequest)
Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint.
|
default ExportClientVpnClientConfigurationResponse |
exportClientVpnClientConfiguration(ExportClientVpnClientConfigurationRequest exportClientVpnClientConfigurationRequest)
Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint.
|
default ExportImageResponse |
exportImage(Consumer<ExportImageRequest.Builder> exportImageRequest)
Exports an Amazon Machine Image (AMI) to a VM file.
|
default ExportImageResponse |
exportImage(ExportImageRequest exportImageRequest)
Exports an Amazon Machine Image (AMI) to a VM file.
|
default ExportTransitGatewayRoutesResponse |
exportTransitGatewayRoutes(Consumer<ExportTransitGatewayRoutesRequest.Builder> exportTransitGatewayRoutesRequest)
Exports routes from the specified transit gateway route table to the specified S3 bucket.
|
default ExportTransitGatewayRoutesResponse |
exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest)
Exports routes from the specified transit gateway route table to the specified S3 bucket.
|
default GetCapacityReservationUsageResponse |
getCapacityReservationUsage(Consumer<GetCapacityReservationUsageRequest.Builder> getCapacityReservationUsageRequest)
Gets usage information about a Capacity Reservation.
|
default GetCapacityReservationUsageResponse |
getCapacityReservationUsage(GetCapacityReservationUsageRequest getCapacityReservationUsageRequest)
Gets usage information about a Capacity Reservation.
|
default GetConsoleOutputResponse |
getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest)
Gets the console output for the specified instance.
|
default GetConsoleOutputResponse |
getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest)
Gets the console output for the specified instance.
|
default GetConsoleScreenshotResponse |
getConsoleScreenshot(Consumer<GetConsoleScreenshotRequest.Builder> getConsoleScreenshotRequest)
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
|
default GetConsoleScreenshotResponse |
getConsoleScreenshot(GetConsoleScreenshotRequest getConsoleScreenshotRequest)
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
|
default GetEbsDefaultKmsKeyIdResponse |
getEbsDefaultKmsKeyId(Consumer<GetEbsDefaultKmsKeyIdRequest.Builder> getEbsDefaultKmsKeyIdRequest)
Describes the default customer master key (CMK) for EBS encryption by default for your account in this Region.
|
default GetEbsDefaultKmsKeyIdResponse |
getEbsDefaultKmsKeyId(GetEbsDefaultKmsKeyIdRequest getEbsDefaultKmsKeyIdRequest)
Describes the default customer master key (CMK) for EBS encryption by default for your account in this Region.
|
default GetEbsEncryptionByDefaultResponse |
getEbsEncryptionByDefault(Consumer<GetEbsEncryptionByDefaultRequest.Builder> getEbsEncryptionByDefaultRequest)
Describes whether EBS encryption by default is enabled for your account in the current Region.
|
default GetEbsEncryptionByDefaultResponse |
getEbsEncryptionByDefault(GetEbsEncryptionByDefaultRequest getEbsEncryptionByDefaultRequest)
Describes whether EBS encryption by default is enabled for your account in the current Region.
|
default GetHostReservationPurchasePreviewResponse |
getHostReservationPurchasePreview(Consumer<GetHostReservationPurchasePreviewRequest.Builder> getHostReservationPurchasePreviewRequest)
Preview a reservation purchase with configurations that match those of your Dedicated Host.
|
default GetHostReservationPurchasePreviewResponse |
getHostReservationPurchasePreview(GetHostReservationPurchasePreviewRequest getHostReservationPurchasePreviewRequest)
Preview a reservation purchase with configurations that match those of your Dedicated Host.
|
default GetLaunchTemplateDataResponse |
getLaunchTemplateData(Consumer<GetLaunchTemplateDataRequest.Builder> getLaunchTemplateDataRequest)
Retrieves the configuration data of the specified instance.
|
default GetLaunchTemplateDataResponse |
getLaunchTemplateData(GetLaunchTemplateDataRequest getLaunchTemplateDataRequest)
Retrieves the configuration data of the specified instance.
|
default GetPasswordDataResponse |
getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest)
Retrieves the encrypted administrator password for a running Windows instance.
|
default GetPasswordDataResponse |
getPasswordData(GetPasswordDataRequest getPasswordDataRequest)
Retrieves the encrypted administrator password for a running Windows instance.
|
default 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 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 GetTransitGatewayAttachmentPropagationsResponse |
getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default GetTransitGatewayAttachmentPropagationsResponse |
getTransitGatewayAttachmentPropagations(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default GetTransitGatewayAttachmentPropagationsIterable |
getTransitGatewayAttachmentPropagationsPaginator(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default GetTransitGatewayAttachmentPropagationsIterable |
getTransitGatewayAttachmentPropagationsPaginator(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)
Lists the route tables to which the specified resource attachment propagates routes.
|
default GetTransitGatewayRouteTableAssociationsResponse |
getTransitGatewayRouteTableAssociations(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTableAssociationsResponse |
getTransitGatewayRouteTableAssociations(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTableAssociationsIterable |
getTransitGatewayRouteTableAssociationsPaginator(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTableAssociationsIterable |
getTransitGatewayRouteTableAssociationsPaginator(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest)
Gets information about the associations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTablePropagationsResponse |
getTransitGatewayRouteTablePropagations(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTablePropagationsResponse |
getTransitGatewayRouteTablePropagations(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTablePropagationsIterable |
getTransitGatewayRouteTablePropagationsPaginator(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
default GetTransitGatewayRouteTablePropagationsIterable |
getTransitGatewayRouteTablePropagationsPaginator(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
Gets information about the route table propagations for the specified transit gateway route table.
|
default ImportClientVpnClientCertificateRevocationListResponse |
importClientVpnClientCertificateRevocationList(Consumer<ImportClientVpnClientCertificateRevocationListRequest.Builder> importClientVpnClientCertificateRevocationListRequest)
Uploads a client certificate revocation list to the specified Client VPN endpoint.
|
default ImportClientVpnClientCertificateRevocationListResponse |
importClientVpnClientCertificateRevocationList(ImportClientVpnClientCertificateRevocationListRequest importClientVpnClientCertificateRevocationListRequest)
Uploads a client certificate revocation list to the specified Client VPN endpoint.
|
default ImportImageResponse |
importImage(Consumer<ImportImageRequest.Builder> importImageRequest)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).
|
default ImportImageResponse |
importImage(ImportImageRequest importImageRequest)
Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).
|
default ImportInstanceResponse |
importInstance(Consumer<ImportInstanceRequest.Builder> importInstanceRequest)
Creates an import instance task using metadata from the specified disk image.
|
default ImportInstanceResponse |
importInstance(ImportInstanceRequest importInstanceRequest)
Creates an import instance task using metadata from the specified disk image.
|
default ImportKeyPairResponse |
importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest)
Imports the public key from an RSA key pair that you created with a third-party tool.
|
default ImportKeyPairResponse |
importKeyPair(ImportKeyPairRequest importKeyPairRequest)
Imports the public key from an RSA key pair that you created with a third-party tool.
|
default ImportSnapshotResponse |
importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
default ImportSnapshotResponse |
importSnapshot(ImportSnapshotRequest importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
default 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 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 ModifyCapacityReservationResponse |
modifyCapacityReservation(Consumer<ModifyCapacityReservationRequest.Builder> modifyCapacityReservationRequest)
Modifies a Capacity Reservation's capacity and the conditions under which it is to be released.
|
default ModifyCapacityReservationResponse |
modifyCapacityReservation(ModifyCapacityReservationRequest modifyCapacityReservationRequest)
Modifies a Capacity Reservation's capacity and the conditions under which it is to be released.
|
default ModifyClientVpnEndpointResponse |
modifyClientVpnEndpoint(Consumer<ModifyClientVpnEndpointRequest.Builder> modifyClientVpnEndpointRequest)
Modifies the specified Client VPN endpoint.
|
default ModifyClientVpnEndpointResponse |
modifyClientVpnEndpoint(ModifyClientVpnEndpointRequest modifyClientVpnEndpointRequest)
Modifies the specified Client VPN endpoint.
|
default ModifyEbsDefaultKmsKeyIdResponse |
modifyEbsDefaultKmsKeyId(Consumer<ModifyEbsDefaultKmsKeyIdRequest.Builder> modifyEbsDefaultKmsKeyIdRequest)
Changes the default customer master key (CMK) for EBS encryption by default for your account in this Region.
|
default ModifyEbsDefaultKmsKeyIdResponse |
modifyEbsDefaultKmsKeyId(ModifyEbsDefaultKmsKeyIdRequest modifyEbsDefaultKmsKeyIdRequest)
Changes the default customer master key (CMK) for EBS encryption by default for your account in this Region.
|
default ModifyFleetResponse |
modifyFleet(Consumer<ModifyFleetRequest.Builder> modifyFleetRequest)
Modifies the specified EC2 Fleet.
|
default ModifyFleetResponse |
modifyFleet(ModifyFleetRequest modifyFleetRequest)
Modifies the specified EC2 Fleet.
|
default ModifyFpgaImageAttributeResponse |
modifyFpgaImageAttribute(Consumer<ModifyFpgaImageAttributeRequest.Builder> modifyFpgaImageAttributeRequest)
Modifies the specified attribute of the specified Amazon FPGA Image (AFI).
|
default ModifyFpgaImageAttributeResponse |
modifyFpgaImageAttribute(ModifyFpgaImageAttributeRequest modifyFpgaImageAttributeRequest)
Modifies the specified attribute of the specified Amazon FPGA Image (AFI).
|
default ModifyHostsResponse |
modifyHosts(Consumer<ModifyHostsRequest.Builder> modifyHostsRequest)
Modify the auto-placement setting of a Dedicated Host.
|
default ModifyHostsResponse |
modifyHosts(ModifyHostsRequest modifyHostsRequest)
Modify the auto-placement setting of a Dedicated Host.
|
default 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 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 ModifyIdFormatResponse |
modifyIdFormat(Consumer<ModifyIdFormatRequest.Builder> modifyIdFormatRequest)
Modifies the ID format for the specified resource on a per-Region basis.
|
default ModifyIdFormatResponse |
modifyIdFormat(ModifyIdFormatRequest modifyIdFormatRequest)
Modifies the ID format for the specified resource on a per-Region basis.
|
default ModifyImageAttributeResponse |
modifyImageAttribute(Consumer<ModifyImageAttributeRequest.Builder> modifyImageAttributeRequest)
Modifies the specified attribute of the specified AMI.
|
default ModifyImageAttributeResponse |
modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest)
Modifies the specified attribute of the specified AMI.
|
default ModifyInstanceAttributeResponse |
modifyInstanceAttribute(Consumer<ModifyInstanceAttributeRequest.Builder> modifyInstanceAttributeRequest)
Modifies the specified attribute of the specified instance.
|
default ModifyInstanceAttributeResponse |
modifyInstanceAttribute(ModifyInstanceAttributeRequest modifyInstanceAttributeRequest)
Modifies the specified attribute of the specified instance.
|
default ModifyInstanceCapacityReservationAttributesResponse |
modifyInstanceCapacityReservationAttributes(Consumer<ModifyInstanceCapacityReservationAttributesRequest.Builder> modifyInstanceCapacityReservationAttributesRequest)
Modifies the Capacity Reservation settings for a stopped instance.
|
default ModifyInstanceCapacityReservationAttributesResponse |
modifyInstanceCapacityReservationAttributes(ModifyInstanceCapacityReservationAttributesRequest modifyInstanceCapacityReservationAttributesRequest)
Modifies the Capacity Reservation settings for a stopped instance.
|
default ModifyInstanceCreditSpecificationResponse |
modifyInstanceCreditSpecification(Consumer<ModifyInstanceCreditSpecificationRequest.Builder> modifyInstanceCreditSpecificationRequest)
Modifies the credit option for CPU usage on a running or stopped T2 or T3 instance.
|
default ModifyInstanceCreditSpecificationResponse |
modifyInstanceCreditSpecification(ModifyInstanceCreditSpecificationRequest modifyInstanceCreditSpecificationRequest)
Modifies the credit option for CPU usage on a running or stopped T2 or T3 instance.
|
default ModifyInstanceEventStartTimeResponse |
modifyInstanceEventStartTime(Consumer<ModifyInstanceEventStartTimeRequest.Builder> modifyInstanceEventStartTimeRequest)
Modifies the start time for a scheduled Amazon EC2 instance event.
|
default ModifyInstanceEventStartTimeResponse |
modifyInstanceEventStartTime(ModifyInstanceEventStartTimeRequest modifyInstanceEventStartTimeRequest)
Modifies the start time for a scheduled Amazon EC2 instance event.
|
default ModifyInstanceMetadataOptionsResponse |
modifyInstanceMetadataOptions(Consumer<ModifyInstanceMetadataOptionsRequest.Builder> modifyInstanceMetadataOptionsRequest)
Modify the instance metadata parameters on a running or stopped instance.
|
default ModifyInstanceMetadataOptionsResponse |
modifyInstanceMetadataOptions(ModifyInstanceMetadataOptionsRequest modifyInstanceMetadataOptionsRequest)
Modify the instance metadata parameters on a running or stopped instance.
|
default ModifyInstancePlacementResponse |
modifyInstancePlacement(Consumer<ModifyInstancePlacementRequest.Builder> modifyInstancePlacementRequest)
Modifies the placement attributes for a specified instance.
|
default ModifyInstancePlacementResponse |
modifyInstancePlacement(ModifyInstancePlacementRequest modifyInstancePlacementRequest)
Modifies the placement attributes for a specified instance.
|
default ModifyLaunchTemplateResponse |
modifyLaunchTemplate(Consumer<ModifyLaunchTemplateRequest.Builder> modifyLaunchTemplateRequest)
Modifies a launch template.
|
default ModifyLaunchTemplateResponse |
modifyLaunchTemplate(ModifyLaunchTemplateRequest modifyLaunchTemplateRequest)
Modifies a launch template.
|
default ModifyNetworkInterfaceAttributeResponse |
modifyNetworkInterfaceAttribute(Consumer<ModifyNetworkInterfaceAttributeRequest.Builder> modifyNetworkInterfaceAttributeRequest)
Modifies the specified network interface attribute.
|
default ModifyNetworkInterfaceAttributeResponse |
modifyNetworkInterfaceAttribute(ModifyNetworkInterfaceAttributeRequest modifyNetworkInterfaceAttributeRequest)
Modifies the specified network interface attribute.
|
default 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 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 ModifySnapshotAttributeResponse |
modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest)
Adds or removes permission settings for the specified snapshot.
|
default ModifySnapshotAttributeResponse |
modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
Adds or removes permission settings for the specified snapshot.
|
default ModifySpotFleetRequestResponse |
modifySpotFleetRequest(Consumer<ModifySpotFleetRequestRequest.Builder> modifySpotFleetRequestRequest)
Modifies the specified Spot Fleet request.
|
default ModifySpotFleetRequestResponse |
modifySpotFleetRequest(ModifySpotFleetRequestRequest modifySpotFleetRequestRequest)
Modifies the specified Spot Fleet request.
|
default ModifySubnetAttributeResponse |
modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
default ModifySubnetAttributeResponse |
modifySubnetAttribute(ModifySubnetAttributeRequest modifySubnetAttributeRequest)
Modifies a subnet attribute.
|
default ModifyTrafficMirrorFilterNetworkServicesResponse |
modifyTrafficMirrorFilterNetworkServices(Consumer<ModifyTrafficMirrorFilterNetworkServicesRequest.Builder> modifyTrafficMirrorFilterNetworkServicesRequest)
Allows or restricts mirroring network services.
|
default ModifyTrafficMirrorFilterNetworkServicesResponse |
modifyTrafficMirrorFilterNetworkServices(ModifyTrafficMirrorFilterNetworkServicesRequest modifyTrafficMirrorFilterNetworkServicesRequest)
Allows or restricts mirroring network services.
|
default ModifyTrafficMirrorFilterRuleResponse |
modifyTrafficMirrorFilterRule(Consumer<ModifyTrafficMirrorFilterRuleRequest.Builder> modifyTrafficMirrorFilterRuleRequest)
Modifies the specified Traffic Mirror rule.
|
default ModifyTrafficMirrorFilterRuleResponse |
modifyTrafficMirrorFilterRule(ModifyTrafficMirrorFilterRuleRequest modifyTrafficMirrorFilterRuleRequest)
Modifies the specified Traffic Mirror rule.
|
default ModifyTrafficMirrorSessionResponse |
modifyTrafficMirrorSession(Consumer<ModifyTrafficMirrorSessionRequest.Builder> modifyTrafficMirrorSessionRequest)
Modifies a Traffic Mirror session.
|
default ModifyTrafficMirrorSessionResponse |
modifyTrafficMirrorSession(ModifyTrafficMirrorSessionRequest modifyTrafficMirrorSessionRequest)
Modifies a Traffic Mirror session.
|
default ModifyTransitGatewayVpcAttachmentResponse |
modifyTransitGatewayVpcAttachment(Consumer<ModifyTransitGatewayVpcAttachmentRequest.Builder> modifyTransitGatewayVpcAttachmentRequest)
Modifies the specified VPC attachment.
|
default ModifyTransitGatewayVpcAttachmentResponse |
modifyTransitGatewayVpcAttachment(ModifyTransitGatewayVpcAttachmentRequest modifyTransitGatewayVpcAttachmentRequest)
Modifies the specified VPC attachment.
|
default 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 ModifyVolumeResponse |
modifyVolume(ModifyVolumeRequest modifyVolumeRequest)
You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS
capacity.
|
default ModifyVolumeAttributeResponse |
modifyVolumeAttribute(Consumer<ModifyVolumeAttributeRequest.Builder> modifyVolumeAttributeRequest)
Modifies a volume attribute.
|
default ModifyVolumeAttributeResponse |
modifyVolumeAttribute(ModifyVolumeAttributeRequest modifyVolumeAttributeRequest)
Modifies a volume attribute.
|
default ModifyVpcAttributeResponse |
modifyVpcAttribute(Consumer<ModifyVpcAttributeRequest.Builder> modifyVpcAttributeRequest)
Modifies the specified attribute of the specified VPC.
|
default ModifyVpcAttributeResponse |
modifyVpcAttribute(ModifyVpcAttributeRequest modifyVpcAttributeRequest)
Modifies the specified attribute of the specified VPC.
|
default ModifyVpcEndpointResponse |
modifyVpcEndpoint(Consumer<ModifyVpcEndpointRequest.Builder> modifyVpcEndpointRequest)
Modifies attributes of a specified VPC endpoint.
|
default ModifyVpcEndpointResponse |
modifyVpcEndpoint(ModifyVpcEndpointRequest modifyVpcEndpointRequest)
Modifies attributes of a specified VPC endpoint.
|
default ModifyVpcEndpointConnectionNotificationResponse |
modifyVpcEndpointConnectionNotification(Consumer<ModifyVpcEndpointConnectionNotificationRequest.Builder> modifyVpcEndpointConnectionNotificationRequest)
Modifies a connection notification for VPC endpoint or VPC endpoint service.
|
default ModifyVpcEndpointConnectionNotificationResponse |
modifyVpcEndpointConnectionNotification(ModifyVpcEndpointConnectionNotificationRequest modifyVpcEndpointConnectionNotificationRequest)
Modifies a connection notification for VPC endpoint or VPC endpoint service.
|
default ModifyVpcEndpointServiceConfigurationResponse |
modifyVpcEndpointServiceConfiguration(Consumer<ModifyVpcEndpointServiceConfigurationRequest.Builder> modifyVpcEndpointServiceConfigurationRequest)
Modifies the attributes of your VPC endpoint service configuration.
|
default ModifyVpcEndpointServiceConfigurationResponse |
modifyVpcEndpointServiceConfiguration(ModifyVpcEndpointServiceConfigurationRequest modifyVpcEndpointServiceConfigurationRequest)
Modifies the attributes of your VPC endpoint service configuration.
|
default ModifyVpcEndpointServicePermissionsResponse |
modifyVpcEndpointServicePermissions(Consumer<ModifyVpcEndpointServicePermissionsRequest.Builder> modifyVpcEndpointServicePermissionsRequest)
Modifies the permissions for your VPC endpoint service.
|
default ModifyVpcEndpointServicePermissionsResponse |
modifyVpcEndpointServicePermissions(ModifyVpcEndpointServicePermissionsRequest modifyVpcEndpointServicePermissionsRequest)
Modifies the permissions for your VPC endpoint service.
|
default ModifyVpcPeeringConnectionOptionsResponse |
modifyVpcPeeringConnectionOptions(Consumer<ModifyVpcPeeringConnectionOptionsRequest.Builder> modifyVpcPeeringConnectionOptionsRequest)
Modifies the VPC peering connection options on one side of a VPC peering connection.
|
default ModifyVpcPeeringConnectionOptionsResponse |
modifyVpcPeeringConnectionOptions(ModifyVpcPeeringConnectionOptionsRequest modifyVpcPeeringConnectionOptionsRequest)
Modifies the VPC peering connection options on one side of a VPC peering connection.
|
default ModifyVpcTenancyResponse |
modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
default ModifyVpcTenancyResponse |
modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest)
Modifies the instance tenancy attribute of the specified VPC.
|
default ModifyVpnConnectionResponse |
modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest)
Modifies the target gateway of an AWS Site-to-Site VPN connection.
|
default ModifyVpnConnectionResponse |
modifyVpnConnection(ModifyVpnConnectionRequest modifyVpnConnectionRequest)
Modifies the target gateway of an AWS Site-to-Site VPN connection.
|
default ModifyVpnTunnelCertificateResponse |
modifyVpnTunnelCertificate(Consumer<ModifyVpnTunnelCertificateRequest.Builder> modifyVpnTunnelCertificateRequest)
Modifies the VPN tunnel endpoint certificate.
|
default ModifyVpnTunnelCertificateResponse |
modifyVpnTunnelCertificate(ModifyVpnTunnelCertificateRequest modifyVpnTunnelCertificateRequest)
Modifies the VPN tunnel endpoint certificate.
|
default ModifyVpnTunnelOptionsResponse |
modifyVpnTunnelOptions(Consumer<ModifyVpnTunnelOptionsRequest.Builder> modifyVpnTunnelOptionsRequest)
Modifies the options for a VPN tunnel in an AWS Site-to-Site VPN connection.
|
default ModifyVpnTunnelOptionsResponse |
modifyVpnTunnelOptions(ModifyVpnTunnelOptionsRequest modifyVpnTunnelOptionsRequest)
Modifies the options for a VPN tunnel in an AWS Site-to-Site VPN connection.
|
default MonitorInstancesResponse |
monitorInstances(Consumer<MonitorInstancesRequest.Builder> monitorInstancesRequest)
Enables detailed monitoring for a running instance.
|
default MonitorInstancesResponse |
monitorInstances(MonitorInstancesRequest monitorInstancesRequest)
Enables detailed monitoring for a running instance.
|
default MoveAddressToVpcResponse |
moveAddressToVpc(Consumer<MoveAddressToVpcRequest.Builder> moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform.
|
default MoveAddressToVpcResponse |
moveAddressToVpc(MoveAddressToVpcRequest moveAddressToVpcRequest)
Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform.
|
default 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 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 PurchaseHostReservationResponse |
purchaseHostReservation(Consumer<PurchaseHostReservationRequest.Builder> purchaseHostReservationRequest)
Purchase a reservation with configurations that match those of your Dedicated Host.
|
default PurchaseHostReservationResponse |
purchaseHostReservation(PurchaseHostReservationRequest purchaseHostReservationRequest)
Purchase a reservation with configurations that match those of your Dedicated Host.
|
default PurchaseReservedInstancesOfferingResponse |
purchaseReservedInstancesOffering(Consumer<PurchaseReservedInstancesOfferingRequest.Builder> purchaseReservedInstancesOfferingRequest)
Purchases a Reserved Instance for use with your account.
|
default PurchaseReservedInstancesOfferingResponse |
purchaseReservedInstancesOffering(PurchaseReservedInstancesOfferingRequest purchaseReservedInstancesOfferingRequest)
Purchases a Reserved Instance for use with your account.
|
default PurchaseScheduledInstancesResponse |
purchaseScheduledInstances(Consumer<PurchaseScheduledInstancesRequest.Builder> purchaseScheduledInstancesRequest)
Purchases the Scheduled Instances with the specified schedule.
|
default PurchaseScheduledInstancesResponse |
purchaseScheduledInstances(PurchaseScheduledInstancesRequest purchaseScheduledInstancesRequest)
Purchases the Scheduled Instances with the specified schedule.
|
default RebootInstancesResponse |
rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest)
Requests a reboot of the specified instances.
|
default RebootInstancesResponse |
rebootInstances(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of the specified instances.
|
default RegisterImageResponse |
registerImage(Consumer<RegisterImageRequest.Builder> registerImageRequest)
Registers an AMI.
|
default RegisterImageResponse |
registerImage(RegisterImageRequest registerImageRequest)
Registers an AMI.
|
default RejectTransitGatewayVpcAttachmentResponse |
rejectTransitGatewayVpcAttachment(Consumer<RejectTransitGatewayVpcAttachmentRequest.Builder> rejectTransitGatewayVpcAttachmentRequest)
Rejects a request to attach a VPC to a transit gateway.
|
default RejectTransitGatewayVpcAttachmentResponse |
rejectTransitGatewayVpcAttachment(RejectTransitGatewayVpcAttachmentRequest rejectTransitGatewayVpcAttachmentRequest)
Rejects a request to attach a VPC to a transit gateway.
|
default RejectVpcEndpointConnectionsResponse |
rejectVpcEndpointConnections(Consumer<RejectVpcEndpointConnectionsRequest.Builder> rejectVpcEndpointConnectionsRequest)
Rejects one or more VPC endpoint connection requests to your VPC endpoint service.
|
default RejectVpcEndpointConnectionsResponse |
rejectVpcEndpointConnections(RejectVpcEndpointConnectionsRequest rejectVpcEndpointConnectionsRequest)
Rejects one or more VPC endpoint connection requests to your VPC endpoint service.
|
default RejectVpcPeeringConnectionResponse |
rejectVpcPeeringConnection(Consumer<RejectVpcPeeringConnectionRequest.Builder> rejectVpcPeeringConnectionRequest)
Rejects a VPC peering connection request.
|
default RejectVpcPeeringConnectionResponse |
rejectVpcPeeringConnection(RejectVpcPeeringConnectionRequest rejectVpcPeeringConnectionRequest)
Rejects a VPC peering connection request.
|
default ReleaseAddressResponse |
releaseAddress(Consumer<ReleaseAddressRequest.Builder> releaseAddressRequest)
Releases the specified Elastic IP address.
|
default ReleaseAddressResponse |
releaseAddress(ReleaseAddressRequest releaseAddressRequest)
Releases the specified Elastic IP address.
|
default ReleaseHostsResponse |
releaseHosts(Consumer<ReleaseHostsRequest.Builder> releaseHostsRequest)
When you no longer want to use an On-Demand Dedicated Host it can be released.
|
default ReleaseHostsResponse |
releaseHosts(ReleaseHostsRequest releaseHostsRequest)
When you no longer want to use an On-Demand Dedicated Host it can be released.
|
default ReplaceIamInstanceProfileAssociationResponse |
replaceIamInstanceProfileAssociation(Consumer<ReplaceIamInstanceProfileAssociationRequest.Builder> replaceIamInstanceProfileAssociationRequest)
Replaces an IAM instance profile for the specified running instance.
|
default ReplaceIamInstanceProfileAssociationResponse |
replaceIamInstanceProfileAssociation(ReplaceIamInstanceProfileAssociationRequest replaceIamInstanceProfileAssociationRequest)
Replaces an IAM instance profile for the specified running instance.
|
default ReplaceNetworkAclAssociationResponse |
replaceNetworkAclAssociation(Consumer<ReplaceNetworkAclAssociationRequest.Builder> replaceNetworkAclAssociationRequest)
Changes which network ACL a subnet is associated with.
|
default ReplaceNetworkAclAssociationResponse |
replaceNetworkAclAssociation(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest)
Changes which network ACL a subnet is associated with.
|
default ReplaceNetworkAclEntryResponse |
replaceNetworkAclEntry(Consumer<ReplaceNetworkAclEntryRequest.Builder> replaceNetworkAclEntryRequest)
Replaces an entry (rule) in a network ACL.
|
default ReplaceNetworkAclEntryResponse |
replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)
Replaces an entry (rule) in a network ACL.
|
default ReplaceRouteResponse |
replaceRoute(Consumer<ReplaceRouteRequest.Builder> replaceRouteRequest)
Replaces an existing route within a route table in a VPC.
|
default ReplaceRouteResponse |
replaceRoute(ReplaceRouteRequest replaceRouteRequest)
Replaces an existing route within a route table in a VPC.
|
default ReplaceRouteTableAssociationResponse |
replaceRouteTableAssociation(Consumer<ReplaceRouteTableAssociationRequest.Builder> replaceRouteTableAssociationRequest)
Changes the route table associated with a given subnet in a VPC.
|
default ReplaceRouteTableAssociationResponse |
replaceRouteTableAssociation(ReplaceRouteTableAssociationRequest replaceRouteTableAssociationRequest)
Changes the route table associated with a given subnet in a VPC.
|
default ReplaceTransitGatewayRouteResponse |
replaceTransitGatewayRoute(Consumer<ReplaceTransitGatewayRouteRequest.Builder> replaceTransitGatewayRouteRequest)
Replaces the specified route in the specified transit gateway route table.
|
default ReplaceTransitGatewayRouteResponse |
replaceTransitGatewayRoute(ReplaceTransitGatewayRouteRequest replaceTransitGatewayRouteRequest)
Replaces the specified route in the specified transit gateway route table.
|
default ReportInstanceStatusResponse |
reportInstanceStatus(Consumer<ReportInstanceStatusRequest.Builder> reportInstanceStatusRequest)
Submits feedback about the status of an instance.
|
default ReportInstanceStatusResponse |
reportInstanceStatus(ReportInstanceStatusRequest reportInstanceStatusRequest)
Submits feedback about the status of an instance.
|
default RequestSpotFleetResponse |
requestSpotFleet(Consumer<RequestSpotFleetRequest.Builder> requestSpotFleetRequest)
Creates a Spot Fleet request.
|
default RequestSpotFleetResponse |
requestSpotFleet(RequestSpotFleetRequest requestSpotFleetRequest)
Creates a Spot Fleet request.
|
default RequestSpotInstancesResponse |
requestSpotInstances(Consumer<RequestSpotInstancesRequest.Builder> requestSpotInstancesRequest)
Creates a Spot Instance request.
|
default RequestSpotInstancesResponse |
requestSpotInstances(RequestSpotInstancesRequest requestSpotInstancesRequest)
Creates a Spot Instance request.
|
default ResetEbsDefaultKmsKeyIdResponse |
resetEbsDefaultKmsKeyId(Consumer<ResetEbsDefaultKmsKeyIdRequest.Builder> resetEbsDefaultKmsKeyIdRequest)
Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS
managed CMK for EBS.
|
default ResetEbsDefaultKmsKeyIdResponse |
resetEbsDefaultKmsKeyId(ResetEbsDefaultKmsKeyIdRequest resetEbsDefaultKmsKeyIdRequest)
Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS
managed CMK for EBS.
|
default ResetFpgaImageAttributeResponse |
resetFpgaImageAttribute(Consumer<ResetFpgaImageAttributeRequest.Builder> resetFpgaImageAttributeRequest)
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.
|
default ResetFpgaImageAttributeResponse |
resetFpgaImageAttribute(ResetFpgaImageAttributeRequest resetFpgaImageAttributeRequest)
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.
|
default ResetImageAttributeResponse |
resetImageAttribute(Consumer<ResetImageAttributeRequest.Builder> resetImageAttributeRequest)
Resets an attribute of an AMI to its default value.
|
default ResetImageAttributeResponse |
resetImageAttribute(ResetImageAttributeRequest resetImageAttributeRequest)
Resets an attribute of an AMI to its default value.
|
default ResetInstanceAttributeResponse |
resetInstanceAttribute(Consumer<ResetInstanceAttributeRequest.Builder> resetInstanceAttributeRequest)
Resets an attribute of an instance to its default value.
|
default ResetInstanceAttributeResponse |
resetInstanceAttribute(ResetInstanceAttributeRequest resetInstanceAttributeRequest)
Resets an attribute of an instance to its default value.
|
default ResetNetworkInterfaceAttributeResponse |
resetNetworkInterfaceAttribute(Consumer<ResetNetworkInterfaceAttributeRequest.Builder> resetNetworkInterfaceAttributeRequest)
Resets a network interface attribute.
|
default ResetNetworkInterfaceAttributeResponse |
resetNetworkInterfaceAttribute(ResetNetworkInterfaceAttributeRequest resetNetworkInterfaceAttributeRequest)
Resets a network interface attribute.
|
default ResetSnapshotAttributeResponse |
resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest)
Resets permission settings for the specified snapshot.
|
default ResetSnapshotAttributeResponse |
resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
Resets permission settings for the specified snapshot.
|
default 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 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 RevokeClientVpnIngressResponse |
revokeClientVpnIngress(Consumer<RevokeClientVpnIngressRequest.Builder> revokeClientVpnIngressRequest)
Removes an ingress authorization rule from a Client VPN endpoint.
|
default RevokeClientVpnIngressResponse |
revokeClientVpnIngress(RevokeClientVpnIngressRequest revokeClientVpnIngressRequest)
Removes an ingress authorization rule from a Client VPN endpoint.
|
default RevokeSecurityGroupEgressResponse |
revokeSecurityGroupEgress(Consumer<RevokeSecurityGroupEgressRequest.Builder> revokeSecurityGroupEgressRequest)
[VPC only] Removes the specified egress rules from a security group for EC2-VPC.
|
default RevokeSecurityGroupEgressResponse |
revokeSecurityGroupEgress(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest)
[VPC only] Removes the specified egress rules from a security group for EC2-VPC.
|
default RevokeSecurityGroupIngressResponse |
revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest)
Removes the specified ingress rules from a security group.
|
default RevokeSecurityGroupIngressResponse |
revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes the specified ingress rules from a security group.
|
default RunInstancesResponse |
runInstances(Consumer<RunInstancesRequest.Builder> runInstancesRequest)
Launches the specified number of instances using an AMI for which you have permissions.
|
default RunInstancesResponse |
runInstances(RunInstancesRequest runInstancesRequest)
Launches the specified number of instances using an AMI for which you have permissions.
|
default RunScheduledInstancesResponse |
runScheduledInstances(Consumer<RunScheduledInstancesRequest.Builder> runScheduledInstancesRequest)
Launches the specified Scheduled Instances.
|
default RunScheduledInstancesResponse |
runScheduledInstances(RunScheduledInstancesRequest runScheduledInstancesRequest)
Launches the specified Scheduled Instances.
|
default SearchTransitGatewayRoutesResponse |
searchTransitGatewayRoutes(Consumer<SearchTransitGatewayRoutesRequest.Builder> searchTransitGatewayRoutesRequest)
Searches for routes in the specified transit gateway route table.
|
default SearchTransitGatewayRoutesResponse |
searchTransitGatewayRoutes(SearchTransitGatewayRoutesRequest searchTransitGatewayRoutesRequest)
Searches for routes in the specified transit gateway route table.
|
default SendDiagnosticInterruptResponse |
sendDiagnosticInterrupt(Consumer<SendDiagnosticInterruptRequest.Builder> sendDiagnosticInterruptRequest)
Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux
instances), or a blue screen/stop error (on Windows instances).
|
default SendDiagnosticInterruptResponse |
sendDiagnosticInterrupt(SendDiagnosticInterruptRequest sendDiagnosticInterruptRequest)
Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux
instances), or a blue screen/stop error (on Windows instances).
|
static ServiceMetadata |
serviceMetadata() |
default StartInstancesResponse |
startInstances(Consumer<StartInstancesRequest.Builder> startInstancesRequest)
Starts an Amazon EBS-backed instance that you've previously stopped.
|
default StartInstancesResponse |
startInstances(StartInstancesRequest startInstancesRequest)
Starts an Amazon EBS-backed instance that you've previously stopped.
|
default StopInstancesResponse |
stopInstances(Consumer<StopInstancesRequest.Builder> stopInstancesRequest)
Stops an Amazon EBS-backed instance.
|
default StopInstancesResponse |
stopInstances(StopInstancesRequest stopInstancesRequest)
Stops an Amazon EBS-backed instance.
|
default TerminateClientVpnConnectionsResponse |
terminateClientVpnConnections(Consumer<TerminateClientVpnConnectionsRequest.Builder> terminateClientVpnConnectionsRequest)
Terminates active Client VPN endpoint connections.
|
default TerminateClientVpnConnectionsResponse |
terminateClientVpnConnections(TerminateClientVpnConnectionsRequest terminateClientVpnConnectionsRequest)
Terminates active Client VPN endpoint connections.
|
default TerminateInstancesResponse |
terminateInstances(Consumer<TerminateInstancesRequest.Builder> terminateInstancesRequest)
Shuts down the specified instances.
|
default TerminateInstancesResponse |
terminateInstances(TerminateInstancesRequest terminateInstancesRequest)
Shuts down the specified instances.
|
default UnassignIpv6AddressesResponse |
unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest)
Unassigns one or more IPv6 addresses from a network interface.
|
default UnassignIpv6AddressesResponse |
unassignIpv6Addresses(UnassignIpv6AddressesRequest unassignIpv6AddressesRequest)
Unassigns one or more IPv6 addresses from a network interface.
|
default UnassignPrivateIpAddressesResponse |
unassignPrivateIpAddresses(Consumer<UnassignPrivateIpAddressesRequest.Builder> unassignPrivateIpAddressesRequest)
Unassigns one or more secondary private IP addresses from a network interface.
|
default UnassignPrivateIpAddressesResponse |
unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest)
Unassigns one or more secondary private IP addresses from a network interface.
|
default UnmonitorInstancesResponse |
unmonitorInstances(Consumer<UnmonitorInstancesRequest.Builder> unmonitorInstancesRequest)
Disables detailed monitoring for a running instance.
|
default UnmonitorInstancesResponse |
unmonitorInstances(UnmonitorInstancesRequest unmonitorInstancesRequest)
Disables detailed monitoring for a running instance.
|
default UpdateSecurityGroupRuleDescriptionsEgressResponse |
updateSecurityGroupRuleDescriptionsEgress(Consumer<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder> updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] Updates the description of an egress (outbound) security group rule.
|
default UpdateSecurityGroupRuleDescriptionsEgressResponse |
updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest)
[VPC only] Updates the description of an egress (outbound) security group rule.
|
default UpdateSecurityGroupRuleDescriptionsIngressResponse |
updateSecurityGroupRuleDescriptionsIngress(Consumer<UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder> updateSecurityGroupRuleDescriptionsIngressRequest)
Updates the description of an ingress (inbound) security group rule.
|
default UpdateSecurityGroupRuleDescriptionsIngressResponse |
updateSecurityGroupRuleDescriptionsIngress(UpdateSecurityGroupRuleDescriptionsIngressRequest updateSecurityGroupRuleDescriptionsIngressRequest)
Updates the description of an ingress (inbound) security group rule.
|
default WithdrawByoipCidrResponse |
withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)
Stops advertising an IPv4 address range that is provisioned as an address pool.
|
default 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 Ec2Client create()
Ec2Client
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static Ec2ClientBuilder builder()
Ec2Client
.default AcceptReservedInstancesExchangeQuoteResponse acceptReservedInstancesExchangeQuote(AcceptReservedInstancesExchangeQuoteRequest acceptReservedInstancesExchangeQuoteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.
acceptReservedInstancesExchangeQuoteRequest
- Contains the parameters for accepting the quote.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AcceptReservedInstancesExchangeQuoteResponse acceptReservedInstancesExchangeQuote(Consumer<AcceptReservedInstancesExchangeQuoteRequest.Builder> acceptReservedInstancesExchangeQuoteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AcceptTransitGatewayVpcAttachmentResponse acceptTransitGatewayVpcAttachment(AcceptTransitGatewayVpcAttachmentRequest acceptTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AcceptTransitGatewayVpcAttachmentResponse acceptTransitGatewayVpcAttachment(Consumer<AcceptTransitGatewayVpcAttachmentRequest.Builder> acceptTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AcceptVpcEndpointConnectionsResponse acceptVpcEndpointConnections(AcceptVpcEndpointConnectionsRequest acceptVpcEndpointConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.
acceptVpcEndpointConnectionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AcceptVpcEndpointConnectionsResponse acceptVpcEndpointConnections(Consumer<AcceptVpcEndpointConnectionsRequest.Builder> acceptVpcEndpointConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AcceptVpcPeeringConnectionResponse acceptVpcPeeringConnection(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the
pending-acceptance
state, and you must be the owner of the peer VPC. Use
DescribeVpcPeeringConnections to view your outstanding VPC peering connection requests.
For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.
acceptVpcPeeringConnectionRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AcceptVpcPeeringConnectionResponse acceptVpcPeeringConnection(Consumer<AcceptVpcPeeringConnectionRequest.Builder> acceptVpcPeeringConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the
pending-acceptance
state, and you must be the owner of the peer VPC. Use
DescribeVpcPeeringConnections to view your outstanding VPC peering connection requests.
For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AdvertiseByoipCidrResponse advertiseByoipCidr(AdvertiseByoipCidrRequest advertiseByoipCidrRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AdvertiseByoipCidrResponse advertiseByoipCidr(Consumer<AdvertiseByoipCidrRequest.Builder> advertiseByoipCidrRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AllocateAddressResponse allocateAddress() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
allocateAddress(AllocateAddressRequest)
,
AWS API
Documentationdefault AllocateAddressResponse allocateAddress(AllocateAddressRequest allocateAddressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AllocateAddressResponse allocateAddress(Consumer<AllocateAddressRequest.Builder> allocateAddressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AllocateHostsResponse allocateHosts(AllocateHostsRequest allocateHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate.
allocateHostsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AllocateHostsResponse allocateHosts(Consumer<AllocateHostsRequest.Builder> allocateHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ApplySecurityGroupsToClientVpnTargetNetworkResponse applySecurityGroupsToClientVpnTargetNetwork(ApplySecurityGroupsToClientVpnTargetNetworkRequest applySecurityGroupsToClientVpnTargetNetworkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing security groups with the specified security groups.
applySecurityGroupsToClientVpnTargetNetworkRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ApplySecurityGroupsToClientVpnTargetNetworkResponse applySecurityGroupsToClientVpnTargetNetwork(Consumer<ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder> applySecurityGroupsToClientVpnTargetNetworkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing security groups with the specified security groups.
This is a convenience which creates an instance of the
ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder
avoiding the need to create one manually via
ApplySecurityGroupsToClientVpnTargetNetworkRequest.builder()
applySecurityGroupsToClientVpnTargetNetworkRequest
- A Consumer
that will call methods on
ApplySecurityGroupsToClientVpnTargetNetworkRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssignIpv6AddressesResponse assignIpv6Addresses(AssignIpv6AddressesRequest assignIpv6AddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide.
assignIpv6AddressesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssignIpv6AddressesResponse assignIpv6Addresses(Consumer<AssignIpv6AddressesRequest.Builder> assignIpv6AddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssignPrivateIpAddressesResponse assignPrivateIpAddresses(AssignPrivateIpAddressesRequest assignPrivateIpAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Assigns one or more secondary private IP addresses to the specified network interface.
You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved.
Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to
another, check network/interfaces/macs/mac/local-ipv4s
in the instance metadata to confirm that the
remapping is complete.
assignPrivateIpAddressesRequest
- Contains the parameters for AssignPrivateIpAddresses.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssignPrivateIpAddressesResponse assignPrivateIpAddresses(Consumer<AssignPrivateIpAddressesRequest.Builder> assignPrivateIpAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Assigns one or more secondary private IP addresses to the specified network interface.
You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved.
Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to
another, check network/interfaces/macs/mac/local-ipv4s
in the instance metadata to confirm that the
remapping is complete.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateAddressResponse associateAddress() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
associateAddress(AssociateAddressRequest)
,
AWS API
Documentationdefault AssociateAddressResponse associateAddress(AssociateAddressRequest associateAddressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateAddressResponse associateAddress(Consumer<AssociateAddressRequest.Builder> associateAddressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateClientVpnTargetNetworkResponse associateClientVpnTargetNetwork(AssociateClientVpnTargetNetworkRequest associateClientVpnTargetNetworkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy.
associateClientVpnTargetNetworkRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateClientVpnTargetNetworkResponse associateClientVpnTargetNetwork(Consumer<AssociateClientVpnTargetNetworkRequest.Builder> associateClientVpnTargetNetworkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy.
This is a convenience which creates an instance of the AssociateClientVpnTargetNetworkRequest.Builder
avoiding the need to create one manually via AssociateClientVpnTargetNetworkRequest.builder()
associateClientVpnTargetNetworkRequest
- A Consumer
that will call methods on AssociateClientVpnTargetNetworkRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateDhcpOptionsResponse associateDhcpOptions(AssociateDhcpOptionsRequest associateDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.
After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.
For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
associateDhcpOptionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateDhcpOptionsResponse associateDhcpOptions(Consumer<AssociateDhcpOptionsRequest.Builder> associateDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC.
After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.
For more information, see DHCP Options Sets in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateIamInstanceProfileResponse associateIamInstanceProfile(AssociateIamInstanceProfileRequest associateIamInstanceProfileRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.
associateIamInstanceProfileRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateIamInstanceProfileResponse associateIamInstanceProfile(Consumer<AssociateIamInstanceProfileRequest.Builder> associateIamInstanceProfileRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateRouteTableResponse associateRouteTable(AssociateRouteTableRequest associateRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateRouteTableResponse associateRouteTable(Consumer<AssociateRouteTableRequest.Builder> associateRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateSubnetCidrBlockResponse associateSubnetCidrBlock(AssociateSubnetCidrBlockRequest associateSubnetCidrBlockRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateSubnetCidrBlockResponse associateSubnetCidrBlock(Consumer<AssociateSubnetCidrBlockRequest.Builder> associateSubnetCidrBlockRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateTransitGatewayRouteTableResponse associateTransitGatewayRouteTable(AssociateTransitGatewayRouteTableRequest associateTransitGatewayRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.
associateTransitGatewayRouteTableRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateTransitGatewayRouteTableResponse associateTransitGatewayRouteTable(Consumer<AssociateTransitGatewayRouteTableRequest.Builder> associateTransitGatewayRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateVpcCidrBlockResponse associateVpcCidrBlock(AssociateVpcCidrBlockRequest associateVpcCidrBlockRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateVpcCidrBlockResponse associateVpcCidrBlock(Consumer<AssociateVpcCidrBlockRequest.Builder> associateVpcCidrBlockRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachClassicLinkVpcResponse attachClassicLinkVpc(AttachClassicLinkVpcRequest attachClassicLinkVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachClassicLinkVpcResponse attachClassicLinkVpc(Consumer<AttachClassicLinkVpcRequest.Builder> attachClassicLinkVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachInternetGatewayResponse attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachInternetGatewayResponse attachInternetGateway(Consumer<AttachInternetGatewayRequest.Builder> attachInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachNetworkInterfaceResponse attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Attaches a network interface to an instance.
attachNetworkInterfaceRequest
- Contains the parameters for AttachNetworkInterface.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachNetworkInterfaceResponse attachNetworkInterface(Consumer<AttachNetworkInterfaceRequest.Builder> attachNetworkInterfaceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachVolumeResponse attachVolume(AttachVolumeRequest attachVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.
Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
After you attach an EBS volume, you must make it available. For more information, see Making an EBS Volume Available For Use.
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, see Attaching Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide.
attachVolumeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachVolumeResponse attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.
Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
After you attach an EBS volume, you must make it available. For more information, see Making an EBS Volume Available For Use.
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, 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachVpnGatewayResponse attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
attachVpnGatewayRequest
- Contains the parameters for AttachVpnGateway.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AttachVpnGatewayResponse attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
This is a convenience which creates an instance of the AttachVpnGatewayRequest.Builder
avoiding the need
to create one manually via AttachVpnGatewayRequest.builder()
attachVpnGatewayRequest
- A Consumer
that will call methods on AttachVpnGatewayRequest.Builder
to create a request.
Contains the parameters for AttachVpnGateway.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AuthorizeClientVpnIngressResponse authorizeClientVpnIngress(AuthorizeClientVpnIngressRequest authorizeClientVpnIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in AWS or on-premises networks.
authorizeClientVpnIngressRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AuthorizeClientVpnIngressResponse authorizeClientVpnIngress(Consumer<AuthorizeClientVpnIngressRequest.Builder> authorizeClientVpnIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in AWS or on-premises networks.
This is a convenience which creates an instance of the AuthorizeClientVpnIngressRequest.Builder
avoiding
the need to create one manually via AuthorizeClientVpnIngressRequest.builder()
authorizeClientVpnIngressRequest
- A Consumer
that will call methods on AuthorizeClientVpnIngressRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AuthorizeSecurityGroupEgressResponse authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[VPC only] Adds the specified egress rules to a security group for use with a VPC.
An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances associated with the specified destination security groups.
You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.
Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.
For more information about VPC security group limits, see Amazon VPC Limits.
authorizeSecurityGroupEgressRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AuthorizeSecurityGroupEgressResponse authorizeSecurityGroupEgress(Consumer<AuthorizeSecurityGroupEgressRequest.Builder> authorizeSecurityGroupEgressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[VPC only] Adds the specified egress rules to a security group for use with a VPC.
An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances associated with the specified destination security groups.
You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.
Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.
For more information about VPC security group limits, see Amazon VPC Limits.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AuthorizeSecurityGroupIngressResponse authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Adds the specified ingress rules to a security group.
An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address ranges, or from the instances associated with the specified destination security groups.
You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes.
Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
For more information about VPC security group limits, see Amazon VPC Limits.
authorizeSecurityGroupIngressRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AuthorizeSecurityGroupIngressResponse authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Adds the specified ingress rules to a security group.
An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address ranges, or from the instances associated with the specified destination security groups.
You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes.
Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.
For more information about VPC security group limits, see Amazon VPC Limits.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default BundleInstanceResponse bundleInstance(BundleInstanceRequest bundleInstanceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Bundles an Amazon instance store-backed Windows instance.
During bundling, only the root device volume (C:\) is bundled. Data on other instance store volumes is not preserved.
This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.
bundleInstanceRequest
- Contains the parameters for BundleInstance.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default BundleInstanceResponse bundleInstance(Consumer<BundleInstanceRequest.Builder> bundleInstanceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Bundles an Amazon instance store-backed Windows instance.
During bundling, only the root device volume (C:\) is bundled. Data on other instance store volumes is not preserved.
This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelBundleTaskResponse cancelBundleTask(CancelBundleTaskRequest cancelBundleTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels a bundling operation for an instance store-backed Windows instance.
cancelBundleTaskRequest
- Contains the parameters for CancelBundleTask.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelBundleTaskResponse cancelBundleTask(Consumer<CancelBundleTaskRequest.Builder> cancelBundleTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelCapacityReservationResponse cancelCapacityReservation(CancelCapacityReservationRequest cancelCapacityReservationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity
Reservation's state to cancelled
.
Instances running in the reserved capacity continue running until you stop them. Stopped instances that target the Capacity Reservation can no longer launch. Modify these instances to either target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation that has matching attributes and sufficient capacity.
cancelCapacityReservationRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelCapacityReservationResponse cancelCapacityReservation(Consumer<CancelCapacityReservationRequest.Builder> cancelCapacityReservationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity
Reservation's state to cancelled
.
Instances running in the reserved capacity continue running until you stop them. Stopped instances that target the Capacity Reservation can no longer launch. Modify these instances to either target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation that has matching attributes and sufficient capacity.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelConversionTaskResponse cancelConversionTask(CancelConversionTaskRequest cancelConversionTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.
For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI.
cancelConversionTaskRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelConversionTaskResponse cancelConversionTask(Consumer<CancelConversionTaskRequest.Builder> cancelConversionTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.
For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelExportTaskResponse cancelExportTask(CancelExportTaskRequest cancelExportTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.
cancelExportTaskRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelExportTaskResponse cancelExportTask(Consumer<CancelExportTaskRequest.Builder> cancelExportTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelImportTaskResponse cancelImportTask(CancelImportTaskRequest cancelImportTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels an in-process import virtual machine or import snapshot task.
cancelImportTaskRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelImportTaskResponse cancelImportTask(Consumer<CancelImportTaskRequest.Builder> cancelImportTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelReservedInstancesListingResponse cancelReservedInstancesListing(CancelReservedInstancesListingRequest cancelReservedInstancesListingRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelReservedInstancesListingResponse cancelReservedInstancesListing(Consumer<CancelReservedInstancesListingRequest.Builder> cancelReservedInstancesListingRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelSpotFleetRequestsResponse cancelSpotFleetRequests(CancelSpotFleetRequestsRequest cancelSpotFleetRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels the specified Spot Fleet requests.
After you cancel a Spot Fleet request, the Spot Fleet launches no new 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelSpotFleetRequestsResponse cancelSpotFleetRequests(Consumer<CancelSpotFleetRequestsRequest.Builder> cancelSpotFleetRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels the specified Spot Fleet requests.
After you cancel a Spot Fleet request, the Spot Fleet launches no new 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelSpotInstanceRequestsResponse cancelSpotInstanceRequests(CancelSpotInstanceRequestsRequest cancelSpotInstanceRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels one or more Spot Instance requests.
Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.
cancelSpotInstanceRequestsRequest
- Contains the parameters for CancelSpotInstanceRequests.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CancelSpotInstanceRequestsResponse cancelSpotInstanceRequests(Consumer<CancelSpotInstanceRequestsRequest.Builder> cancelSpotInstanceRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Cancels one or more Spot Instance requests.
Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ConfirmProductInstanceResponse confirmProductInstance(ConfirmProductInstanceRequest confirmProductInstanceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support.
confirmProductInstanceRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ConfirmProductInstanceResponse confirmProductInstance(Consumer<ConfirmProductInstanceRequest.Builder> confirmProductInstanceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CopyFpgaImageResponse copyFpgaImage(CopyFpgaImageRequest copyFpgaImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Copies the specified Amazon FPGA Image (AFI) to the current Region.
copyFpgaImageRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CopyFpgaImageResponse copyFpgaImage(Consumer<CopyFpgaImageRequest.Builder> copyFpgaImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CopyImageResponse copyImage(CopyImageRequest copyImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CopyImageResponse copyImage(Consumer<CopyImageRequest.Builder> copyImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CopySnapshotResponse copySnapshot(CopySnapshotRequest copySnapshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy 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).
Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for the snapshot copy operation. By default, encrypted snapshot copies use the default AWS Key Management Service (AWS KMS) customer master key (CMK); however, you can specify a different CMK.
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CopySnapshotResponse copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy 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).
Copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for the snapshot copy operation. By default, encrypted snapshot copies use the default AWS Key Management Service (AWS KMS) customer master key (CMK); however, you can specify a different CMK.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateCapacityReservationResponse createCapacityReservation(CreateCapacityReservationRequest createCapacityReservationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a new Capacity Reservation with the specified attributes.
Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see Capacity Reservations in the Amazon 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateCapacityReservationResponse createCapacityReservation(Consumer<CreateCapacityReservationRequest.Builder> createCapacityReservationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a new Capacity Reservation with the specified attributes.
Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see Capacity Reservations in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateClientVpnEndpointResponse createClientVpnEndpoint(CreateClientVpnEndpointRequest createClientVpnEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.
createClientVpnEndpointRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateClientVpnEndpointResponse createClientVpnEndpoint(Consumer<CreateClientVpnEndpointRequest.Builder> createClientVpnEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.
This is a convenience which creates an instance of the CreateClientVpnEndpointRequest.Builder
avoiding
the need to create one manually via CreateClientVpnEndpointRequest.builder()
createClientVpnEndpointRequest
- A Consumer
that will call methods on CreateClientVpnEndpointRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateClientVpnRouteResponse createClientVpnRoute(CreateClientVpnRouteRequest createClientVpnRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.
createClientVpnRouteRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateClientVpnRouteResponse createClientVpnRoute(Consumer<CreateClientVpnRouteRequest.Builder> createClientVpnRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.
This is a convenience which creates an instance of the CreateClientVpnRouteRequest.Builder
avoiding the
need to create one manually via CreateClientVpnRouteRequest.builder()
createClientVpnRouteRequest
- A Consumer
that will call methods on CreateClientVpnRouteRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateCustomerGatewayResponse createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 can be behind a device performing network address translation (NAT).
For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN (in the 64512 - 65534 range).
Amazon EC2 supports all 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, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. Identical requests return information about the existing customer gateway and do not create new customer gateways.
createCustomerGatewayRequest
- Contains the parameters for CreateCustomerGateway.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateCustomerGatewayResponse createCustomerGateway(Consumer<CreateCustomerGatewayRequest.Builder> createCustomerGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 can be behind a device performing network address translation (NAT).
For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN (in the 64512 - 65534 range).
Amazon EC2 supports all 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, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. Identical requests return information about the existing customer gateway and do not create new customer gateways.
This is a convenience which creates an instance of the CreateCustomerGatewayRequest.Builder
avoiding the
need to create one manually via CreateCustomerGatewayRequest.builder()
createCustomerGatewayRequest
- A Consumer
that will call methods on CreateCustomerGatewayRequest.Builder
to create a
request. Contains the parameters for CreateCustomerGateway.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDefaultSubnetResponse createDefaultSubnet(CreateDefaultSubnetRequest createDefaultSubnetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a default subnet with a size /20
IPv4 CIDR block in the specified Availability Zone in your
default VPC. You can have only one default subnet per Availability Zone. For more information, see Creating a Default
Subnet in the Amazon Virtual Private Cloud User Guide.
createDefaultSubnetRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDefaultSubnetResponse createDefaultSubnet(Consumer<CreateDefaultSubnetRequest.Builder> createDefaultSubnetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a default subnet with a size /20
IPv4 CIDR block in the specified Availability Zone in your
default VPC. You can have only one default subnet per Availability Zone. For more information, see 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDefaultVpcResponse createDefaultVpc() throws AwsServiceException, SdkClientException, Ec2Exception
Creates a default VPC with a size /16
IPv4 CIDR block and a default subnet in each Availability
Zone. For more information about the components of a default VPC, see Default 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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
createDefaultVpc(CreateDefaultVpcRequest)
,
AWS API
Documentationdefault CreateDefaultVpcResponse createDefaultVpc(CreateDefaultVpcRequest createDefaultVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a default VPC with a size /16
IPv4 CIDR block and a default subnet in each Availability
Zone. For more information about the components of a default VPC, see Default 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDefaultVpcResponse createDefaultVpc(Consumer<CreateDefaultVpcRequest.Builder> createDefaultVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a default VPC with a size /16
IPv4 CIDR block and a default subnet in each Availability
Zone. For more information about the components of a default VPC, see Default 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDhcpOptionsResponse createDhcpOptions(CreateDhcpOptionsRequest createDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132.
domain-name-servers
- The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The
default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the
IP addresses in a single parameter, separated by commas. To have your instance receive a custom DNS hostname as
specified in domain-name
, you must set domain-name-servers
to a custom DNS server.
domain-name
- If you're using AmazonProvidedDNS in us-east-1
, specify
ec2.internal
. If you're using AmazonProvidedDNS in another Region, specify
region.compute.internal
(for example, ap-northeast-1.compute.internal
). Otherwise,
specify a domain name (for example, 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDhcpOptionsResponse createDhcpOptions(Consumer<CreateDhcpOptionsRequest.Builder> createDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132.
domain-name-servers
- The IP addresses of up to four domain name servers, or AmazonProvidedDNS. The
default DHCP option set specifies AmazonProvidedDNS. If specifying more than one domain name server, specify the
IP addresses in a single parameter, separated by commas. To have your instance receive a custom DNS hostname as
specified in domain-name
, you must set domain-name-servers
to a custom DNS server.
domain-name
- If you're using AmazonProvidedDNS in us-east-1
, specify
ec2.internal
. If you're using AmazonProvidedDNS in another Region, specify
region.compute.internal
(for example, ap-northeast-1.compute.internal
). Otherwise,
specify a domain name (for example, 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateEgressOnlyInternetGatewayResponse createEgressOnlyInternetGateway(CreateEgressOnlyInternetGatewayRequest createEgressOnlyInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.
createEgressOnlyInternetGatewayRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateEgressOnlyInternetGatewayResponse createEgressOnlyInternetGateway(Consumer<CreateEgressOnlyInternetGatewayRequest.Builder> createEgressOnlyInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateFleetResponse createFleet(CreateFleetRequest createFleetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateFleetResponse createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateFlowLogsResponse createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.
Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow Log Records in the Amazon Virtual Private Cloud User Guide.
When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket.
For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.
createFlowLogsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateFlowLogsResponse createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.
Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow Log Records in the Amazon Virtual Private Cloud User Guide.
When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket.
For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the CreateFlowLogsRequest.Builder
avoiding the need to
create one manually via CreateFlowLogsRequest.builder()
createFlowLogsRequest
- A Consumer
that will call methods on CreateFlowLogsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateFpgaImageResponse createFpgaImage(CreateFpgaImageRequest createFpgaImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs.
An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the AWS FPGA Hardware Development Kit.
createFpgaImageRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateFpgaImageResponse createFpgaImage(Consumer<CreateFpgaImageRequest.Builder> createFpgaImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs.
An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateImageResponse createImage(CreateImageRequest createImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
If you customized your instance with instance store volumes or 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateImageResponse createImage(Consumer<CreateImageRequest.Builder> createImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
If you customized your instance with instance store volumes or 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInstanceExportTaskResponse createInstanceExportTask(CreateInstanceExportTaskRequest createInstanceExportTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInstanceExportTaskResponse createInstanceExportTask(Consumer<CreateInstanceExportTaskRequest.Builder> createInstanceExportTaskRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInternetGatewayResponse createInternetGateway() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
createInternetGateway(CreateInternetGatewayRequest)
,
AWS API
Documentationdefault CreateInternetGatewayResponse createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInternetGatewayResponse createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateKeyPairResponse createKeyPair(CreateKeyPairRequest createKeyPairRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateKeyPairResponse createKeyPair(Consumer<CreateKeyPairRequest.Builder> createKeyPairRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateLaunchTemplateResponse createLaunchTemplate(CreateLaunchTemplateRequest createLaunchTemplateRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a launch template. A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request.
createLaunchTemplateRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateLaunchTemplateResponse createLaunchTemplate(Consumer<CreateLaunchTemplateRequest.Builder> createLaunchTemplateRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a launch template. A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateLaunchTemplateVersionResponse createLaunchTemplateVersion(CreateLaunchTemplateVersionRequest createLaunchTemplateVersionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateLaunchTemplateVersionResponse createLaunchTemplateVersion(Consumer<CreateLaunchTemplateVersionRequest.Builder> createLaunchTemplateVersionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNatGatewayResponse createNatGateway(CreateNatGatewayRequest createNatGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNatGatewayResponse createNatGateway(Consumer<CreateNatGatewayRequest.Builder> createNatGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNetworkAclResponse createNetworkAcl(CreateNetworkAclRequest createNetworkAclRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
createNetworkAclRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNetworkAclResponse createNetworkAcl(Consumer<CreateNetworkAclRequest.Builder> createNetworkAclRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.
For more information, see Network ACLs in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNetworkAclEntryResponse createNetworkAclEntry(CreateNetworkAclEntryRequest createNetworkAclEntryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules.
We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.
After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.
For more information about network ACLs, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
createNetworkAclEntryRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNetworkAclEntryResponse createNetworkAclEntry(Consumer<CreateNetworkAclEntryRequest.Builder> createNetworkAclEntryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules.
We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.
After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one.
For more information about network ACLs, see Network ACLs in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNetworkInterfaceResponse createNetworkInterface(CreateNetworkInterfaceRequest createNetworkInterfaceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNetworkInterfaceResponse createNetworkInterface(Consumer<CreateNetworkInterfaceRequest.Builder> createNetworkInterfaceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNetworkInterfacePermissionResponse createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateNetworkInterfacePermissionResponse createNetworkInterfacePermission(Consumer<CreateNetworkInterfacePermissionRequest.Builder> createNetworkInterfacePermissionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePlacementGroupResponse createPlacementGroup(CreatePlacementGroupRequest createPlacementGroupRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group.
A cluster
placement group is a logical grouping of instances within a single Availability Zone that
benefit from low network latency, high network throughput. A spread
placement group places instances
on distinct hardware. A partition
placement group places groups of instances in different
partitions, where instances in one partition do not share the same hardware with instances in another partition.
For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
createPlacementGroupRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePlacementGroupResponse createPlacementGroup(Consumer<CreatePlacementGroupRequest.Builder> createPlacementGroupRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group.
A cluster
placement group is a logical grouping of instances within a single Availability Zone that
benefit from low network latency, high network throughput. A spread
placement group places instances
on distinct hardware. A partition
placement group places groups of instances in different
partitions, where instances in one partition do not share the same hardware with instances in another partition.
For more information, see Placement Groups in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateReservedInstancesListingResponse createReservedInstancesListing(CreateReservedInstancesListingRequest createReservedInstancesListingRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the DescribeReservedInstances operation.
Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold.
The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.
To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the DescribeReservedInstancesListings operation.
For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.
createReservedInstancesListingRequest
- Contains the parameters for CreateReservedInstancesListing.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateReservedInstancesListingResponse createReservedInstancesListing(Consumer<CreateReservedInstancesListingRequest.Builder> createReservedInstancesListingRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the DescribeReservedInstances operation.
Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold.
The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.
To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the DescribeReservedInstancesListings operation.
For more information, see Reserved Instance Marketplace in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRouteResponse createRoute(CreateRouteRequest createRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRouteResponse createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRouteTableResponse createRouteTable(CreateRouteTableRequest createRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.
For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
createRouteTableRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateRouteTableResponse createRouteTable(Consumer<CreateRouteTableRequest.Builder> createRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.
For more information, see Route Tables in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSecurityGroupResponse createSecurityGroup(CreateSecurityGroupRequest createSecurityGroupRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a security group.
A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
When you create a security group, you specify a friendly name of your choice. You can have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can't have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name.
You have a default security group for use in EC2-Classic and a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other.
You can add or remove rules from your security groups using AuthorizeSecurityGroupIngress, AuthorizeSecurityGroupEgress, RevokeSecurityGroupIngress, and RevokeSecurityGroupEgress.
For more information about VPC security group limits, see Amazon VPC Limits.
createSecurityGroupRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSecurityGroupResponse createSecurityGroup(Consumer<CreateSecurityGroupRequest.Builder> createSecurityGroupRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a security group.
A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
When you create a security group, you specify a friendly name of your choice. You can have a security group for use in EC2-Classic with the same name as a security group for use in a VPC. However, you can't have two security groups for use in EC2-Classic with the same name or two security groups for use in a VPC with the same name.
You have a default security group for use in EC2-Classic and a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other.
You can add or remove rules from your security groups using AuthorizeSecurityGroupIngress, AuthorizeSecurityGroupEgress, RevokeSecurityGroupIngress, and RevokeSecurityGroupEgress.
For more information about VPC security group limits, see Amazon VPC Limits.
This is a convenience which creates an instance of the CreateSecurityGroupRequest.Builder
avoiding the
need to create one manually via CreateSecurityGroupRequest.builder()
createSecurityGroupRequest
- A Consumer
that will call methods on CreateSecurityGroupRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSnapshotResponse createSnapshot(CreateSnapshotRequest createSnapshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSnapshotResponse createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSnapshotsResponse createSnapshots(CreateSnapshotsRequest createSnapshotsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance. Boot volumes can be excluded by changing the parameters.
createSnapshotsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSnapshotsResponse createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance. Boot volumes can be excluded by changing the parameters.
This is a convenience which creates an instance of the CreateSnapshotsRequest.Builder
avoiding the need
to create one manually via CreateSnapshotsRequest.builder()
createSnapshotsRequest
- A Consumer
that will call methods on CreateSnapshotsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSpotDatafeedSubscriptionResponse createSpotDatafeedSubscription(CreateSpotDatafeedSubscriptionRequest createSpotDatafeedSubscriptionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSpotDatafeedSubscriptionResponse createSpotDatafeedSubscription(Consumer<CreateSpotDatafeedSubscriptionRequest.Builder> createSpotDatafeedSubscriptionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSubnetResponse createSubnet(CreateSubnetRequest createSubnetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateSubnetResponse createSubnet(Consumer<CreateSubnetRequest.Builder> createSubnetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTagsResponse createTags(CreateTagsRequest createTagsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Adds or overwrites the specified 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTagsResponse createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Adds or overwrites the specified 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTrafficMirrorFilterResponse createTrafficMirrorFilter(CreateTrafficMirrorFilterRequest createTrafficMirrorFilterRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Traffic Mirror filter.
A Traffic Mirror filter is a set of rules that defines the traffic to mirror.
By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.
createTrafficMirrorFilterRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTrafficMirrorFilterResponse createTrafficMirrorFilter(Consumer<CreateTrafficMirrorFilterRequest.Builder> createTrafficMirrorFilterRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Traffic Mirror filter.
A Traffic Mirror filter is a set of rules that defines the traffic to mirror.
By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.
This is a convenience which creates an instance of the CreateTrafficMirrorFilterRequest.Builder
avoiding
the need to create one manually via CreateTrafficMirrorFilterRequest.builder()
createTrafficMirrorFilterRequest
- A Consumer
that will call methods on CreateTrafficMirrorFilterRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTrafficMirrorFilterRuleResponse createTrafficMirrorFilterRule(CreateTrafficMirrorFilterRuleRequest createTrafficMirrorFilterRuleRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Traffic Mirror filter rule.
A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.
You need the Traffic Mirror filter ID when you create the rule.
createTrafficMirrorFilterRuleRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTrafficMirrorFilterRuleResponse createTrafficMirrorFilterRule(Consumer<CreateTrafficMirrorFilterRuleRequest.Builder> createTrafficMirrorFilterRuleRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Traffic Mirror filter rule.
A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.
You need the Traffic Mirror filter ID when you create the rule.
This is a convenience which creates an instance of the CreateTrafficMirrorFilterRuleRequest.Builder
avoiding the need to create one manually via CreateTrafficMirrorFilterRuleRequest.builder()
createTrafficMirrorFilterRuleRequest
- A Consumer
that will call methods on CreateTrafficMirrorFilterRuleRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTrafficMirrorSessionResponse createTrafficMirrorSession(CreateTrafficMirrorSessionRequest createTrafficMirrorSessionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Traffic Mirror session.
A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic.
The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway.
By default, no traffic is mirrored. Use CreateTrafficMirrorFilter to create filter rules that specify the traffic to mirror.
createTrafficMirrorSessionRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTrafficMirrorSessionResponse createTrafficMirrorSession(Consumer<CreateTrafficMirrorSessionRequest.Builder> createTrafficMirrorSessionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Traffic Mirror session.
A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic.
The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway.
By default, no traffic is mirrored. Use CreateTrafficMirrorFilter to create filter rules that specify the traffic to mirror.
This is a convenience which creates an instance of the CreateTrafficMirrorSessionRequest.Builder
avoiding
the need to create one manually via CreateTrafficMirrorSessionRequest.builder()
createTrafficMirrorSessionRequest
- A Consumer
that will call methods on CreateTrafficMirrorSessionRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTrafficMirrorTargetResponse createTrafficMirrorTarget(CreateTrafficMirrorTargetRequest createTrafficMirrorTargetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a target for your Traffic Mirror session.
A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.
A Traffic Mirror target can be a network interface, or a Network Load Balancer.
To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession.
createTrafficMirrorTargetRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTrafficMirrorTargetResponse createTrafficMirrorTarget(Consumer<CreateTrafficMirrorTargetRequest.Builder> createTrafficMirrorTargetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a target for your Traffic Mirror session.
A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.
A Traffic Mirror target can be a network interface, or a Network Load Balancer.
To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession.
This is a convenience which creates an instance of the CreateTrafficMirrorTargetRequest.Builder
avoiding
the need to create one manually via CreateTrafficMirrorTargetRequest.builder()
createTrafficMirrorTargetRequest
- A Consumer
that will call methods on CreateTrafficMirrorTargetRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTransitGatewayResponse createTransitGateway() throws AwsServiceException, SdkClientException, Ec2Exception
Creates a transit gateway.
You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After
the transit gateway enters the available
state, you can attach your VPCs and VPN connections to the
transit gateway.
To attach your VPCs, use CreateTransitGatewayVpcAttachment.
To attach a VPN connection, use CreateCustomerGateway to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to CreateVpnConnection.
When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use CreateTransitGatewayRouteTable to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use EnableTransitGatewayRouteTablePropagation to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use AssociateTransitGatewayRouteTable to associate a resource attachment with a transit gateway route table.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
createTransitGateway(CreateTransitGatewayRequest)
,
AWS API
Documentationdefault CreateTransitGatewayResponse createTransitGateway(CreateTransitGatewayRequest createTransitGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a transit gateway.
You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After
the transit gateway enters the available
state, you can attach your VPCs and VPN connections to the
transit gateway.
To attach your VPCs, use CreateTransitGatewayVpcAttachment.
To attach a VPN connection, use CreateCustomerGateway to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to CreateVpnConnection.
When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use CreateTransitGatewayRouteTable to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use EnableTransitGatewayRouteTablePropagation to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use AssociateTransitGatewayRouteTable to associate a resource attachment with a transit gateway route table.
createTransitGatewayRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTransitGatewayResponse createTransitGateway(Consumer<CreateTransitGatewayRequest.Builder> createTransitGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a transit gateway.
You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After
the transit gateway enters the available
state, you can attach your VPCs and VPN connections to the
transit gateway.
To attach your VPCs, use CreateTransitGatewayVpcAttachment.
To attach a VPN connection, use CreateCustomerGateway to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to CreateVpnConnection.
When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use CreateTransitGatewayRouteTable to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use EnableTransitGatewayRouteTablePropagation to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use AssociateTransitGatewayRouteTable to associate a resource attachment with a transit gateway route table.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTransitGatewayRouteResponse createTransitGatewayRoute(CreateTransitGatewayRouteRequest createTransitGatewayRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a static route for the specified transit gateway route table.
createTransitGatewayRouteRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTransitGatewayRouteResponse createTransitGatewayRoute(Consumer<CreateTransitGatewayRouteRequest.Builder> createTransitGatewayRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTransitGatewayRouteTableResponse createTransitGatewayRouteTable(CreateTransitGatewayRouteTableRequest createTransitGatewayRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a route table for the specified transit gateway.
createTransitGatewayRouteTableRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTransitGatewayRouteTableResponse createTransitGatewayRouteTable(Consumer<CreateTransitGatewayRouteTableRequest.Builder> createTransitGatewayRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTransitGatewayVpcAttachmentResponse createTransitGatewayVpcAttachment(CreateTransitGatewayVpcAttachmentRequest createTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Attaches the specified VPC to the specified transit gateway.
If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table.
To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.
createTransitGatewayVpcAttachmentRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateTransitGatewayVpcAttachmentResponse createTransitGatewayVpcAttachment(Consumer<CreateTransitGatewayVpcAttachmentRequest.Builder> createTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Attaches the specified VPC to the specified transit gateway.
If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table.
To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVolumeResponse createVolume(CreateVolumeRequest createVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates an EBS volume that can be attached to an instance in the same Availability Zone. 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. Encrypted volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
You can tag your volumes during creation. For more information, see 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVolumeResponse createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates an EBS volume that can be attached to an instance in the same Availability Zone. 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. Encrypted volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
You can tag your volumes during creation. For more information, see 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcResponse createVpc(CreateVpcRequest createVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcResponse createVpc(Consumer<CreateVpcRequest.Builder> createVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcEndpointResponse createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcEndpointResponse createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcEndpointConnectionNotificationResponse createVpcEndpointConnectionNotification(CreateVpcEndpointConnectionNotificationRequest createVpcEndpointConnectionNotificationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
You can create a connection notification for interface endpoints only.
createVpcEndpointConnectionNotificationRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcEndpointConnectionNotificationResponse createVpcEndpointConnectionNotification(Consumer<CreateVpcEndpointConnectionNotificationRequest.Builder> createVpcEndpointConnectionNotificationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
You can create a connection notification for interface endpoints only.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcEndpointServiceConfigurationResponse createVpcEndpointServiceConfiguration(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcEndpointServiceConfigurationResponse createVpcEndpointServiceConfiguration(Consumer<CreateVpcEndpointServiceConfigurationRequest.Builder> createVpcEndpointServiceConfigurationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcPeeringConnectionResponse createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpcPeeringConnectionResponse createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpnConnectionResponse createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway. The supported
connection type is ipsec.1
.
The response includes information that you need to give to your network administrator to configure your customer gateway.
We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway.
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 Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
createVpnConnectionRequest
- Contains the parameters for CreateVpnConnection.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpnConnectionResponse createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway. The supported
connection type is ipsec.1
.
The response includes information that you need to give to your network administrator to configure your customer gateway.
We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway.
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 Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
This is a convenience which creates an instance of the CreateVpnConnectionRequest.Builder
avoiding the
need to create one manually via CreateVpnConnectionRequest.builder()
createVpnConnectionRequest
- A Consumer
that will call methods on CreateVpnConnectionRequest.Builder
to create a
request. Contains the parameters for CreateVpnConnection.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpnConnectionRouteResponse createVpnConnectionRoute(CreateVpnConnectionRouteRequest createVpnConnectionRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
createVpnConnectionRouteRequest
- Contains the parameters for CreateVpnConnectionRoute.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpnConnectionRouteResponse createVpnConnectionRoute(Consumer<CreateVpnConnectionRouteRequest.Builder> createVpnConnectionRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
This is a convenience which creates an instance of the CreateVpnConnectionRouteRequest.Builder
avoiding
the need to create one manually via CreateVpnConnectionRouteRequest.builder()
createVpnConnectionRouteRequest
- A Consumer
that will call methods on CreateVpnConnectionRouteRequest.Builder
to create a
request. Contains the parameters for CreateVpnConnectionRoute.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpnGatewayResponse createVpnGateway(CreateVpnGatewayRequest createVpnGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
createVpnGatewayRequest
- Contains the parameters for CreateVpnGateway.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateVpnGatewayResponse createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
This is a convenience which creates an instance of the CreateVpnGatewayRequest.Builder
avoiding the need
to create one manually via CreateVpnGatewayRequest.builder()
createVpnGatewayRequest
- A Consumer
that will call methods on CreateVpnGatewayRequest.Builder
to create a request.
Contains the parameters for CreateVpnGateway.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteClientVpnEndpointResponse deleteClientVpnEndpoint(DeleteClientVpnEndpointRequest deleteClientVpnEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Client VPN endpoint. You must disassociate all target networks before you can delete a Client VPN endpoint.
deleteClientVpnEndpointRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteClientVpnEndpointResponse deleteClientVpnEndpoint(Consumer<DeleteClientVpnEndpointRequest.Builder> deleteClientVpnEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Client VPN endpoint. You must disassociate all target networks before you can delete a Client VPN endpoint.
This is a convenience which creates an instance of the DeleteClientVpnEndpointRequest.Builder
avoiding
the need to create one manually via DeleteClientVpnEndpointRequest.builder()
deleteClientVpnEndpointRequest
- A Consumer
that will call methods on DeleteClientVpnEndpointRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteClientVpnRouteResponse deleteClientVpnRoute(DeleteClientVpnRouteRequest deleteClientVpnRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the CreateClientVpnRoute action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.
deleteClientVpnRouteRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteClientVpnRouteResponse deleteClientVpnRoute(Consumer<DeleteClientVpnRouteRequest.Builder> deleteClientVpnRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the CreateClientVpnRoute action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.
This is a convenience which creates an instance of the DeleteClientVpnRouteRequest.Builder
avoiding the
need to create one manually via DeleteClientVpnRouteRequest.builder()
deleteClientVpnRouteRequest
- A Consumer
that will call methods on DeleteClientVpnRouteRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteCustomerGatewayResponse deleteCustomerGateway(DeleteCustomerGatewayRequest deleteCustomerGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.
deleteCustomerGatewayRequest
- Contains the parameters for DeleteCustomerGateway.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteCustomerGatewayResponse deleteCustomerGateway(Consumer<DeleteCustomerGatewayRequest.Builder> deleteCustomerGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteDhcpOptionsResponse deleteDhcpOptions(DeleteDhcpOptionsRequest deleteDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.
deleteDhcpOptionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteDhcpOptionsResponse deleteDhcpOptions(Consumer<DeleteDhcpOptionsRequest.Builder> deleteDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteEgressOnlyInternetGatewayResponse deleteEgressOnlyInternetGateway(DeleteEgressOnlyInternetGatewayRequest deleteEgressOnlyInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes an egress-only internet gateway.
deleteEgressOnlyInternetGatewayRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteEgressOnlyInternetGatewayResponse deleteEgressOnlyInternetGateway(Consumer<DeleteEgressOnlyInternetGatewayRequest.Builder> deleteEgressOnlyInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteFleetsResponse deleteFleets(DeleteFleetsRequest deleteFleetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteFleetsResponse deleteFleets(Consumer<DeleteFleetsRequest.Builder> deleteFleetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteFlowLogsResponse deleteFlowLogs(DeleteFlowLogsRequest deleteFlowLogsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes one or more flow logs.
deleteFlowLogsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteFlowLogsResponse deleteFlowLogs(Consumer<DeleteFlowLogsRequest.Builder> deleteFlowLogsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteFpgaImageResponse deleteFpgaImage(DeleteFpgaImageRequest deleteFpgaImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Amazon FPGA Image (AFI).
deleteFpgaImageRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteFpgaImageResponse deleteFpgaImage(Consumer<DeleteFpgaImageRequest.Builder> deleteFpgaImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteInternetGatewayResponse deleteInternetGateway(DeleteInternetGatewayRequest deleteInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified internet gateway. You must detach the internet gateway from the VPC before you can delete it.
deleteInternetGatewayRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteInternetGatewayResponse deleteInternetGateway(Consumer<DeleteInternetGatewayRequest.Builder> deleteInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteKeyPairResponse deleteKeyPair(DeleteKeyPairRequest deleteKeyPairRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified key pair, by removing the public key from Amazon EC2.
deleteKeyPairRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteKeyPairResponse deleteKeyPair(Consumer<DeleteKeyPairRequest.Builder> deleteKeyPairRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteLaunchTemplateResponse deleteLaunchTemplate(DeleteLaunchTemplateRequest deleteLaunchTemplateRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes a launch template. Deleting a launch template deletes all of its versions.
deleteLaunchTemplateRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteLaunchTemplateResponse deleteLaunchTemplate(Consumer<DeleteLaunchTemplateRequest.Builder> deleteLaunchTemplateRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteLaunchTemplateVersionsResponse deleteLaunchTemplateVersions(DeleteLaunchTemplateVersionsRequest deleteLaunchTemplateVersionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteLaunchTemplateVersionsResponse deleteLaunchTemplateVersions(Consumer<DeleteLaunchTemplateVersionsRequest.Builder> deleteLaunchTemplateVersionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNatGatewayResponse deleteNatGateway(DeleteNatGatewayRequest deleteNatGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNatGatewayResponse deleteNatGateway(Consumer<DeleteNatGatewayRequest.Builder> deleteNatGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNetworkAclResponse deleteNetworkAcl(DeleteNetworkAclRequest deleteNetworkAclRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.
deleteNetworkAclRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNetworkAclResponse deleteNetworkAcl(Consumer<DeleteNetworkAclRequest.Builder> deleteNetworkAclRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNetworkAclEntryResponse deleteNetworkAclEntry(DeleteNetworkAclEntryRequest deleteNetworkAclEntryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified ingress or egress entry (rule) from the specified network ACL.
deleteNetworkAclEntryRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNetworkAclEntryResponse deleteNetworkAclEntry(Consumer<DeleteNetworkAclEntryRequest.Builder> deleteNetworkAclEntryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNetworkInterfaceResponse deleteNetworkInterface(DeleteNetworkInterfaceRequest deleteNetworkInterfaceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified network interface. You must detach the network interface before you can delete it.
deleteNetworkInterfaceRequest
- Contains the parameters for DeleteNetworkInterface.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNetworkInterfaceResponse deleteNetworkInterface(Consumer<DeleteNetworkInterfaceRequest.Builder> deleteNetworkInterfaceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNetworkInterfacePermissionResponse deleteNetworkInterfacePermission(DeleteNetworkInterfacePermissionRequest deleteNetworkInterfacePermissionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes a permission for a network interface. By default, you cannot delete the permission if the account for which you're removing the permission has attached the network interface to an instance. However, you can force delete the permission, regardless of any attachment.
deleteNetworkInterfacePermissionRequest
- Contains the parameters for DeleteNetworkInterfacePermission.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteNetworkInterfacePermissionResponse deleteNetworkInterfacePermission(Consumer<DeleteNetworkInterfacePermissionRequest.Builder> deleteNetworkInterfacePermissionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes a permission for a network interface. By default, you cannot delete the permission if the account for which you're removing the permission has attached the network interface to an instance. However, you can force delete the permission, regardless of any attachment.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeletePlacementGroupResponse deletePlacementGroup(DeletePlacementGroupRequest deletePlacementGroupRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
deletePlacementGroupRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeletePlacementGroupResponse deletePlacementGroup(Consumer<DeletePlacementGroupRequest.Builder> deletePlacementGroupRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information, see Placement Groups in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteQueuedReservedInstancesResponse deleteQueuedReservedInstances(DeleteQueuedReservedInstancesRequest deleteQueuedReservedInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the queued purchases for the specified Reserved Instances.
deleteQueuedReservedInstancesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteQueuedReservedInstancesResponse deleteQueuedReservedInstances(Consumer<DeleteQueuedReservedInstancesRequest.Builder> deleteQueuedReservedInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the queued purchases for the specified Reserved Instances.
This is a convenience which creates an instance of the DeleteQueuedReservedInstancesRequest.Builder
avoiding the need to create one manually via DeleteQueuedReservedInstancesRequest.builder()
deleteQueuedReservedInstancesRequest
- A Consumer
that will call methods on DeleteQueuedReservedInstancesRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteRouteResponse deleteRoute(DeleteRouteRequest deleteRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified route from the specified route table.
deleteRouteRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteRouteResponse deleteRoute(Consumer<DeleteRouteRequest.Builder> deleteRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteRouteTableResponse deleteRouteTable(DeleteRouteTableRequest deleteRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table.
deleteRouteTableRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteRouteTableResponse deleteRouteTable(Consumer<DeleteRouteTableRequest.Builder> deleteRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSecurityGroupResponse deleteSecurityGroup(DeleteSecurityGroupRequest deleteSecurityGroupRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes a security group.
If you attempt to delete a security group that is associated with an instance, or is referenced by another
security group, the operation fails with InvalidGroup.InUse
in EC2-Classic or
DependencyViolation
in EC2-VPC.
deleteSecurityGroupRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSecurityGroupResponse deleteSecurityGroup(Consumer<DeleteSecurityGroupRequest.Builder> deleteSecurityGroupRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSnapshotResponse deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified snapshot.
When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume.
You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.
For more information, see Deleting an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User Guide.
deleteSnapshotRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSnapshotResponse deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified snapshot.
When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume.
You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.
For more information, see 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSpotDatafeedSubscriptionResponse deleteSpotDatafeedSubscription() throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the data feed for Spot Instances.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
deleteSpotDatafeedSubscription(DeleteSpotDatafeedSubscriptionRequest)
,
AWS API Documentationdefault DeleteSpotDatafeedSubscriptionResponse deleteSpotDatafeedSubscription(DeleteSpotDatafeedSubscriptionRequest deleteSpotDatafeedSubscriptionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the data feed for Spot Instances.
deleteSpotDatafeedSubscriptionRequest
- Contains the parameters for DeleteSpotDatafeedSubscription.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSpotDatafeedSubscriptionResponse deleteSpotDatafeedSubscription(Consumer<DeleteSpotDatafeedSubscriptionRequest.Builder> deleteSpotDatafeedSubscriptionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSubnetResponse deleteSubnet(DeleteSubnetRequest deleteSubnetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.
deleteSubnetRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteSubnetResponse deleteSubnet(Consumer<DeleteSubnetRequest.Builder> deleteSubnetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTagsResponse deleteTags(DeleteTagsRequest deleteTagsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTagsResponse deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTrafficMirrorFilterResponse deleteTrafficMirrorFilter(DeleteTrafficMirrorFilterRequest deleteTrafficMirrorFilterRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Traffic Mirror filter.
You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.
deleteTrafficMirrorFilterRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTrafficMirrorFilterResponse deleteTrafficMirrorFilter(Consumer<DeleteTrafficMirrorFilterRequest.Builder> deleteTrafficMirrorFilterRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Traffic Mirror filter.
You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.
This is a convenience which creates an instance of the DeleteTrafficMirrorFilterRequest.Builder
avoiding
the need to create one manually via DeleteTrafficMirrorFilterRequest.builder()
deleteTrafficMirrorFilterRequest
- A Consumer
that will call methods on DeleteTrafficMirrorFilterRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTrafficMirrorFilterRuleResponse deleteTrafficMirrorFilterRule(DeleteTrafficMirrorFilterRuleRequest deleteTrafficMirrorFilterRuleRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Traffic Mirror rule.
deleteTrafficMirrorFilterRuleRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTrafficMirrorFilterRuleResponse deleteTrafficMirrorFilterRule(Consumer<DeleteTrafficMirrorFilterRuleRequest.Builder> deleteTrafficMirrorFilterRuleRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Traffic Mirror rule.
This is a convenience which creates an instance of the DeleteTrafficMirrorFilterRuleRequest.Builder
avoiding the need to create one manually via DeleteTrafficMirrorFilterRuleRequest.builder()
deleteTrafficMirrorFilterRuleRequest
- A Consumer
that will call methods on DeleteTrafficMirrorFilterRuleRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTrafficMirrorSessionResponse deleteTrafficMirrorSession(DeleteTrafficMirrorSessionRequest deleteTrafficMirrorSessionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Traffic Mirror session.
deleteTrafficMirrorSessionRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTrafficMirrorSessionResponse deleteTrafficMirrorSession(Consumer<DeleteTrafficMirrorSessionRequest.Builder> deleteTrafficMirrorSessionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Traffic Mirror session.
This is a convenience which creates an instance of the DeleteTrafficMirrorSessionRequest.Builder
avoiding
the need to create one manually via DeleteTrafficMirrorSessionRequest.builder()
deleteTrafficMirrorSessionRequest
- A Consumer
that will call methods on DeleteTrafficMirrorSessionRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTrafficMirrorTargetResponse deleteTrafficMirrorTarget(DeleteTrafficMirrorTargetRequest deleteTrafficMirrorTargetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Traffic Mirror target.
You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.
deleteTrafficMirrorTargetRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTrafficMirrorTargetResponse deleteTrafficMirrorTarget(Consumer<DeleteTrafficMirrorTargetRequest.Builder> deleteTrafficMirrorTargetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified Traffic Mirror target.
You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.
This is a convenience which creates an instance of the DeleteTrafficMirrorTargetRequest.Builder
avoiding
the need to create one manually via DeleteTrafficMirrorTargetRequest.builder()
deleteTrafficMirrorTargetRequest
- A Consumer
that will call methods on DeleteTrafficMirrorTargetRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTransitGatewayResponse deleteTransitGateway(DeleteTransitGatewayRequest deleteTransitGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified transit gateway.
deleteTransitGatewayRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTransitGatewayResponse deleteTransitGateway(Consumer<DeleteTransitGatewayRequest.Builder> deleteTransitGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTransitGatewayRouteResponse deleteTransitGatewayRoute(DeleteTransitGatewayRouteRequest deleteTransitGatewayRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified route from the specified transit gateway route table.
deleteTransitGatewayRouteRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTransitGatewayRouteResponse deleteTransitGatewayRoute(Consumer<DeleteTransitGatewayRouteRequest.Builder> deleteTransitGatewayRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTransitGatewayRouteTableResponse deleteTransitGatewayRouteTable(DeleteTransitGatewayRouteTableRequest deleteTransitGatewayRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.
deleteTransitGatewayRouteTableRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTransitGatewayRouteTableResponse deleteTransitGatewayRouteTable(Consumer<DeleteTransitGatewayRouteTableRequest.Builder> deleteTransitGatewayRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTransitGatewayVpcAttachmentResponse deleteTransitGatewayVpcAttachment(DeleteTransitGatewayVpcAttachmentRequest deleteTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified VPC attachment.
deleteTransitGatewayVpcAttachmentRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteTransitGatewayVpcAttachmentResponse deleteTransitGatewayVpcAttachment(Consumer<DeleteTransitGatewayVpcAttachmentRequest.Builder> deleteTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVolumeResponse deleteVolume(DeleteVolumeRequest deleteVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified EBS volume. The volume must be in the available
state (not attached to an
instance).
The volume can remain in the deleting
state for several minutes.
For more information, see Deleting an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide.
deleteVolumeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVolumeResponse deleteVolume(Consumer<DeleteVolumeRequest.Builder> deleteVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified EBS volume. The volume must be in the available
state (not attached to an
instance).
The volume can remain in the deleting
state for several minutes.
For more information, see 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcResponse deleteVpc(DeleteVpcRequest deleteVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.
deleteVpcRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcResponse deleteVpc(Consumer<DeleteVpcRequest.Builder> deleteVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcEndpointConnectionNotificationsResponse deleteVpcEndpointConnectionNotifications(DeleteVpcEndpointConnectionNotificationsRequest deleteVpcEndpointConnectionNotificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes one or more VPC endpoint connection notifications.
deleteVpcEndpointConnectionNotificationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcEndpointConnectionNotificationsResponse deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcEndpointServiceConfigurationsResponse deleteVpcEndpointServiceConfigurations(DeleteVpcEndpointServiceConfigurationsRequest deleteVpcEndpointServiceConfigurationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcEndpointServiceConfigurationsResponse deleteVpcEndpointServiceConfigurations(Consumer<DeleteVpcEndpointServiceConfigurationsRequest.Builder> deleteVpcEndpointServiceConfigurationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcEndpointsResponse deleteVpcEndpoints(DeleteVpcEndpointsRequest deleteVpcEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcEndpointsResponse deleteVpcEndpoints(Consumer<DeleteVpcEndpointsRequest.Builder> deleteVpcEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcPeeringConnectionResponse deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can
delete the VPC peering connection if it's in the active
state. The owner of the requester VPC can
delete a VPC peering connection in the pending-acceptance
state. You cannot delete a VPC peering
connection that's in the failed
state.
deleteVpcPeeringConnectionRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpcPeeringConnectionResponse deleteVpcPeeringConnection(Consumer<DeleteVpcPeeringConnectionRequest.Builder> deleteVpcPeeringConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can
delete the VPC peering connection if it's in the active
state. The owner of the requester VPC can
delete a VPC peering connection in the pending-acceptance
state. You cannot delete a VPC peering
connection that's in the failed
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpnConnectionResponse deleteVpnConnection(DeleteVpnConnectionRequest deleteVpnConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified VPN connection.
If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway using the new configuration information returned with the new VPN connection ID.
deleteVpnConnectionRequest
- Contains the parameters for DeleteVpnConnection.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpnConnectionResponse deleteVpnConnection(Consumer<DeleteVpnConnectionRequest.Builder> deleteVpnConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified VPN connection.
If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpnConnectionRouteResponse deleteVpnConnectionRoute(DeleteVpnConnectionRouteRequest deleteVpnConnectionRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.
deleteVpnConnectionRouteRequest
- Contains the parameters for DeleteVpnConnectionRoute.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpnConnectionRouteResponse deleteVpnConnectionRoute(Consumer<DeleteVpnConnectionRouteRequest.Builder> deleteVpnConnectionRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpnGatewayResponse deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVpnGatewayResponse deleteVpnGateway(Consumer<DeleteVpnGatewayRequest.Builder> deleteVpnGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeprovisionByoipCidrResponse deprovisionByoipCidr(DeprovisionByoipCidrRequest deprovisionByoipCidrRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeprovisionByoipCidrResponse deprovisionByoipCidr(Consumer<DeprovisionByoipCidrRequest.Builder> deprovisionByoipCidrRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeregisterImageResponse deregisterImage(DeregisterImageRequest deregisterImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances; 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeregisterImageResponse deregisterImage(Consumer<DeregisterImageRequest.Builder> deregisterImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances; 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeAccountAttributesResponse describeAccountAttributes() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeAccountAttributes(DescribeAccountAttributesRequest)
,
AWS
API Documentationdefault DescribeAccountAttributesResponse describeAccountAttributes(DescribeAccountAttributesRequest describeAccountAttributesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeAccountAttributesResponse describeAccountAttributes(Consumer<DescribeAccountAttributesRequest.Builder> describeAccountAttributesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeAddressesResponse describeAddresses() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeAddresses(DescribeAddressesRequest)
,
AWS API
Documentationdefault DescribeAddressesResponse describeAddresses(DescribeAddressesRequest describeAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
describeAddressesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeAddressesResponse describeAddresses(Consumer<DescribeAddressesRequest.Builder> describeAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Elastic IP addresses or all of your Elastic IP addresses.
An Elastic IP address is for use in either the EC2-Classic platform or in a VPC. For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeAddressesRequest.Builder
avoiding the need
to create one manually via DescribeAddressesRequest.builder()
describeAddressesRequest
- A Consumer
that will call methods on DescribeAddressesRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeAggregateIdFormatResponse describeAggregateIdFormat() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs).
This request only returns information about resource types that support longer IDs.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeAggregateIdFormat(DescribeAggregateIdFormatRequest)
,
AWS
API Documentationdefault DescribeAggregateIdFormatResponse describeAggregateIdFormat(DescribeAggregateIdFormatRequest describeAggregateIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs).
This request only returns information about resource types that support longer IDs.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
describeAggregateIdFormatRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeAggregateIdFormatResponse describeAggregateIdFormat(Consumer<DescribeAggregateIdFormatRequest.Builder> describeAggregateIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs).
This request only returns information about resource types that support longer IDs.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
This is a convenience which creates an instance of the DescribeAggregateIdFormatRequest.Builder
avoiding
the need to create one manually via DescribeAggregateIdFormatRequest.builder()
describeAggregateIdFormatRequest
- A Consumer
that will call methods on DescribeAggregateIdFormatRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeAvailabilityZonesResponse describeAvailabilityZones() throws AwsServiceException, SdkClientException, Ec2Exception
Describes 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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeAvailabilityZones(DescribeAvailabilityZonesRequest)
,
AWS
API Documentationdefault DescribeAvailabilityZonesResponse describeAvailabilityZones(DescribeAvailabilityZonesRequest describeAvailabilityZonesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeAvailabilityZonesResponse describeAvailabilityZones(Consumer<DescribeAvailabilityZonesRequest.Builder> describeAvailabilityZonesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeBundleTasksResponse describeBundleTasks() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified bundle tasks or all of your bundle tasks.
Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can
still register an AMI from it. Just use RegisterImage
with the Amazon S3 bucket name and image
manifest name you provided to the bundle task.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeBundleTasks(DescribeBundleTasksRequest)
,
AWS API
Documentationdefault DescribeBundleTasksResponse describeBundleTasks(DescribeBundleTasksRequest describeBundleTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified bundle tasks or all of your bundle tasks.
Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can
still register an AMI from it. Just use RegisterImage
with the Amazon S3 bucket name and image
manifest name you provided to the bundle task.
describeBundleTasksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeBundleTasksResponse describeBundleTasks(Consumer<DescribeBundleTasksRequest.Builder> describeBundleTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified bundle tasks or all of your bundle tasks.
Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can
still register an AMI from it. Just use RegisterImage
with the Amazon S3 bucket name and image
manifest name you provided to the bundle task.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeByoipCidrsResponse describeByoipCidrs(DescribeByoipCidrsRequest describeByoipCidrsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeByoipCidrsResponse describeByoipCidrs(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeByoipCidrsIterable describeByoipCidrsPaginator(DescribeByoipCidrsRequest describeByoipCidrsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client.describeByoipCidrsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client .describeByoipCidrsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client.describeByoipCidrsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest)
operation.
describeByoipCidrsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeByoipCidrsIterable describeByoipCidrsPaginator(Consumer<DescribeByoipCidrsRequest.Builder> describeByoipCidrsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client.describeByoipCidrsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client .describeByoipCidrsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeByoipCidrsIterable responses = client.describeByoipCidrsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeByoipCidrs(software.amazon.awssdk.services.ec2.model.DescribeByoipCidrsRequest)
operation.
This is a convenience which creates an instance of the DescribeByoipCidrsRequest.Builder
avoiding the
need to create one manually via DescribeByoipCidrsRequest.builder()
describeByoipCidrsRequest
- A Consumer
that will call methods on DescribeByoipCidrsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeCapacityReservationsResponse describeCapacityReservations() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the AWS Region that you're currently using.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeCapacityReservations(DescribeCapacityReservationsRequest)
,
AWS API Documentationdefault DescribeCapacityReservationsResponse describeCapacityReservations(DescribeCapacityReservationsRequest describeCapacityReservationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the AWS Region that you're currently using.
describeCapacityReservationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeCapacityReservationsResponse describeCapacityReservations(Consumer<DescribeCapacityReservationsRequest.Builder> describeCapacityReservationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeCapacityReservationsIterable describeCapacityReservationsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client .describeCapacityReservationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeCapacityReservationsPaginator(DescribeCapacityReservationsRequest)
,
AWS API Documentationdefault DescribeCapacityReservationsIterable describeCapacityReservationsPaginator(DescribeCapacityReservationsRequest describeCapacityReservationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client .describeCapacityReservationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest)
operation.
describeCapacityReservationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeCapacityReservationsIterable describeCapacityReservationsPaginator(Consumer<DescribeCapacityReservationsRequest.Builder> describeCapacityReservationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client .describeCapacityReservationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeCapacityReservationsIterable responses = client.describeCapacityReservationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeCapacityReservations(software.amazon.awssdk.services.ec2.model.DescribeCapacityReservationsRequest)
operation.
This is a convenience which creates an instance of the DescribeCapacityReservationsRequest.Builder
avoiding the need to create one manually via DescribeCapacityReservationsRequest.builder()
describeCapacityReservationsRequest
- A Consumer
that will call methods on DescribeCapacityReservationsRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClassicLinkInstancesResponse describeClassicLinkInstances() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeClassicLinkInstances(DescribeClassicLinkInstancesRequest)
,
AWS API Documentationdefault DescribeClassicLinkInstancesResponse describeClassicLinkInstances(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClassicLinkInstancesResponse describeClassicLinkInstances(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClassicLinkInstancesIterable describeClassicLinkInstancesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.
This is a variant of
describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client .describeClassicLinkInstancesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeClassicLinkInstancesPaginator(DescribeClassicLinkInstancesRequest)
,
AWS API Documentationdefault DescribeClassicLinkInstancesIterable describeClassicLinkInstancesPaginator(DescribeClassicLinkInstancesRequest describeClassicLinkInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.
This is a variant of
describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client .describeClassicLinkInstancesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest)
operation.
describeClassicLinkInstancesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClassicLinkInstancesIterable describeClassicLinkInstancesPaginator(Consumer<DescribeClassicLinkInstancesRequest.Builder> describeClassicLinkInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.
This is a variant of
describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client .describeClassicLinkInstancesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClassicLinkInstancesIterable responses = client.describeClassicLinkInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClassicLinkInstances(software.amazon.awssdk.services.ec2.model.DescribeClassicLinkInstancesRequest)
operation.
This is a convenience which creates an instance of the DescribeClassicLinkInstancesRequest.Builder
avoiding the need to create one manually via DescribeClassicLinkInstancesRequest.builder()
describeClassicLinkInstancesRequest
- A Consumer
that will call methods on DescribeClassicLinkInstancesRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnAuthorizationRulesResponse describeClientVpnAuthorizationRules(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the authorization rules for a specified Client VPN endpoint.
describeClientVpnAuthorizationRulesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnAuthorizationRulesResponse describeClientVpnAuthorizationRules(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the authorization rules for a specified Client VPN endpoint.
This is a convenience which creates an instance of the DescribeClientVpnAuthorizationRulesRequest.Builder
avoiding the need to create one manually via DescribeClientVpnAuthorizationRulesRequest.builder()
describeClientVpnAuthorizationRulesRequest
- A Consumer
that will call methods on DescribeClientVpnAuthorizationRulesRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnAuthorizationRulesIterable describeClientVpnAuthorizationRulesPaginator(DescribeClientVpnAuthorizationRulesRequest describeClientVpnAuthorizationRulesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the authorization rules for a specified Client VPN endpoint.
This is a variant of
describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client.describeClientVpnAuthorizationRulesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client .describeClientVpnAuthorizationRulesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client.describeClientVpnAuthorizationRulesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest)
operation.
describeClientVpnAuthorizationRulesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnAuthorizationRulesIterable describeClientVpnAuthorizationRulesPaginator(Consumer<DescribeClientVpnAuthorizationRulesRequest.Builder> describeClientVpnAuthorizationRulesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the authorization rules for a specified Client VPN endpoint.
This is a variant of
describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client.describeClientVpnAuthorizationRulesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client .describeClientVpnAuthorizationRulesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnAuthorizationRulesIterable responses = client.describeClientVpnAuthorizationRulesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnAuthorizationRules(software.amazon.awssdk.services.ec2.model.DescribeClientVpnAuthorizationRulesRequest)
operation.
This is a convenience which creates an instance of the DescribeClientVpnAuthorizationRulesRequest.Builder
avoiding the need to create one manually via DescribeClientVpnAuthorizationRulesRequest.builder()
describeClientVpnAuthorizationRulesRequest
- A Consumer
that will call methods on DescribeClientVpnAuthorizationRulesRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnConnectionsResponse describeClientVpnConnections(DescribeClientVpnConnectionsRequest describeClientVpnConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.
describeClientVpnConnectionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnConnectionsResponse describeClientVpnConnections(Consumer<DescribeClientVpnConnectionsRequest.Builder> describeClientVpnConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.
This is a convenience which creates an instance of the DescribeClientVpnConnectionsRequest.Builder
avoiding the need to create one manually via DescribeClientVpnConnectionsRequest.builder()
describeClientVpnConnectionsRequest
- A Consumer
that will call methods on DescribeClientVpnConnectionsRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnConnectionsIterable describeClientVpnConnectionsPaginator(DescribeClientVpnConnectionsRequest describeClientVpnConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.
This is a variant of
describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client.describeClientVpnConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client .describeClientVpnConnectionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client.describeClientVpnConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest)
operation.
describeClientVpnConnectionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnConnectionsIterable describeClientVpnConnectionsPaginator(Consumer<DescribeClientVpnConnectionsRequest.Builder> describeClientVpnConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.
This is a variant of
describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client.describeClientVpnConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client .describeClientVpnConnectionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnConnectionsIterable responses = client.describeClientVpnConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnConnections(software.amazon.awssdk.services.ec2.model.DescribeClientVpnConnectionsRequest)
operation.
This is a convenience which creates an instance of the DescribeClientVpnConnectionsRequest.Builder
avoiding the need to create one manually via DescribeClientVpnConnectionsRequest.builder()
describeClientVpnConnectionsRequest
- A Consumer
that will call methods on DescribeClientVpnConnectionsRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnEndpointsResponse describeClientVpnEndpoints() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Client VPN endpoints in the account.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeClientVpnEndpoints(DescribeClientVpnEndpointsRequest)
,
AWS
API Documentationdefault DescribeClientVpnEndpointsResponse describeClientVpnEndpoints(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Client VPN endpoints in the account.
describeClientVpnEndpointsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnEndpointsResponse describeClientVpnEndpoints(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Client VPN endpoints in the account.
This is a convenience which creates an instance of the DescribeClientVpnEndpointsRequest.Builder
avoiding
the need to create one manually via DescribeClientVpnEndpointsRequest.builder()
describeClientVpnEndpointsRequest
- A Consumer
that will call methods on DescribeClientVpnEndpointsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnEndpointsIterable describeClientVpnEndpointsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Client VPN endpoints in the account.
This is a variant of
describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client .describeClientVpnEndpointsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeClientVpnEndpointsPaginator(DescribeClientVpnEndpointsRequest)
,
AWS
API Documentationdefault DescribeClientVpnEndpointsIterable describeClientVpnEndpointsPaginator(DescribeClientVpnEndpointsRequest describeClientVpnEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Client VPN endpoints in the account.
This is a variant of
describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client .describeClientVpnEndpointsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest)
operation.
describeClientVpnEndpointsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnEndpointsIterable describeClientVpnEndpointsPaginator(Consumer<DescribeClientVpnEndpointsRequest.Builder> describeClientVpnEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Client VPN endpoints in the account.
This is a variant of
describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client .describeClientVpnEndpointsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnEndpointsIterable responses = client.describeClientVpnEndpointsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnEndpoints(software.amazon.awssdk.services.ec2.model.DescribeClientVpnEndpointsRequest)
operation.
This is a convenience which creates an instance of the DescribeClientVpnEndpointsRequest.Builder
avoiding
the need to create one manually via DescribeClientVpnEndpointsRequest.builder()
describeClientVpnEndpointsRequest
- A Consumer
that will call methods on DescribeClientVpnEndpointsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnRoutesResponse describeClientVpnRoutes(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the routes for the specified Client VPN endpoint.
describeClientVpnRoutesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnRoutesResponse describeClientVpnRoutes(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the routes for the specified Client VPN endpoint.
This is a convenience which creates an instance of the DescribeClientVpnRoutesRequest.Builder
avoiding
the need to create one manually via DescribeClientVpnRoutesRequest.builder()
describeClientVpnRoutesRequest
- A Consumer
that will call methods on DescribeClientVpnRoutesRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnRoutesIterable describeClientVpnRoutesPaginator(DescribeClientVpnRoutesRequest describeClientVpnRoutesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the routes for the specified Client VPN endpoint.
This is a variant of
describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client.describeClientVpnRoutesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client .describeClientVpnRoutesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client.describeClientVpnRoutesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest)
operation.
describeClientVpnRoutesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnRoutesIterable describeClientVpnRoutesPaginator(Consumer<DescribeClientVpnRoutesRequest.Builder> describeClientVpnRoutesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the routes for the specified Client VPN endpoint.
This is a variant of
describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client.describeClientVpnRoutesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client .describeClientVpnRoutesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnRoutesIterable responses = client.describeClientVpnRoutesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnRoutes(software.amazon.awssdk.services.ec2.model.DescribeClientVpnRoutesRequest)
operation.
This is a convenience which creates an instance of the DescribeClientVpnRoutesRequest.Builder
avoiding
the need to create one manually via DescribeClientVpnRoutesRequest.builder()
describeClientVpnRoutesRequest
- A Consumer
that will call methods on DescribeClientVpnRoutesRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnTargetNetworksResponse describeClientVpnTargetNetworks(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the target networks associated with the specified Client VPN endpoint.
describeClientVpnTargetNetworksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnTargetNetworksResponse describeClientVpnTargetNetworks(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the target networks associated with the specified Client VPN endpoint.
This is a convenience which creates an instance of the DescribeClientVpnTargetNetworksRequest.Builder
avoiding the need to create one manually via DescribeClientVpnTargetNetworksRequest.builder()
describeClientVpnTargetNetworksRequest
- A Consumer
that will call methods on DescribeClientVpnTargetNetworksRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnTargetNetworksIterable describeClientVpnTargetNetworksPaginator(DescribeClientVpnTargetNetworksRequest describeClientVpnTargetNetworksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the target networks associated with the specified Client VPN endpoint.
This is a variant of
describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client.describeClientVpnTargetNetworksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client .describeClientVpnTargetNetworksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client.describeClientVpnTargetNetworksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest)
operation.
describeClientVpnTargetNetworksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeClientVpnTargetNetworksIterable describeClientVpnTargetNetworksPaginator(Consumer<DescribeClientVpnTargetNetworksRequest.Builder> describeClientVpnTargetNetworksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the target networks associated with the specified Client VPN endpoint.
This is a variant of
describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client.describeClientVpnTargetNetworksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client .describeClientVpnTargetNetworksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeClientVpnTargetNetworksIterable responses = client.describeClientVpnTargetNetworksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeClientVpnTargetNetworks(software.amazon.awssdk.services.ec2.model.DescribeClientVpnTargetNetworksRequest)
operation.
This is a convenience which creates an instance of the DescribeClientVpnTargetNetworksRequest.Builder
avoiding the need to create one manually via DescribeClientVpnTargetNetworksRequest.builder()
describeClientVpnTargetNetworksRequest
- A Consumer
that will call methods on DescribeClientVpnTargetNetworksRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeConversionTasksResponse describeConversionTasks() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide.
For information about the import manifest referenced by this API action, see VM Import Manifest.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeConversionTasks(DescribeConversionTasksRequest)
,
AWS
API Documentationdefault DescribeConversionTasksResponse describeConversionTasks(DescribeConversionTasksRequest describeConversionTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide.
For information about the import manifest referenced by this API action, see VM Import Manifest.
describeConversionTasksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeConversionTasksResponse describeConversionTasks(Consumer<DescribeConversionTasksRequest.Builder> describeConversionTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide.
For information about the import manifest referenced by this API action, see VM Import Manifest.
This is a convenience which creates an instance of the DescribeConversionTasksRequest.Builder
avoiding
the need to create one manually via DescribeConversionTasksRequest.builder()
describeConversionTasksRequest
- A Consumer
that will call methods on DescribeConversionTasksRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeCustomerGatewaysResponse describeCustomerGateways() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPN customer gateways.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeCustomerGateways(DescribeCustomerGatewaysRequest)
,
AWS
API Documentationdefault DescribeCustomerGatewaysResponse describeCustomerGateways(DescribeCustomerGatewaysRequest describeCustomerGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPN customer gateways.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
describeCustomerGatewaysRequest
- Contains the parameters for DescribeCustomerGateways.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeCustomerGatewaysResponse describeCustomerGateways(Consumer<DescribeCustomerGatewaysRequest.Builder> describeCustomerGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPN customer gateways.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
This is a convenience which creates an instance of the DescribeCustomerGatewaysRequest.Builder
avoiding
the need to create one manually via DescribeCustomerGatewaysRequest.builder()
describeCustomerGatewaysRequest
- A Consumer
that will call methods on DescribeCustomerGatewaysRequest.Builder
to create a
request. Contains the parameters for DescribeCustomerGateways.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDhcpOptionsResponse describeDhcpOptions() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your DHCP options sets.
For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeDhcpOptions(DescribeDhcpOptionsRequest)
,
AWS API
Documentationdefault DescribeDhcpOptionsResponse describeDhcpOptions(DescribeDhcpOptionsRequest describeDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDhcpOptionsResponse describeDhcpOptions(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDhcpOptionsIterable describeDhcpOptionsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your DHCP options sets.
For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
This is a variant of
describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client .describeDhcpOptionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeDhcpOptionsPaginator(DescribeDhcpOptionsRequest)
,
AWS API
Documentationdefault DescribeDhcpOptionsIterable describeDhcpOptionsPaginator(DescribeDhcpOptionsRequest describeDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your DHCP options sets.
For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
This is a variant of
describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client .describeDhcpOptionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest)
operation.
describeDhcpOptionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDhcpOptionsIterable describeDhcpOptionsPaginator(Consumer<DescribeDhcpOptionsRequest.Builder> describeDhcpOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your DHCP options sets.
For more information, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide.
This is a variant of
describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client .describeDhcpOptionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeDhcpOptionsIterable responses = client.describeDhcpOptionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeDhcpOptions(software.amazon.awssdk.services.ec2.model.DescribeDhcpOptionsRequest)
operation.
This is a convenience which creates an instance of the DescribeDhcpOptionsRequest.Builder
avoiding the
need to create one manually via DescribeDhcpOptionsRequest.builder()
describeDhcpOptionsRequest
- A Consumer
that will call methods on DescribeDhcpOptionsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeEgressOnlyInternetGatewaysResponse describeEgressOnlyInternetGateways() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your egress-only internet gateways.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeEgressOnlyInternetGateways(DescribeEgressOnlyInternetGatewaysRequest)
,
AWS API Documentationdefault DescribeEgressOnlyInternetGatewaysResponse describeEgressOnlyInternetGateways(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your egress-only internet gateways.
describeEgressOnlyInternetGatewaysRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeEgressOnlyInternetGatewaysResponse describeEgressOnlyInternetGateways(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeEgressOnlyInternetGatewaysIterable describeEgressOnlyInternetGatewaysPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your egress-only internet gateways.
This is a variant of
describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client .describeEgressOnlyInternetGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeEgressOnlyInternetGatewaysPaginator(DescribeEgressOnlyInternetGatewaysRequest)
,
AWS API Documentationdefault DescribeEgressOnlyInternetGatewaysIterable describeEgressOnlyInternetGatewaysPaginator(DescribeEgressOnlyInternetGatewaysRequest describeEgressOnlyInternetGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your egress-only internet gateways.
This is a variant of
describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client .describeEgressOnlyInternetGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest)
operation.
describeEgressOnlyInternetGatewaysRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeEgressOnlyInternetGatewaysIterable describeEgressOnlyInternetGatewaysPaginator(Consumer<DescribeEgressOnlyInternetGatewaysRequest.Builder> describeEgressOnlyInternetGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your egress-only internet gateways.
This is a variant of
describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client .describeEgressOnlyInternetGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeEgressOnlyInternetGatewaysIterable responses = client.describeEgressOnlyInternetGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeEgressOnlyInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeEgressOnlyInternetGatewaysRequest)
operation.
This is a convenience which creates an instance of the DescribeEgressOnlyInternetGatewaysRequest.Builder
avoiding the need to create one manually via DescribeEgressOnlyInternetGatewaysRequest.builder()
describeEgressOnlyInternetGatewaysRequest
- A Consumer
that will call methods on DescribeEgressOnlyInternetGatewaysRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeElasticGpusResponse describeElasticGpus() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeElasticGpus(DescribeElasticGpusRequest)
,
AWS API
Documentationdefault DescribeElasticGpusResponse describeElasticGpus(DescribeElasticGpusRequest describeElasticGpusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.
describeElasticGpusRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeElasticGpusResponse describeElasticGpus(Consumer<DescribeElasticGpusRequest.Builder> describeElasticGpusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeExportImageTasksResponse describeExportImageTasks(DescribeExportImageTasksRequest describeExportImageTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified export image tasks or all your export image tasks.
describeExportImageTasksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeExportImageTasksResponse describeExportImageTasks(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified export image tasks or all your export image tasks.
This is a convenience which creates an instance of the DescribeExportImageTasksRequest.Builder
avoiding
the need to create one manually via DescribeExportImageTasksRequest.builder()
describeExportImageTasksRequest
- A Consumer
that will call methods on DescribeExportImageTasksRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeExportImageTasksIterable describeExportImageTasksPaginator(DescribeExportImageTasksRequest describeExportImageTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified export image tasks or all your export image tasks.
This is a variant of
describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client.describeExportImageTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client .describeExportImageTasksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client.describeExportImageTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest)
operation.
describeExportImageTasksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeExportImageTasksIterable describeExportImageTasksPaginator(Consumer<DescribeExportImageTasksRequest.Builder> describeExportImageTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified export image tasks or all your export image tasks.
This is a variant of
describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client.describeExportImageTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client .describeExportImageTasksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeExportImageTasksIterable responses = client.describeExportImageTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeExportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeExportImageTasksRequest)
operation.
This is a convenience which creates an instance of the DescribeExportImageTasksRequest.Builder
avoiding
the need to create one manually via DescribeExportImageTasksRequest.builder()
describeExportImageTasksRequest
- A Consumer
that will call methods on DescribeExportImageTasksRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeExportTasksResponse describeExportTasks() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified export instance tasks or all your export instance tasks.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeExportTasks(DescribeExportTasksRequest)
,
AWS API
Documentationdefault DescribeExportTasksResponse describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified export instance tasks or all your export instance tasks.
describeExportTasksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeExportTasksResponse describeExportTasks(Consumer<DescribeExportTasksRequest.Builder> describeExportTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified export instance tasks or all your export instance tasks.
This is a convenience which creates an instance of the DescribeExportTasksRequest.Builder
avoiding the
need to create one manually via DescribeExportTasksRequest.builder()
describeExportTasksRequest
- A Consumer
that will call methods on DescribeExportTasksRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFastSnapshotRestoresResponse describeFastSnapshotRestores(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the state of fast snapshot restores for your snapshots.
describeFastSnapshotRestoresRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFastSnapshotRestoresResponse describeFastSnapshotRestores(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the state of fast snapshot restores for your snapshots.
This is a convenience which creates an instance of the DescribeFastSnapshotRestoresRequest.Builder
avoiding the need to create one manually via DescribeFastSnapshotRestoresRequest.builder()
describeFastSnapshotRestoresRequest
- A Consumer
that will call methods on DescribeFastSnapshotRestoresRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFastSnapshotRestoresIterable describeFastSnapshotRestoresPaginator(DescribeFastSnapshotRestoresRequest describeFastSnapshotRestoresRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the state of fast snapshot restores for your snapshots.
This is a variant of
describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client.describeFastSnapshotRestoresPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client .describeFastSnapshotRestoresPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client.describeFastSnapshotRestoresPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest)
operation.
describeFastSnapshotRestoresRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFastSnapshotRestoresIterable describeFastSnapshotRestoresPaginator(Consumer<DescribeFastSnapshotRestoresRequest.Builder> describeFastSnapshotRestoresRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the state of fast snapshot restores for your snapshots.
This is a variant of
describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client.describeFastSnapshotRestoresPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client .describeFastSnapshotRestoresPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFastSnapshotRestoresIterable responses = client.describeFastSnapshotRestoresPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFastSnapshotRestores(software.amazon.awssdk.services.ec2.model.DescribeFastSnapshotRestoresRequest)
operation.
This is a convenience which creates an instance of the DescribeFastSnapshotRestoresRequest.Builder
avoiding the need to create one manually via DescribeFastSnapshotRestoresRequest.builder()
describeFastSnapshotRestoresRequest
- A Consumer
that will call methods on DescribeFastSnapshotRestoresRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetHistoryResponse describeFleetHistory(DescribeFleetHistoryRequest describeFleetHistoryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the events for the specified EC2 Fleet during the specified time.
describeFleetHistoryRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetHistoryResponse describeFleetHistory(Consumer<DescribeFleetHistoryRequest.Builder> describeFleetHistoryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetInstancesResponse describeFleetInstances(DescribeFleetInstancesRequest describeFleetInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the running instances for the specified EC2 Fleet.
describeFleetInstancesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetInstancesResponse describeFleetInstances(Consumer<DescribeFleetInstancesRequest.Builder> describeFleetInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetsResponse describeFleets() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EC2 Fleets or all your EC2 Fleets.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeFleets(DescribeFleetsRequest)
,
AWS API
Documentationdefault DescribeFleetsResponse describeFleets(DescribeFleetsRequest describeFleetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EC2 Fleets or all your EC2 Fleets.
describeFleetsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetsResponse describeFleets(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EC2 Fleets or all 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetsIterable describeFleetsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EC2 Fleets or all your EC2 Fleets.
This is a variant of describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeFleetsPaginator(DescribeFleetsRequest)
,
AWS API
Documentationdefault DescribeFleetsIterable describeFleetsPaginator(DescribeFleetsRequest describeFleetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EC2 Fleets or all your EC2 Fleets.
This is a variant of describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest)
operation.
describeFleetsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFleetsIterable describeFleetsPaginator(Consumer<DescribeFleetsRequest.Builder> describeFleetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EC2 Fleets or all your EC2 Fleets.
This is a variant of describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFleetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFleetsIterable responses = client.describeFleetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFleets(software.amazon.awssdk.services.ec2.model.DescribeFleetsRequest)
operation.
This is a convenience which creates an instance of the DescribeFleetsRequest.Builder
avoiding the need to
create one manually via DescribeFleetsRequest.builder()
describeFleetsRequest
- A Consumer
that will call methods on DescribeFleetsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFlowLogsResponse describeFlowLogs() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeFlowLogs(DescribeFlowLogsRequest)
,
AWS API
Documentationdefault DescribeFlowLogsResponse describeFlowLogs(DescribeFlowLogsRequest describeFlowLogsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFlowLogsResponse describeFlowLogs(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFlowLogsIterable describeFlowLogsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
This is a variant of describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeFlowLogsPaginator(DescribeFlowLogsRequest)
,
AWS API
Documentationdefault DescribeFlowLogsIterable describeFlowLogsPaginator(DescribeFlowLogsRequest describeFlowLogsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
This is a variant of describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest)
operation.
describeFlowLogsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFlowLogsIterable describeFlowLogsPaginator(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more flow logs. To view the information in your flow logs (the log streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs API.
This is a variant of describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFlowLogsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFlowLogsIterable responses = client.describeFlowLogsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFlowLogs(software.amazon.awssdk.services.ec2.model.DescribeFlowLogsRequest)
operation.
This is a convenience which creates an instance of the DescribeFlowLogsRequest.Builder
avoiding the need
to create one manually via DescribeFlowLogsRequest.builder()
describeFlowLogsRequest
- A Consumer
that will call methods on DescribeFlowLogsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFpgaImageAttributeResponse describeFpgaImageAttribute(DescribeFpgaImageAttributeRequest describeFpgaImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified attribute of the specified Amazon FPGA Image (AFI).
describeFpgaImageAttributeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFpgaImageAttributeResponse describeFpgaImageAttribute(Consumer<DescribeFpgaImageAttributeRequest.Builder> describeFpgaImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFpgaImagesResponse describeFpgaImages() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeFpgaImages(DescribeFpgaImagesRequest)
,
AWS API
Documentationdefault DescribeFpgaImagesResponse describeFpgaImages(DescribeFpgaImagesRequest describeFpgaImagesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.
describeFpgaImagesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFpgaImagesResponse describeFpgaImages(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFpgaImagesIterable describeFpgaImagesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.
This is a variant of
describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client .describeFpgaImagesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeFpgaImagesPaginator(DescribeFpgaImagesRequest)
,
AWS API
Documentationdefault DescribeFpgaImagesIterable describeFpgaImagesPaginator(DescribeFpgaImagesRequest describeFpgaImagesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.
This is a variant of
describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client .describeFpgaImagesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest)
operation.
describeFpgaImagesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeFpgaImagesIterable describeFpgaImagesPaginator(Consumer<DescribeFpgaImagesRequest.Builder> describeFpgaImagesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other AWS accounts for which you have load permissions.
This is a variant of
describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client .describeFpgaImagesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeFpgaImagesIterable responses = client.describeFpgaImagesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeFpgaImages(software.amazon.awssdk.services.ec2.model.DescribeFpgaImagesRequest)
operation.
This is a convenience which creates an instance of the DescribeFpgaImagesRequest.Builder
avoiding the
need to create one manually via DescribeFpgaImagesRequest.builder()
describeFpgaImagesRequest
- A Consumer
that will call methods on DescribeFpgaImagesRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostReservationOfferingsResponse describeHostReservationOfferings() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Dedicated Host reservations that are available to purchase.
The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts Overview in the Amazon Elastic Compute Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeHostReservationOfferings(DescribeHostReservationOfferingsRequest)
,
AWS API Documentationdefault DescribeHostReservationOfferingsResponse describeHostReservationOfferings(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Dedicated Host reservations that are available to purchase.
The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts Overview in the Amazon Elastic Compute Cloud User Guide.
describeHostReservationOfferingsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostReservationOfferingsResponse describeHostReservationOfferings(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Dedicated Host reservations that are available to purchase.
The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostReservationOfferingsIterable describeHostReservationOfferingsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Dedicated Host reservations that are available to purchase.
The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts Overview in the Amazon Elastic Compute Cloud User Guide.
This is a variant of
describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client .describeHostReservationOfferingsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeHostReservationOfferingsPaginator(DescribeHostReservationOfferingsRequest)
,
AWS API Documentationdefault DescribeHostReservationOfferingsIterable describeHostReservationOfferingsPaginator(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Dedicated Host reservations that are available to purchase.
The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts Overview in the Amazon Elastic Compute Cloud User Guide.
This is a variant of
describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client .describeHostReservationOfferingsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest)
operation.
describeHostReservationOfferingsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostReservationOfferingsIterable describeHostReservationOfferingsPaginator(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Dedicated Host reservations that are available to purchase.
The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts Overview in the Amazon Elastic Compute Cloud User Guide.
This is a variant of
describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client .describeHostReservationOfferingsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationOfferingsIterable responses = client.describeHostReservationOfferingsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeHostReservationOfferings(software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsRequest)
operation.
This is a convenience which creates an instance of the DescribeHostReservationOfferingsRequest.Builder
avoiding the need to create one manually via DescribeHostReservationOfferingsRequest.builder()
describeHostReservationOfferingsRequest
- A Consumer
that will call methods on DescribeHostReservationOfferingsRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostReservationsResponse describeHostReservations() throws AwsServiceException, SdkClientException, Ec2Exception
Describes reservations that are associated with Dedicated Hosts in your account.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeHostReservations(DescribeHostReservationsRequest)
,
AWS
API Documentationdefault DescribeHostReservationsResponse describeHostReservations(DescribeHostReservationsRequest describeHostReservationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes reservations that are associated with Dedicated Hosts in your account.
describeHostReservationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostReservationsResponse describeHostReservations(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostReservationsIterable describeHostReservationsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes reservations that are associated with Dedicated Hosts in your account.
This is a variant of
describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client .describeHostReservationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeHostReservationsPaginator(DescribeHostReservationsRequest)
,
AWS
API Documentationdefault DescribeHostReservationsIterable describeHostReservationsPaginator(DescribeHostReservationsRequest describeHostReservationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes reservations that are associated with Dedicated Hosts in your account.
This is a variant of
describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client .describeHostReservationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest)
operation.
describeHostReservationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostReservationsIterable describeHostReservationsPaginator(Consumer<DescribeHostReservationsRequest.Builder> describeHostReservationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes reservations that are associated with Dedicated Hosts in your account.
This is a variant of
describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client .describeHostReservationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeHostReservationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeHostReservationsIterable responses = client.describeHostReservationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeHostReservations(software.amazon.awssdk.services.ec2.model.DescribeHostReservationsRequest)
operation.
This is a convenience which creates an instance of the DescribeHostReservationsRequest.Builder
avoiding
the need to create one manually via DescribeHostReservationsRequest.builder()
describeHostReservationsRequest
- A Consumer
that will call methods on DescribeHostReservationsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostsResponse describeHosts() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume
capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state
released
.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeHosts(DescribeHostsRequest)
,
AWS API
Documentationdefault DescribeHostsResponse describeHosts(DescribeHostsRequest describeHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume
capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state
released
.
describeHostsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostsResponse describeHosts(Consumer<DescribeHostsRequest.Builder> describeHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume
capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state
released
.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostsIterable describeHostsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume
capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state
released
.
This is a variant of describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeHostsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeHostsPaginator(DescribeHostsRequest)
,
AWS API
Documentationdefault DescribeHostsIterable describeHostsPaginator(DescribeHostsRequest describeHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume
capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state
released
.
This is a variant of describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeHostsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest)
operation.
describeHostsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostsIterable describeHostsPaginator(Consumer<DescribeHostsRequest.Builder> describeHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Dedicated Hosts or all your Dedicated Hosts.
The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume
capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state
released
.
This is a variant of describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeHostsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeHostsIterable responses = client.describeHostsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeHosts(software.amazon.awssdk.services.ec2.model.DescribeHostsRequest)
operation.
This is a convenience which creates an instance of the DescribeHostsRequest.Builder
avoiding the need to
create one manually via DescribeHostsRequest.builder()
describeHostsRequest
- A Consumer
that will call methods on DescribeHostsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeIamInstanceProfileAssociationsResponse describeIamInstanceProfileAssociations() throws AwsServiceException, SdkClientException, Ec2Exception
Describes your IAM instance profile associations.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeIamInstanceProfileAssociations(DescribeIamInstanceProfileAssociationsRequest)
,
AWS API Documentationdefault DescribeIamInstanceProfileAssociationsResponse describeIamInstanceProfileAssociations(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your IAM instance profile associations.
describeIamInstanceProfileAssociationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeIamInstanceProfileAssociationsResponse describeIamInstanceProfileAssociations(Consumer<DescribeIamInstanceProfileAssociationsRequest.Builder> describeIamInstanceProfileAssociationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeIamInstanceProfileAssociationsIterable describeIamInstanceProfileAssociationsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes your IAM instance profile associations.
This is a variant of
describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client .describeIamInstanceProfileAssociationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeIamInstanceProfileAssociationsPaginator(DescribeIamInstanceProfileAssociationsRequest)
,
AWS API Documentationdefault DescribeIamInstanceProfileAssociationsIterable describeIamInstanceProfileAssociationsPaginator(DescribeIamInstanceProfileAssociationsRequest describeIamInstanceProfileAssociationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your IAM instance profile associations.
This is a variant of
describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client .describeIamInstanceProfileAssociationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest)
operation.
describeIamInstanceProfileAssociationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeIamInstanceProfileAssociationsIterable describeIamInstanceProfileAssociationsPaginator(Consumer<DescribeIamInstanceProfileAssociationsRequest.Builder> describeIamInstanceProfileAssociationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your IAM instance profile associations.
This is a variant of
describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client .describeIamInstanceProfileAssociationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeIamInstanceProfileAssociationsIterable responses = client.describeIamInstanceProfileAssociationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeIamInstanceProfileAssociations(software.amazon.awssdk.services.ec2.model.DescribeIamInstanceProfileAssociationsRequest)
operation.
This is a convenience which creates an instance of the
DescribeIamInstanceProfileAssociationsRequest.Builder
avoiding the need to create one manually via
DescribeIamInstanceProfileAssociationsRequest.builder()
describeIamInstanceProfileAssociationsRequest
- A Consumer
that will call methods on DescribeIamInstanceProfileAssociationsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeIdFormatResponse describeIdFormat() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
These settings apply to the IAM user who makes the request; they do not apply to the entire 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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeIdFormat(DescribeIdFormatRequest)
,
AWS API
Documentationdefault DescribeIdFormatResponse describeIdFormat(DescribeIdFormatRequest describeIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
These settings apply to the IAM user who makes the request; they do not apply to the entire 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeIdFormatResponse describeIdFormat(Consumer<DescribeIdFormatRequest.Builder> describeIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
These settings apply to the IAM user who makes the request; they do not apply to the entire 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeIdentityIdFormatResponse describeIdentityIdFormat(DescribeIdentityIdFormatRequest describeIdentityIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
These settings apply to the principal specified in the request. They do not apply to the principal that makes the request.
describeIdentityIdFormatRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeIdentityIdFormatResponse describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
These settings apply to the principal specified in the request. They do not apply to the principal that makes the request.
This is a convenience which creates an instance of the DescribeIdentityIdFormatRequest.Builder
avoiding
the need to create one manually via DescribeIdentityIdFormatRequest.builder()
describeIdentityIdFormatRequest
- A Consumer
that will call methods on DescribeIdentityIdFormatRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImageAttributeResponse describeImageAttribute(DescribeImageAttributeRequest describeImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.
describeImageAttributeRequest
- Contains the parameters for DescribeImageAttribute.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImageAttributeResponse describeImageAttribute(Consumer<DescribeImageAttributeRequest.Builder> describeImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImagesResponse describeImages() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
The images available to you include public images, private images that you own, and private images owned by other AWS accounts for which you have explicit launch permissions.
Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image results in an error indicating that the AMI ID cannot be found.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeImages(DescribeImagesRequest)
,
AWS API
Documentationdefault DescribeImagesResponse describeImages(DescribeImagesRequest describeImagesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
The images available to you include public images, private images that you own, and private images owned by other AWS accounts for which you have explicit launch permissions.
Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image results in an error indicating that the AMI ID cannot be found.
describeImagesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImagesResponse describeImages(Consumer<DescribeImagesRequest.Builder> describeImagesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
The images available to you include public images, private images that you own, and private images owned by other AWS accounts for which you have explicit launch permissions.
Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image results in an error indicating that the AMI ID cannot be found.
This is a convenience which creates an instance of the DescribeImagesRequest.Builder
avoiding the need to
create one manually via DescribeImagesRequest.builder()
describeImagesRequest
- A Consumer
that will call methods on DescribeImagesRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImportImageTasksResponse describeImportImageTasks() throws AwsServiceException, SdkClientException, Ec2Exception
Displays details about an import virtual machine or import snapshot tasks that are already created.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeImportImageTasks(DescribeImportImageTasksRequest)
,
AWS
API Documentationdefault DescribeImportImageTasksResponse describeImportImageTasks(DescribeImportImageTasksRequest describeImportImageTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Displays details about an import virtual machine or import snapshot tasks that are already created.
describeImportImageTasksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImportImageTasksResponse describeImportImageTasks(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImportImageTasksIterable describeImportImageTasksPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Displays details about an import virtual machine or import snapshot tasks that are already created.
This is a variant of
describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client .describeImportImageTasksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeImportImageTasksPaginator(DescribeImportImageTasksRequest)
,
AWS
API Documentationdefault DescribeImportImageTasksIterable describeImportImageTasksPaginator(DescribeImportImageTasksRequest describeImportImageTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Displays details about an import virtual machine or import snapshot tasks that are already created.
This is a variant of
describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client .describeImportImageTasksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest)
operation.
describeImportImageTasksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImportImageTasksIterable describeImportImageTasksPaginator(Consumer<DescribeImportImageTasksRequest.Builder> describeImportImageTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Displays details about an import virtual machine or import snapshot tasks that are already created.
This is a variant of
describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client .describeImportImageTasksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeImportImageTasksIterable responses = client.describeImportImageTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeImportImageTasks(software.amazon.awssdk.services.ec2.model.DescribeImportImageTasksRequest)
operation.
This is a convenience which creates an instance of the DescribeImportImageTasksRequest.Builder
avoiding
the need to create one manually via DescribeImportImageTasksRequest.builder()
describeImportImageTasksRequest
- A Consumer
that will call methods on DescribeImportImageTasksRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImportSnapshotTasksResponse describeImportSnapshotTasks() throws AwsServiceException, SdkClientException, Ec2Exception
Describes your import snapshot tasks.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest)
,
AWS API Documentationdefault DescribeImportSnapshotTasksResponse describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your import snapshot tasks.
describeImportSnapshotTasksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImportSnapshotTasksResponse describeImportSnapshotTasks(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImportSnapshotTasksIterable describeImportSnapshotTasksPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes your import snapshot tasks.
This is a variant of
describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client .describeImportSnapshotTasksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeImportSnapshotTasksPaginator(DescribeImportSnapshotTasksRequest)
,
AWS API Documentationdefault DescribeImportSnapshotTasksIterable describeImportSnapshotTasksPaginator(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your import snapshot tasks.
This is a variant of
describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client .describeImportSnapshotTasksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest)
operation.
describeImportSnapshotTasksRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeImportSnapshotTasksIterable describeImportSnapshotTasksPaginator(Consumer<DescribeImportSnapshotTasksRequest.Builder> describeImportSnapshotTasksRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your import snapshot tasks.
This is a variant of
describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client .describeImportSnapshotTasksPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeImportSnapshotTasksIterable responses = client.describeImportSnapshotTasksPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeImportSnapshotTasks(software.amazon.awssdk.services.ec2.model.DescribeImportSnapshotTasksRequest)
operation.
This is a convenience which creates an instance of the DescribeImportSnapshotTasksRequest.Builder
avoiding the need to create one manually via DescribeImportSnapshotTasksRequest.builder()
describeImportSnapshotTasksRequest
- A Consumer
that will call methods on DescribeImportSnapshotTasksRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceAttributeResponse describeInstanceAttribute(DescribeInstanceAttributeRequest describeInstanceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid
attribute values are: instanceType
| kernel
| ramdisk
|
userData
| disableApiTermination
| instanceInitiatedShutdownBehavior
|
rootDeviceName
| blockDeviceMapping
| productCodes
|
sourceDestCheck
| groupSet
| ebsOptimized
| sriovNetSupport
describeInstanceAttributeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceAttributeResponse describeInstanceAttribute(Consumer<DescribeInstanceAttributeRequest.Builder> describeInstanceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid
attribute values are: instanceType
| kernel
| ramdisk
|
userData
| disableApiTermination
| instanceInitiatedShutdownBehavior
|
rootDeviceName
| blockDeviceMapping
| productCodes
|
sourceDestCheck
| groupSet
| ebsOptimized
| sriovNetSupport
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceCreditSpecificationsResponse describeInstanceCreditSpecifications() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the credit option for CPU usage of the specified 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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeInstanceCreditSpecifications(DescribeInstanceCreditSpecificationsRequest)
,
AWS API Documentationdefault DescribeInstanceCreditSpecificationsResponse describeInstanceCreditSpecifications(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the credit option for CPU usage of the specified 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceCreditSpecificationsResponse describeInstanceCreditSpecifications(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the credit option for CPU usage of the specified 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceCreditSpecificationsIterable describeInstanceCreditSpecificationsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the credit option for CPU usage of the specified 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 variant of
describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client .describeInstanceCreditSpecificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeInstanceCreditSpecificationsPaginator(DescribeInstanceCreditSpecificationsRequest)
,
AWS API Documentationdefault DescribeInstanceCreditSpecificationsIterable describeInstanceCreditSpecificationsPaginator(DescribeInstanceCreditSpecificationsRequest describeInstanceCreditSpecificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the credit option for CPU usage of the specified 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 variant of
describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client .describeInstanceCreditSpecificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest)
operation.
describeInstanceCreditSpecificationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceCreditSpecificationsIterable describeInstanceCreditSpecificationsPaginator(Consumer<DescribeInstanceCreditSpecificationsRequest.Builder> describeInstanceCreditSpecificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the credit option for CPU usage of the specified 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 variant of
describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client .describeInstanceCreditSpecificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceCreditSpecificationsIterable responses = client.describeInstanceCreditSpecificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInstanceCreditSpecifications(software.amazon.awssdk.services.ec2.model.DescribeInstanceCreditSpecificationsRequest)
operation.
This is a convenience which creates an instance of the
DescribeInstanceCreditSpecificationsRequest.Builder
avoiding the need to create one manually via
DescribeInstanceCreditSpecificationsRequest.builder()
describeInstanceCreditSpecificationsRequest
- A Consumer
that will call methods on DescribeInstanceCreditSpecificationsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceStatusResponse describeInstanceStatus() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.
Instance status includes the following components:
Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status Checks for Your Instances and 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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeInstanceStatus(DescribeInstanceStatusRequest)
,
AWS API
Documentationdefault DescribeInstanceStatusResponse describeInstanceStatus(DescribeInstanceStatusRequest describeInstanceStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.
Instance status includes the following components:
Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status Checks for Your Instances and 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceStatusResponse describeInstanceStatus(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.
Instance status includes the following components:
Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status Checks for Your Instances and 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceStatusIterable describeInstanceStatusPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.
Instance status includes the following components:
Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status Checks for Your Instances and 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client .describeInstanceStatusPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeInstanceStatusPaginator(DescribeInstanceStatusRequest)
,
AWS API
Documentationdefault DescribeInstanceStatusIterable describeInstanceStatusPaginator(DescribeInstanceStatusRequest describeInstanceStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.
Instance status includes the following components:
Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status Checks for Your Instances and 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client .describeInstanceStatusPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInstanceStatus(software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusRequest)
operation.
describeInstanceStatusRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstanceStatusIterable describeInstanceStatusPaginator(Consumer<DescribeInstanceStatusRequest.Builder> describeInstanceStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.
Instance status includes the following components:
Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status Checks for Your Instances and 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client .describeInstanceStatusPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInstanceStatusResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInstanceStatusIterable responses = client.describeInstanceStatusPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstancesResponse describeInstances() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified instances or all of AWS account's 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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeInstances(DescribeInstancesRequest)
,
AWS API
Documentationdefault DescribeInstancesResponse describeInstances(DescribeInstancesRequest describeInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified instances or all of AWS account's 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstancesResponse describeInstances(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified instances or all of AWS account's 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstancesIterable describeInstancesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified instances or all of AWS account's 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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client .describeInstancesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeInstancesPaginator(DescribeInstancesRequest)
,
AWS API
Documentationdefault DescribeInstancesIterable describeInstancesPaginator(DescribeInstancesRequest describeInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified instances or all of AWS account's 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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client .describeInstancesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInstances(software.amazon.awssdk.services.ec2.model.DescribeInstancesRequest)
operation.
describeInstancesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInstancesIterable describeInstancesPaginator(Consumer<DescribeInstancesRequest.Builder> describeInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified instances or all of AWS account's 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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client .describeInstancesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInstancesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInstancesIterable responses = client.describeInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInternetGatewaysResponse describeInternetGateways() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your internet gateways.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeInternetGateways(DescribeInternetGatewaysRequest)
,
AWS
API Documentationdefault DescribeInternetGatewaysResponse describeInternetGateways(DescribeInternetGatewaysRequest describeInternetGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your internet gateways.
describeInternetGatewaysRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInternetGatewaysResponse describeInternetGateways(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInternetGatewaysIterable describeInternetGatewaysPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your internet gateways.
This is a variant of
describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client .describeInternetGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeInternetGatewaysPaginator(DescribeInternetGatewaysRequest)
,
AWS
API Documentationdefault DescribeInternetGatewaysIterable describeInternetGatewaysPaginator(DescribeInternetGatewaysRequest describeInternetGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your internet gateways.
This is a variant of
describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client .describeInternetGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest)
operation.
describeInternetGatewaysRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInternetGatewaysIterable describeInternetGatewaysPaginator(Consumer<DescribeInternetGatewaysRequest.Builder> describeInternetGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your internet gateways.
This is a variant of
describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client .describeInternetGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeInternetGatewaysIterable responses = client.describeInternetGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeInternetGateways(software.amazon.awssdk.services.ec2.model.DescribeInternetGatewaysRequest)
operation.
This is a convenience which creates an instance of the DescribeInternetGatewaysRequest.Builder
avoiding
the need to create one manually via DescribeInternetGatewaysRequest.builder()
describeInternetGatewaysRequest
- A Consumer
that will call methods on DescribeInternetGatewaysRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeKeyPairsResponse describeKeyPairs() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified key pairs or all of your key pairs.
For more information about key pairs, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeKeyPairs(DescribeKeyPairsRequest)
,
AWS API
Documentationdefault DescribeKeyPairsResponse describeKeyPairs(DescribeKeyPairsRequest describeKeyPairsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified key pairs or all of your key pairs.
For more information about key pairs, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.
describeKeyPairsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeKeyPairsResponse describeKeyPairs(Consumer<DescribeKeyPairsRequest.Builder> describeKeyPairsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified key pairs or all 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLaunchTemplateVersionsResponse describeLaunchTemplateVersions(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions.
describeLaunchTemplateVersionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLaunchTemplateVersionsResponse describeLaunchTemplateVersions(Consumer<DescribeLaunchTemplateVersionsRequest.Builder> describeLaunchTemplateVersionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLaunchTemplateVersionsIterable describeLaunchTemplateVersionsPaginator(DescribeLaunchTemplateVersionsRequest describeLaunchTemplateVersionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions.
This is a variant of
describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client.describeLaunchTemplateVersionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client .describeLaunchTemplateVersionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client.describeLaunchTemplateVersionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest)
operation.
describeLaunchTemplateVersionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLaunchTemplateVersionsIterable describeLaunchTemplateVersionsPaginator(Consumer<DescribeLaunchTemplateVersionsRequest.Builder> describeLaunchTemplateVersionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions.
This is a variant of
describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client.describeLaunchTemplateVersionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client .describeLaunchTemplateVersionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplateVersionsIterable responses = client.describeLaunchTemplateVersionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeLaunchTemplateVersions(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplateVersionsRequest)
operation.
This is a convenience which creates an instance of the DescribeLaunchTemplateVersionsRequest.Builder
avoiding the need to create one manually via DescribeLaunchTemplateVersionsRequest.builder()
describeLaunchTemplateVersionsRequest
- A Consumer
that will call methods on DescribeLaunchTemplateVersionsRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLaunchTemplatesResponse describeLaunchTemplates() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more launch templates.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeLaunchTemplates(DescribeLaunchTemplatesRequest)
,
AWS
API Documentationdefault DescribeLaunchTemplatesResponse describeLaunchTemplates(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more launch templates.
describeLaunchTemplatesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLaunchTemplatesResponse describeLaunchTemplates(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLaunchTemplatesIterable describeLaunchTemplatesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more launch templates.
This is a variant of
describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client .describeLaunchTemplatesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeLaunchTemplatesPaginator(DescribeLaunchTemplatesRequest)
,
AWS
API Documentationdefault DescribeLaunchTemplatesIterable describeLaunchTemplatesPaginator(DescribeLaunchTemplatesRequest describeLaunchTemplatesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more launch templates.
This is a variant of
describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client .describeLaunchTemplatesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest)
operation.
describeLaunchTemplatesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLaunchTemplatesIterable describeLaunchTemplatesPaginator(Consumer<DescribeLaunchTemplatesRequest.Builder> describeLaunchTemplatesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more launch templates.
This is a variant of
describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client .describeLaunchTemplatesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeLaunchTemplatesIterable responses = client.describeLaunchTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeLaunchTemplates(software.amazon.awssdk.services.ec2.model.DescribeLaunchTemplatesRequest)
operation.
This is a convenience which creates an instance of the DescribeLaunchTemplatesRequest.Builder
avoiding
the need to create one manually via DescribeLaunchTemplatesRequest.builder()
describeLaunchTemplatesRequest
- A Consumer
that will call methods on DescribeLaunchTemplatesRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeMovingAddressesResponse describeMovingAddresses() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeMovingAddresses(DescribeMovingAddressesRequest)
,
AWS
API Documentationdefault DescribeMovingAddressesResponse describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeMovingAddressesResponse describeMovingAddresses(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeMovingAddressesIterable describeMovingAddressesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.
This is a variant of
describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client .describeMovingAddressesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeMovingAddressesPaginator(DescribeMovingAddressesRequest)
,
AWS
API Documentationdefault DescribeMovingAddressesIterable describeMovingAddressesPaginator(DescribeMovingAddressesRequest describeMovingAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.
This is a variant of
describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client .describeMovingAddressesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest)
operation.
describeMovingAddressesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeMovingAddressesIterable describeMovingAddressesPaginator(Consumer<DescribeMovingAddressesRequest.Builder> describeMovingAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.
This is a variant of
describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client .describeMovingAddressesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeMovingAddressesIterable responses = client.describeMovingAddressesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeMovingAddresses(software.amazon.awssdk.services.ec2.model.DescribeMovingAddressesRequest)
operation.
This is a convenience which creates an instance of the DescribeMovingAddressesRequest.Builder
avoiding
the need to create one manually via DescribeMovingAddressesRequest.builder()
describeMovingAddressesRequest
- A Consumer
that will call methods on DescribeMovingAddressesRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNatGatewaysResponse describeNatGateways() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your NAT gateways.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeNatGateways(DescribeNatGatewaysRequest)
,
AWS API
Documentationdefault DescribeNatGatewaysResponse describeNatGateways(DescribeNatGatewaysRequest describeNatGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your NAT gateways.
describeNatGatewaysRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNatGatewaysResponse describeNatGateways(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNatGatewaysIterable describeNatGatewaysPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client .describeNatGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeNatGatewaysPaginator(DescribeNatGatewaysRequest)
,
AWS API
Documentationdefault DescribeNatGatewaysIterable describeNatGatewaysPaginator(DescribeNatGatewaysRequest describeNatGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client .describeNatGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeNatGateways(software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysRequest)
operation.
describeNatGatewaysRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNatGatewaysIterable describeNatGatewaysPaginator(Consumer<DescribeNatGatewaysRequest.Builder> describeNatGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client .describeNatGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNatGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNatGatewaysIterable responses = client.describeNatGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkAclsResponse describeNetworkAcls() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeNetworkAcls(DescribeNetworkAclsRequest)
,
AWS API
Documentationdefault DescribeNetworkAclsResponse describeNetworkAcls(DescribeNetworkAclsRequest describeNetworkAclsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
describeNetworkAclsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkAclsResponse describeNetworkAcls(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkAclsIterable describeNetworkAclsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
This is a variant of
describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client .describeNetworkAclsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeNetworkAclsPaginator(DescribeNetworkAclsRequest)
,
AWS API
Documentationdefault DescribeNetworkAclsIterable describeNetworkAclsPaginator(DescribeNetworkAclsRequest describeNetworkAclsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
This is a variant of
describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client .describeNetworkAclsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest)
operation.
describeNetworkAclsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkAclsIterable describeNetworkAclsPaginator(Consumer<DescribeNetworkAclsRequest.Builder> describeNetworkAclsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your network ACLs.
For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
This is a variant of
describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client .describeNetworkAclsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkAclsIterable responses = client.describeNetworkAclsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeNetworkAcls(software.amazon.awssdk.services.ec2.model.DescribeNetworkAclsRequest)
operation.
This is a convenience which creates an instance of the DescribeNetworkAclsRequest.Builder
avoiding the
need to create one manually via DescribeNetworkAclsRequest.builder()
describeNetworkAclsRequest
- A Consumer
that will call methods on DescribeNetworkAclsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfaceAttributeResponse describeNetworkInterfaceAttribute(DescribeNetworkInterfaceAttributeRequest describeNetworkInterfaceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes a network interface attribute. You can specify only one attribute at a time.
describeNetworkInterfaceAttributeRequest
- Contains the parameters for DescribeNetworkInterfaceAttribute.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfaceAttributeResponse describeNetworkInterfaceAttribute(Consumer<DescribeNetworkInterfaceAttributeRequest.Builder> describeNetworkInterfaceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfacePermissionsResponse describeNetworkInterfacePermissions() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the permissions for your network interfaces.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeNetworkInterfacePermissions(DescribeNetworkInterfacePermissionsRequest)
,
AWS API Documentationdefault DescribeNetworkInterfacePermissionsResponse describeNetworkInterfacePermissions(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the permissions for your network interfaces.
describeNetworkInterfacePermissionsRequest
- Contains the parameters for DescribeNetworkInterfacePermissions.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfacePermissionsResponse describeNetworkInterfacePermissions(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfacePermissionsIterable describeNetworkInterfacePermissionsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the permissions for your network interfaces.
This is a variant of
describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client .describeNetworkInterfacePermissionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeNetworkInterfacePermissionsPaginator(DescribeNetworkInterfacePermissionsRequest)
,
AWS API Documentationdefault DescribeNetworkInterfacePermissionsIterable describeNetworkInterfacePermissionsPaginator(DescribeNetworkInterfacePermissionsRequest describeNetworkInterfacePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the permissions for your network interfaces.
This is a variant of
describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client .describeNetworkInterfacePermissionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest)
operation.
describeNetworkInterfacePermissionsRequest
- Contains the parameters for DescribeNetworkInterfacePermissions.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfacePermissionsIterable describeNetworkInterfacePermissionsPaginator(Consumer<DescribeNetworkInterfacePermissionsRequest.Builder> describeNetworkInterfacePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the permissions for your network interfaces.
This is a variant of
describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client .describeNetworkInterfacePermissionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacePermissionsIterable responses = client.describeNetworkInterfacePermissionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeNetworkInterfacePermissions(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacePermissionsRequest)
operation.
This is a convenience which creates an instance of the DescribeNetworkInterfacePermissionsRequest.Builder
avoiding the need to create one manually via DescribeNetworkInterfacePermissionsRequest.builder()
describeNetworkInterfacePermissionsRequest
- A Consumer
that will call methods on DescribeNetworkInterfacePermissionsRequest.Builder
to
create a request. Contains the parameters for DescribeNetworkInterfacePermissions.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfacesResponse describeNetworkInterfaces() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your network interfaces.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeNetworkInterfaces(DescribeNetworkInterfacesRequest)
,
AWS
API Documentationdefault DescribeNetworkInterfacesResponse describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your network interfaces.
describeNetworkInterfacesRequest
- Contains the parameters for DescribeNetworkInterfaces.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfacesResponse describeNetworkInterfaces(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfacesIterable describeNetworkInterfacesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client .describeNetworkInterfacesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeNetworkInterfaces(software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeNetworkInterfacesPaginator(DescribeNetworkInterfacesRequest)
,
AWS
API Documentationdefault DescribeNetworkInterfacesIterable describeNetworkInterfacesPaginator(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client .describeNetworkInterfacesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeNetworkInterfacesIterable describeNetworkInterfacesPaginator(Consumer<DescribeNetworkInterfacesRequest.Builder> describeNetworkInterfacesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client .describeNetworkInterfacesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeNetworkInterfacesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeNetworkInterfacesIterable responses = client.describeNetworkInterfacesPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePlacementGroupsResponse describePlacementGroups() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified placement groups or all of your placement groups. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describePlacementGroups(DescribePlacementGroupsRequest)
,
AWS
API Documentationdefault DescribePlacementGroupsResponse describePlacementGroups(DescribePlacementGroupsRequest describePlacementGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified placement groups or all of your placement groups. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.
describePlacementGroupsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePlacementGroupsResponse describePlacementGroups(Consumer<DescribePlacementGroupsRequest.Builder> describePlacementGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified placement groups or all 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePrefixListsResponse describePrefixLists() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describePrefixLists(DescribePrefixListsRequest)
,
AWS API
Documentationdefault DescribePrefixListsResponse describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePrefixListsResponse describePrefixLists(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePrefixListsIterable describePrefixListsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client .describePrefixListsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describePrefixListsPaginator(DescribePrefixListsRequest)
,
AWS API
Documentationdefault DescribePrefixListsIterable describePrefixListsPaginator(DescribePrefixListsRequest describePrefixListsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client .describePrefixListsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)
operation.
describePrefixListsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePrefixListsIterable describePrefixListsPaginator(Consumer<DescribePrefixListsRequest.Builder> describePrefixListsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)
operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client .describePrefixListsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribePrefixListsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribePrefixListsIterable responses = client.describePrefixListsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)
operation.
This is a convenience which creates an instance of the DescribePrefixListsRequest.Builder
avoiding the
need to create one manually via DescribePrefixListsRequest.builder()
describePrefixListsRequest
- A Consumer
that will call methods on DescribePrefixListsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePrincipalIdFormatResponse describePrincipalIdFormat() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.
By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describePrincipalIdFormat(DescribePrincipalIdFormatRequest)
,
AWS
API Documentationdefault DescribePrincipalIdFormatResponse describePrincipalIdFormat(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.
By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
describePrincipalIdFormatRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePrincipalIdFormatResponse describePrincipalIdFormat(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.
By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
This is a convenience which creates an instance of the DescribePrincipalIdFormatRequest.Builder
avoiding
the need to create one manually via DescribePrincipalIdFormatRequest.builder()
describePrincipalIdFormatRequest
- A Consumer
that will call methods on DescribePrincipalIdFormatRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePrincipalIdFormatIterable describePrincipalIdFormatPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.
By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
This is a variant of
describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client .describePrincipalIdFormatPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describePrincipalIdFormatPaginator(DescribePrincipalIdFormatRequest)
,
AWS
API Documentationdefault DescribePrincipalIdFormatIterable describePrincipalIdFormatPaginator(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.
By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
This is a variant of
describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client .describePrincipalIdFormatPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)
operation.
describePrincipalIdFormatRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePrincipalIdFormatIterable describePrincipalIdFormatPaginator(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.
By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.
The following resource types support longer IDs: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| reservation
| route-table
|
route-table-association
| security-group
| snapshot
| subnet
| subnet-cidr-block-association
| volume
| vpc
|
vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
This is a variant of
describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client .describePrincipalIdFormatPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribePrincipalIdFormatIterable responses = client.describePrincipalIdFormatPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)
operation.
This is a convenience which creates an instance of the DescribePrincipalIdFormatRequest.Builder
avoiding
the need to create one manually via DescribePrincipalIdFormatRequest.builder()
describePrincipalIdFormatRequest
- A Consumer
that will call methods on DescribePrincipalIdFormatRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePublicIpv4PoolsResponse describePublicIpv4Pools() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified IPv4 address pools.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describePublicIpv4Pools(DescribePublicIpv4PoolsRequest)
,
AWS
API Documentationdefault DescribePublicIpv4PoolsResponse describePublicIpv4Pools(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified IPv4 address pools.
describePublicIpv4PoolsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePublicIpv4PoolsResponse describePublicIpv4Pools(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePublicIpv4PoolsIterable describePublicIpv4PoolsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified IPv4 address pools.
This is a variant of
describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client .describePublicIpv4PoolsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describePublicIpv4PoolsPaginator(DescribePublicIpv4PoolsRequest)
,
AWS
API Documentationdefault DescribePublicIpv4PoolsIterable describePublicIpv4PoolsPaginator(DescribePublicIpv4PoolsRequest describePublicIpv4PoolsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified IPv4 address pools.
This is a variant of
describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client .describePublicIpv4PoolsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest)
operation.
describePublicIpv4PoolsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribePublicIpv4PoolsIterable describePublicIpv4PoolsPaginator(Consumer<DescribePublicIpv4PoolsRequest.Builder> describePublicIpv4PoolsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified IPv4 address pools.
This is a variant of
describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client .describePublicIpv4PoolsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribePublicIpv4PoolsIterable responses = client.describePublicIpv4PoolsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describePublicIpv4Pools(software.amazon.awssdk.services.ec2.model.DescribePublicIpv4PoolsRequest)
operation.
This is a convenience which creates an instance of the DescribePublicIpv4PoolsRequest.Builder
avoiding
the need to create one manually via DescribePublicIpv4PoolsRequest.builder()
describePublicIpv4PoolsRequest
- A Consumer
that will call methods on DescribePublicIpv4PoolsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRegionsResponse describeRegions() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Regions that are enabled for your account, or all Regions.
For a list of the Regions supported by Amazon EC2, see Regions and Endpoints.
For information about enabling and disabling Regions for your account, see Managing AWS Regions in the AWS General Reference.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeRegions(DescribeRegionsRequest)
,
AWS API
Documentationdefault DescribeRegionsResponse describeRegions(DescribeRegionsRequest describeRegionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Regions that are enabled for your account, or all Regions.
For a list of the Regions supported by Amazon EC2, see Regions and Endpoints.
For information about enabling and disabling Regions for your account, see Managing AWS Regions in the AWS General Reference.
describeRegionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRegionsResponse describeRegions(Consumer<DescribeRegionsRequest.Builder> describeRegionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Regions that are enabled for your account, or all Regions.
For a list of the Regions supported by Amazon EC2, see Regions and Endpoints.
For information about enabling and disabling Regions for your account, see Managing AWS Regions in the AWS General Reference.
This is a convenience which creates an instance of the DescribeRegionsRequest.Builder
avoiding the need
to create one manually via DescribeRegionsRequest.builder()
describeRegionsRequest
- A Consumer
that will call methods on DescribeRegionsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesResponse describeReservedInstances() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of the Reserved Instances that you purchased.
For more information about Reserved Instances, see Reserved Instances in the Amazon Elastic Compute Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeReservedInstances(DescribeReservedInstancesRequest)
,
AWS
API Documentationdefault DescribeReservedInstancesResponse describeReservedInstances(DescribeReservedInstancesRequest describeReservedInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of the Reserved Instances that you purchased.
For more information about Reserved Instances, see Reserved Instances in the Amazon Elastic Compute Cloud User Guide.
describeReservedInstancesRequest
- Contains the parameters for DescribeReservedInstances.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesResponse describeReservedInstances(Consumer<DescribeReservedInstancesRequest.Builder> describeReservedInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of the Reserved Instances that you purchased.
For more information about Reserved Instances, see Reserved Instances in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesListingsResponse describeReservedInstancesListings() throws AwsServiceException, SdkClientException, Ec2Exception
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.
As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.
As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.
For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeReservedInstancesListings(DescribeReservedInstancesListingsRequest)
,
AWS API Documentationdefault DescribeReservedInstancesListingsResponse describeReservedInstancesListings(DescribeReservedInstancesListingsRequest describeReservedInstancesListingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.
As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.
As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.
For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.
describeReservedInstancesListingsRequest
- Contains the parameters for DescribeReservedInstancesListings.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesListingsResponse describeReservedInstancesListings(Consumer<DescribeReservedInstancesListingsRequest.Builder> describeReservedInstancesListingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.
The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.
As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.
As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.
For more information, see Reserved Instance Marketplace in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesModificationsResponse describeReservedInstancesModifications() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.
For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeReservedInstancesModifications(DescribeReservedInstancesModificationsRequest)
,
AWS API Documentationdefault DescribeReservedInstancesModificationsResponse describeReservedInstancesModifications(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.
For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide.
describeReservedInstancesModificationsRequest
- Contains the parameters for DescribeReservedInstancesModifications.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesModificationsResponse describeReservedInstancesModifications(Consumer<DescribeReservedInstancesModificationsRequest.Builder> describeReservedInstancesModificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.
For more information, see Modifying Reserved Instances in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesModificationsIterable describeReservedInstancesModificationsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.
For more information, see Modifying Reserved Instances in the Amazon 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client .describeReservedInstancesModificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeReservedInstancesModifications(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeReservedInstancesModificationsPaginator(DescribeReservedInstancesModificationsRequest)
,
AWS API Documentationdefault DescribeReservedInstancesModificationsIterable describeReservedInstancesModificationsPaginator(DescribeReservedInstancesModificationsRequest describeReservedInstancesModificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.
For more information, see Modifying Reserved Instances in the Amazon 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client .describeReservedInstancesModificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesModificationsIterable describeReservedInstancesModificationsPaginator(Consumer<DescribeReservedInstancesModificationsRequest.Builder> describeReservedInstancesModificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.
For more information, see Modifying Reserved Instances in the Amazon 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client .describeReservedInstancesModificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesModificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesModificationsIterable responses = client.describeReservedInstancesModificationsPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesOfferingsResponse describeReservedInstancesOfferings() throws AwsServiceException, SdkClientException, Ec2Exception
Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.
If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.
For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeReservedInstancesOfferings(DescribeReservedInstancesOfferingsRequest)
,
AWS API Documentationdefault DescribeReservedInstancesOfferingsResponse describeReservedInstancesOfferings(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.
If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.
For more information, see Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.
describeReservedInstancesOfferingsRequest
- Contains the parameters for DescribeReservedInstancesOfferings.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesOfferingsResponse describeReservedInstancesOfferings(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.
If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.
For more information, see Reserved Instance Marketplace in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesOfferingsIterable describeReservedInstancesOfferingsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.
If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.
For more information, see Reserved Instance Marketplace in the Amazon 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client .describeReservedInstancesOfferingsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeReservedInstancesOfferings(software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeReservedInstancesOfferingsPaginator(DescribeReservedInstancesOfferingsRequest)
,
AWS API Documentationdefault DescribeReservedInstancesOfferingsIterable describeReservedInstancesOfferingsPaginator(DescribeReservedInstancesOfferingsRequest describeReservedInstancesOfferingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.
If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.
For more information, see Reserved Instance Marketplace in the Amazon 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client .describeReservedInstancesOfferingsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeReservedInstancesOfferingsIterable describeReservedInstancesOfferingsPaginator(Consumer<DescribeReservedInstancesOfferingsRequest.Builder> describeReservedInstancesOfferingsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.
If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.
For more information, see Reserved Instance Marketplace in the Amazon 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client .describeReservedInstancesOfferingsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeReservedInstancesOfferingsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeReservedInstancesOfferingsIterable responses = client.describeReservedInstancesOfferingsPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRouteTablesResponse describeRouteTables() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your route tables.
Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.
For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeRouteTables(DescribeRouteTablesRequest)
,
AWS API
Documentationdefault DescribeRouteTablesResponse describeRouteTables(DescribeRouteTablesRequest describeRouteTablesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your route tables.
Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.
For more information, see Route Tables in the Amazon Virtual Private Cloud User Guide.
describeRouteTablesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRouteTablesResponse describeRouteTables(Consumer<DescribeRouteTablesRequest.Builder> describeRouteTablesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your route tables.
Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.
For more information, see Route Tables in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRouteTablesIterable describeRouteTablesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your route tables.
Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.
For more information, see Route Tables in the Amazon 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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client .describeRouteTablesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeRouteTablesPaginator(DescribeRouteTablesRequest)
,
AWS API
Documentationdefault DescribeRouteTablesIterable describeRouteTablesPaginator(DescribeRouteTablesRequest describeRouteTablesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your route tables.
Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.
For more information, see Route Tables in the Amazon 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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client .describeRouteTablesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeRouteTables(software.amazon.awssdk.services.ec2.model.DescribeRouteTablesRequest)
operation.
describeRouteTablesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeRouteTablesIterable describeRouteTablesPaginator(Consumer<DescribeRouteTablesRequest.Builder> describeRouteTablesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your route tables.
Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.
For more information, see Route Tables in the Amazon 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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client .describeRouteTablesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeRouteTablesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeRouteTablesIterable responses = client.describeRouteTablesPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduledInstanceAvailabilityResponse describeScheduledInstanceAvailability(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Finds available schedules that meet the specified criteria.
You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.
After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.
describeScheduledInstanceAvailabilityRequest
- Contains the parameters for DescribeScheduledInstanceAvailability.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduledInstanceAvailabilityResponse describeScheduledInstanceAvailability(Consumer<DescribeScheduledInstanceAvailabilityRequest.Builder> describeScheduledInstanceAvailabilityRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Finds available schedules that meet the specified criteria.
You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.
After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduledInstanceAvailabilityIterable describeScheduledInstanceAvailabilityPaginator(DescribeScheduledInstanceAvailabilityRequest describeScheduledInstanceAvailabilityRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Finds available schedules that meet the specified criteria.
You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.
After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.
This is a variant of
describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client.describeScheduledInstanceAvailabilityPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client .describeScheduledInstanceAvailabilityPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client.describeScheduledInstanceAvailabilityPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest)
operation.
describeScheduledInstanceAvailabilityRequest
- Contains the parameters for DescribeScheduledInstanceAvailability.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduledInstanceAvailabilityIterable describeScheduledInstanceAvailabilityPaginator(Consumer<DescribeScheduledInstanceAvailabilityRequest.Builder> describeScheduledInstanceAvailabilityRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Finds available schedules that meet the specified criteria.
You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.
After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.
This is a variant of
describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client.describeScheduledInstanceAvailabilityPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client .describeScheduledInstanceAvailabilityPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstanceAvailabilityIterable responses = client.describeScheduledInstanceAvailabilityPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeScheduledInstanceAvailability(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstanceAvailabilityRequest)
operation.
This is a convenience which creates an instance of the
DescribeScheduledInstanceAvailabilityRequest.Builder
avoiding the need to create one manually via
DescribeScheduledInstanceAvailabilityRequest.builder()
describeScheduledInstanceAvailabilityRequest
- A Consumer
that will call methods on DescribeScheduledInstanceAvailabilityRequest.Builder
to create a request. Contains the parameters for DescribeScheduledInstanceAvailability.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduledInstancesResponse describeScheduledInstances() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Scheduled Instances or all your Scheduled Instances.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeScheduledInstances(DescribeScheduledInstancesRequest)
,
AWS
API Documentationdefault DescribeScheduledInstancesResponse describeScheduledInstances(DescribeScheduledInstancesRequest describeScheduledInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Scheduled Instances or all your Scheduled Instances.
describeScheduledInstancesRequest
- Contains the parameters for DescribeScheduledInstances.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduledInstancesResponse describeScheduledInstances(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Scheduled Instances or all your Scheduled Instances.
This is a convenience which creates an instance of the DescribeScheduledInstancesRequest.Builder
avoiding
the need to create one manually via DescribeScheduledInstancesRequest.builder()
describeScheduledInstancesRequest
- A Consumer
that will call methods on DescribeScheduledInstancesRequest.Builder
to create a
request. Contains the parameters for DescribeScheduledInstances.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduledInstancesIterable describeScheduledInstancesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Scheduled Instances or all your Scheduled Instances.
This is a variant of
describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client .describeScheduledInstancesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeScheduledInstancesPaginator(DescribeScheduledInstancesRequest)
,
AWS
API Documentationdefault DescribeScheduledInstancesIterable describeScheduledInstancesPaginator(DescribeScheduledInstancesRequest describeScheduledInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Scheduled Instances or all your Scheduled Instances.
This is a variant of
describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client .describeScheduledInstancesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest)
operation.
describeScheduledInstancesRequest
- Contains the parameters for DescribeScheduledInstances.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeScheduledInstancesIterable describeScheduledInstancesPaginator(Consumer<DescribeScheduledInstancesRequest.Builder> describeScheduledInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Scheduled Instances or all your Scheduled Instances.
This is a variant of
describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client .describeScheduledInstancesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeScheduledInstancesIterable responses = client.describeScheduledInstancesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeScheduledInstances(software.amazon.awssdk.services.ec2.model.DescribeScheduledInstancesRequest)
operation.
This is a convenience which creates an instance of the DescribeScheduledInstancesRequest.Builder
avoiding
the need to create one manually via DescribeScheduledInstancesRequest.builder()
describeScheduledInstancesRequest
- A Consumer
that will call methods on DescribeScheduledInstancesRequest.Builder
to create a
request. Contains the parameters for DescribeScheduledInstances.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSecurityGroupReferencesResponse describeSecurityGroupReferences(DescribeSecurityGroupReferencesRequest describeSecurityGroupReferencesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSecurityGroupReferencesResponse describeSecurityGroupReferences(Consumer<DescribeSecurityGroupReferencesRequest.Builder> describeSecurityGroupReferencesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSecurityGroupsResponse describeSecurityGroups() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSecurityGroups(DescribeSecurityGroupsRequest)
,
AWS API
Documentationdefault DescribeSecurityGroupsResponse describeSecurityGroups(DescribeSecurityGroupsRequest describeSecurityGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
describeSecurityGroupsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSecurityGroupsResponse describeSecurityGroups(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
This is a convenience which creates an instance of the DescribeSecurityGroupsRequest.Builder
avoiding the
need to create one manually via DescribeSecurityGroupsRequest.builder()
describeSecurityGroupsRequest
- A Consumer
that will call methods on DescribeSecurityGroupsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSecurityGroupsIterable describeSecurityGroupsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
This is a variant of
describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client .describeSecurityGroupsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSecurityGroupsPaginator(DescribeSecurityGroupsRequest)
,
AWS API
Documentationdefault DescribeSecurityGroupsIterable describeSecurityGroupsPaginator(DescribeSecurityGroupsRequest describeSecurityGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
This is a variant of
describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client .describeSecurityGroupsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest)
operation.
describeSecurityGroupsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSecurityGroupsIterable describeSecurityGroupsPaginator(Consumer<DescribeSecurityGroupsRequest.Builder> describeSecurityGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified security groups or all of your security groups.
A security group is for use with instances either in the EC2-Classic platform or in a specific VPC. For more information, see Amazon EC2 Security Groups in the Amazon Elastic Compute Cloud User Guide and Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.
This is a variant of
describeSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client .describeSecurityGroupsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSecurityGroupsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSecurityGroupsIterable responses = client.describeSecurityGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSnapshotAttributeResponse describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSnapshotAttributeResponse describeSnapshotAttribute(Consumer<DescribeSnapshotAttributeRequest.Builder> describeSnapshotAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSnapshotsResponse describeSnapshots() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other AWS accounts for which you have explicit create volume permissions.
The create volume permissions fall into the following categories:
public: The owner of the snapshot granted create volume permissions for the snapshot to the
all
group. All 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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSnapshots(DescribeSnapshotsRequest)
,
AWS API
Documentationdefault DescribeSnapshotsResponse describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other AWS accounts for which you have explicit create volume permissions.
The create volume permissions fall into the following categories:
public: The owner of the snapshot granted create volume permissions for the snapshot to the
all
group. All 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSnapshotsResponse describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other AWS accounts for which you have explicit create volume permissions.
The create volume permissions fall into the following categories:
public: The owner of the snapshot granted create volume permissions for the snapshot to the
all
group. All 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSnapshotsIterable describeSnapshotsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other AWS accounts for which you have explicit create volume permissions.
The create volume permissions fall into the following categories:
public: The owner of the snapshot granted create volume permissions for the snapshot to the
all
group. All 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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client .describeSnapshotsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSnapshotsPaginator(DescribeSnapshotsRequest)
,
AWS API
Documentationdefault DescribeSnapshotsIterable describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other AWS accounts for which you have explicit create volume permissions.
The create volume permissions fall into the following categories:
public: The owner of the snapshot granted create volume permissions for the snapshot to the
all
group. All 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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client .describeSnapshotsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest)
operation.
describeSnapshotsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSnapshotsIterable describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other AWS accounts for which you have explicit create volume permissions.
The create volume permissions fall into the following categories:
public: The owner of the snapshot granted create volume permissions for the snapshot to the
all
group. All 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 iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client .describeSnapshotsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSnapshotsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSnapshotsIterable responses = client.describeSnapshotsPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotDatafeedSubscriptionResponse describeSpotDatafeedSubscription() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the data feed for Spot Instances. For more information, see Spot Instance Data Feed in the Amazon EC2 User Guide for Linux Instances.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscriptionRequest)
,
AWS API Documentationdefault DescribeSpotDatafeedSubscriptionResponse describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscriptionRequest describeSpotDatafeedSubscriptionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotDatafeedSubscriptionResponse describeSpotDatafeedSubscription(Consumer<DescribeSpotDatafeedSubscriptionRequest.Builder> describeSpotDatafeedSubscriptionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotFleetInstancesResponse describeSpotFleetInstances(DescribeSpotFleetInstancesRequest describeSpotFleetInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the running instances for the specified Spot Fleet.
describeSpotFleetInstancesRequest
- Contains the parameters for DescribeSpotFleetInstances.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotFleetInstancesResponse describeSpotFleetInstances(Consumer<DescribeSpotFleetInstancesRequest.Builder> describeSpotFleetInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotFleetRequestHistoryResponse describeSpotFleetRequestHistory(DescribeSpotFleetRequestHistoryRequest describeSpotFleetRequestHistoryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the events for the specified Spot Fleet request during the specified time.
Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours.
describeSpotFleetRequestHistoryRequest
- Contains the parameters for DescribeSpotFleetRequestHistory.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotFleetRequestHistoryResponse describeSpotFleetRequestHistory(Consumer<DescribeSpotFleetRequestHistoryRequest.Builder> describeSpotFleetRequestHistoryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the events for the specified Spot Fleet request during the specified time.
Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotFleetRequestsResponse describeSpotFleetRequests() throws AwsServiceException, SdkClientException, Ec2Exception
Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSpotFleetRequests(DescribeSpotFleetRequestsRequest)
,
AWS
API Documentationdefault DescribeSpotFleetRequestsResponse describeSpotFleetRequests(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
describeSpotFleetRequestsRequest
- Contains the parameters for DescribeSpotFleetRequests.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotFleetRequestsResponse describeSpotFleetRequests(Consumer<DescribeSpotFleetRequestsRequest.Builder> describeSpotFleetRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotFleetRequestsIterable describeSpotFleetRequestsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
This is a variant of
describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client .describeSpotFleetRequestsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSpotFleetRequestsPaginator(DescribeSpotFleetRequestsRequest)
,
AWS
API Documentationdefault DescribeSpotFleetRequestsIterable describeSpotFleetRequestsPaginator(DescribeSpotFleetRequestsRequest describeSpotFleetRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
This is a variant of
describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client .describeSpotFleetRequestsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotFleetRequestsIterable describeSpotFleetRequestsPaginator(Consumer<DescribeSpotFleetRequestsRequest.Builder> describeSpotFleetRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
This is a variant of
describeSpotFleetRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client .describeSpotFleetRequestsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSpotFleetRequestsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSpotFleetRequestsIterable responses = client.describeSpotFleetRequestsPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotInstanceRequestsResponse describeSpotInstanceRequests() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Spot Instance requests.
You can use DescribeSpotInstanceRequests
to find a running Spot Instance by examining the response.
If the status of the Spot Instance is fulfilled
, the instance ID appears in the response and
contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to
look for instances where the instance lifecycle is spot
.
We recommend that you set MaxResults
to a value between 5 and 1000 to limit the number of results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest)
,
AWS API Documentationdefault DescribeSpotInstanceRequestsResponse describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Spot Instance requests.
You can use DescribeSpotInstanceRequests
to find a running Spot Instance by examining the response.
If the status of the Spot Instance is fulfilled
, the instance ID appears in the response and
contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to
look for instances where the instance lifecycle is spot
.
We recommend that you set MaxResults
to a value between 5 and 1000 to limit the number of results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
describeSpotInstanceRequestsRequest
- Contains the parameters for DescribeSpotInstanceRequests.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotInstanceRequestsResponse describeSpotInstanceRequests(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Spot Instance requests.
You can use DescribeSpotInstanceRequests
to find a running Spot Instance by examining the response.
If the status of the Spot Instance is fulfilled
, the instance ID appears in the response and
contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to
look for instances where the instance lifecycle is spot
.
We recommend that you set MaxResults
to a value between 5 and 1000 to limit the number of results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
This is a convenience which creates an instance of the DescribeSpotInstanceRequestsRequest.Builder
avoiding the need to create one manually via DescribeSpotInstanceRequestsRequest.builder()
describeSpotInstanceRequestsRequest
- A Consumer
that will call methods on DescribeSpotInstanceRequestsRequest.Builder
to create
a request. Contains the parameters for DescribeSpotInstanceRequests.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotInstanceRequestsIterable describeSpotInstanceRequestsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Spot Instance requests.
You can use DescribeSpotInstanceRequests
to find a running Spot Instance by examining the response.
If the status of the Spot Instance is fulfilled
, the instance ID appears in the response and
contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to
look for instances where the instance lifecycle is spot
.
We recommend that you set MaxResults
to a value between 5 and 1000 to limit the number of results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
This is a variant of
describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client .describeSpotInstanceRequestsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSpotInstanceRequestsPaginator(DescribeSpotInstanceRequestsRequest)
,
AWS API Documentationdefault DescribeSpotInstanceRequestsIterable describeSpotInstanceRequestsPaginator(DescribeSpotInstanceRequestsRequest describeSpotInstanceRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Spot Instance requests.
You can use DescribeSpotInstanceRequests
to find a running Spot Instance by examining the response.
If the status of the Spot Instance is fulfilled
, the instance ID appears in the response and
contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to
look for instances where the instance lifecycle is spot
.
We recommend that you set MaxResults
to a value between 5 and 1000 to limit the number of results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
This is a variant of
describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client .describeSpotInstanceRequestsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest)
operation.
describeSpotInstanceRequestsRequest
- Contains the parameters for DescribeSpotInstanceRequests.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotInstanceRequestsIterable describeSpotInstanceRequestsPaginator(Consumer<DescribeSpotInstanceRequestsRequest.Builder> describeSpotInstanceRequestsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified Spot Instance requests.
You can use DescribeSpotInstanceRequests
to find a running Spot Instance by examining the response.
If the status of the Spot Instance is fulfilled
, the instance ID appears in the response and
contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to
look for instances where the instance lifecycle is spot
.
We recommend that you set MaxResults
to a value between 5 and 1000 to limit the number of results
returned. This paginates the output, which makes the list more manageable and returns the results faster. If the
list of results exceeds your MaxResults
value, then that number of results is returned along with a
NextToken
value that can be passed to a subsequent DescribeSpotInstanceRequests
request
to retrieve the remaining results.
Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.
This is a variant of
describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client .describeSpotInstanceRequestsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSpotInstanceRequestsIterable responses = client.describeSpotInstanceRequestsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSpotInstanceRequests(software.amazon.awssdk.services.ec2.model.DescribeSpotInstanceRequestsRequest)
operation.
This is a convenience which creates an instance of the DescribeSpotInstanceRequestsRequest.Builder
avoiding the need to create one manually via DescribeSpotInstanceRequestsRequest.builder()
describeSpotInstanceRequestsRequest
- A Consumer
that will call methods on DescribeSpotInstanceRequestsRequest.Builder
to create
a request. Contains the parameters for DescribeSpotInstanceRequests.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotPriceHistoryResponse describeSpotPriceHistory() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon EC2 User Guide for Linux Instances.
When you specify a start and end time, 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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSpotPriceHistory(DescribeSpotPriceHistoryRequest)
,
AWS
API Documentationdefault DescribeSpotPriceHistoryResponse describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon EC2 User Guide for Linux Instances.
When you specify a start and end time, 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotPriceHistoryResponse describeSpotPriceHistory(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon EC2 User Guide for Linux Instances.
When you specify a start and end time, 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotPriceHistoryIterable describeSpotPriceHistoryPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon EC2 User Guide for Linux Instances.
When you specify a start and end time, 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client .describeSpotPriceHistoryPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSpotPriceHistory(software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSpotPriceHistoryPaginator(DescribeSpotPriceHistoryRequest)
,
AWS
API Documentationdefault DescribeSpotPriceHistoryIterable describeSpotPriceHistoryPaginator(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon EC2 User Guide for Linux Instances.
When you specify a start and end time, 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client .describeSpotPriceHistoryPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSpotPriceHistoryIterable describeSpotPriceHistoryPaginator(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the Spot price history. For more information, see Spot Instance Pricing History in the Amazon EC2 User Guide for Linux Instances.
When you specify a start and end time, 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client .describeSpotPriceHistoryPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSpotPriceHistoryIterable responses = client.describeSpotPriceHistoryPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeStaleSecurityGroupsResponse describeStaleSecurityGroups(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeStaleSecurityGroupsResponse describeStaleSecurityGroups(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeStaleSecurityGroupsIterable describeStaleSecurityGroupsPaginator(DescribeStaleSecurityGroupsRequest describeStaleSecurityGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[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 variant of
describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client.describeStaleSecurityGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client .describeStaleSecurityGroupsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client.describeStaleSecurityGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest)
operation.
describeStaleSecurityGroupsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeStaleSecurityGroupsIterable describeStaleSecurityGroupsPaginator(Consumer<DescribeStaleSecurityGroupsRequest.Builder> describeStaleSecurityGroupsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[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 variant of
describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client.describeStaleSecurityGroupsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client .describeStaleSecurityGroupsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeStaleSecurityGroupsIterable responses = client.describeStaleSecurityGroupsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeStaleSecurityGroups(software.amazon.awssdk.services.ec2.model.DescribeStaleSecurityGroupsRequest)
operation.
This is a convenience which creates an instance of the DescribeStaleSecurityGroupsRequest.Builder
avoiding the need to create one manually via DescribeStaleSecurityGroupsRequest.builder()
describeStaleSecurityGroupsRequest
- A Consumer
that will call methods on DescribeStaleSecurityGroupsRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSubnetsResponse describeSubnets() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your subnets.
For more information, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSubnets(DescribeSubnetsRequest)
,
AWS API
Documentationdefault DescribeSubnetsResponse describeSubnets(DescribeSubnetsRequest describeSubnetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your subnets.
For more information, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.
describeSubnetsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSubnetsResponse describeSubnets(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSubnetsIterable describeSubnetsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your subnets.
For more information, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.
This is a variant of describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeSubnetsPaginator(DescribeSubnetsRequest)
,
AWS API
Documentationdefault DescribeSubnetsIterable describeSubnetsPaginator(DescribeSubnetsRequest describeSubnetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your subnets.
For more information, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.
This is a variant of describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)
operation.
describeSubnetsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeSubnetsIterable describeSubnetsPaginator(Consumer<DescribeSubnetsRequest.Builder> describeSubnetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your subnets.
For more information, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide.
This is a variant of describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeSubnetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeSubnetsIterable responses = client.describeSubnetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeSubnets(software.amazon.awssdk.services.ec2.model.DescribeSubnetsRequest)
operation.
This is a convenience which creates an instance of the DescribeSubnetsRequest.Builder
avoiding the need
to create one manually via DescribeSubnetsRequest.builder()
describeSubnetsRequest
- A Consumer
that will call methods on DescribeSubnetsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTagsResponse describeTags() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTags(DescribeTagsRequest)
,
AWS API
Documentationdefault DescribeTagsResponse describeTags(DescribeTagsRequest describeTagsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
describeTagsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTagsResponse describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DescribeTagsRequest.Builder
avoiding the need to
create one manually via DescribeTagsRequest.builder()
describeTagsRequest
- A Consumer
that will call methods on DescribeTagsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTagsIterable describeTagsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
This is a variant of describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTagsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTagsPaginator(DescribeTagsRequest)
,
AWS API
Documentationdefault DescribeTagsIterable describeTagsPaginator(DescribeTagsRequest describeTagsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
This is a variant of describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTagsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest)
operation.
describeTagsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTagsIterable describeTagsPaginator(Consumer<DescribeTagsRequest.Builder> describeTagsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified tags for your EC2 resources.
For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.
This is a variant of describeTags(software.amazon.awssdk.services.ec2.model.DescribeTagsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTagsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTagsIterable responses = client.describeTagsPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorFiltersResponse describeTrafficMirrorFilters(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Traffic Mirror filters.
describeTrafficMirrorFiltersRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorFiltersResponse describeTrafficMirrorFilters(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Traffic Mirror filters.
This is a convenience which creates an instance of the DescribeTrafficMirrorFiltersRequest.Builder
avoiding the need to create one manually via DescribeTrafficMirrorFiltersRequest.builder()
describeTrafficMirrorFiltersRequest
- A Consumer
that will call methods on DescribeTrafficMirrorFiltersRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorFiltersIterable describeTrafficMirrorFiltersPaginator(DescribeTrafficMirrorFiltersRequest describeTrafficMirrorFiltersRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Traffic Mirror filters.
This is a variant of
describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client.describeTrafficMirrorFiltersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client .describeTrafficMirrorFiltersPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client.describeTrafficMirrorFiltersPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest)
operation.
describeTrafficMirrorFiltersRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorFiltersIterable describeTrafficMirrorFiltersPaginator(Consumer<DescribeTrafficMirrorFiltersRequest.Builder> describeTrafficMirrorFiltersRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Traffic Mirror filters.
This is a variant of
describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client.describeTrafficMirrorFiltersPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client .describeTrafficMirrorFiltersPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorFiltersIterable responses = client.describeTrafficMirrorFiltersPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTrafficMirrorFilters(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorFiltersRequest)
operation.
This is a convenience which creates an instance of the DescribeTrafficMirrorFiltersRequest.Builder
avoiding the need to create one manually via DescribeTrafficMirrorFiltersRequest.builder()
describeTrafficMirrorFiltersRequest
- A Consumer
that will call methods on DescribeTrafficMirrorFiltersRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorSessionsResponse describeTrafficMirrorSessions(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.
describeTrafficMirrorSessionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorSessionsResponse describeTrafficMirrorSessions(Consumer<DescribeTrafficMirrorSessionsRequest.Builder> describeTrafficMirrorSessionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.
This is a convenience which creates an instance of the DescribeTrafficMirrorSessionsRequest.Builder
avoiding the need to create one manually via DescribeTrafficMirrorSessionsRequest.builder()
describeTrafficMirrorSessionsRequest
- A Consumer
that will call methods on DescribeTrafficMirrorSessionsRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorSessionsIterable describeTrafficMirrorSessionsPaginator(DescribeTrafficMirrorSessionsRequest describeTrafficMirrorSessionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.
This is a variant of
describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client.describeTrafficMirrorSessionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client .describeTrafficMirrorSessionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client.describeTrafficMirrorSessionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest)
operation.
describeTrafficMirrorSessionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorSessionsIterable describeTrafficMirrorSessionsPaginator(Consumer<DescribeTrafficMirrorSessionsRequest.Builder> describeTrafficMirrorSessionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.
This is a variant of
describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client.describeTrafficMirrorSessionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client .describeTrafficMirrorSessionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorSessionsIterable responses = client.describeTrafficMirrorSessionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTrafficMirrorSessions(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorSessionsRequest)
operation.
This is a convenience which creates an instance of the DescribeTrafficMirrorSessionsRequest.Builder
avoiding the need to create one manually via DescribeTrafficMirrorSessionsRequest.builder()
describeTrafficMirrorSessionsRequest
- A Consumer
that will call methods on DescribeTrafficMirrorSessionsRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorTargetsResponse describeTrafficMirrorTargets(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Information about one or more Traffic Mirror targets.
describeTrafficMirrorTargetsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorTargetsResponse describeTrafficMirrorTargets(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Information about one or more Traffic Mirror targets.
This is a convenience which creates an instance of the DescribeTrafficMirrorTargetsRequest.Builder
avoiding the need to create one manually via DescribeTrafficMirrorTargetsRequest.builder()
describeTrafficMirrorTargetsRequest
- A Consumer
that will call methods on DescribeTrafficMirrorTargetsRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorTargetsIterable describeTrafficMirrorTargetsPaginator(DescribeTrafficMirrorTargetsRequest describeTrafficMirrorTargetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Information about one or more Traffic Mirror targets.
This is a variant of
describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client.describeTrafficMirrorTargetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client .describeTrafficMirrorTargetsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client.describeTrafficMirrorTargetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest)
operation.
describeTrafficMirrorTargetsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTrafficMirrorTargetsIterable describeTrafficMirrorTargetsPaginator(Consumer<DescribeTrafficMirrorTargetsRequest.Builder> describeTrafficMirrorTargetsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Information about one or more Traffic Mirror targets.
This is a variant of
describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client.describeTrafficMirrorTargetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client .describeTrafficMirrorTargetsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTrafficMirrorTargetsIterable responses = client.describeTrafficMirrorTargetsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTrafficMirrorTargets(software.amazon.awssdk.services.ec2.model.DescribeTrafficMirrorTargetsRequest)
operation.
This is a convenience which creates an instance of the DescribeTrafficMirrorTargetsRequest.Builder
avoiding the need to create one manually via DescribeTrafficMirrorTargetsRequest.builder()
describeTrafficMirrorTargetsRequest
- A Consumer
that will call methods on DescribeTrafficMirrorTargetsRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayAttachmentsResponse describeTransitGatewayAttachments() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest)
,
AWS API Documentationdefault DescribeTransitGatewayAttachmentsResponse describeTransitGatewayAttachments(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.
describeTransitGatewayAttachmentsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayAttachmentsResponse describeTransitGatewayAttachments(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayAttachmentsIterable describeTransitGatewayAttachmentsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.
This is a variant of
describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client .describeTransitGatewayAttachmentsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTransitGatewayAttachmentsPaginator(DescribeTransitGatewayAttachmentsRequest)
,
AWS API Documentationdefault DescribeTransitGatewayAttachmentsIterable describeTransitGatewayAttachmentsPaginator(DescribeTransitGatewayAttachmentsRequest describeTransitGatewayAttachmentsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.
This is a variant of
describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client .describeTransitGatewayAttachmentsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest)
operation.
describeTransitGatewayAttachmentsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayAttachmentsIterable describeTransitGatewayAttachmentsPaginator(Consumer<DescribeTransitGatewayAttachmentsRequest.Builder> describeTransitGatewayAttachmentsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.
This is a variant of
describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client .describeTransitGatewayAttachmentsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayAttachmentsIterable responses = client.describeTransitGatewayAttachmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGatewayAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayAttachmentsRequest)
operation.
This is a convenience which creates an instance of the DescribeTransitGatewayAttachmentsRequest.Builder
avoiding the need to create one manually via DescribeTransitGatewayAttachmentsRequest.builder()
describeTransitGatewayAttachmentsRequest
- A Consumer
that will call methods on DescribeTransitGatewayAttachmentsRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayRouteTablesResponse describeTransitGatewayRouteTables() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTransitGatewayRouteTables(DescribeTransitGatewayRouteTablesRequest)
,
AWS API Documentationdefault DescribeTransitGatewayRouteTablesResponse describeTransitGatewayRouteTables(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.
describeTransitGatewayRouteTablesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayRouteTablesResponse describeTransitGatewayRouteTables(Consumer<DescribeTransitGatewayRouteTablesRequest.Builder> describeTransitGatewayRouteTablesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayRouteTablesIterable describeTransitGatewayRouteTablesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.
This is a variant of
describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client .describeTransitGatewayRouteTablesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTransitGatewayRouteTablesPaginator(DescribeTransitGatewayRouteTablesRequest)
,
AWS API Documentationdefault DescribeTransitGatewayRouteTablesIterable describeTransitGatewayRouteTablesPaginator(DescribeTransitGatewayRouteTablesRequest describeTransitGatewayRouteTablesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.
This is a variant of
describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client .describeTransitGatewayRouteTablesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest)
operation.
describeTransitGatewayRouteTablesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayRouteTablesIterable describeTransitGatewayRouteTablesPaginator(Consumer<DescribeTransitGatewayRouteTablesRequest.Builder> describeTransitGatewayRouteTablesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.
This is a variant of
describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client .describeTransitGatewayRouteTablesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayRouteTablesIterable responses = client.describeTransitGatewayRouteTablesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGatewayRouteTables(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayRouteTablesRequest)
operation.
This is a convenience which creates an instance of the DescribeTransitGatewayRouteTablesRequest.Builder
avoiding the need to create one manually via DescribeTransitGatewayRouteTablesRequest.builder()
describeTransitGatewayRouteTablesRequest
- A Consumer
that will call methods on DescribeTransitGatewayRouteTablesRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayVpcAttachmentsResponse describeTransitGatewayVpcAttachments() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTransitGatewayVpcAttachments(DescribeTransitGatewayVpcAttachmentsRequest)
,
AWS API Documentationdefault DescribeTransitGatewayVpcAttachmentsResponse describeTransitGatewayVpcAttachments(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.
describeTransitGatewayVpcAttachmentsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayVpcAttachmentsResponse describeTransitGatewayVpcAttachments(Consumer<DescribeTransitGatewayVpcAttachmentsRequest.Builder> describeTransitGatewayVpcAttachmentsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayVpcAttachmentsIterable describeTransitGatewayVpcAttachmentsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.
This is a variant of
describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client .describeTransitGatewayVpcAttachmentsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTransitGatewayVpcAttachmentsPaginator(DescribeTransitGatewayVpcAttachmentsRequest)
,
AWS API Documentationdefault DescribeTransitGatewayVpcAttachmentsIterable describeTransitGatewayVpcAttachmentsPaginator(DescribeTransitGatewayVpcAttachmentsRequest describeTransitGatewayVpcAttachmentsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.
This is a variant of
describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client .describeTransitGatewayVpcAttachmentsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest)
operation.
describeTransitGatewayVpcAttachmentsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewayVpcAttachmentsIterable describeTransitGatewayVpcAttachmentsPaginator(Consumer<DescribeTransitGatewayVpcAttachmentsRequest.Builder> describeTransitGatewayVpcAttachmentsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.
This is a variant of
describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client .describeTransitGatewayVpcAttachmentsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewayVpcAttachmentsIterable responses = client.describeTransitGatewayVpcAttachmentsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGatewayVpcAttachments(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewayVpcAttachmentsRequest)
operation.
This is a convenience which creates an instance of the
DescribeTransitGatewayVpcAttachmentsRequest.Builder
avoiding the need to create one manually via
DescribeTransitGatewayVpcAttachmentsRequest.builder()
describeTransitGatewayVpcAttachmentsRequest
- A Consumer
that will call methods on DescribeTransitGatewayVpcAttachmentsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewaysResponse describeTransitGateways() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTransitGateways(DescribeTransitGatewaysRequest)
,
AWS
API Documentationdefault DescribeTransitGatewaysResponse describeTransitGateways(DescribeTransitGatewaysRequest describeTransitGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.
describeTransitGatewaysRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewaysResponse describeTransitGateways(Consumer<DescribeTransitGatewaysRequest.Builder> describeTransitGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewaysIterable describeTransitGatewaysPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.
This is a variant of
describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client .describeTransitGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeTransitGatewaysPaginator(DescribeTransitGatewaysRequest)
,
AWS
API Documentationdefault DescribeTransitGatewaysIterable describeTransitGatewaysPaginator(DescribeTransitGatewaysRequest describeTransitGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.
This is a variant of
describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client .describeTransitGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest)
operation.
describeTransitGatewaysRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTransitGatewaysIterable describeTransitGatewaysPaginator(Consumer<DescribeTransitGatewaysRequest.Builder> describeTransitGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.
This is a variant of
describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client .describeTransitGatewaysPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeTransitGatewaysIterable responses = client.describeTransitGatewaysPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeTransitGateways(software.amazon.awssdk.services.ec2.model.DescribeTransitGatewaysRequest)
operation.
This is a convenience which creates an instance of the DescribeTransitGatewaysRequest.Builder
avoiding
the need to create one manually via DescribeTransitGatewaysRequest.builder()
describeTransitGatewaysRequest
- A Consumer
that will call methods on DescribeTransitGatewaysRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumeAttributeResponse describeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumeAttributeResponse describeVolumeAttribute(Consumer<DescribeVolumeAttributeRequest.Builder> describeVolumeAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumeStatusResponse describeVolumeStatus() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
The DescribeVolumeStatus
operation provides the following information about the specified volumes:
Status: Reflects the current status of the volume. The possible values are ok
,
impaired
, warning
, or insufficient-data
. If all checks pass, the overall
status of the volume is ok
. If the check fails, the overall status is impaired
. If the
status is insufficient-data
, then the checks 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.)
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVolumeStatus(DescribeVolumeStatusRequest)
,
AWS API
Documentationdefault DescribeVolumeStatusResponse describeVolumeStatus(DescribeVolumeStatusRequest describeVolumeStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
The DescribeVolumeStatus
operation provides the following information about the specified volumes:
Status: Reflects the current status of the volume. The possible values are ok
,
impaired
, warning
, or insufficient-data
. If all checks pass, the overall
status of the volume is ok
. If the check fails, the overall status is impaired
. If the
status is insufficient-data
, then the checks 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumeStatusResponse describeVolumeStatus(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
The DescribeVolumeStatus
operation provides the following information about the specified volumes:
Status: Reflects the current status of the volume. The possible values are ok
,
impaired
, warning
, or insufficient-data
. If all checks pass, the overall
status of the volume is ok
. If the check fails, the overall status is impaired
. If the
status is insufficient-data
, then the checks 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumeStatusIterable describeVolumeStatusPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
The DescribeVolumeStatus
operation provides the following information about the specified volumes:
Status: Reflects the current status of the volume. The possible values are ok
,
impaired
, warning
, or insufficient-data
. If all checks pass, the overall
status of the volume is ok
. If the check fails, the overall status is impaired
. If the
status is insufficient-data
, then the checks 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 iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client .describeVolumeStatusPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVolumeStatusPaginator(DescribeVolumeStatusRequest)
,
AWS API
Documentationdefault DescribeVolumeStatusIterable describeVolumeStatusPaginator(DescribeVolumeStatusRequest describeVolumeStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
The DescribeVolumeStatus
operation provides the following information about the specified volumes:
Status: Reflects the current status of the volume. The possible values are ok
,
impaired
, warning
, or insufficient-data
. If all checks pass, the overall
status of the volume is ok
. If the check fails, the overall status is impaired
. If the
status is insufficient-data
, then the checks 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 iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client .describeVolumeStatusPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVolumeStatus(software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusRequest)
operation.
describeVolumeStatusRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumeStatusIterable describeVolumeStatusPaginator(Consumer<DescribeVolumeStatusRequest.Builder> describeVolumeStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
The DescribeVolumeStatus
operation provides the following information about the specified volumes:
Status: Reflects the current status of the volume. The possible values are ok
,
impaired
, warning
, or insufficient-data
. If all checks pass, the overall
status of the volume is ok
. If the check fails, the overall status is impaired
. If the
status is insufficient-data
, then the checks 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 iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client .describeVolumeStatusPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVolumeStatusResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVolumeStatusIterable responses = client.describeVolumeStatusPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumesResponse describeVolumes() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS volumes or all of your EBS volumes.
If you are describing a long list of volumes, 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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVolumes(DescribeVolumesRequest)
,
AWS API
Documentationdefault DescribeVolumesResponse describeVolumes(DescribeVolumesRequest describeVolumesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS volumes or all of your EBS volumes.
If you are describing a long list of volumes, 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumesResponse describeVolumes(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS volumes or all of your EBS volumes.
If you are describing a long list of volumes, 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumesIterable describeVolumesPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS volumes or all of your 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVolumesPaginator(DescribeVolumesRequest)
,
AWS API
Documentationdefault DescribeVolumesIterable describeVolumesPaginator(DescribeVolumesRequest describeVolumesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS volumes or all of your EBS volumes.
If you are describing a long list of volumes, 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVolumes(software.amazon.awssdk.services.ec2.model.DescribeVolumesRequest)
operation.
describeVolumesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumesIterable describeVolumesPaginator(Consumer<DescribeVolumesRequest.Builder> describeVolumesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified EBS volumes or all of your EBS volumes.
If you are describing a long list of volumes, 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 iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVolumesResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesIterable responses = client.describeVolumesPaginator(request);
responses.iterator().forEachRemaining(....);
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumesModificationsResponse describeVolumesModifications() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVolumesModifications(DescribeVolumesModificationsRequest)
,
AWS API Documentationdefault DescribeVolumesModificationsResponse describeVolumesModifications(DescribeVolumesModificationsRequest describeVolumesModificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumesModificationsResponse describeVolumesModifications(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumesModificationsIterable describeVolumesModificationsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client .describeVolumesModificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVolumesModificationsPaginator(DescribeVolumesModificationsRequest)
,
AWS API Documentationdefault DescribeVolumesModificationsIterable describeVolumesModificationsPaginator(DescribeVolumesModificationsRequest describeVolumesModificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client .describeVolumesModificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest)
operation.
describeVolumesModificationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVolumesModificationsIterable describeVolumesModificationsPaginator(Consumer<DescribeVolumesModificationsRequest.Builder> describeVolumesModificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 variant of
describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client .describeVolumesModificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVolumesModificationsIterable responses = client.describeVolumesModificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVolumesModifications(software.amazon.awssdk.services.ec2.model.DescribeVolumesModificationsRequest)
operation.
This is a convenience which creates an instance of the DescribeVolumesModificationsRequest.Builder
avoiding the need to create one manually via DescribeVolumesModificationsRequest.builder()
describeVolumesModificationsRequest
- A Consumer
that will call methods on DescribeVolumesModificationsRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcAttributeResponse describeVpcAttribute(DescribeVpcAttributeRequest describeVpcAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.
describeVpcAttributeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcAttributeResponse describeVpcAttribute(Consumer<DescribeVpcAttributeRequest.Builder> describeVpcAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcClassicLinkResponse describeVpcClassicLink() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ClassicLink status of one or more VPCs.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcClassicLink(DescribeVpcClassicLinkRequest)
,
AWS API
Documentationdefault DescribeVpcClassicLinkResponse describeVpcClassicLink(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ClassicLink status of one or more VPCs.
describeVpcClassicLinkRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcClassicLinkResponse describeVpcClassicLink(Consumer<DescribeVpcClassicLinkRequest.Builder> describeVpcClassicLinkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcClassicLinkDnsSupportResponse describeVpcClassicLinkDnsSupport() throws AwsServiceException, SdkClientException, Ec2Exception
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.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest)
,
AWS API Documentationdefault DescribeVpcClassicLinkDnsSupportResponse describeVpcClassicLinkDnsSupport(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcClassicLinkDnsSupportResponse describeVpcClassicLinkDnsSupport(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcClassicLinkDnsSupportIterable describeVpcClassicLinkDnsSupportPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
This is a variant of
describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client .describeVpcClassicLinkDnsSupportPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcClassicLinkDnsSupportPaginator(DescribeVpcClassicLinkDnsSupportRequest)
,
AWS API Documentationdefault DescribeVpcClassicLinkDnsSupportIterable describeVpcClassicLinkDnsSupportPaginator(DescribeVpcClassicLinkDnsSupportRequest describeVpcClassicLinkDnsSupportRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
This is a variant of
describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client .describeVpcClassicLinkDnsSupportPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest)
operation.
describeVpcClassicLinkDnsSupportRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcClassicLinkDnsSupportIterable describeVpcClassicLinkDnsSupportPaginator(Consumer<DescribeVpcClassicLinkDnsSupportRequest.Builder> describeVpcClassicLinkDnsSupportRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
This is a variant of
describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client .describeVpcClassicLinkDnsSupportPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcClassicLinkDnsSupportIterable responses = client.describeVpcClassicLinkDnsSupportPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcClassicLinkDnsSupport(software.amazon.awssdk.services.ec2.model.DescribeVpcClassicLinkDnsSupportRequest)
operation.
This is a convenience which creates an instance of the DescribeVpcClassicLinkDnsSupportRequest.Builder
avoiding the need to create one manually via DescribeVpcClassicLinkDnsSupportRequest.builder()
describeVpcClassicLinkDnsSupportRequest
- A Consumer
that will call methods on DescribeVpcClassicLinkDnsSupportRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointConnectionNotificationsResponse describeVpcEndpointConnectionNotifications() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the connection notifications for VPC endpoints and VPC endpoint services.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcEndpointConnectionNotifications(DescribeVpcEndpointConnectionNotificationsRequest)
,
AWS API Documentationdefault DescribeVpcEndpointConnectionNotificationsResponse describeVpcEndpointConnectionNotifications(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the connection notifications for VPC endpoints and VPC endpoint services.
describeVpcEndpointConnectionNotificationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointConnectionNotificationsResponse describeVpcEndpointConnectionNotifications(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointConnectionNotificationsIterable describeVpcEndpointConnectionNotificationsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the connection notifications for VPC endpoints and VPC endpoint services.
This is a variant of
describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client .describeVpcEndpointConnectionNotificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcEndpointConnectionNotificationsPaginator(DescribeVpcEndpointConnectionNotificationsRequest)
,
AWS API Documentationdefault DescribeVpcEndpointConnectionNotificationsIterable describeVpcEndpointConnectionNotificationsPaginator(DescribeVpcEndpointConnectionNotificationsRequest describeVpcEndpointConnectionNotificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the connection notifications for VPC endpoints and VPC endpoint services.
This is a variant of
describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client .describeVpcEndpointConnectionNotificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest)
operation.
describeVpcEndpointConnectionNotificationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointConnectionNotificationsIterable describeVpcEndpointConnectionNotificationsPaginator(Consumer<DescribeVpcEndpointConnectionNotificationsRequest.Builder> describeVpcEndpointConnectionNotificationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the connection notifications for VPC endpoints and VPC endpoint services.
This is a variant of
describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client .describeVpcEndpointConnectionNotificationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionNotificationsIterable responses = client.describeVpcEndpointConnectionNotificationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointConnectionNotifications(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionNotificationsRequest)
operation.
This is a convenience which creates an instance of the
DescribeVpcEndpointConnectionNotificationsRequest.Builder
avoiding the need to create one manually via
DescribeVpcEndpointConnectionNotificationsRequest.builder()
describeVpcEndpointConnectionNotificationsRequest
- A Consumer
that will call methods on
DescribeVpcEndpointConnectionNotificationsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointConnectionsResponse describeVpcEndpointConnections() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcEndpointConnections(DescribeVpcEndpointConnectionsRequest)
,
AWS API Documentationdefault DescribeVpcEndpointConnectionsResponse describeVpcEndpointConnections(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
describeVpcEndpointConnectionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointConnectionsResponse describeVpcEndpointConnections(Consumer<DescribeVpcEndpointConnectionsRequest.Builder> describeVpcEndpointConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointConnectionsIterable describeVpcEndpointConnectionsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
This is a variant of
describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client .describeVpcEndpointConnectionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcEndpointConnectionsPaginator(DescribeVpcEndpointConnectionsRequest)
,
AWS API Documentationdefault DescribeVpcEndpointConnectionsIterable describeVpcEndpointConnectionsPaginator(DescribeVpcEndpointConnectionsRequest describeVpcEndpointConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
This is a variant of
describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client .describeVpcEndpointConnectionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest)
operation.
describeVpcEndpointConnectionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointConnectionsIterable describeVpcEndpointConnectionsPaginator(Consumer<DescribeVpcEndpointConnectionsRequest.Builder> describeVpcEndpointConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.
This is a variant of
describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client .describeVpcEndpointConnectionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointConnectionsIterable responses = client.describeVpcEndpointConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointConnectionsRequest)
operation.
This is a convenience which creates an instance of the DescribeVpcEndpointConnectionsRequest.Builder
avoiding the need to create one manually via DescribeVpcEndpointConnectionsRequest.builder()
describeVpcEndpointConnectionsRequest
- A Consumer
that will call methods on DescribeVpcEndpointConnectionsRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServiceConfigurationsResponse describeVpcEndpointServiceConfigurations() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint service configurations in your account (your services).
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcEndpointServiceConfigurations(DescribeVpcEndpointServiceConfigurationsRequest)
,
AWS API Documentationdefault DescribeVpcEndpointServiceConfigurationsResponse describeVpcEndpointServiceConfigurations(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint service configurations in your account (your services).
describeVpcEndpointServiceConfigurationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServiceConfigurationsResponse describeVpcEndpointServiceConfigurations(Consumer<DescribeVpcEndpointServiceConfigurationsRequest.Builder> describeVpcEndpointServiceConfigurationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServiceConfigurationsIterable describeVpcEndpointServiceConfigurationsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint service configurations in your account (your services).
This is a variant of
describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client .describeVpcEndpointServiceConfigurationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcEndpointServiceConfigurationsPaginator(DescribeVpcEndpointServiceConfigurationsRequest)
,
AWS API Documentationdefault DescribeVpcEndpointServiceConfigurationsIterable describeVpcEndpointServiceConfigurationsPaginator(DescribeVpcEndpointServiceConfigurationsRequest describeVpcEndpointServiceConfigurationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint service configurations in your account (your services).
This is a variant of
describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client .describeVpcEndpointServiceConfigurationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest)
operation.
describeVpcEndpointServiceConfigurationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServiceConfigurationsIterable describeVpcEndpointServiceConfigurationsPaginator(Consumer<DescribeVpcEndpointServiceConfigurationsRequest.Builder> describeVpcEndpointServiceConfigurationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the VPC endpoint service configurations in your account (your services).
This is a variant of
describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client .describeVpcEndpointServiceConfigurationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServiceConfigurationsIterable responses = client.describeVpcEndpointServiceConfigurationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointServiceConfigurations(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServiceConfigurationsRequest)
operation.
This is a convenience which creates an instance of the
DescribeVpcEndpointServiceConfigurationsRequest.Builder
avoiding the need to create one manually via
DescribeVpcEndpointServiceConfigurationsRequest.builder()
describeVpcEndpointServiceConfigurationsRequest
- A Consumer
that will call methods on
DescribeVpcEndpointServiceConfigurationsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServicePermissionsResponse describeVpcEndpointServicePermissions(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
describeVpcEndpointServicePermissionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServicePermissionsResponse describeVpcEndpointServicePermissions(Consumer<DescribeVpcEndpointServicePermissionsRequest.Builder> describeVpcEndpointServicePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServicePermissionsIterable describeVpcEndpointServicePermissionsPaginator(DescribeVpcEndpointServicePermissionsRequest describeVpcEndpointServicePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
This is a variant of
describeVpcEndpointServicePermissions(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsIterable responses = client.describeVpcEndpointServicePermissionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsIterable responses = client .describeVpcEndpointServicePermissionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsIterable responses = client.describeVpcEndpointServicePermissionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointServicePermissions(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsRequest)
operation.
describeVpcEndpointServicePermissionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServicePermissionsIterable describeVpcEndpointServicePermissionsPaginator(Consumer<DescribeVpcEndpointServicePermissionsRequest.Builder> describeVpcEndpointServicePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
This is a variant of
describeVpcEndpointServicePermissions(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsIterable responses = client.describeVpcEndpointServicePermissionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsIterable responses = client .describeVpcEndpointServicePermissionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointServicePermissionsIterable responses = client.describeVpcEndpointServicePermissionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpointServicePermissions(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointServicePermissionsRequest)
operation.
This is a convenience which creates an instance of the
DescribeVpcEndpointServicePermissionsRequest.Builder
avoiding the need to create one manually via
DescribeVpcEndpointServicePermissionsRequest.builder()
describeVpcEndpointServicePermissionsRequest
- A Consumer
that will call methods on DescribeVpcEndpointServicePermissionsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServicesResponse describeVpcEndpointServices() throws AwsServiceException, SdkClientException, Ec2Exception
Describes available services to which you can create a VPC endpoint.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcEndpointServices(DescribeVpcEndpointServicesRequest)
,
AWS API Documentationdefault DescribeVpcEndpointServicesResponse describeVpcEndpointServices(DescribeVpcEndpointServicesRequest describeVpcEndpointServicesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes available services to which you can create a VPC endpoint.
describeVpcEndpointServicesRequest
- Contains the parameters for DescribeVpcEndpointServices.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointServicesResponse describeVpcEndpointServices(Consumer<DescribeVpcEndpointServicesRequest.Builder> describeVpcEndpointServicesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointsResponse describeVpcEndpoints() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC endpoints.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcEndpoints(DescribeVpcEndpointsRequest)
,
AWS API
Documentationdefault DescribeVpcEndpointsResponse describeVpcEndpoints(DescribeVpcEndpointsRequest describeVpcEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC endpoints.
describeVpcEndpointsRequest
- Contains the parameters for DescribeVpcEndpoints.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointsResponse describeVpcEndpoints(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointsIterable describeVpcEndpointsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC endpoints.
This is a variant of
describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client .describeVpcEndpointsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcEndpointsPaginator(DescribeVpcEndpointsRequest)
,
AWS API
Documentationdefault DescribeVpcEndpointsIterable describeVpcEndpointsPaginator(DescribeVpcEndpointsRequest describeVpcEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC endpoints.
This is a variant of
describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client .describeVpcEndpointsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest)
operation.
describeVpcEndpointsRequest
- Contains the parameters for DescribeVpcEndpoints.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcEndpointsIterable describeVpcEndpointsPaginator(Consumer<DescribeVpcEndpointsRequest.Builder> describeVpcEndpointsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC endpoints.
This is a variant of
describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest)
operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client .describeVpcEndpointsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcEndpointsIterable responses = client.describeVpcEndpointsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcEndpoints(software.amazon.awssdk.services.ec2.model.DescribeVpcEndpointsRequest)
operation.
This is a convenience which creates an instance of the DescribeVpcEndpointsRequest.Builder
avoiding the
need to create one manually via DescribeVpcEndpointsRequest.builder()
describeVpcEndpointsRequest
- A Consumer
that will call methods on DescribeVpcEndpointsRequest.Builder
to create a
request. Contains the parameters for DescribeVpcEndpoints.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcPeeringConnectionsResponse describeVpcPeeringConnections() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC peering connections.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest)
,
AWS API Documentationdefault DescribeVpcPeeringConnectionsResponse describeVpcPeeringConnections(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC peering connections.
describeVpcPeeringConnectionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcPeeringConnectionsResponse describeVpcPeeringConnections(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcPeeringConnectionsIterable describeVpcPeeringConnectionsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC peering connections.
This is a variant of
describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client .describeVpcPeeringConnectionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcPeeringConnectionsPaginator(DescribeVpcPeeringConnectionsRequest)
,
AWS API Documentationdefault DescribeVpcPeeringConnectionsIterable describeVpcPeeringConnectionsPaginator(DescribeVpcPeeringConnectionsRequest describeVpcPeeringConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC peering connections.
This is a variant of
describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client .describeVpcPeeringConnectionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest)
operation.
describeVpcPeeringConnectionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcPeeringConnectionsIterable describeVpcPeeringConnectionsPaginator(Consumer<DescribeVpcPeeringConnectionsRequest.Builder> describeVpcPeeringConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPC peering connections.
This is a variant of
describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client .describeVpcPeeringConnectionsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcPeeringConnectionsIterable responses = client.describeVpcPeeringConnectionsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcPeeringConnections(software.amazon.awssdk.services.ec2.model.DescribeVpcPeeringConnectionsRequest)
operation.
This is a convenience which creates an instance of the DescribeVpcPeeringConnectionsRequest.Builder
avoiding the need to create one manually via DescribeVpcPeeringConnectionsRequest.builder()
describeVpcPeeringConnectionsRequest
- A Consumer
that will call methods on DescribeVpcPeeringConnectionsRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcsResponse describeVpcs() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPCs.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcs(DescribeVpcsRequest)
,
AWS API
Documentationdefault DescribeVpcsResponse describeVpcs(DescribeVpcsRequest describeVpcsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPCs.
describeVpcsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcsResponse describeVpcs(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcsIterable describeVpcsPaginator() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPCs.
This is a variant of describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)
operation.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpcsPaginator(DescribeVpcsRequest)
,
AWS API
Documentationdefault DescribeVpcsIterable describeVpcsPaginator(DescribeVpcsRequest describeVpcsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPCs.
This is a variant of describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)
operation.
describeVpcsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpcsIterable describeVpcsPaginator(Consumer<DescribeVpcsRequest.Builder> describeVpcsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPCs.
This is a variant of describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request); for (software.amazon.awssdk.services.ec2.model.DescribeVpcsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.DescribeVpcsIterable responses = client.describeVpcsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
describeVpcs(software.amazon.awssdk.services.ec2.model.DescribeVpcsRequest)
operation.
This is a convenience which creates an instance of the DescribeVpcsRequest.Builder
avoiding the need to
create one manually via DescribeVpcsRequest.builder()
describeVpcsRequest
- A Consumer
that will call methods on DescribeVpcsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpnConnectionsResponse describeVpnConnections() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPN connections.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpnConnections(DescribeVpnConnectionsRequest)
,
AWS API
Documentationdefault DescribeVpnConnectionsResponse describeVpnConnections(DescribeVpnConnectionsRequest describeVpnConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPN connections.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
describeVpnConnectionsRequest
- Contains the parameters for DescribeVpnConnections.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpnConnectionsResponse describeVpnConnections(Consumer<DescribeVpnConnectionsRequest.Builder> describeVpnConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your VPN connections.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
This is a convenience which creates an instance of the DescribeVpnConnectionsRequest.Builder
avoiding the
need to create one manually via DescribeVpnConnectionsRequest.builder()
describeVpnConnectionsRequest
- A Consumer
that will call methods on DescribeVpnConnectionsRequest.Builder
to create a
request. Contains the parameters for DescribeVpnConnections.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpnGatewaysResponse describeVpnGateways() throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your virtual private gateways.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVpnGateways(DescribeVpnGatewaysRequest)
,
AWS API
Documentationdefault DescribeVpnGatewaysResponse describeVpnGateways(DescribeVpnGatewaysRequest describeVpnGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your virtual private gateways.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
describeVpnGatewaysRequest
- Contains the parameters for DescribeVpnGateways.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVpnGatewaysResponse describeVpnGateways(Consumer<DescribeVpnGatewaysRequest.Builder> describeVpnGatewaysRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes one or more of your virtual private gateways.
For more information, see AWS Site-to-Site VPN in the AWS Site-to-Site VPN User Guide.
This is a convenience which creates an instance of the DescribeVpnGatewaysRequest.Builder
avoiding the
need to create one manually via DescribeVpnGatewaysRequest.builder()
describeVpnGatewaysRequest
- A Consumer
that will call methods on DescribeVpnGatewaysRequest.Builder
to create a
request. Contains the parameters for DescribeVpnGateways.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachClassicLinkVpcResponse detachClassicLinkVpc(DetachClassicLinkVpcRequest detachClassicLinkVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachClassicLinkVpcResponse detachClassicLinkVpc(Consumer<DetachClassicLinkVpcRequest.Builder> detachClassicLinkVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachInternetGatewayResponse detachInternetGateway(DetachInternetGatewayRequest detachInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses or public IPv4 addresses.
detachInternetGatewayRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachInternetGatewayResponse detachInternetGateway(Consumer<DetachInternetGatewayRequest.Builder> detachInternetGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses or public IPv4 addresses.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachNetworkInterfaceResponse detachNetworkInterface(DetachNetworkInterfaceRequest detachNetworkInterfaceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Detaches a network interface from an instance.
detachNetworkInterfaceRequest
- Contains the parameters for DetachNetworkInterface.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachNetworkInterfaceResponse detachNetworkInterface(Consumer<DetachNetworkInterfaceRequest.Builder> detachNetworkInterfaceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachVolumeResponse detachVolume(DetachVolumeRequest detachVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your
operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the
busy
state while detaching. If this happens, detachment can be delayed indefinitely until you
unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of
an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance
first.
When a volume with an 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachVolumeResponse detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your
operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the
busy
state while detaching. If this happens, detachment can be delayed indefinitely until you
unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of
an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance
first.
When a volume with an 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachVpnGatewayResponse detachVpnGateway(DetachVpnGatewayRequest detachVpnGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).
You must wait for the attachment's state to switch to detached
before you can delete the VPC or
attach a different VPC to the virtual private gateway.
detachVpnGatewayRequest
- Contains the parameters for DetachVpnGateway.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DetachVpnGatewayResponse detachVpnGateway(Consumer<DetachVpnGatewayRequest.Builder> detachVpnGatewayRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).
You must wait for the attachment's state to switch to detached
before you can delete the VPC or
attach a different VPC to the virtual private gateway.
This is a convenience which creates an instance of the DetachVpnGatewayRequest.Builder
avoiding the need
to create one manually via DetachVpnGatewayRequest.builder()
detachVpnGatewayRequest
- A Consumer
that will call methods on DetachVpnGatewayRequest.Builder
to create a request.
Contains the parameters for DetachVpnGateway.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableEbsEncryptionByDefaultResponse disableEbsEncryptionByDefault(DisableEbsEncryptionByDefaultRequest disableEbsEncryptionByDefaultRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disables EBS encryption by default for your account in the current Region.
After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume.
Disabling encryption by default does not change the encryption status of your existing volumes.
For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
disableEbsEncryptionByDefaultRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableEbsEncryptionByDefaultResponse disableEbsEncryptionByDefault(Consumer<DisableEbsEncryptionByDefaultRequest.Builder> disableEbsEncryptionByDefaultRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disables EBS encryption by default for your account in the current Region.
After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume.
Disabling encryption by default does not change the encryption status of your existing volumes.
For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the DisableEbsEncryptionByDefaultRequest.Builder
avoiding the need to create one manually via DisableEbsEncryptionByDefaultRequest.builder()
disableEbsEncryptionByDefaultRequest
- A Consumer
that will call methods on DisableEbsEncryptionByDefaultRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableFastSnapshotRestoresResponse disableFastSnapshotRestores(DisableFastSnapshotRestoresRequest disableFastSnapshotRestoresRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
disableFastSnapshotRestoresRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableFastSnapshotRestoresResponse disableFastSnapshotRestores(Consumer<DisableFastSnapshotRestoresRequest.Builder> disableFastSnapshotRestoresRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.
This is a convenience which creates an instance of the DisableFastSnapshotRestoresRequest.Builder
avoiding the need to create one manually via DisableFastSnapshotRestoresRequest.builder()
disableFastSnapshotRestoresRequest
- A Consumer
that will call methods on DisableFastSnapshotRestoresRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableTransitGatewayRouteTablePropagationResponse disableTransitGatewayRouteTablePropagation(DisableTransitGatewayRouteTablePropagationRequest disableTransitGatewayRouteTablePropagationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disables the specified resource attachment from propagating routes to the specified propagation route table.
disableTransitGatewayRouteTablePropagationRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableTransitGatewayRouteTablePropagationResponse disableTransitGatewayRouteTablePropagation(Consumer<DisableTransitGatewayRouteTablePropagationRequest.Builder> disableTransitGatewayRouteTablePropagationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableVgwRoutePropagationResponse disableVgwRoutePropagation(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.
disableVgwRoutePropagationRequest
- Contains the parameters for DisableVgwRoutePropagation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableVgwRoutePropagationResponse disableVgwRoutePropagation(Consumer<DisableVgwRoutePropagationRequest.Builder> disableVgwRoutePropagationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableVpcClassicLinkResponse disableVpcClassicLink(DisableVpcClassicLinkRequest disableVpcClassicLinkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.
disableVpcClassicLinkRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableVpcClassicLinkResponse disableVpcClassicLink(Consumer<DisableVpcClassicLinkRequest.Builder> disableVpcClassicLinkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableVpcClassicLinkDnsSupportResponse disableVpcClassicLinkDnsSupport(DisableVpcClassicLinkDnsSupportRequest disableVpcClassicLinkDnsSupportRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisableVpcClassicLinkDnsSupportResponse disableVpcClassicLinkDnsSupport(Consumer<DisableVpcClassicLinkDnsSupportRequest.Builder> disableVpcClassicLinkDnsSupportRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateAddressResponse disassociateAddress(DisassociateAddressRequest disassociateAddressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateAddressResponse disassociateAddress(Consumer<DisassociateAddressRequest.Builder> disassociateAddressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateClientVpnTargetNetworkResponse disassociateClientVpnTargetNetwork(DisassociateClientVpnTargetNetworkRequest disassociateClientVpnTargetNetworkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disassociates a target network from the specified Client VPN endpoint. When you disassociate the last target network from a Client VPN, the following happens:
The route that was automatically added for the VPC is deleted
All active client connections are terminated
New client connections are disallowed
The Client VPN endpoint's status changes to pending-associate
disassociateClientVpnTargetNetworkRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateClientVpnTargetNetworkResponse disassociateClientVpnTargetNetwork(Consumer<DisassociateClientVpnTargetNetworkRequest.Builder> disassociateClientVpnTargetNetworkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disassociates a target network from the specified Client VPN endpoint. When you disassociate the last target network from a Client VPN, the following happens:
The route that was automatically added for the VPC is deleted
All active client connections are terminated
New client connections are disallowed
The Client VPN endpoint's status changes to pending-associate
This is a convenience which creates an instance of the DisassociateClientVpnTargetNetworkRequest.Builder
avoiding the need to create one manually via DisassociateClientVpnTargetNetworkRequest.builder()
disassociateClientVpnTargetNetworkRequest
- A Consumer
that will call methods on DisassociateClientVpnTargetNetworkRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateIamInstanceProfileResponse disassociateIamInstanceProfile(DisassociateIamInstanceProfileRequest disassociateIamInstanceProfileRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disassociates an IAM instance profile from a running or stopped instance.
Use DescribeIamInstanceProfileAssociations to get the association ID.
disassociateIamInstanceProfileRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateIamInstanceProfileResponse disassociateIamInstanceProfile(Consumer<DisassociateIamInstanceProfileRequest.Builder> disassociateIamInstanceProfileRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateRouteTableResponse disassociateRouteTable(DisassociateRouteTableRequest disassociateRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateRouteTableResponse disassociateRouteTable(Consumer<DisassociateRouteTableRequest.Builder> disassociateRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateSubnetCidrBlockResponse disassociateSubnetCidrBlock(DisassociateSubnetCidrBlockRequest disassociateSubnetCidrBlockRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.
disassociateSubnetCidrBlockRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateSubnetCidrBlockResponse disassociateSubnetCidrBlock(Consumer<DisassociateSubnetCidrBlockRequest.Builder> disassociateSubnetCidrBlockRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateTransitGatewayRouteTableResponse disassociateTransitGatewayRouteTable(DisassociateTransitGatewayRouteTableRequest disassociateTransitGatewayRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disassociates a resource attachment from a transit gateway route table.
disassociateTransitGatewayRouteTableRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateTransitGatewayRouteTableResponse disassociateTransitGatewayRouteTable(Consumer<DisassociateTransitGatewayRouteTableRequest.Builder> disassociateTransitGatewayRouteTableRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateVpcCidrBlockResponse disassociateVpcCidrBlock(DisassociateVpcCidrBlockRequest disassociateVpcCidrBlockRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using DescribeVpcs. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.
You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).
disassociateVpcCidrBlockRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateVpcCidrBlockResponse disassociateVpcCidrBlock(Consumer<DisassociateVpcCidrBlockRequest.Builder> disassociateVpcCidrBlockRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using DescribeVpcs. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.
You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableEbsEncryptionByDefaultResponse enableEbsEncryptionByDefault(EnableEbsEncryptionByDefaultRequest enableEbsEncryptionByDefaultRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Enables EBS encryption by default for your account in the current Region.
After you enable encryption by default, the EBS volumes that you create are are always encrypted, either using the default CMK or the CMK that you specified when you created each volume. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
You can specify the default CMK for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.
Enabling encryption by default has no effect on the encryption status of your existing volumes.
After you enable encryption by default, you can no longer launch instances using instance types that do not support encryption. For more information, see Supported Instance Types.
enableEbsEncryptionByDefaultRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableEbsEncryptionByDefaultResponse enableEbsEncryptionByDefault(Consumer<EnableEbsEncryptionByDefaultRequest.Builder> enableEbsEncryptionByDefaultRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Enables EBS encryption by default for your account in the current Region.
After you enable encryption by default, the EBS volumes that you create are are always encrypted, either using the default CMK or the CMK that you specified when you created each volume. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
You can specify the default CMK for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.
Enabling encryption by default has no effect on the encryption status of your existing volumes.
After you enable encryption by default, you can no longer launch instances using instance types that do not support encryption. For more information, see Supported Instance Types.
This is a convenience which creates an instance of the EnableEbsEncryptionByDefaultRequest.Builder
avoiding the need to create one manually via EnableEbsEncryptionByDefaultRequest.builder()
enableEbsEncryptionByDefaultRequest
- A Consumer
that will call methods on EnableEbsEncryptionByDefaultRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableFastSnapshotRestoresResponse enableFastSnapshotRestores(EnableFastSnapshotRestoresRequest enableFastSnapshotRestoresRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.
You get the full benefit of fast snapshot restores after they enter the enabled
state. To get the
current state of fast snapshot restores, use DescribeFastSnapshotRestores. To disable fast snapshot
restores, use DisableFastSnapshotRestores.
enableFastSnapshotRestoresRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableFastSnapshotRestoresResponse enableFastSnapshotRestores(Consumer<EnableFastSnapshotRestoresRequest.Builder> enableFastSnapshotRestoresRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.
You get the full benefit of fast snapshot restores after they enter the enabled
state. To get the
current state of fast snapshot restores, use DescribeFastSnapshotRestores. To disable fast snapshot
restores, use DisableFastSnapshotRestores.
This is a convenience which creates an instance of the EnableFastSnapshotRestoresRequest.Builder
avoiding
the need to create one manually via EnableFastSnapshotRestoresRequest.builder()
enableFastSnapshotRestoresRequest
- A Consumer
that will call methods on EnableFastSnapshotRestoresRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableTransitGatewayRouteTablePropagationResponse enableTransitGatewayRouteTablePropagation(EnableTransitGatewayRouteTablePropagationRequest enableTransitGatewayRouteTablePropagationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Enables the specified attachment to propagate routes to the specified propagation route table.
enableTransitGatewayRouteTablePropagationRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableTransitGatewayRouteTablePropagationResponse enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableVgwRoutePropagationResponse enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
enableVgwRoutePropagationRequest
- Contains the parameters for EnableVgwRoutePropagation.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableVgwRoutePropagationResponse enableVgwRoutePropagation(Consumer<EnableVgwRoutePropagationRequest.Builder> enableVgwRoutePropagationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableVolumeIOResponse enableVolumeIO(EnableVolumeIoRequest enableVolumeIoRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
enableVolumeIoRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableVolumeIOResponse enableVolumeIO(Consumer<EnableVolumeIoRequest.Builder> enableVolumeIoRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableVpcClassicLinkResponse enableVpcClassicLink(EnableVpcClassicLinkRequest enableVpcClassicLinkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableVpcClassicLinkResponse enableVpcClassicLink(Consumer<EnableVpcClassicLinkRequest.Builder> enableVpcClassicLinkRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableVpcClassicLinkDnsSupportResponse enableVpcClassicLinkDnsSupport(EnableVpcClassicLinkDnsSupportRequest enableVpcClassicLinkDnsSupportRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default EnableVpcClassicLinkDnsSupportResponse enableVpcClassicLinkDnsSupport(Consumer<EnableVpcClassicLinkDnsSupportRequest.Builder> enableVpcClassicLinkDnsSupportRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExportClientVpnClientCertificateRevocationListResponse exportClientVpnClientCertificateRevocationList(ExportClientVpnClientCertificateRevocationListRequest exportClientVpnClientCertificateRevocationListRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Downloads the client certificate revocation list for the specified Client VPN endpoint.
exportClientVpnClientCertificateRevocationListRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExportClientVpnClientCertificateRevocationListResponse exportClientVpnClientCertificateRevocationList(Consumer<ExportClientVpnClientCertificateRevocationListRequest.Builder> exportClientVpnClientCertificateRevocationListRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Downloads the client certificate revocation list for the specified Client VPN endpoint.
This is a convenience which creates an instance of the
ExportClientVpnClientCertificateRevocationListRequest.Builder
avoiding the need to create one manually
via ExportClientVpnClientCertificateRevocationListRequest.builder()
exportClientVpnClientCertificateRevocationListRequest
- A Consumer
that will call methods on
ExportClientVpnClientCertificateRevocationListRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExportClientVpnClientConfigurationResponse exportClientVpnClientConfiguration(ExportClientVpnClientConfigurationRequest exportClientVpnClientConfigurationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint.
exportClientVpnClientConfigurationRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExportClientVpnClientConfigurationResponse exportClientVpnClientConfiguration(Consumer<ExportClientVpnClientConfigurationRequest.Builder> exportClientVpnClientConfigurationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint.
This is a convenience which creates an instance of the ExportClientVpnClientConfigurationRequest.Builder
avoiding the need to create one manually via ExportClientVpnClientConfigurationRequest.builder()
exportClientVpnClientConfigurationRequest
- A Consumer
that will call methods on ExportClientVpnClientConfigurationRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExportImageResponse exportImage(ExportImageRequest exportImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Exports an Amazon Machine Image (AMI) to a VM file. For more information, see Exporting a VM Directory from an Amazon Machine Image (AMI) in the VM Import/Export User Guide.
exportImageRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExportImageResponse exportImage(Consumer<ExportImageRequest.Builder> exportImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Exports an Amazon Machine Image (AMI) to a VM file. For more information, see Exporting a VM Directory from an Amazon Machine Image (AMI) in the VM Import/Export User Guide.
This is a convenience which creates an instance of the ExportImageRequest.Builder
avoiding the need to
create one manually via ExportImageRequest.builder()
exportImageRequest
- A Consumer
that will call methods on ExportImageRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExportTransitGatewayRoutesResponse exportTransitGatewayRoutes(ExportTransitGatewayRoutesRequest exportTransitGatewayRoutesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Exports routes from the specified transit gateway route table to the specified S3 bucket. By default, all routes are exported. Alternatively, you can filter by CIDR range.
exportTransitGatewayRoutesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ExportTransitGatewayRoutesResponse exportTransitGatewayRoutes(Consumer<ExportTransitGatewayRoutesRequest.Builder> exportTransitGatewayRoutesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Exports routes from the specified transit gateway route table to the specified S3 bucket. By default, all routes are exported. Alternatively, you can filter by CIDR range.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetCapacityReservationUsageResponse getCapacityReservationUsage(GetCapacityReservationUsageRequest getCapacityReservationUsageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each AWS account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner's usage.
getCapacityReservationUsageRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetCapacityReservationUsageResponse getCapacityReservationUsage(Consumer<GetCapacityReservationUsageRequest.Builder> getCapacityReservationUsageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each AWS account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner's usage.
This is a convenience which creates an instance of the GetCapacityReservationUsageRequest.Builder
avoiding the need to create one manually via GetCapacityReservationUsageRequest.builder()
getCapacityReservationUsageRequest
- A Consumer
that will call methods on GetCapacityReservationUsageRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetConsoleOutputResponse getConsoleOutput(GetConsoleOutputRequest getConsoleOutputRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors.
By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available.
You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor.
For more information, see Instance Console Output in the Amazon Elastic Compute Cloud User Guide.
getConsoleOutputRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetConsoleOutputResponse getConsoleOutput(Consumer<GetConsoleOutputRequest.Builder> getConsoleOutputRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors.
By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available.
You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor.
For more information, see Instance Console Output in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetConsoleScreenshotResponse getConsoleScreenshot(GetConsoleScreenshotRequest getConsoleScreenshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.
The returned content is Base64-encoded.
getConsoleScreenshotRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetConsoleScreenshotResponse getConsoleScreenshot(Consumer<GetConsoleScreenshotRequest.Builder> getConsoleScreenshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetEbsDefaultKmsKeyIdResponse getEbsDefaultKmsKeyId(GetEbsDefaultKmsKeyIdRequest getEbsDefaultKmsKeyIdRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the default customer master key (CMK) for EBS encryption by default for your account in this Region. You can change the default CMK for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.
For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
getEbsDefaultKmsKeyIdRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetEbsDefaultKmsKeyIdResponse getEbsDefaultKmsKeyId(Consumer<GetEbsDefaultKmsKeyIdRequest.Builder> getEbsDefaultKmsKeyIdRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes the default customer master key (CMK) for EBS encryption by default for your account in this Region. You can change the default CMK for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.
For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the GetEbsDefaultKmsKeyIdRequest.Builder
avoiding the
need to create one manually via GetEbsDefaultKmsKeyIdRequest.builder()
getEbsDefaultKmsKeyIdRequest
- A Consumer
that will call methods on GetEbsDefaultKmsKeyIdRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetEbsEncryptionByDefaultResponse getEbsEncryptionByDefault(GetEbsEncryptionByDefaultRequest getEbsEncryptionByDefaultRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes whether EBS encryption by default is enabled for your account in the current Region.
For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
getEbsEncryptionByDefaultRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetEbsEncryptionByDefaultResponse getEbsEncryptionByDefault(Consumer<GetEbsEncryptionByDefaultRequest.Builder> getEbsEncryptionByDefaultRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Describes whether EBS encryption by default is enabled for your account in the current Region.
For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the GetEbsEncryptionByDefaultRequest.Builder
avoiding
the need to create one manually via GetEbsEncryptionByDefaultRequest.builder()
getEbsEncryptionByDefaultRequest
- A Consumer
that will call methods on GetEbsEncryptionByDefaultRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetHostReservationPurchasePreviewResponse getHostReservationPurchasePreview(GetHostReservationPurchasePreviewRequest getHostReservationPurchasePreviewRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation.
This is a preview of the PurchaseHostReservation action and does not result in the offering being purchased.
getHostReservationPurchasePreviewRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetHostReservationPurchasePreviewResponse getHostReservationPurchasePreview(Consumer<GetHostReservationPurchasePreviewRequest.Builder> getHostReservationPurchasePreviewRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation.
This is a preview of the PurchaseHostReservation action and does not result in the offering being purchased.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetLaunchTemplateDataResponse getLaunchTemplateData(GetLaunchTemplateDataRequest getLaunchTemplateDataRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Retrieves the configuration data of the specified instance. You can use this data to create a launch template.
getLaunchTemplateDataRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetLaunchTemplateDataResponse getLaunchTemplateData(Consumer<GetLaunchTemplateDataRequest.Builder> getLaunchTemplateDataRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetPasswordDataResponse getPasswordData(GetPasswordDataRequest getPasswordDataRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Retrieves the encrypted administrator password for a running Windows instance.
The Windows password is generated at boot by the EC2Config
service or EC2Launch
scripts
(Windows Server 2016 and later). This usually only happens the first time an instance is launched. For more
information, see EC2Config and EC2Launch in the Amazon 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetPasswordDataResponse getPasswordData(Consumer<GetPasswordDataRequest.Builder> getPasswordDataRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Retrieves the encrypted administrator password for a running Windows instance.
The Windows password is generated at boot by the EC2Config
service or EC2Launch
scripts
(Windows Server 2016 and later). This usually only happens the first time an instance is launched. For more
information, see EC2Config and EC2Launch in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetReservedInstancesExchangeQuoteResponse getReservedInstancesExchangeQuote(GetReservedInstancesExchangeQuoteRequest getReservedInstancesExchangeQuoteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use AcceptReservedInstancesExchangeQuote to perform the exchange.
getReservedInstancesExchangeQuoteRequest
- Contains the parameters for GetReservedInstanceExchangeQuote.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetReservedInstancesExchangeQuoteResponse getReservedInstancesExchangeQuote(Consumer<GetReservedInstancesExchangeQuoteRequest.Builder> getReservedInstancesExchangeQuoteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use AcceptReservedInstancesExchangeQuote to perform the exchange.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayAttachmentPropagationsResponse getTransitGatewayAttachmentPropagations(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Lists the route tables to which the specified resource attachment propagates routes.
getTransitGatewayAttachmentPropagationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayAttachmentPropagationsResponse getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayAttachmentPropagationsIterable getTransitGatewayAttachmentPropagationsPaginator(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Lists the route tables to which the specified resource attachment propagates routes.
This is a variant of
getTransitGatewayAttachmentPropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsIterable responses = client.getTransitGatewayAttachmentPropagationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsIterable responses = client .getTransitGatewayAttachmentPropagationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsIterable responses = client.getTransitGatewayAttachmentPropagationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
getTransitGatewayAttachmentPropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsRequest)
operation.
getTransitGatewayAttachmentPropagationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayAttachmentPropagationsIterable getTransitGatewayAttachmentPropagationsPaginator(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Lists the route tables to which the specified resource attachment propagates routes.
This is a variant of
getTransitGatewayAttachmentPropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsIterable responses = client.getTransitGatewayAttachmentPropagationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsIterable responses = client .getTransitGatewayAttachmentPropagationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayAttachmentPropagationsIterable responses = client.getTransitGatewayAttachmentPropagationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
getTransitGatewayAttachmentPropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsRequest)
operation.
This is a convenience which creates an instance of the
GetTransitGatewayAttachmentPropagationsRequest.Builder
avoiding the need to create one manually via
GetTransitGatewayAttachmentPropagationsRequest.builder()
getTransitGatewayAttachmentPropagationsRequest
- A Consumer
that will call methods on
GetTransitGatewayAttachmentPropagationsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayRouteTableAssociationsResponse getTransitGatewayRouteTableAssociations(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets information about the associations for the specified transit gateway route table.
getTransitGatewayRouteTableAssociationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayRouteTableAssociationsResponse getTransitGatewayRouteTableAssociations(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayRouteTableAssociationsIterable getTransitGatewayRouteTableAssociationsPaginator(GetTransitGatewayRouteTableAssociationsRequest getTransitGatewayRouteTableAssociationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets information about the associations for the specified transit gateway route table.
This is a variant of
getTransitGatewayRouteTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsIterable responses = client.getTransitGatewayRouteTableAssociationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsIterable responses = client .getTransitGatewayRouteTableAssociationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsIterable responses = client.getTransitGatewayRouteTableAssociationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
getTransitGatewayRouteTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsRequest)
operation.
getTransitGatewayRouteTableAssociationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayRouteTableAssociationsIterable getTransitGatewayRouteTableAssociationsPaginator(Consumer<GetTransitGatewayRouteTableAssociationsRequest.Builder> getTransitGatewayRouteTableAssociationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets information about the associations for the specified transit gateway route table.
This is a variant of
getTransitGatewayRouteTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsIterable responses = client.getTransitGatewayRouteTableAssociationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsIterable responses = client .getTransitGatewayRouteTableAssociationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTableAssociationsIterable responses = client.getTransitGatewayRouteTableAssociationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
getTransitGatewayRouteTableAssociations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTableAssociationsRequest)
operation.
This is a convenience which creates an instance of the
GetTransitGatewayRouteTableAssociationsRequest.Builder
avoiding the need to create one manually via
GetTransitGatewayRouteTableAssociationsRequest.builder()
getTransitGatewayRouteTableAssociationsRequest
- A Consumer
that will call methods on
GetTransitGatewayRouteTableAssociationsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayRouteTablePropagationsResponse getTransitGatewayRouteTablePropagations(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets information about the route table propagations for the specified transit gateway route table.
getTransitGatewayRouteTablePropagationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayRouteTablePropagationsResponse getTransitGatewayRouteTablePropagations(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayRouteTablePropagationsIterable getTransitGatewayRouteTablePropagationsPaginator(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets information about the route table propagations for the specified transit gateway route table.
This is a variant of
getTransitGatewayRouteTablePropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsIterable responses = client.getTransitGatewayRouteTablePropagationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsIterable responses = client .getTransitGatewayRouteTablePropagationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsIterable responses = client.getTransitGatewayRouteTablePropagationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
getTransitGatewayRouteTablePropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsRequest)
operation.
getTransitGatewayRouteTablePropagationsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default GetTransitGatewayRouteTablePropagationsIterable getTransitGatewayRouteTablePropagationsPaginator(Consumer<GetTransitGatewayRouteTablePropagationsRequest.Builder> getTransitGatewayRouteTablePropagationsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Gets information about the route table propagations for the specified transit gateway route table.
This is a variant of
getTransitGatewayRouteTablePropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsIterable responses = client.getTransitGatewayRouteTablePropagationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{ @code software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsIterable responses = client .getTransitGatewayRouteTablePropagationsPaginator(request); for (software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsResponse response : responses) { // do something; } }3) Use iterator directly
software.amazon.awssdk.services.ec2.paginators.GetTransitGatewayRouteTablePropagationsIterable responses = client.getTransitGatewayRouteTablePropagationsPaginator(request);
responses.iterator().forEachRemaining(....);
Note: If you prefer to have control on service calls, use the
getTransitGatewayRouteTablePropagations(software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsRequest)
operation.
This is a convenience which creates an instance of the
GetTransitGatewayRouteTablePropagationsRequest.Builder
avoiding the need to create one manually via
GetTransitGatewayRouteTablePropagationsRequest.builder()
getTransitGatewayRouteTablePropagationsRequest
- A Consumer
that will call methods on
GetTransitGatewayRouteTablePropagationsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportClientVpnClientCertificateRevocationListResponse importClientVpnClientCertificateRevocationList(ImportClientVpnClientCertificateRevocationListRequest importClientVpnClientCertificateRevocationListRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.
Uploading a client certificate revocation list resets existing client connections.
importClientVpnClientCertificateRevocationListRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportClientVpnClientCertificateRevocationListResponse importClientVpnClientCertificateRevocationList(Consumer<ImportClientVpnClientCertificateRevocationListRequest.Builder> importClientVpnClientCertificateRevocationListRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.
Uploading a client certificate revocation list resets existing client connections.
This is a convenience which creates an instance of the
ImportClientVpnClientCertificateRevocationListRequest.Builder
avoiding the need to create one manually
via ImportClientVpnClientCertificateRevocationListRequest.builder()
importClientVpnClientCertificateRevocationListRequest
- A Consumer
that will call methods on
ImportClientVpnClientCertificateRevocationListRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportImageResponse importImage(ImportImageRequest importImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportImageResponse importImage(Consumer<ImportImageRequest.Builder> importImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportInstanceResponse importInstance(ImportInstanceRequest importInstanceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportInstanceResponse importInstance(Consumer<ImportInstanceRequest.Builder> importInstanceRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportKeyPairResponse importKeyPair(ImportKeyPairRequest importKeyPairRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportKeyPairResponse importKeyPair(Consumer<ImportKeyPairRequest.Builder> importKeyPairRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportSnapshotResponse importSnapshot(ImportSnapshotRequest importSnapshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Imports a disk into an EBS snapshot.
importSnapshotRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportSnapshotResponse importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportVolumeResponse importVolume(ImportVolumeRequest importVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ImportVolumeResponse importVolume(Consumer<ImportVolumeRequest.Builder> importVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyCapacityReservationResponse modifyCapacityReservation(ModifyCapacityReservationRequest modifyCapacityReservationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies a Capacity Reservation's capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation's instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes.
modifyCapacityReservationRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyCapacityReservationResponse modifyCapacityReservation(Consumer<ModifyCapacityReservationRequest.Builder> modifyCapacityReservationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies a Capacity Reservation's capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation's instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyClientVpnEndpointResponse modifyClientVpnEndpoint(ModifyClientVpnEndpointRequest modifyClientVpnEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified Client VPN endpoint. You can only modify an endpoint's server certificate information, client connection logging information, DNS server, and description. Modifying the DNS server resets existing client connections.
modifyClientVpnEndpointRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyClientVpnEndpointResponse modifyClientVpnEndpoint(Consumer<ModifyClientVpnEndpointRequest.Builder> modifyClientVpnEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified Client VPN endpoint. You can only modify an endpoint's server certificate information, client connection logging information, DNS server, and description. Modifying the DNS server resets existing client connections.
This is a convenience which creates an instance of the ModifyClientVpnEndpointRequest.Builder
avoiding
the need to create one manually via ModifyClientVpnEndpointRequest.builder()
modifyClientVpnEndpointRequest
- A Consumer
that will call methods on ModifyClientVpnEndpointRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyEbsDefaultKmsKeyIdResponse modifyEbsDefaultKmsKeyId(ModifyEbsDefaultKmsKeyIdRequest modifyEbsDefaultKmsKeyIdRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Changes the default customer master key (CMK) for EBS encryption by default for your account in this Region.
AWS creates a unique AWS managed CMK in each Region for use with encryption by default. If you change the default CMK to a customer managed CMK, it is used instead of the AWS managed CMK. To reset the default CMK to the AWS managed CMK for EBS, use ResetEbsDefaultKmsKeyId.
If you delete or disable the customer managed CMK that you specified for use with encryption by default, your instances will fail to launch.
For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
modifyEbsDefaultKmsKeyIdRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyEbsDefaultKmsKeyIdResponse modifyEbsDefaultKmsKeyId(Consumer<ModifyEbsDefaultKmsKeyIdRequest.Builder> modifyEbsDefaultKmsKeyIdRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Changes the default customer master key (CMK) for EBS encryption by default for your account in this Region.
AWS creates a unique AWS managed CMK in each Region for use with encryption by default. If you change the default CMK to a customer managed CMK, it is used instead of the AWS managed CMK. To reset the default CMK to the AWS managed CMK for EBS, use ResetEbsDefaultKmsKeyId.
If you delete or disable the customer managed CMK that you specified for use with encryption by default, your instances will fail to launch.
For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the ModifyEbsDefaultKmsKeyIdRequest.Builder
avoiding
the need to create one manually via ModifyEbsDefaultKmsKeyIdRequest.builder()
modifyEbsDefaultKmsKeyIdRequest
- A Consumer
that will call methods on ModifyEbsDefaultKmsKeyIdRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyFleetResponse modifyFleet(ModifyFleetRequest modifyFleetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified EC2 Fleet.
You can only modify an EC2 Fleet request of type maintain
.
While the EC2 Fleet is being modified, it is in the modifying
state.
To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances
according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is
lowest-price
, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price.
If the allocation strategy is diversified
, the EC2 Fleet distributes the instances across the Spot
Instance pools. If the allocation strategy is capacity-optimized
, EC2 Fleet launches instances from
Spot Instance pools with optimal capacity for the number of instances that are launching.
To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that
exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the
fleet no longer exceeds the new target capacity. If the allocation strategy is lowest-price
, the EC2
Fleet terminates the instances with the highest price per unit. If the allocation strategy is
capacity-optimized
, the EC2 Fleet terminates the instances in the Spot Instance pools that have the
least available Spot Instance capacity. If the allocation strategy is diversified
, the EC2 Fleet
terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the
fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate
manually.
If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.
modifyFleetRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyFleetResponse modifyFleet(Consumer<ModifyFleetRequest.Builder> modifyFleetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified EC2 Fleet.
You can only modify an EC2 Fleet request of type maintain
.
While the EC2 Fleet is being modified, it is in the modifying
state.
To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances
according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is
lowest-price
, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price.
If the allocation strategy is diversified
, the EC2 Fleet distributes the instances across the Spot
Instance pools. If the allocation strategy is capacity-optimized
, EC2 Fleet launches instances from
Spot Instance pools with optimal capacity for the number of instances that are launching.
To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that
exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the
fleet no longer exceeds the new target capacity. If the allocation strategy is lowest-price
, the EC2
Fleet terminates the instances with the highest price per unit. If the allocation strategy is
capacity-optimized
, the EC2 Fleet terminates the instances in the Spot Instance pools that have the
least available Spot Instance capacity. If the allocation strategy is diversified
, the EC2 Fleet
terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the
fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate
manually.
If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.
This is a convenience which creates an instance of the ModifyFleetRequest.Builder
avoiding the need to
create one manually via ModifyFleetRequest.builder()
modifyFleetRequest
- A Consumer
that will call methods on ModifyFleetRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyFpgaImageAttributeResponse modifyFpgaImageAttribute(ModifyFpgaImageAttributeRequest modifyFpgaImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified attribute of the specified Amazon FPGA Image (AFI).
modifyFpgaImageAttributeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyFpgaImageAttributeResponse modifyFpgaImageAttribute(Consumer<ModifyFpgaImageAttributeRequest.Builder> modifyFpgaImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyHostsResponse modifyHosts(ModifyHostsRequest modifyHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you
launch with a tenancy of host
but without a specific host ID are placed onto any available Dedicated
Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host
ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a
suitable host with auto-placement enabled.
You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only.
modifyHostsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyHostsResponse modifyHosts(Consumer<ModifyHostsRequest.Builder> modifyHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you
launch with a tenancy of host
but without a specific host ID are placed onto any available Dedicated
Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host
ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a
suitable host with auto-placement enabled.
You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only.
This is a convenience which creates an instance of the ModifyHostsRequest.Builder
avoiding the need to
create one manually via ModifyHostsRequest.builder()
modifyHostsRequest
- A Consumer
that will call methods on ModifyHostsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyIdFormatResponse modifyIdFormat(ModifyIdFormatRequest modifyIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created.
This request can only be used to modify longer ID settings for resource types that are within the opt-in period.
Resources currently in their opt-in period include: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| route-table
| route-table-association
|
security-group
| subnet
| subnet-cidr-block-association
| vpc
| vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
This setting applies to the IAM user who makes the request; it does not apply to the entire 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyIdFormatResponse modifyIdFormat(Consumer<ModifyIdFormatRequest.Builder> modifyIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created.
This request can only be used to modify longer ID settings for resource types that are within the opt-in period.
Resources currently in their opt-in period include: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| route-table
| route-table-association
|
security-group
| subnet
| subnet-cidr-block-association
| vpc
| vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
This setting applies to the IAM user who makes the request; it does not apply to the entire 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyIdentityIdFormatResponse modifyIdentityIdFormat(ModifyIdentityIdFormatRequest modifyIdentityIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created.
This request can only be used to modify longer ID settings for resource types that are within the opt-in period.
Resources currently in their opt-in period include: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| route-table
| route-table-association
|
security-group
| subnet
| subnet-cidr-block-association
| vpc
| vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.
This setting applies to the principal specified in the request; it does not apply to the principal that makes the request.
Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and
provided that they have permission to use the relevant Describe
command for the resource type.
modifyIdentityIdFormatRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyIdentityIdFormatResponse modifyIdentityIdFormat(Consumer<ModifyIdentityIdFormatRequest.Builder> modifyIdentityIdFormatRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created.
This request can only be used to modify longer ID settings for resource types that are within the opt-in period.
Resources currently in their opt-in period include: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
| image
|
import-task
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
| network-interface-attachment
| prefix-list
| route-table
| route-table-association
|
security-group
| subnet
| subnet-cidr-block-association
| vpc
| vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
|
vpn-connection
| vpn-gateway
.
For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.
This setting applies to the principal specified in the request; it does not apply to the principal that makes the request.
Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and
provided that they have permission to use the relevant Describe
command for the resource type.
This is a convenience which creates an instance of the ModifyIdentityIdFormatRequest.Builder
avoiding the
need to create one manually via ModifyIdentityIdFormatRequest.builder()
modifyIdentityIdFormatRequest
- A Consumer
that will call methods on ModifyIdentityIdFormatRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyImageAttributeResponse modifyImageAttribute(ModifyImageAttributeRequest modifyImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyImageAttributeResponse modifyImageAttribute(Consumer<ModifyImageAttributeRequest.Builder> modifyImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceAttributeResponse modifyInstanceAttribute(ModifyInstanceAttributeRequest modifyInstanceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.
Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceAttributeResponse modifyInstanceAttribute(Consumer<ModifyInstanceAttributeRequest.Builder> modifyInstanceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.
Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceCapacityReservationAttributesResponse modifyInstanceCapacityReservationAttributes(ModifyInstanceCapacityReservationAttributesRequest modifyInstanceCapacityReservationAttributesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an instance to
target a specific Capacity Reservation, run in any open
Capacity Reservation with matching
attributes, or run On-Demand Instance capacity.
modifyInstanceCapacityReservationAttributesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceCapacityReservationAttributesResponse modifyInstanceCapacityReservationAttributes(Consumer<ModifyInstanceCapacityReservationAttributesRequest.Builder> modifyInstanceCapacityReservationAttributesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an instance to
target a specific Capacity Reservation, run in any open
Capacity Reservation with matching
attributes, or run On-Demand Instance capacity.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceCreditSpecificationResponse modifyInstanceCreditSpecification(ModifyInstanceCreditSpecificationRequest modifyInstanceCreditSpecificationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceCreditSpecificationResponse modifyInstanceCreditSpecification(Consumer<ModifyInstanceCreditSpecificationRequest.Builder> modifyInstanceCreditSpecificationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceEventStartTimeResponse modifyInstanceEventStartTime(ModifyInstanceEventStartTimeRequest modifyInstanceEventStartTimeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the start time for a scheduled Amazon EC2 instance event.
modifyInstanceEventStartTimeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceEventStartTimeResponse modifyInstanceEventStartTime(Consumer<ModifyInstanceEventStartTimeRequest.Builder> modifyInstanceEventStartTimeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the start time for a scheduled Amazon EC2 instance event.
This is a convenience which creates an instance of the ModifyInstanceEventStartTimeRequest.Builder
avoiding the need to create one manually via ModifyInstanceEventStartTimeRequest.builder()
modifyInstanceEventStartTimeRequest
- A Consumer
that will call methods on ModifyInstanceEventStartTimeRequest.Builder
to create
a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceMetadataOptionsResponse modifyInstanceMetadataOptions(ModifyInstanceMetadataOptionsRequest modifyInstanceMetadataOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see Instance Metadata and User Data.
modifyInstanceMetadataOptionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstanceMetadataOptionsResponse modifyInstanceMetadataOptions(Consumer<ModifyInstanceMetadataOptionsRequest.Builder> modifyInstanceMetadataOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see Instance Metadata and User Data.
This is a convenience which creates an instance of the ModifyInstanceMetadataOptionsRequest.Builder
avoiding the need to create one manually via ModifyInstanceMetadataOptionsRequest.builder()
modifyInstanceMetadataOptionsRequest
- A Consumer
that will call methods on ModifyInstanceMetadataOptionsRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstancePlacementResponse modifyInstancePlacement(ModifyInstancePlacementRequest modifyInstancePlacementRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the placement attributes for a specified instance. You can do the following:
Modify the affinity between an instance and a Dedicated Host. When
affinity is set to host
and the instance is not associated with a specific Dedicated Host, the next
time the instance is 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, placement group, or partition for an instance, the instance must be in the
stopped
state.
modifyInstancePlacementRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyInstancePlacementResponse modifyInstancePlacement(Consumer<ModifyInstancePlacementRequest.Builder> modifyInstancePlacementRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the placement attributes for a specified instance. You can do the following:
Modify the affinity between an instance and a Dedicated Host. When
affinity is set to host
and the instance is not associated with a specific Dedicated Host, the next
time the instance is 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, placement group, or partition for an instance, the instance must be in the
stopped
state.
This is a convenience which creates an instance of the ModifyInstancePlacementRequest.Builder
avoiding
the need to create one manually via ModifyInstancePlacementRequest.builder()
modifyInstancePlacementRequest
- A Consumer
that will call methods on ModifyInstancePlacementRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyLaunchTemplateResponse modifyLaunchTemplate(ModifyLaunchTemplateRequest modifyLaunchTemplateRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.
modifyLaunchTemplateRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyLaunchTemplateResponse modifyLaunchTemplate(Consumer<ModifyLaunchTemplateRequest.Builder> modifyLaunchTemplateRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyNetworkInterfaceAttributeResponse modifyNetworkInterfaceAttribute(ModifyNetworkInterfaceAttributeRequest modifyNetworkInterfaceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified network interface attribute. You can specify only one attribute at a time. You can use this action to attach and detach security groups from an existing EC2 instance.
modifyNetworkInterfaceAttributeRequest
- Contains the parameters for ModifyNetworkInterfaceAttribute.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyNetworkInterfaceAttributeResponse modifyNetworkInterfaceAttribute(Consumer<ModifyNetworkInterfaceAttributeRequest.Builder> modifyNetworkInterfaceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified network interface attribute. You can specify only one attribute at a time. You can use this action to attach and detach security groups from an existing EC2 instance.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyReservedInstancesResponse modifyReservedInstances(ModifyReservedInstancesRequest modifyReservedInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyReservedInstancesResponse modifyReservedInstances(Consumer<ModifyReservedInstancesRequest.Builder> modifyReservedInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifySnapshotAttributeResponse modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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 operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation.
Encrypted snapshots and snapshots with 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifySnapshotAttributeResponse modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Adds or removes permission settings for the specified snapshot. You may add or remove specified AWS account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation.
Encrypted snapshots and snapshots with 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifySpotFleetRequestResponse modifySpotFleetRequest(ModifySpotFleetRequestRequest modifySpotFleetRequestRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified Spot Fleet request.
You can only modify a Spot Fleet request of type maintain
.
While the Spot Fleet request is being modified, it is in the modifying
state.
To scale up your Spot Fleet, increase its target capacity. The Spot Fleet launches the additional Spot Instances
according to the allocation strategy for the Spot Fleet request. If the allocation strategy is
lowestPrice
, the Spot Fleet launches instances using the Spot Instance pool with the lowest price.
If the allocation strategy is diversified
, the Spot Fleet distributes the instances across the Spot
Instance pools. If the allocation strategy is capacityOptimized
, Spot Fleet launches instances from
Spot Instance pools with optimal capacity for the number of instances that are launching.
To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that
exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of
the fleet no longer exceeds the new target capacity. If the allocation strategy is lowestPrice
, the
Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is
capacityOptimized
, the Spot Fleet terminates the instances in the Spot Instance pools that have the
least available Spot Instance capacity. If the allocation strategy is diversified
, the Spot Fleet
terminates instances across the Spot Instance pools. Alternatively, you can request that the Spot Fleet keep the
fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate
manually.
If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0.
modifySpotFleetRequestRequest
- Contains the parameters for ModifySpotFleetRequest.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifySpotFleetRequestResponse modifySpotFleetRequest(Consumer<ModifySpotFleetRequestRequest.Builder> modifySpotFleetRequestRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified Spot Fleet request.
You can only modify a Spot Fleet request of type maintain
.
While the Spot Fleet request is being modified, it is in the modifying
state.
To scale up your Spot Fleet, increase its target capacity. The Spot Fleet launches the additional Spot Instances
according to the allocation strategy for the Spot Fleet request. If the allocation strategy is
lowestPrice
, the Spot Fleet launches instances using the Spot Instance pool with the lowest price.
If the allocation strategy is diversified
, the Spot Fleet distributes the instances across the Spot
Instance pools. If the allocation strategy is capacityOptimized
, Spot Fleet launches instances from
Spot Instance pools with optimal capacity for the number of instances that are launching.
To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that
exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of
the fleet no longer exceeds the new target capacity. If the allocation strategy is lowestPrice
, the
Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is
capacityOptimized
, the Spot Fleet terminates the instances in the Spot Instance pools that have the
least available Spot Instance capacity. If the allocation strategy is diversified
, the Spot Fleet
terminates instances across the Spot Instance pools. Alternatively, you can request that the Spot Fleet keep the
fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate
manually.
If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0.
This is a convenience which creates an instance of the ModifySpotFleetRequestRequest.Builder
avoiding the
need to create one manually via ModifySpotFleetRequestRequest.builder()
modifySpotFleetRequestRequest
- A Consumer
that will call methods on ModifySpotFleetRequestRequest.Builder
to create a
request. Contains the parameters for ModifySpotFleetRequest.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifySubnetAttributeResponse modifySubnetAttribute(ModifySubnetAttributeRequest modifySubnetAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies a subnet attribute. You can only modify one attribute at a time.
modifySubnetAttributeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifySubnetAttributeResponse modifySubnetAttribute(Consumer<ModifySubnetAttributeRequest.Builder> modifySubnetAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyTrafficMirrorFilterNetworkServicesResponse modifyTrafficMirrorFilterNetworkServices(ModifyTrafficMirrorFilterNetworkServicesRequest modifyTrafficMirrorFilterNetworkServicesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Allows or restricts mirroring network services.
By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices
to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter,
all traffic related to that network service will be mirrored. When you no longer want to mirror network services,
use RemoveNetworkServices
to remove the network services from the Traffic Mirror filter.
For information about filter rule properties, see Network Services in the Traffic Mirroring User Guide .
modifyTrafficMirrorFilterNetworkServicesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyTrafficMirrorFilterNetworkServicesResponse modifyTrafficMirrorFilterNetworkServices(Consumer<ModifyTrafficMirrorFilterNetworkServicesRequest.Builder> modifyTrafficMirrorFilterNetworkServicesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Allows or restricts mirroring network services.
By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices
to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter,
all traffic related to that network service will be mirrored. When you no longer want to mirror network services,
use RemoveNetworkServices
to remove the network services from the Traffic Mirror filter.
For information about filter rule properties, see Network Services in the Traffic Mirroring User Guide .
This is a convenience which creates an instance of the
ModifyTrafficMirrorFilterNetworkServicesRequest.Builder
avoiding the need to create one manually via
ModifyTrafficMirrorFilterNetworkServicesRequest.builder()
modifyTrafficMirrorFilterNetworkServicesRequest
- A Consumer
that will call methods on
ModifyTrafficMirrorFilterNetworkServicesRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyTrafficMirrorFilterRuleResponse modifyTrafficMirrorFilterRule(ModifyTrafficMirrorFilterRuleRequest modifyTrafficMirrorFilterRuleRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified Traffic Mirror rule.
DestinationCidrBlock
and SourceCidrBlock
must both be an IPv4 range or an IPv6 range.
modifyTrafficMirrorFilterRuleRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyTrafficMirrorFilterRuleResponse modifyTrafficMirrorFilterRule(Consumer<ModifyTrafficMirrorFilterRuleRequest.Builder> modifyTrafficMirrorFilterRuleRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified Traffic Mirror rule.
DestinationCidrBlock
and SourceCidrBlock
must both be an IPv4 range or an IPv6 range.
This is a convenience which creates an instance of the ModifyTrafficMirrorFilterRuleRequest.Builder
avoiding the need to create one manually via ModifyTrafficMirrorFilterRuleRequest.builder()
modifyTrafficMirrorFilterRuleRequest
- A Consumer
that will call methods on ModifyTrafficMirrorFilterRuleRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyTrafficMirrorSessionResponse modifyTrafficMirrorSession(ModifyTrafficMirrorSessionRequest modifyTrafficMirrorSessionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies a Traffic Mirror session.
modifyTrafficMirrorSessionRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyTrafficMirrorSessionResponse modifyTrafficMirrorSession(Consumer<ModifyTrafficMirrorSessionRequest.Builder> modifyTrafficMirrorSessionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies a Traffic Mirror session.
This is a convenience which creates an instance of the ModifyTrafficMirrorSessionRequest.Builder
avoiding
the need to create one manually via ModifyTrafficMirrorSessionRequest.builder()
modifyTrafficMirrorSessionRequest
- A Consumer
that will call methods on ModifyTrafficMirrorSessionRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyTransitGatewayVpcAttachmentResponse modifyTransitGatewayVpcAttachment(ModifyTransitGatewayVpcAttachmentRequest modifyTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified VPC attachment.
modifyTransitGatewayVpcAttachmentRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyTransitGatewayVpcAttachmentResponse modifyTransitGatewayVpcAttachment(Consumer<ModifyTransitGatewayVpcAttachmentRequest.Builder> modifyTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVolumeResponse modifyVolume(ModifyVolumeRequest modifyVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you 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 DescribeVolumesModifications. 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVolumeResponse modifyVolume(Consumer<ModifyVolumeRequest.Builder> modifyVolumeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you 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 DescribeVolumesModifications. 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVolumeAttributeResponse modifyVolumeAttribute(ModifyVolumeAttributeRequest modifyVolumeAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies a volume attribute.
By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.
You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.
modifyVolumeAttributeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVolumeAttributeResponse modifyVolumeAttribute(Consumer<ModifyVolumeAttributeRequest.Builder> modifyVolumeAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies a volume attribute.
By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.
You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.
This is a convenience which creates an instance of the ModifyVolumeAttributeRequest.Builder
avoiding the
need to create one manually via ModifyVolumeAttributeRequest.builder()
modifyVolumeAttributeRequest
- A Consumer
that will call methods on ModifyVolumeAttributeRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcAttributeResponse modifyVpcAttribute(ModifyVpcAttributeRequest modifyVpcAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the specified attribute of the specified VPC.
modifyVpcAttributeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcAttributeResponse modifyVpcAttribute(Consumer<ModifyVpcAttributeRequest.Builder> modifyVpcAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcEndpointResponse modifyVpcEndpoint(ModifyVpcEndpointRequest modifyVpcEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcEndpointResponse modifyVpcEndpoint(Consumer<ModifyVpcEndpointRequest.Builder> modifyVpcEndpointRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcEndpointConnectionNotificationResponse modifyVpcEndpointConnectionNotification(ModifyVpcEndpointConnectionNotificationRequest modifyVpcEndpointConnectionNotificationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcEndpointConnectionNotificationResponse modifyVpcEndpointConnectionNotification(Consumer<ModifyVpcEndpointConnectionNotificationRequest.Builder> modifyVpcEndpointConnectionNotificationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcEndpointServiceConfigurationResponse modifyVpcEndpointServiceConfiguration(ModifyVpcEndpointServiceConfigurationRequest modifyVpcEndpointServiceConfigurationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcEndpointServiceConfigurationResponse modifyVpcEndpointServiceConfiguration(Consumer<ModifyVpcEndpointServiceConfigurationRequest.Builder> modifyVpcEndpointServiceConfigurationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcEndpointServicePermissionsResponse modifyVpcEndpointServicePermissions(ModifyVpcEndpointServicePermissionsRequest modifyVpcEndpointServicePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcEndpointServicePermissionsResponse modifyVpcEndpointServicePermissions(Consumer<ModifyVpcEndpointServicePermissionsRequest.Builder> modifyVpcEndpointServicePermissionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcPeeringConnectionOptionsResponse modifyVpcPeeringConnectionOptions(ModifyVpcPeeringConnectionOptionsRequest modifyVpcPeeringConnectionOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcPeeringConnectionOptionsResponse modifyVpcPeeringConnectionOptions(Consumer<ModifyVpcPeeringConnectionOptionsRequest.Builder> modifyVpcPeeringConnectionOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the VPC peering connection options on one side of a VPC peering connection. 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcTenancyResponse modifyVpcTenancy(ModifyVpcTenancyRequest modifyVpcTenancyRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a
VPC to default
only. You cannot change the instance tenancy attribute to dedicated
.
After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of
default
, unless you specify otherwise during launch. The tenancy of any existing instances in the
VPC is not affected.
For more information, see Dedicated Instances in the Amazon Elastic Compute Cloud User Guide.
modifyVpcTenancyRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpcTenancyResponse modifyVpcTenancy(Consumer<ModifyVpcTenancyRequest.Builder> modifyVpcTenancyRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a
VPC to default
only. You cannot change the instance tenancy attribute to dedicated
.
After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of
default
, unless you specify otherwise during launch. The tenancy of any existing instances in the
VPC is not affected.
For more information, see Dedicated Instances in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpnConnectionResponse modifyVpnConnection(ModifyVpnConnectionRequest modifyVpnConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the target gateway of an AWS Site-to-Site VPN connection. The following migration options are available:
An existing virtual private gateway to a new virtual private gateway
An existing virtual private gateway to a transit gateway
An existing transit gateway to a new transit gateway
An existing transit gateway to a virtual private gateway
Before you perform the migration to the new gateway, you must configure the new gateway. Use CreateVpnGateway to create a virtual private gateway, or CreateTransitGateway to create a transit gateway.
This step is required when you migrate from a virtual private gateway with static routes to a transit gateway.
You must delete the static routes before you migrate to the new gateway.
Keep a copy of the static route before you delete it. You will need to add back these routes to the transit gateway after the VPN connection migration is complete.
After you migrate to the new gateway, you might need to modify your VPC route table. Use CreateRoute and DeleteRoute to make the changes described in VPN Gateway Target Modification Required VPC Route Table Updates in the AWS Site-to-Site VPN User Guide.
When the new gateway is a transit gateway, modify the transit gateway route table to allow traffic between the VPC and the AWS Site-to-Site VPN connection. Use CreateTransitGatewayRoute to add the routes.
If you deleted VPN static routes, you must add the static routes to the transit gateway route table.
After you perform this operation, the AWS VPN endpoint's IP addresses on the AWS side and the tunnel options remain intact. Your s2slong; connection will be temporarily unavailable for approximately 10 minutes while we provision the new endpoints
modifyVpnConnectionRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpnConnectionResponse modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the target gateway of an AWS Site-to-Site VPN connection. The following migration options are available:
An existing virtual private gateway to a new virtual private gateway
An existing virtual private gateway to a transit gateway
An existing transit gateway to a new transit gateway
An existing transit gateway to a virtual private gateway
Before you perform the migration to the new gateway, you must configure the new gateway. Use CreateVpnGateway to create a virtual private gateway, or CreateTransitGateway to create a transit gateway.
This step is required when you migrate from a virtual private gateway with static routes to a transit gateway.
You must delete the static routes before you migrate to the new gateway.
Keep a copy of the static route before you delete it. You will need to add back these routes to the transit gateway after the VPN connection migration is complete.
After you migrate to the new gateway, you might need to modify your VPC route table. Use CreateRoute and DeleteRoute to make the changes described in VPN Gateway Target Modification Required VPC Route Table Updates in the AWS Site-to-Site VPN User Guide.
When the new gateway is a transit gateway, modify the transit gateway route table to allow traffic between the VPC and the AWS Site-to-Site VPN connection. Use CreateTransitGatewayRoute to add the routes.
If you deleted VPN static routes, you must add the static routes to the transit gateway route table.
After you perform this operation, the AWS VPN endpoint's IP addresses on the AWS side and the tunnel options remain intact. Your s2slong; connection will be temporarily unavailable for approximately 10 minutes while we provision the new endpoints
This is a convenience which creates an instance of the ModifyVpnConnectionRequest.Builder
avoiding the
need to create one manually via ModifyVpnConnectionRequest.builder()
modifyVpnConnectionRequest
- A Consumer
that will call methods on ModifyVpnConnectionRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpnTunnelCertificateResponse modifyVpnTunnelCertificate(ModifyVpnTunnelCertificateRequest modifyVpnTunnelCertificateRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the VPN tunnel endpoint certificate.
modifyVpnTunnelCertificateRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpnTunnelCertificateResponse modifyVpnTunnelCertificate(Consumer<ModifyVpnTunnelCertificateRequest.Builder> modifyVpnTunnelCertificateRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the VPN tunnel endpoint certificate.
This is a convenience which creates an instance of the ModifyVpnTunnelCertificateRequest.Builder
avoiding
the need to create one manually via ModifyVpnTunnelCertificateRequest.builder()
modifyVpnTunnelCertificateRequest
- A Consumer
that will call methods on ModifyVpnTunnelCertificateRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpnTunnelOptionsResponse modifyVpnTunnelOptions(ModifyVpnTunnelOptionsRequest modifyVpnTunnelOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the options for a VPN tunnel in an AWS Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN Tunnel Options for Your Site-to-Site VPN Connection in the AWS Site-to-Site VPN User Guide.
modifyVpnTunnelOptionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ModifyVpnTunnelOptionsResponse modifyVpnTunnelOptions(Consumer<ModifyVpnTunnelOptionsRequest.Builder> modifyVpnTunnelOptionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Modifies the options for a VPN tunnel in an AWS Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN Tunnel Options for Your Site-to-Site VPN Connection in the AWS Site-to-Site VPN User Guide.
This is a convenience which creates an instance of the ModifyVpnTunnelOptionsRequest.Builder
avoiding the
need to create one manually via ModifyVpnTunnelOptionsRequest.builder()
modifyVpnTunnelOptionsRequest
- A Consumer
that will call methods on ModifyVpnTunnelOptionsRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default MonitorInstancesResponse monitorInstances(MonitorInstancesRequest monitorInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default MonitorInstancesResponse monitorInstances(Consumer<MonitorInstancesRequest.Builder> monitorInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default MoveAddressToVpcResponse moveAddressToVpc(MoveAddressToVpcRequest moveAddressToVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default MoveAddressToVpcResponse moveAddressToVpc(Consumer<MoveAddressToVpcRequest.Builder> moveAddressToVpcRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ProvisionByoipCidrResponse provisionByoipCidr(ProvisionByoipCidrRequest provisionByoipCidrRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ProvisionByoipCidrResponse provisionByoipCidr(Consumer<ProvisionByoipCidrRequest.Builder> provisionByoipCidrRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default PurchaseHostReservationResponse purchaseHostReservation(PurchaseHostReservationRequest purchaseHostReservationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account.
purchaseHostReservationRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default PurchaseHostReservationResponse purchaseHostReservation(Consumer<PurchaseHostReservationRequest.Builder> purchaseHostReservationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default PurchaseReservedInstancesOfferingResponse purchaseReservedInstancesOffering(PurchaseReservedInstancesOfferingRequest purchaseReservedInstancesOfferingRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing.
Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances.
To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time.
For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon Elastic Compute Cloud User Guide.
purchaseReservedInstancesOfferingRequest
- Contains the parameters for PurchaseReservedInstancesOffering.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default PurchaseReservedInstancesOfferingResponse purchaseReservedInstancesOffering(Consumer<PurchaseReservedInstancesOfferingRequest.Builder> purchaseReservedInstancesOfferingRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing.
Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances.
To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time.
For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default PurchaseScheduledInstancesResponse purchaseScheduledInstances(PurchaseScheduledInstancesRequest purchaseScheduledInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Purchases the Scheduled Instances with the specified schedule.
Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period.
After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.
purchaseScheduledInstancesRequest
- Contains the parameters for PurchaseScheduledInstances.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default PurchaseScheduledInstancesResponse purchaseScheduledInstances(Consumer<PurchaseScheduledInstancesRequest.Builder> purchaseScheduledInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Purchases the Scheduled Instances with the specified schedule.
Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period.
After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.
This is a convenience which creates an instance of the PurchaseScheduledInstancesRequest.Builder
avoiding
the need to create one manually via PurchaseScheduledInstancesRequest.builder()
purchaseScheduledInstancesRequest
- A Consumer
that will call methods on PurchaseScheduledInstancesRequest.Builder
to create a
request. Contains the parameters for PurchaseScheduledInstances.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RebootInstancesResponse rebootInstances(RebootInstancesRequest rebootInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored.
If an instance does not cleanly shut down within 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RebootInstancesResponse rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored.
If an instance does not cleanly shut down within 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RegisterImageResponse registerImage(RegisterImageRequest registerImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.
Windows and 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. To create a new AMI for operating systems that require a billing product code, do the following:
Launch an instance from an existing AMI with that billing product code.
Customize the instance.
Create a new AMI from the instance using CreateImage to preserve the billing product code association.
If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RegisterImageResponse registerImage(Consumer<RegisterImageRequest.Builder> registerImageRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.
Windows and 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. To create a new AMI for operating systems that require a billing product code, do the following:
Launch an instance from an existing AMI with that billing product code.
Customize the instance.
Create a new AMI from the instance using CreateImage to preserve the billing product code association.
If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RejectTransitGatewayVpcAttachmentResponse rejectTransitGatewayVpcAttachment(RejectTransitGatewayVpcAttachmentRequest rejectTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RejectTransitGatewayVpcAttachmentResponse rejectTransitGatewayVpcAttachment(Consumer<RejectTransitGatewayVpcAttachmentRequest.Builder> rejectTransitGatewayVpcAttachmentRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RejectVpcEndpointConnectionsResponse rejectVpcEndpointConnections(RejectVpcEndpointConnectionsRequest rejectVpcEndpointConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Rejects one or more VPC endpoint connection requests to your VPC endpoint service.
rejectVpcEndpointConnectionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RejectVpcEndpointConnectionsResponse rejectVpcEndpointConnections(Consumer<RejectVpcEndpointConnectionsRequest.Builder> rejectVpcEndpointConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RejectVpcPeeringConnectionResponse rejectVpcPeeringConnection(RejectVpcPeeringConnectionRequest rejectVpcPeeringConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RejectVpcPeeringConnectionResponse rejectVpcPeeringConnection(Consumer<RejectVpcPeeringConnectionRequest.Builder> rejectVpcPeeringConnectionRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReleaseAddressResponse releaseAddress(ReleaseAddressRequest releaseAddressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReleaseAddressResponse releaseAddress(Consumer<ReleaseAddressRequest.Builder> releaseAddressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReleaseHostsResponse releaseHosts(ReleaseHostsRequest releaseHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and
the host goes into released
state. The host ID of Dedicated Hosts that have been released can no
longer be specified in another request, for example, to modify the host. You must stop or terminate all instances
on a host before it can be released.
When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again.
Released hosts still appear in a DescribeHosts response.
releaseHostsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReleaseHostsResponse releaseHosts(Consumer<ReleaseHostsRequest.Builder> releaseHostsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and
the host goes into released
state. The host ID of Dedicated Hosts that have been released can no
longer be specified in another request, for example, to modify the host. You must stop or terminate all instances
on a host before it can be released.
When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again.
Released hosts still appear in a DescribeHosts response.
This is a convenience which creates an instance of the ReleaseHostsRequest.Builder
avoiding the need to
create one manually via ReleaseHostsRequest.builder()
releaseHostsRequest
- A Consumer
that will call methods on ReleaseHostsRequest.Builder
to create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceIamInstanceProfileAssociationResponse replaceIamInstanceProfileAssociation(ReplaceIamInstanceProfileAssociationRequest replaceIamInstanceProfileAssociationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceIamInstanceProfileAssociationResponse replaceIamInstanceProfileAssociation(Consumer<ReplaceIamInstanceProfileAssociationRequest.Builder> replaceIamInstanceProfileAssociationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceNetworkAclAssociationResponse replaceNetworkAclAssociation(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
This is an idempotent operation.
replaceNetworkAclAssociationRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceNetworkAclAssociationResponse replaceNetworkAclAssociation(Consumer<ReplaceNetworkAclAssociationRequest.Builder> replaceNetworkAclAssociationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceNetworkAclEntryResponse replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon Virtual Private Cloud User Guide.
replaceNetworkAclEntryRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceNetworkAclEntryResponse replaceNetworkAclEntry(Consumer<ReplaceNetworkAclEntryRequest.Builder> replaceNetworkAclEntryRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceRouteResponse replaceRoute(ReplaceRouteRequest replaceRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceRouteResponse replaceRoute(Consumer<ReplaceRouteRequest.Builder> replaceRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceRouteTableAssociationResponse replaceRouteTableAssociation(ReplaceRouteTableAssociationRequest replaceRouteTableAssociationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceRouteTableAssociationResponse replaceRouteTableAssociation(Consumer<ReplaceRouteTableAssociationRequest.Builder> replaceRouteTableAssociationRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceTransitGatewayRouteResponse replaceTransitGatewayRoute(ReplaceTransitGatewayRouteRequest replaceTransitGatewayRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Replaces the specified route in the specified transit gateway route table.
replaceTransitGatewayRouteRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReplaceTransitGatewayRouteResponse replaceTransitGatewayRoute(Consumer<ReplaceTransitGatewayRouteRequest.Builder> replaceTransitGatewayRouteRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReportInstanceStatusResponse reportInstanceStatus(ReportInstanceStatusRequest reportInstanceStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ReportInstanceStatusResponse reportInstanceStatus(Consumer<ReportInstanceStatusRequest.Builder> reportInstanceStatusRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RequestSpotFleetResponse requestSpotFleet(RequestSpotFleetRequest requestSpotFleetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Spot Fleet request.
The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity.
You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.
By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload.
Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet.
You can specify tags for the Spot 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RequestSpotFleetResponse requestSpotFleet(Consumer<RequestSpotFleetRequest.Builder> requestSpotFleetRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Creates a Spot Fleet request.
The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity.
You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.
By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload.
Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet.
You can specify tags for the Spot 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RequestSpotInstancesResponse requestSpotInstances(RequestSpotInstancesRequest requestSpotInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RequestSpotInstancesResponse requestSpotInstances(Consumer<RequestSpotInstancesRequest.Builder> requestSpotInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetEbsDefaultKmsKeyIdResponse resetEbsDefaultKmsKeyId(ResetEbsDefaultKmsKeyIdRequest resetEbsDefaultKmsKeyIdRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS managed CMK for EBS.
After resetting the default CMK to the AWS managed CMK, you can continue to encrypt by a customer managed CMK by specifying it when you create the volume. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
resetEbsDefaultKmsKeyIdRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetEbsDefaultKmsKeyIdResponse resetEbsDefaultKmsKeyId(Consumer<ResetEbsDefaultKmsKeyIdRequest.Builder> resetEbsDefaultKmsKeyIdRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS managed CMK for EBS.
After resetting the default CMK to the AWS managed CMK, you can continue to encrypt by a customer managed CMK by specifying it when you create the volume. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.
This is a convenience which creates an instance of the ResetEbsDefaultKmsKeyIdRequest.Builder
avoiding
the need to create one manually via ResetEbsDefaultKmsKeyIdRequest.builder()
resetEbsDefaultKmsKeyIdRequest
- A Consumer
that will call methods on ResetEbsDefaultKmsKeyIdRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetFpgaImageAttributeResponse resetFpgaImageAttribute(ResetFpgaImageAttributeRequest resetFpgaImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.
resetFpgaImageAttributeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetFpgaImageAttributeResponse resetFpgaImageAttribute(Consumer<ResetFpgaImageAttributeRequest.Builder> resetFpgaImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetImageAttributeResponse resetImageAttribute(ResetImageAttributeRequest resetImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Resets an attribute of an AMI to its default value.
The productCodes attribute can't be reset.
resetImageAttributeRequest
- Contains the parameters for ResetImageAttribute.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetImageAttributeResponse resetImageAttribute(Consumer<ResetImageAttributeRequest.Builder> resetImageAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetInstanceAttributeResponse resetInstanceAttribute(ResetInstanceAttributeRequest resetInstanceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Resets an attribute of an instance to its default value. To reset the kernel
or ramdisk
, the instance must be in a stopped state. To reset the sourceDestCheck
, the instance can be either
running or stopped.
The sourceDestCheck
attribute controls whether source/destination checking is enabled. The default
value is true
, which means checking is enabled. This value must be false
for a NAT
instance to perform NAT. For more information, see NAT Instances in the
Amazon Virtual Private Cloud User Guide.
resetInstanceAttributeRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetInstanceAttributeResponse resetInstanceAttribute(Consumer<ResetInstanceAttributeRequest.Builder> resetInstanceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Resets an attribute of an instance to its default value. To reset the kernel
or ramdisk
, the instance must be in a stopped state. To reset the sourceDestCheck
, the instance can be either
running or stopped.
The sourceDestCheck
attribute controls whether source/destination checking is enabled. The default
value is true
, which means checking is enabled. This value must be false
for a NAT
instance to perform NAT. For more information, see NAT Instances in the
Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetNetworkInterfaceAttributeResponse resetNetworkInterfaceAttribute(ResetNetworkInterfaceAttributeRequest resetNetworkInterfaceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Resets a network interface attribute. You can specify only one attribute at a time.
resetNetworkInterfaceAttributeRequest
- Contains the parameters for ResetNetworkInterfaceAttribute.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetNetworkInterfaceAttributeResponse resetNetworkInterfaceAttribute(Consumer<ResetNetworkInterfaceAttributeRequest.Builder> resetNetworkInterfaceAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetSnapshotAttributeResponse resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ResetSnapshotAttributeResponse resetSnapshotAttribute(Consumer<ResetSnapshotAttributeRequest.Builder> resetSnapshotAttributeRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RestoreAddressToClassicResponse restoreAddressToClassic(RestoreAddressToClassicRequest restoreAddressToClassicRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RestoreAddressToClassicResponse restoreAddressToClassic(Consumer<RestoreAddressToClassicRequest.Builder> restoreAddressToClassicRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RevokeClientVpnIngressResponse revokeClientVpnIngress(RevokeClientVpnIngressRequest revokeClientVpnIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Removes an ingress authorization rule from a Client VPN endpoint.
revokeClientVpnIngressRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RevokeClientVpnIngressResponse revokeClientVpnIngress(Consumer<RevokeClientVpnIngressRequest.Builder> revokeClientVpnIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Removes an ingress authorization rule from a Client VPN endpoint.
This is a convenience which creates an instance of the RevokeClientVpnIngressRequest.Builder
avoiding the
need to create one manually via RevokeClientVpnIngressRequest.builder()
revokeClientVpnIngressRequest
- A Consumer
that will call methods on RevokeClientVpnIngressRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RevokeSecurityGroupEgressResponse revokeSecurityGroupEgress(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[VPC only] Removes the specified 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RevokeSecurityGroupEgressResponse revokeSecurityGroupEgress(Consumer<RevokeSecurityGroupEgressRequest.Builder> revokeSecurityGroupEgressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[VPC only] Removes the specified 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RevokeSecurityGroupIngressResponse revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Removes the specified 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 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RevokeSecurityGroupIngressResponse revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Removes the specified 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 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RunInstancesResponse runInstances(RunInstancesRequest runInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Launches the specified number of instances using an AMI for which you have permissions.
You can specify a number of options, or leave the default options. The following rules apply:
[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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RunInstancesResponse runInstances(Consumer<RunInstancesRequest.Builder> runInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Launches the specified number of instances using an AMI for which you have permissions.
You can specify a number of options, or leave the default options. The following rules apply:
[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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RunScheduledInstancesResponse runScheduledInstances(RunScheduledInstancesRequest runScheduledInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Launches the specified Scheduled Instances.
Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using PurchaseScheduledInstances.
You must launch a Scheduled Instance during its scheduled time period. You can't stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. For more information, see Scheduled Instances in the Amazon Elastic Compute Cloud User Guide.
runScheduledInstancesRequest
- Contains the parameters for RunScheduledInstances.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default RunScheduledInstancesResponse runScheduledInstances(Consumer<RunScheduledInstancesRequest.Builder> runScheduledInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Launches the specified Scheduled Instances.
Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using PurchaseScheduledInstances.
You must launch a Scheduled Instance during its scheduled time period. You can't stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. For more information, see Scheduled Instances in the Amazon 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchTransitGatewayRoutesResponse searchTransitGatewayRoutes(SearchTransitGatewayRoutesRequest searchTransitGatewayRoutesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Searches for routes in the specified transit gateway route table.
searchTransitGatewayRoutesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SearchTransitGatewayRoutesResponse searchTransitGatewayRoutes(Consumer<SearchTransitGatewayRoutesRequest.Builder> searchTransitGatewayRoutesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SendDiagnosticInterruptResponse sendDiagnosticInterrupt(SendDiagnosticInterruptRequest sendDiagnosticInterruptRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances). For instances based on Intel and AMD processors, the interrupt is received as a non-maskable interrupt (NMI).
In general, the operating system crashes and reboots when a kernel panic or stop error is triggered. The operating system can also be configured to perform diagnostic tasks, such as generating a memory dump file, loading a secondary kernel, or obtaining a call trace.
Before sending a diagnostic interrupt to your instance, ensure that its operating system is configured to perform the required diagnostic tasks.
For more information about configuring your operating system to generate a crash dump when a kernel panic or stop error occurs, see Send a Diagnostic Interrupt (Linux instances) or Send a Diagnostic Interrupt (Windows instances).
sendDiagnosticInterruptRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default SendDiagnosticInterruptResponse sendDiagnosticInterrupt(Consumer<SendDiagnosticInterruptRequest.Builder> sendDiagnosticInterruptRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances). For instances based on Intel and AMD processors, the interrupt is received as a non-maskable interrupt (NMI).
In general, the operating system crashes and reboots when a kernel panic or stop error is triggered. The operating system can also be configured to perform diagnostic tasks, such as generating a memory dump file, loading a secondary kernel, or obtaining a call trace.
Before sending a diagnostic interrupt to your instance, ensure that its operating system is configured to perform the required diagnostic tasks.
For more information about configuring your operating system to generate a crash dump when a kernel panic or stop error occurs, see Send a Diagnostic Interrupt (Linux instances) or Send a Diagnostic Interrupt (Windows instances).
This is a convenience which creates an instance of the SendDiagnosticInterruptRequest.Builder
avoiding
the need to create one manually via SendDiagnosticInterruptRequest.builder()
sendDiagnosticInterruptRequest
- A Consumer
that will call methods on SendDiagnosticInterruptRequest.Builder
to create a
request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default StartInstancesResponse startInstances(StartInstancesRequest startInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Starts an Amazon EBS-backed instance that you've previously stopped.
Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default StartInstancesResponse startInstances(Consumer<StartInstancesRequest.Builder> startInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Starts an Amazon EBS-backed instance that you've previously stopped.
Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default StopInstancesResponse stopInstances(StopInstancesRequest stopInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default StopInstancesResponse stopInstances(Consumer<StopInstancesRequest.Builder> stopInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default TerminateClientVpnConnectionsResponse terminateClientVpnConnections(TerminateClientVpnConnectionsRequest terminateClientVpnConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Terminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user.
terminateClientVpnConnectionsRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default TerminateClientVpnConnectionsResponse terminateClientVpnConnections(Consumer<TerminateClientVpnConnectionsRequest.Builder> terminateClientVpnConnectionsRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Terminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user.
This is a convenience which creates an instance of the TerminateClientVpnConnectionsRequest.Builder
avoiding the need to create one manually via TerminateClientVpnConnectionsRequest.builder()
terminateClientVpnConnectionsRequest
- A Consumer
that will call methods on TerminateClientVpnConnectionsRequest.Builder
to
create a request.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default TerminateInstancesResponse terminateInstances(TerminateInstancesRequest terminateInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Shuts down the specified instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds.
If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated.
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default TerminateInstancesResponse terminateInstances(Consumer<TerminateInstancesRequest.Builder> terminateInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Shuts down the specified instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds.
If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated.
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UnassignIpv6AddressesResponse unassignIpv6Addresses(UnassignIpv6AddressesRequest unassignIpv6AddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Unassigns one or more IPv6 addresses from a network interface.
unassignIpv6AddressesRequest
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UnassignIpv6AddressesResponse unassignIpv6Addresses(Consumer<UnassignIpv6AddressesRequest.Builder> unassignIpv6AddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UnassignPrivateIpAddressesResponse unassignPrivateIpAddresses(UnassignPrivateIpAddressesRequest unassignPrivateIpAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Unassigns one or more secondary private IP addresses from a network interface.
unassignPrivateIpAddressesRequest
- Contains the parameters for UnassignPrivateIpAddresses.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UnassignPrivateIpAddressesResponse unassignPrivateIpAddresses(Consumer<UnassignPrivateIpAddressesRequest.Builder> unassignPrivateIpAddressesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UnmonitorInstancesResponse unmonitorInstances(UnmonitorInstancesRequest unmonitorInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UnmonitorInstancesResponse unmonitorInstances(Consumer<UnmonitorInstancesRequest.Builder> unmonitorInstancesRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateSecurityGroupRuleDescriptionsEgressResponse updateSecurityGroupRuleDescriptionsEgress(UpdateSecurityGroupRuleDescriptionsEgressRequest updateSecurityGroupRuleDescriptionsEgressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateSecurityGroupRuleDescriptionsEgressResponse updateSecurityGroupRuleDescriptionsEgress(Consumer<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder> updateSecurityGroupRuleDescriptionsEgressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
[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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateSecurityGroupRuleDescriptionsIngressResponse updateSecurityGroupRuleDescriptionsIngress(UpdateSecurityGroupRuleDescriptionsIngressRequest updateSecurityGroupRuleDescriptionsIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously.
You 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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateSecurityGroupRuleDescriptionsIngressResponse updateSecurityGroupRuleDescriptionsIngress(Consumer<UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder> updateSecurityGroupRuleDescriptionsIngressRequest) throws AwsServiceException, SdkClientException, Ec2Exception
Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously.
You 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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default WithdrawByoipCidrResponse withdrawByoipCidr(WithdrawByoipCidrRequest withdrawByoipCidrRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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
- SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default WithdrawByoipCidrResponse withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest) throws AwsServiceException, SdkClientException, Ec2Exception
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.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.Ec2Exception
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
static ServiceMetadata serviceMetadata()
Copyright © 2019. All rights reserved.