Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default CreateNetworkInterfacePermissionResponse |
Ec2Client.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 |
Ec2Client.createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest)
Grants an AWS-authorized account permission to attach the specified network interface to an instance in their
account.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CreateNetworkInterfacePermissionResponse> |
Ec2AsyncClient.createNetworkInterfacePermission(Consumer<CreateNetworkInterfacePermissionRequest.Builder> createNetworkInterfacePermissionRequest)
Grants an AWS-authorized account permission to attach the specified network interface to an instance in their
account.
|
default CompletableFuture<CreateNetworkInterfacePermissionResponse> |
Ec2AsyncClient.createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest)
Grants an AWS-authorized account permission to attach the specified network interface to an instance in their
account.
|
Copyright © 2020. All rights reserved.