Uses of Class
com.amazonaws.services.ec2.model.AttachNetworkInterfaceResult
-
Packages that use AttachNetworkInterfaceResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AttachNetworkInterfaceResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AttachNetworkInterfaceResult Modifier and Type Method Description AttachNetworkInterfaceResult
AbstractAmazonEC2. attachNetworkInterface(AttachNetworkInterfaceRequest request)
AttachNetworkInterfaceResult
AmazonEC2. attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
Attaches a network interface to an instance.AttachNetworkInterfaceResult
AmazonEC2Client. attachNetworkInterface(AttachNetworkInterfaceRequest attachNetworkInterfaceRequest)
Attaches a network interface to an instance.Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachNetworkInterfaceResult 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 AttachNetworkInterfaceResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachNetworkInterfaceResult Modifier and Type Method Description AttachNetworkInterfaceResult
AttachNetworkInterfaceResult. clone()
AttachNetworkInterfaceResult
AttachNetworkInterfaceResult. withAttachmentId(String attachmentId)
The ID of the network interface attachment.
-