Uses of Class
com.amazonaws.services.ec2.model.AttachNetworkInterfaceRequest
-
Packages that use AttachNetworkInterfaceRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AttachNetworkInterfaceRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachNetworkInterfaceRequest Modifier and Type Method Description Future<AttachNetworkInterfaceResult>
AbstractAmazonEC2Async. attachNetworkInterfaceAsync(AttachNetworkInterfaceRequest request, AsyncHandler<AttachNetworkInterfaceRequest,AttachNetworkInterfaceResult> asyncHandler)
Future<AttachNetworkInterfaceResult>
AmazonEC2Async. attachNetworkInterfaceAsync(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest, AsyncHandler<AttachNetworkInterfaceRequest,AttachNetworkInterfaceResult> asyncHandler)
Attaches a network interface to an instance.Future<AttachNetworkInterfaceResult>
AmazonEC2AsyncClient. attachNetworkInterfaceAsync(AttachNetworkInterfaceRequest request, AsyncHandler<AttachNetworkInterfaceRequest,AttachNetworkInterfaceResult> asyncHandler)
-
Uses of AttachNetworkInterfaceRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachNetworkInterfaceRequest Modifier and Type Method Description AttachNetworkInterfaceRequest
AttachNetworkInterfaceRequest. clone()
AttachNetworkInterfaceRequest
AttachNetworkInterfaceRequest. withDeviceIndex(Integer deviceIndex)
The index of the device for the network interface attachment.AttachNetworkInterfaceRequest
AttachNetworkInterfaceRequest. withInstanceId(String instanceId)
The ID of the instance.AttachNetworkInterfaceRequest
AttachNetworkInterfaceRequest. withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AttachNetworkInterfaceRequest Modifier and Type Method Description Request<AttachNetworkInterfaceRequest>
AttachNetworkInterfaceRequest. getDryRunRequest()
This method is intended for internal use only.
-