Uses of Class
software.amazon.awssdk.services.ec2.model.CreateNetworkInterfacePermissionRequest
-
Packages that use CreateNetworkInterfacePermissionRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CreateNetworkInterfacePermissionRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateNetworkInterfacePermissionRequest Modifier and Type Method Description default CompletableFuture<CreateNetworkInterfacePermissionResponse>Ec2AsyncClient. createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest)Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.default CreateNetworkInterfacePermissionResponseEc2Client. createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest)Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account. -
Uses of CreateNetworkInterfacePermissionRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateNetworkInterfacePermissionRequest Modifier and Type Method Description SdkHttpFullRequestCreateNetworkInterfacePermissionRequestMarshaller. marshall(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest)
-