Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateNetworkInterfacePermissionRequest.Builder
Packages that use CreateNetworkInterfacePermissionRequest.Builder
Package
Description
-
Uses of CreateNetworkInterfacePermissionRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateNetworkInterfacePermissionRequest.BuilderModifier 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.Ec2Client.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. -
Uses of CreateNetworkInterfacePermissionRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateNetworkInterfacePermissionRequest.BuilderModifier and TypeMethodDescriptionCreateNetworkInterfacePermissionRequest.Builder.awsAccountId(String awsAccountId) The Amazon Web Services account ID.CreateNetworkInterfacePermissionRequest.Builder.awsService(String awsService) The Amazon Web Services service.CreateNetworkInterfacePermissionRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateNetworkInterfacePermissionRequest.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.CreateNetworkInterfacePermissionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateNetworkInterfacePermissionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateNetworkInterfacePermissionRequest.Builder.permission(String permission) The type of permission to grant.CreateNetworkInterfacePermissionRequest.Builder.permission(InterfacePermissionType permission) The type of permission to grant.CreateNetworkInterfacePermissionRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateNetworkInterfacePermissionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateNetworkInterfacePermissionRequest.Builder>CreateNetworkInterfacePermissionRequest.serializableBuilderClass()