Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateNetworkInterfacePermissionResponse.Builder
-
Packages that use CreateNetworkInterfacePermissionResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateNetworkInterfacePermissionResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateNetworkInterfacePermissionResponse.Builder Modifier and Type Method Description static CreateNetworkInterfacePermissionResponse.BuilderCreateNetworkInterfacePermissionResponse. builder()default CreateNetworkInterfacePermissionResponse.BuilderCreateNetworkInterfacePermissionResponse.Builder. interfacePermission(Consumer<NetworkInterfacePermission.Builder> interfacePermission)Information about the permission for the network interface.CreateNetworkInterfacePermissionResponse.BuilderCreateNetworkInterfacePermissionResponse.Builder. interfacePermission(NetworkInterfacePermission interfacePermission)Information about the permission for the network interface.CreateNetworkInterfacePermissionResponse.BuilderCreateNetworkInterfacePermissionResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateNetworkInterfacePermissionResponse.Builder Modifier and Type Method Description static Class<? extends CreateNetworkInterfacePermissionResponse.Builder>CreateNetworkInterfacePermissionResponse. serializableBuilderClass()
-