Uses of Class
software.amazon.awssdk.services.ec2.model.CreateNetworkInterfacePermissionResponse
Packages that use CreateNetworkInterfacePermissionResponse
-
Uses of CreateNetworkInterfacePermissionResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateNetworkInterfacePermissionResponseModifier and TypeMethodDescriptionEc2Client.createNetworkInterfacePermission(Consumer<CreateNetworkInterfacePermissionRequest.Builder> createNetworkInterfacePermissionRequest) Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.Ec2Client.createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest) Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateNetworkInterfacePermissionResponseModifier and TypeMethodDescriptionEc2AsyncClient.createNetworkInterfacePermission(Consumer<CreateNetworkInterfacePermissionRequest.Builder> createNetworkInterfacePermissionRequest) Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.Ec2AsyncClient.createNetworkInterfacePermission(CreateNetworkInterfacePermissionRequest createNetworkInterfacePermissionRequest) Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.