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